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 7815
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15121749248200456548.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-8316
+ 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 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

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

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

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

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

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

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

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

#17 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://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
#17 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:27ec3c6122fb915dc5b6a03228345d2a2c4e62ebd5a369456b3c09df3b2b00f5 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=8317 -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-04-30 22:48:29
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8317
+ mkdir -p trial-8317
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-04-30_13_30_48.tgz osmo-bts-oc2g.build-2026-04-30_00_52_18.tgz osmo-bts-sysmo.build-2026-04-30_00_52_22.tgz osmo-bts.build-2026-04-30_00_52_40.tgz osmo-ggsn.build-2026-04-30_20_42_44.tgz osmo-hlr.build-2026-04-30_16_36_56.tgz osmo-hnbgw.build-2026-04-30_13_30_48.tgz osmo-mgw.build-2026-04-30_08_33_06.tgz osmo-msc.build-2026-04-30_13_36_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-30_07_35_22.tgz osmo-pcu-sysmo.build-2026-04-30_07_35_21.tgz osmo-pcu.build-2026-04-30_07_35_15.tgz osmo-sgsn.build-2026-04-30_20_48_36.tgz osmo-stp.build-2026-04-30_13_26_38.tgz osmo-trx.build-2026-04-30_14_21_42.tgz osmocom-bb.build-2026-04-30_21_17_13.tgz srslte.build-19.tgz trial-8317
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-04-30_13_30_48.md5 osmo-bts-oc2g.build-2026-04-30_00_52_18.md5 osmo-bts-sysmo.build-2026-04-30_00_52_22.md5 osmo-bts.build-2026-04-30_00_52_40.md5 osmo-ggsn.build-2026-04-30_20_42_44.md5 osmo-hlr.build-2026-04-30_16_36_56.md5 osmo-hnbgw.build-2026-04-30_13_30_48.md5 osmo-mgw.build-2026-04-30_08_33_06.md5 osmo-msc.build-2026-04-30_13_36_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-30_07_35_22.md5 osmo-pcu-sysmo.build-2026-04-30_07_35_21.md5 osmo-pcu.build-2026-04-30_07_35_15.md5 osmo-sgsn.build-2026-04-30_20_48_36.md5 osmo-stp.build-2026-04-30_13_26_38.md5 osmo-trx.build-2026-04-30_14_21_42.md5 osmocom-bb.build-2026-04-30_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-04-30_13_30_48.md5 osmo-bts-oc2g.build-2026-04-30_00_52_18.md5 osmo-bts-sysmo.build-2026-04-30_00_52_22.md5 osmo-bts.build-2026-04-30_00_52_40.md5 osmo-ggsn.build-2026-04-30_20_42_44.md5 osmo-hlr.build-2026-04-30_16_36_56.md5 osmo-hnbgw.build-2026-04-30_13_30_48.md5 osmo-mgw.build-2026-04-30_08_33_06.md5 osmo-msc.build-2026-04-30_13_36_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-04-30_07_35_22.md5 osmo-pcu-sysmo.build-2026-04-30_07_35_21.md5 osmo-pcu.build-2026-04-30_07_35_15.md5 osmo-sgsn.build-2026-04-30_20_48_36.md5 osmo-stp.build-2026-04-30_13_26_38.md5 osmo-trx.build-2026-04-30_14_21_42.md5 osmocom-bb.build-2026-04-30_21_17_13.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8317 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8317'
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-8317
--------------------------------------------------------------------------------------------
22:48:29.272186 tst                       trial-8317: Detailed log at /build/trial-8317/run.2026-04-30_22-48-29/log

---------------------------------------------------------------------
trial-8317 netreg_mass
---------------------------------------------------------------------
22:48:29.478866 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:29.479233 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:29.479986 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:29.481112 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:29.522384 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:29.523242 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:29.524412 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:29.586504 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-8317 netreg_mass register_default_mass.py
----------------------------------------------
22:48:29.587267 tst       register_default_mass.py:9: Claiming resources for the test
22:48:29.602511 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.603012 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.603453 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.603901 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.604336 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.604793 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.605229 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:29.635191 tst         register_default_mass.py: using LAC 2
22:48:29.656651 tst         register_default_mass.py: using RAC 2
22:48:29.682389 tst         register_default_mass.py: using CellId 2
22:48:29.710894 tst         register_default_mass.py: using BVCI 3
22:48:29.724295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.724967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.725545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.726063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.726573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.727075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.727555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.728084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.728603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.729089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.729589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.730089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.730596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.731134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.731663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.732172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.732692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.733212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.733710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.734247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.734769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.735286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.735824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.736346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.736857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.737392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.737912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.738420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.738960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.739487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.740003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.740534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.741060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.741580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.742119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.742643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.743155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.743698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.744226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.744739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.745267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.745784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.746295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.746798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.747323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.747841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.748349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.748878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.749394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.749908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.750439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.750953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.751471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.751998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.752506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.753013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.753534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.754054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.754564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.755068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.755594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.756118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.756649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.757181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.757688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.758199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.758722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.759244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.759756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.760277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.760791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.761304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.761884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.762394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.762894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.763403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.763916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.764420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.764920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.765432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.765936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.766438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.766950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.767462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.767969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.768463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.768979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.769491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.769989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.770505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.771012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.771516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.772047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.772562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.773073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.773590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.774187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.774703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.775229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.775740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.776235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.776807 tst      register_default_mass.py:21: Launching a simple network
22:48:29.787024 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:29.905695 run            create_hlr_db(pid=20): Launched
22:48:30.920229 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:30.944342 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:30.959503 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:30.965151 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:31.154556 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:31.171669 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:31.177142 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:31.596396 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:31.611973 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:34.627043 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:34.741715 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:34.756746 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:34.762356 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:34.785651 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:34.800832 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:34.806594 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:35.123466 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:35.138730 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:41.170909 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:41.343887 run         osmo-bts-virtual(pid=34): Launched
22:48:42.379756 tst         register_default_mass.py: using MSISDN 1001
22:48:42.393951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:42.433166 tst         register_default_mass.py: using MSISDN 1002
22:48:42.450811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:42.481359 tst         register_default_mass.py: using MSISDN 1003
22:48:42.496071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:42.526210 tst         register_default_mass.py: using MSISDN 1004
22:48:42.540561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:42.570946 tst         register_default_mass.py: using MSISDN 1005
22:48:42.585333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:42.616034 tst         register_default_mass.py: using MSISDN 1006
22:48:42.630313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:42.660479 tst         register_default_mass.py: using MSISDN 1007
22:48:42.674708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:42.705084 tst         register_default_mass.py: using MSISDN 1008
22:48:42.719453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:42.750046 tst         register_default_mass.py: using MSISDN 1009
22:48:42.764459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:42.795358 tst         register_default_mass.py: using MSISDN 1010
22:48:42.809870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:42.840577 tst         register_default_mass.py: using MSISDN 1011
22:48:42.855220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:42.886065 tst         register_default_mass.py: using MSISDN 1012
22:48:42.900589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:42.931348 tst         register_default_mass.py: using MSISDN 1013
22:48:42.945971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:42.976654 tst         register_default_mass.py: using MSISDN 1014
22:48:42.991134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:43.021556 tst         register_default_mass.py: using MSISDN 1015
22:48:43.036024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:43.067067 tst         register_default_mass.py: using MSISDN 1016
22:48:43.081808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:43.112603 tst         register_default_mass.py: using MSISDN 1017
22:48:43.127115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:43.157852 tst         register_default_mass.py: using MSISDN 1018
22:48:43.172498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:43.202986 tst         register_default_mass.py: using MSISDN 1019
22:48:43.217424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:43.247897 tst         register_default_mass.py: using MSISDN 1020
22:48:43.262337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:43.293160 tst         register_default_mass.py: using MSISDN 1021
22:48:43.307752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:43.338516 tst         register_default_mass.py: using MSISDN 1022
22:48:43.352954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:43.383549 tst         register_default_mass.py: using MSISDN 1023
22:48:43.398136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:43.429066 tst         register_default_mass.py: using MSISDN 1024
22:48:43.443659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:43.474162 tst         register_default_mass.py: using MSISDN 1025
22:48:43.488526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:43.519371 tst         register_default_mass.py: using MSISDN 1026
22:48:43.533912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:43.564544 tst         register_default_mass.py: using MSISDN 1027
22:48:43.579068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:43.609992 tst         register_default_mass.py: using MSISDN 1028
22:48:43.624685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:43.655158 tst         register_default_mass.py: using MSISDN 1029
22:48:43.669553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:43.700294 tst         register_default_mass.py: using MSISDN 1030
22:48:43.714887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:43.745474 tst         register_default_mass.py: using MSISDN 1031
22:48:43.759898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:43.790667 tst         register_default_mass.py: using MSISDN 1032
22:48:43.805212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:43.835827 tst         register_default_mass.py: using MSISDN 1033
22:48:43.850290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:43.880869 tst         register_default_mass.py: using MSISDN 1034
22:48:43.895386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.926267 tst         register_default_mass.py: using MSISDN 1035
22:48:43.940845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.971681 tst         register_default_mass.py: using MSISDN 1036
22:48:43.986358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:44.017182 tst         register_default_mass.py: using MSISDN 1037
22:48:44.031780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:44.062591 tst         register_default_mass.py: using MSISDN 1038
22:48:44.077128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:44.107979 tst         register_default_mass.py: using MSISDN 1039
22:48:44.122558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:44.152907 tst         register_default_mass.py: using MSISDN 1040
22:48:44.167282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:44.197716 tst         register_default_mass.py: using MSISDN 1041
22:48:44.212151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:44.243048 tst         register_default_mass.py: using MSISDN 1042
22:48:44.257625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:44.288538 tst         register_default_mass.py: using MSISDN 1043
22:48:44.303135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:44.333648 tst         register_default_mass.py: using MSISDN 1044
22:48:44.348167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:44.377844 tst         register_default_mass.py: using MSISDN 1045
22:48:44.391882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.422719 tst         register_default_mass.py: using MSISDN 1046
22:48:44.437299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.467847 tst         register_default_mass.py: using MSISDN 1047
22:48:44.482197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.513179 tst         register_default_mass.py: using MSISDN 1048
22:48:44.527825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.558486 tst         register_default_mass.py: using MSISDN 1049
22:48:44.572908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.603922 tst         register_default_mass.py: using MSISDN 1050
22:48:44.618586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.649194 tst         register_default_mass.py: using MSISDN 1051
22:48:44.663708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.694368 tst         register_default_mass.py: using MSISDN 1052
22:48:44.708979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.740012 tst         register_default_mass.py: using MSISDN 1053
22:48:44.754686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.785683 tst         register_default_mass.py: using MSISDN 1054
22:48:44.800261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:44.831396 tst         register_default_mass.py: using MSISDN 1055
22:48:44.846251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:44.877279 tst         register_default_mass.py: using MSISDN 1056
22:48:44.891913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:44.923083 tst         register_default_mass.py: using MSISDN 1057
22:48:44.938035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:44.969108 tst         register_default_mass.py: using MSISDN 1058
22:48:44.983679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.014663 tst         register_default_mass.py: using MSISDN 1059
22:48:45.029463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.060189 tst         register_default_mass.py: using MSISDN 1060
22:48:45.074653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.105508 tst         register_default_mass.py: using MSISDN 1061
22:48:45.120218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.151189 tst         register_default_mass.py: using MSISDN 1062
22:48:45.165891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.197072 tst         register_default_mass.py: using MSISDN 1063
22:48:45.211808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.242693 tst         register_default_mass.py: using MSISDN 1064
22:48:45.257258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.288234 tst         register_default_mass.py: using MSISDN 1065
22:48:45.302914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:45.334011 tst         register_default_mass.py: using MSISDN 1066
22:48:45.348902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:45.379947 tst         register_default_mass.py: using MSISDN 1067
22:48:45.394566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:45.425394 tst         register_default_mass.py: using MSISDN 1068
22:48:45.440162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:45.470995 tst         register_default_mass.py: using MSISDN 1069
22:48:45.485610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:45.515761 tst         register_default_mass.py: using MSISDN 1070
22:48:45.530156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:45.561301 tst         register_default_mass.py: using MSISDN 1071
22:48:45.576046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:45.607169 tst         register_default_mass.py: using MSISDN 1072
22:48:45.622071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.653330 tst         register_default_mass.py: using MSISDN 1073
22:48:45.668059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.698983 tst         register_default_mass.py: using MSISDN 1074
22:48:45.713781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.744783 tst         register_default_mass.py: using MSISDN 1075
22:48:45.759371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.790405 tst         register_default_mass.py: using MSISDN 1076
22:48:45.805276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.835961 tst         register_default_mass.py: using MSISDN 1077
22:48:45.850482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.881431 tst         register_default_mass.py: using MSISDN 1078
22:48:45.896094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.931061 tst         register_default_mass.py: using MSISDN 1079
22:48:45.947524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.978269 tst         register_default_mass.py: using MSISDN 1080
22:48:45.993012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:46.023682 tst         register_default_mass.py: using MSISDN 1081
22:48:46.038352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.069115 tst         register_default_mass.py: using MSISDN 1082
22:48:46.083713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.114782 tst         register_default_mass.py: using MSISDN 1083
22:48:46.129337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.160289 tst         register_default_mass.py: using MSISDN 1084
22:48:46.175008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.205795 tst         register_default_mass.py: using MSISDN 1085
22:48:46.220273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.251292 tst         register_default_mass.py: using MSISDN 1086
22:48:46.266061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.296875 tst         register_default_mass.py: using MSISDN 1087
22:48:46.311460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.342459 tst         register_default_mass.py: using MSISDN 1088
22:48:46.357219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.388286 tst         register_default_mass.py: using MSISDN 1089
22:48:46.402941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.433860 tst         register_default_mass.py: using MSISDN 1090
22:48:46.448399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.478960 tst         register_default_mass.py: using MSISDN 1091
22:48:46.493411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.523824 tst         register_default_mass.py: using MSISDN 1092
22:48:46.538323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.568383 tst         register_default_mass.py: using MSISDN 1093
22:48:46.582683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.612106 tst         register_default_mass.py: using MSISDN 1094
22:48:46.625921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.655175 tst         register_default_mass.py: using MSISDN 1095
22:48:46.668836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.699223 tst         register_default_mass.py: using MSISDN 1096
22:48:46.713605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:46.744170 tst         register_default_mass.py: using MSISDN 1097
22:48:46.758680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:46.789254 tst         register_default_mass.py: using MSISDN 1098
22:48:46.803630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:46.833886 tst         register_default_mass.py: using MSISDN 1099
22:48:46.848163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:46.878596 tst         register_default_mass.py: using MSISDN 1100
22:48:46.893127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.984862 run                             mass: Starting testcase
22:48:46.990466 run                             mass: Pre-launching all virtphy's
22:48:46.995950 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.009165 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:47.015245 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.028345 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:47.034489 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.047579 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:47.053628 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.066849 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:47.072934 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.085954 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:47.092138 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.105249 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:47.111426 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.124512 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:47.130519 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.143636 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:47.149666 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.162769 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:47.168872 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.182047 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.188175 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.201396 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.207482 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.220726 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:47.226806 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.240019 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:47.246143 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.259317 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:47.265407 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.278588 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:47.284751 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.298008 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.304157 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.325407 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.331513 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.344759 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.350898 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.364202 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.370390 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.383602 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.389653 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.402658 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.408659 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.421670 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.427624 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.440687 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.446827 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.459939 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.465985 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.479071 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.485120 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.498358 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.504479 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.517826 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.523927 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.537253 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.543352 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.556449 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.562556 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.575677 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.581717 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.594740 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.600813 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.613904 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.619933 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.632989 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:47.639031 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.652065 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:47.658026 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.671060 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.677069 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.690084 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.696131 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.709243 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.715274 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.728351 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.734468 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.747501 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.753660 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.766718 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.772703 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.785831 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.791867 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.805004 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:47.811034 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.824095 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:47.830114 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.843158 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.849157 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.862169 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.868191 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.881184 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:47.887217 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.900271 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:47.906245 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.919243 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:47.925225 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.938263 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:47.944269 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.957292 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:47.963309 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.976580 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:47.982576 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.995751 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.001740 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.014911 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.021020 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.034224 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.040221 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.053267 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.059255 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.072337 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.078312 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.091320 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.097286 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.110337 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.116328 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.129344 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.135398 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.148411 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.154427 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.167494 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.173486 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.186508 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.192498 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.205691 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:48.211740 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.224881 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:48.230933 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.243972 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:48.250118 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.263373 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:48.269593 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.282658 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:48.288664 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.301714 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:48.307776 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.320808 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:48.326811 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.339881 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:48.345886 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.358923 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:48.364947 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.377985 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:48.383967 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.397008 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:48.402992 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.416027 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:48.422118 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.435155 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:48.441303 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.454303 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:48.460420 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.473474 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:48.479449 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.492631 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:48.498632 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.511987 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.518040 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.531098 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:48.537088 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.550187 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.556145 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.569196 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.575173 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.588250 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.594221 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.607236 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.613252 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.626288 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.632279 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.645314 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.651344 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.664376 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.670370 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.683556 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.689618 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.702833 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.708903 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.722078 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.728082 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.741275 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.747229 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.760260 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.766247 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.779289 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.785271 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.798260 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.804275 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.817312 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.823297 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.836348 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.842309 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.855308 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:48.861290 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.874316 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:48.880343 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.893403 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:48.899432 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.912660 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:48.918616 run                             mass: Checking if sockets are in the filesystem
22:48:48.951299 run                osmo-ms-mob/00000: Starting mobile
22:48:48.964739 run       osmo-ms-mob/00000(pid=135): Launched
22:48:48.977945 run                             mass: MS start registered  {at=8139955.186260723, delay=0.007083193399012089, ms=00000}
22:48:53.170659 run                osmo-ms-mob/00001: Starting mobile
22:48:53.189710 run       osmo-ms-mob/00001(pid=136): Launched
22:48:53.200519 run                             mass: MS start registered  {at=8139959.408837129, delay=0.004435149021446705, ms=00001}
22:48:54.180429 run                             mass: MS performed LU  {at=8139960.388629683, lu_delay=5.20236896071583, ms=00000}
22:48:54.966601 run                osmo-ms-mob/00002: Starting mobile
22:48:54.983389 run       osmo-ms-mob/00002(pid=137): Launched
22:48:54.993835 run                             mass: MS start registered  {at=8139961.202148839, delay=0.004510895349085331, ms=00002}
22:48:56.265847 run                osmo-ms-mob/00003: Starting mobile
22:48:56.283345 run       osmo-ms-mob/00003(pid=138): Launched
22:48:56.293995 run                             mass: MS start registered  {at=8139962.502313323, delay=0.0045472243800759315, ms=00003}
22:48:57.334760 run                osmo-ms-mob/00004: Starting mobile
22:48:57.348027 run       osmo-ms-mob/00004(pid=139): Launched
22:48:57.358691 run                             mass: MS start registered  {at=8139963.567010536, delay=0.004471064545214176, ms=00004}
22:48:57.946888 run                             mass: MS performed LU  {at=8139964.155100597, lu_delay=4.74626346770674, ms=00001}
22:48:58.335013 run                osmo-ms-mob/00005: Starting mobile
22:48:58.348369 run       osmo-ms-mob/00005(pid=140): Launched
22:48:58.358905 run                             mass: MS start registered  {at=8139964.56722365, delay=0.004410777240991592, ms=00005}
22:48:59.257118 run                osmo-ms-mob/00006: Starting mobile
22:48:59.274924 run       osmo-ms-mob/00006(pid=141): Launched
22:48:59.285815 run                             mass: MS start registered  {at=8139965.494120326, delay=0.0046771978959441185, ms=00006}
22:48:59.847693 run                             mass: MS performed LU  {at=8139966.05586041, lu_delay=4.853711571544409, ms=00002}
22:49:00.166044 run                osmo-ms-mob/00007: Starting mobile
22:49:00.182397 run       osmo-ms-mob/00007(pid=142): Launched
22:49:00.192980 run                             mass: MS start registered  {at=8139966.401300172, delay=0.004305969923734665, ms=00007}
22:49:00.934728 run                osmo-ms-mob/00008: Starting mobile
22:49:00.947908 run       osmo-ms-mob/00008(pid=143): Launched
22:49:00.958753 run                             mass: MS start registered  {at=8139967.167064173, delay=0.00471687875688076, ms=00008}
22:49:01.666467 run                osmo-ms-mob/00009: Starting mobile
22:49:01.683494 run       osmo-ms-mob/00009(pid=144): Launched
22:49:01.694349 run                             mass: MS start registered  {at=8139967.902670409, delay=0.004629004746675491, ms=00009}
22:49:01.711354 run                             mass: MS performed LU  {at=8139967.919621639, lu_delay=5.4173083156347275, ms=00003}
22:49:02.365821 run                osmo-ms-mob/00010: Starting mobile
22:49:02.383065 run       osmo-ms-mob/00010(pid=145): Launched
22:49:02.394271 run                             mass: MS start registered  {at=8139968.602592064, delay=0.004859759472310543, ms=00010}
22:49:02.956408 run                osmo-ms-mob/00011: Starting mobile
22:49:02.972441 run       osmo-ms-mob/00011(pid=146): Launched
22:49:02.983758 run                             mass: MS start registered  {at=8139969.192062184, delay=0.005179626867175102, ms=00011}
22:49:03.534937 run                osmo-ms-mob/00012: Starting mobile
22:49:03.548409 run       osmo-ms-mob/00012(pid=147): Launched
22:49:03.559068 run                             mass: MS start registered  {at=8139969.767388312, delay=0.004515273496508598, ms=00012}
22:49:03.613983 run                             mass: MS performed LU  {at=8139969.822196434, lu_delay=6.255185898393393, ms=00004}
22:49:03.641111 run                             mass: MS performed LU  {at=8139969.849351742, lu_delay=5.282128091901541, ms=00005}
22:49:04.167422 run                osmo-ms-mob/00013: Starting mobile
22:49:04.184555 run       osmo-ms-mob/00013(pid=148): Launched
22:49:04.195156 run                             mass: MS start registered  {at=8139970.403479257, delay=0.0045784469693899155, ms=00013}
22:49:04.734566 run                osmo-ms-mob/00014: Starting mobile
22:49:04.749371 run       osmo-ms-mob/00014(pid=149): Launched
22:49:04.763320 run                             mass: MS start registered  {at=8139970.971638563, delay=0.005189768970012665, ms=00014}
22:49:05.334433 run                osmo-ms-mob/00015: Starting mobile
22:49:05.347878 run       osmo-ms-mob/00015(pid=150): Launched
22:49:05.358764 run                             mass: MS start registered  {at=8139971.567084462, delay=0.004591797478497028, ms=00015}
22:49:05.478021 run                             mass: MS performed LU  {at=8139971.686232899, lu_delay=6.1921125734224916, ms=00006}
22:49:05.542924 run                             mass: MS performed LU  {at=8139971.751131982, lu_delay=5.349831809289753, ms=00007}
22:49:05.867484 run                osmo-ms-mob/00016: Starting mobile
22:49:05.884643 run       osmo-ms-mob/00016(pid=151): Launched
22:49:05.890844 run                             mass: MS performed LU  {at=8139972.099171337, lu_delay=4.932107163593173, ms=00008}
22:49:05.896794 run                             mass: MS start registered  {at=8139972.105129873, delay=0.005976413376629353, ms=00016}
22:49:06.349966 run                osmo-ms-mob/00017: Starting mobile
22:49:06.373150 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.383817 run                             mass: MS start registered  {at=8139972.592136731, delay=0.0045682890340685844, ms=00017}
22:49:06.966529 run                osmo-ms-mob/00018: Starting mobile
22:49:06.983196 run       osmo-ms-mob/00018(pid=153): Launched
22:49:06.994032 run                             mass: MS start registered  {at=8139973.202353884, delay=0.004787731915712357, ms=00018}
22:49:07.370255 run                osmo-ms-mob/00019: Starting mobile
22:49:07.387876 run       osmo-ms-mob/00019(pid=154): Launched
22:49:07.394019 run                             mass: MS performed LU  {at=8139973.602345677, lu_delay=4.99975361302495, ms=00010}
22:49:07.399937 run                             mass: MS start registered  {at=8139973.608273035, delay=0.005945777520537376, ms=00019}
22:49:07.406002 run                             mass: MS performed LU  {at=8139973.614332013, lu_delay=5.711661604233086, ms=00009}
22:49:07.856937 run                osmo-ms-mob/00020: Starting mobile
22:49:07.873153 run       osmo-ms-mob/00020(pid=155): Launched
22:49:07.884404 run                             mass: MS start registered  {at=8139974.092724572, delay=0.004771087318658829, ms=00020}
22:49:08.334798 run                osmo-ms-mob/00021: Starting mobile
22:49:08.348434 run       osmo-ms-mob/00021(pid=156): Launched
22:49:08.359302 run                             mass: MS start registered  {at=8139974.567624139, delay=0.004771500825881958, ms=00021}
22:49:08.734815 run                osmo-ms-mob/00022: Starting mobile
22:49:08.748323 run       osmo-ms-mob/00022(pid=157): Launched
22:49:08.759262 run                             mass: MS start registered  {at=8139974.967582765, delay=0.004810378886759281, ms=00022}
22:49:09.264678 run                osmo-ms-mob/00023: Starting mobile
22:49:09.279803 run       osmo-ms-mob/00023(pid=158): Launched
22:49:09.286003 run                             mass: MS performed LU  {at=8139975.494331499, lu_delay=6.302269314415753, ms=00011}
22:49:09.292052 run                             mass: MS start registered  {at=8139975.500386886, delay=0.006072599440813065, ms=00023}
22:49:09.307237 run                             mass: MS performed LU  {at=8139975.515561337, lu_delay=5.748173024505377, ms=00012}
22:49:09.377632 run                             mass: MS performed LU  {at=8139975.585851242, lu_delay=5.182371985167265, ms=00013}
22:49:09.400460 run                osmo-ms-mob/00024: Starting mobile
22:49:09.414193 run       osmo-ms-mob/00024(pid=159): Launched
22:49:09.424950 run                             mass: MS start registered  {at=8139975.633272077, delay=0.0045280903577804565, ms=00024}
22:49:09.631261 run                             mass: MS performed LU  {at=8139975.839481573, lu_delay=4.867843009531498, ms=00014}
22:49:10.147498 run                osmo-ms-mob/00025: Starting mobile
22:49:10.161422 run       osmo-ms-mob/00025(pid=160): Launched
22:49:10.172317 run                             mass: MS start registered  {at=8139976.380637173, delay=0.004798275418579578, ms=00025}
22:49:10.560669 run                osmo-ms-mob/00026: Starting mobile
22:49:10.574549 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.585927 run                             mass: MS start registered  {at=8139976.794249765, delay=0.004976286552846432, ms=00026}
22:49:10.965651 run                osmo-ms-mob/00027: Starting mobile
22:49:10.982717 run       osmo-ms-mob/00027(pid=162): Launched
22:49:10.993431 run                             mass: MS start registered  {at=8139977.201754525, delay=0.004535057581961155, ms=00027}
22:49:11.062486 run                             mass: MS performed LU  {at=8139977.270720057, lu_delay=5.703635594807565, ms=00015}
22:49:11.145388 run                             mass: MS performed LU  {at=8139977.353608756, lu_delay=4.761472024954855, ms=00017}
22:49:11.172571 run                             mass: MS performed LU  {at=8139977.380856447, lu_delay=5.2757265735417604, ms=00016}
22:49:11.185659 run                osmo-ms-mob/00028: Starting mobile
22:49:11.198849 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.209588 run                             mass: MS start registered  {at=8139977.417909284, delay=0.004635430872440338, ms=00028}
22:49:11.766197 run                osmo-ms-mob/00029: Starting mobile
22:49:11.783393 run       osmo-ms-mob/00029(pid=164): Launched
22:49:11.794549 run                             mass: MS start registered  {at=8139978.002869355, delay=0.004871252924203873, ms=00029}
22:49:12.147956 run                osmo-ms-mob/00030: Starting mobile
22:49:12.161981 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.172771 run                             mass: MS start registered  {at=8139978.381093475, delay=0.004632387310266495, ms=00030}
22:49:12.561900 run                osmo-ms-mob/00031: Starting mobile
22:49:12.576468 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.587210 run                             mass: MS start registered  {at=8139978.79553276, delay=0.0047084735706448555, ms=00031}
22:49:12.834592 run                osmo-ms-mob/00032: Starting mobile
22:49:12.847925 run       osmo-ms-mob/00032(pid=167): Launched
22:49:12.858517 run                             mass: MS start registered  {at=8139979.066838563, delay=0.0046007269993424416, ms=00032}
22:49:13.009499 run                             mass: MS performed LU  {at=8139979.217719529, lu_delay=5.609446493908763, ms=00019}
22:49:13.074508 run                             mass: MS performed LU  {at=8139979.282726323, lu_delay=6.080372439697385, ms=00018}
22:49:13.143472 run                             mass: MS performed LU  {at=8139979.351692814, lu_delay=4.784068675711751, ms=00021}
22:49:13.225832 run                osmo-ms-mob/00033: Starting mobile
22:49:13.241587 run       osmo-ms-mob/00033(pid=168): Launched
22:49:13.248041 run                             mass: MS performed LU  {at=8139979.456366533, lu_delay=5.363641961477697, ms=00020}
22:49:13.254112 run                             mass: MS start registered  {at=8139979.46244607, delay=0.006099456921219826, ms=00033}
22:49:13.648450 run                osmo-ms-mob/00034: Starting mobile
22:49:13.662861 run       osmo-ms-mob/00034(pid=169): Launched
22:49:13.674217 run                             mass: MS start registered  {at=8139979.88253584, delay=0.004778004251420498, ms=00034}
22:49:13.947061 run                osmo-ms-mob/00035: Starting mobile
22:49:13.961455 run       osmo-ms-mob/00035(pid=170): Launched
22:49:13.972590 run                             mass: MS start registered  {at=8139980.18090996, delay=0.00489321444183588, ms=00035}
22:49:14.358642 run                osmo-ms-mob/00036: Starting mobile
22:49:14.375060 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.385829 run                             mass: MS start registered  {at=8139980.594149444, delay=0.004562058486044407, ms=00036}
22:49:14.757606 run                osmo-ms-mob/00037: Starting mobile
22:49:14.773849 run       osmo-ms-mob/00037(pid=172): Launched
22:49:14.784453 run                             mass: MS start registered  {at=8139980.992776224, delay=0.004527566023170948, ms=00037}
22:49:14.911347 run                             mass: MS performed LU  {at=8139981.119568013, lu_delay=4.738930840045214, ms=00025}
22:49:14.939027 run                             mass: MS performed LU  {at=8139981.147248317, lu_delay=5.5139762395992875, ms=00024}
22:49:14.960660 run                osmo-ms-mob/00038: Starting mobile
22:49:14.973946 run       osmo-ms-mob/00038(pid=173): Launched
22:49:14.984807 run                             mass: MS start registered  {at=8139981.193130401, delay=0.004336472600698471, ms=00038}
22:49:15.082367 run                             mass: MS performed LU  {at=8139981.290588041, lu_delay=5.790201154537499, ms=00023}
22:49:15.365211 run                osmo-ms-mob/00039: Starting mobile
22:49:15.380979 run       osmo-ms-mob/00039(pid=174): Launched
22:49:15.392241 run                             mass: MS start registered  {at=8139981.600563411, delay=0.005098204128444195, ms=00039}
22:49:15.735161 run                osmo-ms-mob/00040: Starting mobile
22:49:15.748729 run       osmo-ms-mob/00040(pid=175): Launched
22:49:15.760236 run                             mass: MS start registered  {at=8139981.968555373, delay=0.0051793986931443214, ms=00040}
22:49:16.055600 run                osmo-ms-mob/00041: Starting mobile
22:49:16.074832 run       osmo-ms-mob/00041(pid=176): Launched
22:49:16.085544 run                             mass: MS start registered  {at=8139982.293866314, delay=0.004625369794666767, ms=00041}
22:49:16.365944 run                osmo-ms-mob/00042: Starting mobile
22:49:16.381675 run       osmo-ms-mob/00042(pid=177): Launched
22:49:16.392574 run                             mass: MS start registered  {at=8139982.600895886, delay=0.0046103158965706825, ms=00042}
22:49:16.780054 run                osmo-ms-mob/00043: Starting mobile
22:49:16.797626 run       osmo-ms-mob/00043(pid=178): Launched
22:49:16.803827 run                             mass: MS performed LU  {at=8139983.01215458, lu_delay=5.009285225532949, ms=00029}
22:49:16.809743 run                             mass: MS start registered  {at=8139983.018079119, delay=0.005944233387708664, ms=00043}
22:49:16.840041 run                             mass: MS performed LU  {at=8139983.048261628, lu_delay=5.846507102251053, ms=00027}
22:49:16.855052 run                osmo-ms-mob/00044: Starting mobile
22:49:16.868147 run       osmo-ms-mob/00044(pid=179): Launched
22:49:16.878856 run                             mass: MS start registered  {at=8139983.087182044, delay=0.004621315747499466, ms=00044}
22:49:16.909375 run                             mass: MS performed LU  {at=8139983.117599152, lu_delay=6.323349387384951, ms=00026}
22:49:16.926842 run                             mass: MS performed LU  {at=8139983.135155798, lu_delay=4.754062322899699, ms=00030}
22:49:16.939367 run                osmo-ms-mob/00045: Starting mobile
22:49:16.952563 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.963289 run                             mass: MS start registered  {at=8139983.171602947, delay=0.004579109139740467, ms=00045}
22:49:17.657764 run                osmo-ms-mob/00046: Starting mobile
22:49:17.676444 run       osmo-ms-mob/00046(pid=181): Launched
22:49:17.687279 run                             mass: MS start registered  {at=8139983.895601684, delay=0.004739235155284405, ms=00046}
22:49:17.947778 run                osmo-ms-mob/00047: Starting mobile
22:49:17.962124 run       osmo-ms-mob/00047(pid=182): Launched
22:49:17.973151 run                             mass: MS start registered  {at=8139984.181471736, delay=0.0048398664221167564, ms=00047}
22:49:18.234897 run                osmo-ms-mob/00048: Starting mobile
22:49:18.248406 run       osmo-ms-mob/00048(pid=183): Launched
22:49:18.259139 run                             mass: MS start registered  {at=8139984.467458267, delay=0.004654371179640293, ms=00048}
22:49:18.534174 run                osmo-ms-mob/00049: Starting mobile
22:49:18.547573 run       osmo-ms-mob/00049(pid=184): Launched
22:49:18.558120 run                             mass: MS start registered  {at=8139984.766440833, delay=0.004477321170270443, ms=00049}
22:49:18.613969 run                             mass: MS performed LU  {at=8139984.822200298, lu_delay=5.359754228033125, ms=00033}
22:49:18.677333 run                             mass: MS performed LU  {at=8139984.885570657, lu_delay=6.090037897229195, ms=00031}
22:49:18.730142 run                osmo-ms-mob/00050: Starting mobile
22:49:18.745330 run       osmo-ms-mob/00050(pid=185): Launched
22:49:18.751423 run                             mass: MS performed LU  {at=8139984.959751146, lu_delay=5.8929125824943185, ms=00032}
22:49:18.757272 run                             mass: MS start registered  {at=8139984.965607781, delay=0.005873070098459721, ms=00050}
22:49:18.884853 run                             mass: MS performed LU  {at=8139985.093074127, lu_delay=5.210538286715746, ms=00034}
22:49:19.247584 run                osmo-ms-mob/00051: Starting mobile
22:49:19.261782 run       osmo-ms-mob/00051(pid=186): Launched
22:49:19.273998 run                             mass: MS start registered  {at=8139985.482314633, delay=0.005945596843957901, ms=00051}
22:49:19.546860 run                osmo-ms-mob/00052: Starting mobile
22:49:19.563667 run       osmo-ms-mob/00052(pid=187): Launched
22:49:19.576151 run                             mass: MS start registered  {at=8139985.784457745, delay=0.00560318399220705, ms=00052}
22:49:19.848891 run                osmo-ms-mob/00053: Starting mobile
22:49:19.863106 run       osmo-ms-mob/00053(pid=188): Launched
22:49:19.874468 run                             mass: MS start registered  {at=8139986.08278919, delay=0.005241253413259983, ms=00053}
22:49:19.946821 run                             mass: MS performed LU  {at=8139986.15505716, lu_delay=3.8611908461898565, ms=00041}
22:49:20.151244 run                osmo-ms-mob/00054: Starting mobile
22:49:20.165654 run       osmo-ms-mob/00054(pid=189): Launched
22:49:20.176747 run                             mass: MS start registered  {at=8139986.385068768, delay=0.0050065405666828156, ms=00054}
22:49:20.458294 run                osmo-ms-mob/00055: Starting mobile
22:49:20.474583 run       osmo-ms-mob/00055(pid=190): Launched
22:49:20.486650 run                             mass: MS start registered  {at=8139986.694970274, delay=0.005889090709388256, ms=00055}
22:49:20.541756 run                             mass: MS performed LU  {at=8139986.749957254, lu_delay=5.757181029766798, ms=00037}
22:49:20.606837 run                             mass: MS performed LU  {at=8139986.815057714, lu_delay=5.621927312575281, ms=00038}
22:49:20.636448 run                osmo-ms-mob/00056: Starting mobile
22:49:20.650168 run       osmo-ms-mob/00056(pid=191): Launched
22:49:20.661480 run                             mass: MS start registered  {at=8139986.869801862, delay=0.0051656439900398254, ms=00056}
22:49:20.673829 run                             mass: MS performed LU  {at=8139986.882152497, lu_delay=6.288003052584827, ms=00036}
22:49:20.693370 run                             mass: MS performed LU  {at=8139986.901653975, lu_delay=4.933098602108657, ms=00040}
22:49:20.710574 run                osmo-ms-mob/00057: Starting mobile
22:49:20.723812 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.735131 run                             mass: MS start registered  {at=8139986.943448145, delay=0.004827766679227352, ms=00057}
22:49:20.804965 run                             mass: MS performed LU  {at=8139987.013203082, lu_delay=5.412639671005309, ms=00039}
22:49:21.449081 run                osmo-ms-mob/00058: Starting mobile
22:49:21.473983 run       osmo-ms-mob/00058(pid=193): Launched
22:49:21.486846 run                             mass: MS start registered  {at=8139987.695151894, delay=0.0066775064915418625, ms=00058}
22:49:21.626940 run                             mass: MS performed LU  {at=8139987.835168855, lu_delay=3.6536971190944314, ms=00047}
22:49:21.657424 run                osmo-ms-mob/00059: Starting mobile
22:49:21.671131 run       osmo-ms-mob/00059(pid=194): Launched
22:49:21.682156 run                             mass: MS start registered  {at=8139987.890474535, delay=0.004756966605782509, ms=00059}
22:49:22.086608 run                osmo-ms-mob/00060: Starting mobile
22:49:22.104582 run       osmo-ms-mob/00060(pid=195): Launched
22:49:22.116089 run                             mass: MS start registered  {at=8139988.324406361, delay=0.005307975225150585, ms=00060}
22:49:22.360300 run                             mass: MS performed LU  {at=8139988.568523625, lu_delay=5.396920678205788, ms=00045}
22:49:22.404248 run                osmo-ms-mob/00061: Starting mobile
22:49:22.418006 run       osmo-ms-mob/00061(pid=196): Launched
22:49:22.429202 run                             mass: MS start registered  {at=8139988.637522353, delay=0.004874103702604771, ms=00061}
22:49:22.441253 run                             mass: MS performed LU  {at=8139988.649577014, lu_delay=6.04868112783879, ms=00042}
22:49:22.469385 run                             mass: MS performed LU  {at=8139988.677678647, lu_delay=5.590496603399515, ms=00044}
22:49:22.485161 run                osmo-ms-mob/00062: Starting mobile
22:49:22.498268 run       osmo-ms-mob/00062(pid=197): Launched
22:49:22.509371 run                             mass: MS start registered  {at=8139988.717692728, delay=0.004818551242351532, ms=00062}
22:49:22.614590 run                             mass: MS performed LU  {at=8139988.8228164, lu_delay=4.927214715629816, ms=00046}
22:49:23.076523 run                osmo-ms-mob/00063: Starting mobile
22:49:23.093258 run       osmo-ms-mob/00063(pid=198): Launched
22:49:23.104958 run                             mass: MS start registered  {at=8139989.31324868, delay=0.00563572533428669, ms=00063}
22:49:23.447748 run                osmo-ms-mob/00064: Starting mobile
22:49:23.462029 run       osmo-ms-mob/00064(pid=199): Launched
22:49:23.473213 run                             mass: MS start registered  {at=8139989.681534601, delay=0.004897636361420155, ms=00064}
22:49:23.835493 run                osmo-ms-mob/00065: Starting mobile
22:49:23.848841 run       osmo-ms-mob/00065(pid=200): Launched
22:49:23.859907 run                             mass: MS start registered  {at=8139990.068226858, delay=0.00502913910895586, ms=00065}
22:49:24.147281 run                osmo-ms-mob/00066: Starting mobile
22:49:24.161366 run       osmo-ms-mob/00066(pid=201): Launched
22:49:24.172354 run                             mass: MS start registered  {at=8139990.38067564, delay=0.004881273955106735, ms=00066}
22:49:24.306992 run                             mass: MS performed LU  {at=8139990.515216253, lu_delay=5.549608471803367, ms=00050}
22:49:24.372061 run                             mass: MS performed LU  {at=8139990.580286918, lu_delay=5.09797228500247, ms=00051}
22:49:24.440977 run                             mass: MS performed LU  {at=8139990.649195829, lu_delay=4.864738084375858, ms=00052}
22:49:24.470402 run                osmo-ms-mob/00067: Starting mobile
22:49:24.483532 run       osmo-ms-mob/00067(pid=202): Launched
22:49:24.489569 run                             mass: MS performed LU  {at=8139990.697896818, lu_delay=6.2304385509341955, ms=00048}
22:49:24.495649 run                             mass: MS start registered  {at=8139990.703975593, delay=0.006096566095948219, ms=00067}
22:49:24.513707 run                             mass: MS performed LU  {at=8139990.722027174, lu_delay=5.95558634120971, ms=00049}
22:49:24.525193 run                osmo-ms-mob/00068: Starting mobile
22:49:24.538401 run       osmo-ms-mob/00068(pid=203): Launched
22:49:24.549492 run                             mass: MS start registered  {at=8139990.757812807, delay=0.0047982921823859215, ms=00068}
22:49:24.569275 run                             mass: MS performed LU  {at=8139990.777594254, lu_delay=4.694805064238608, ms=00053}
22:49:25.246571 run                osmo-ms-mob/00069: Starting mobile
22:49:25.261228 run       osmo-ms-mob/00069(pid=204): Launched
22:49:25.272460 run                             mass: MS start registered  {at=8139991.480780896, delay=0.004966874606907368, ms=00069}
22:49:25.383363 run                             mass: MS performed LU  {at=8139991.591592717, lu_delay=3.7011181823909283, ms=00059}
22:49:25.648336 run                osmo-ms-mob/00070: Starting mobile
22:49:25.662170 run       osmo-ms-mob/00070(pid=205): Launched
22:49:25.673545 run                             mass: MS start registered  {at=8139991.881859835, delay=0.005079722031950951, ms=00070}
22:49:26.073946 run                osmo-ms-mob/00071: Starting mobile
22:49:26.090120 run       osmo-ms-mob/00071(pid=206): Launched
22:49:26.101957 run                             mass: MS start registered  {at=8139992.310272572, delay=0.005791522562503815, ms=00071}
22:49:26.124591 run                             mass: MS performed LU  {at=8139992.33289595, lu_delay=4.63774405606091, ms=00058}
22:49:26.208050 run                             mass: MS performed LU  {at=8139992.416282265, lu_delay=5.546480403281748, ms=00056}
22:49:26.235473 run                             mass: MS performed LU  {at=8139992.443779939, lu_delay=5.7488096645101905, ms=00055}
22:49:26.248527 run                osmo-ms-mob/00072: Starting mobile
22:49:26.261686 run       osmo-ms-mob/00072(pid=207): Launched
22:49:26.272668 run                             mass: MS start registered  {at=8139992.480989955, delay=0.004746855236589909, ms=00072}
22:49:26.380609 run                             mass: MS performed LU  {at=8139992.588832766, lu_delay=6.203763998113573, ms=00054}
22:49:26.434391 run                             mass: MS performed LU  {at=8139992.642612146, lu_delay=5.699164001271129, ms=00057}
22:49:26.875448 run                osmo-ms-mob/00073: Starting mobile
22:49:26.891427 run       osmo-ms-mob/00073(pid=208): Launched
22:49:26.902913 run                             mass: MS start registered  {at=8139993.111231035, delay=0.005114957690238953, ms=00073}
22:49:27.246282 run                osmo-ms-mob/00074: Starting mobile
22:49:27.260050 run       osmo-ms-mob/00074(pid=209): Launched
22:49:27.273056 run                             mass: MS start registered  {at=8139993.481361018, delay=0.006799524649977684, ms=00074}
22:49:27.664109 run                osmo-ms-mob/00075: Starting mobile
22:49:27.680000 run       osmo-ms-mob/00075(pid=210): Launched
22:49:27.691168 run                             mass: MS start registered  {at=8139993.899488721, delay=0.004994030110538006, ms=00075}
22:49:28.073391 run                             mass: MS performed LU  {at=8139994.281610747, lu_delay=5.644088394008577, ms=00061}
22:49:28.116694 run                osmo-ms-mob/00076: Starting mobile
22:49:28.132358 run       osmo-ms-mob/00076(pid=211): Launched
22:49:28.138667 run                             mass: MS performed LU  {at=8139994.346994654, lu_delay=6.022588293068111, ms=00060}
22:49:28.145354 run                             mass: MS start registered  {at=8139994.353681352, delay=0.006703313440084457, ms=00076}
22:49:28.206754 run                             mass: MS performed LU  {at=8139994.414973243, lu_delay=4.733438641764224, ms=00064}
22:49:28.229115 run                             mass: MS performed LU  {at=8139994.437446787, lu_delay=5.124198107048869, ms=00063}
22:49:28.240870 run                osmo-ms-mob/00077: Starting mobile
22:49:28.254028 run       osmo-ms-mob/00077(pid=212): Launched
22:49:28.265495 run                             mass: MS start registered  {at=8139994.473805872, delay=0.005429145880043507, ms=00077}
22:49:28.280165 run                             mass: MS performed LU  {at=8139994.488364048, lu_delay=5.770671320147812, ms=00062}
22:49:29.047799 run                osmo-ms-mob/00078: Starting mobile
22:49:29.061954 run       osmo-ms-mob/00078(pid=213): Launched
22:49:29.073088 run                             mass: MS start registered  {at=8139995.28141029, delay=0.005021159537136555, ms=00078}
22:49:29.467847 run                osmo-ms-mob/00079: Starting mobile
22:49:29.483901 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.495439 run                             mass: MS start registered  {at=8139995.703760221, delay=0.005169435404241085, ms=00079}
22:49:29.891362 run                             mass: MS performed LU  {at=8139996.099582622, lu_delay=5.718906981870532, ms=00066}
22:49:29.932669 run                osmo-ms-mob/00080: Starting mobile
22:49:29.948221 run       osmo-ms-mob/00080(pid=215): Launched
22:49:29.959403 run                             mass: MS start registered  {at=8139996.167726587, delay=0.005118739791214466, ms=00080}
22:49:29.972785 run                             mass: MS performed LU  {at=8139996.181108424, lu_delay=5.423295617103577, ms=00068}
22:49:30.001829 run                             mass: MS performed LU  {at=8139996.210074795, lu_delay=5.506099202670157, ms=00067}
22:49:30.146599 run                             mass: MS performed LU  {at=8139996.354821916, lu_delay=4.874041019938886, ms=00069}
22:49:30.181376 run                             mass: MS performed LU  {at=8139996.389615901, lu_delay=6.321389042772353, ms=00065}
22:49:30.233302 run                osmo-ms-mob/00081: Starting mobile
22:49:30.248376 run       osmo-ms-mob/00081(pid=216): Launched
22:49:30.259238 run                             mass: MS start registered  {at=8139996.467558187, delay=0.004724512808024883, ms=00081}
22:49:30.845189 run                osmo-ms-mob/00082: Starting mobile
22:49:30.859123 run       osmo-ms-mob/00082(pid=217): Launched
22:49:30.870860 run                             mass: MS start registered  {at=8139997.079170156, delay=0.005752358585596085, ms=00082}
22:49:31.481414 run                osmo-ms-mob/00083: Starting mobile
22:49:31.498241 run       osmo-ms-mob/00083(pid=218): Launched
22:49:31.509533 run                             mass: MS start registered  {at=8139997.717825816, delay=0.00486993882805109, ms=00083}
22:49:31.838675 run                             mass: MS performed LU  {at=8139998.046903332, lu_delay=4.935672297142446, ms=00073}
22:49:31.869539 run                osmo-ms-mob/00084: Starting mobile
22:49:31.884402 run       osmo-ms-mob/00084(pid=219): Launched
22:49:31.895549 run                             mass: MS start registered  {at=8139998.103872442, delay=0.005152507685124874, ms=00084}
22:49:31.902146 run                             mass: MS performed LU  {at=8139998.110465472, lu_delay=5.629475516267121, ms=00072}
22:49:31.990569 run                             mass: MS performed LU  {at=8139998.198790752, lu_delay=6.316930917091668, ms=00070}
22:49:32.047739 run                             mass: MS performed LU  {at=8139998.255951097, lu_delay=4.774590079672635, ms=00074}
22:49:32.083050 run                             mass: MS performed LU  {at=8139998.291307312, lu_delay=23.32372454740107, ms=00022}
22:49:32.101042 run                osmo-ms-mob/00085: Starting mobile
22:49:32.114258 run       osmo-ms-mob/00085(pid=220): Launched
22:49:32.125335 run                             mass: MS start registered  {at=8139998.333657525, delay=0.005060628987848759, ms=00085}
22:49:33.047537 run                osmo-ms-mob/00086: Starting mobile
22:49:33.061560 run       osmo-ms-mob/00086(pid=221): Launched
22:49:33.072612 run                             mass: MS start registered  {at=8139999.280934598, delay=0.004921775311231613, ms=00086}
22:49:33.671981 run                osmo-ms-mob/00087: Starting mobile
22:49:33.691596 run       osmo-ms-mob/00087(pid=222): Launched
22:49:33.698003 run                             mass: MS performed LU  {at=8139999.90632945, lu_delay=4.624919160269201, ms=00078}
22:49:33.703958 run                             mass: MS start registered  {at=8139999.912292357, delay=0.005982368253171444, ms=00087}
22:49:33.739552 run                             mass: MS performed LU  {at=8139999.94783605, lu_delay=5.474030178040266, ms=00077}
22:49:33.767623 run                             mass: MS performed LU  {at=8139999.975847545, lu_delay=5.622166193090379, ms=00076}
22:49:33.912067 run                             mass: MS performed LU  {at=8140000.120295273, lu_delay=6.220806552097201, ms=00075}
22:49:33.948346 run                             mass: MS performed LU  {at=8140000.156582578, lu_delay=22.738673293963075, ms=00028}
22:49:33.962504 run                osmo-ms-mob/00088: Starting mobile
22:49:33.975841 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.986836 run                             mass: MS start registered  {at=8140000.195158539, delay=0.004930046387016773, ms=00088}
22:49:34.833713 run                osmo-ms-mob/00089: Starting mobile
22:49:34.846920 run       osmo-ms-mob/00089(pid=224): Launched
22:49:34.858784 run                             mass: MS start registered  {at=8140001.067104309, delay=0.005512626841664314, ms=00089}
22:49:35.435053 run                osmo-ms-mob/00090: Starting mobile
22:49:35.448449 run       osmo-ms-mob/00090(pid=225): Launched
22:49:35.459911 run                             mass: MS start registered  {at=8140001.668232035, delay=0.005062947981059551, ms=00090}
22:49:35.521365 run                             mass: MS performed LU  {at=8140001.729586976, lu_delay=6.025826754979789, ms=00079}
22:49:35.605228 run                             mass: MS performed LU  {at=8140001.81345062, lu_delay=5.345892432145774, ms=00081}
22:49:35.669773 run                             mass: MS performed LU  {at=8140001.87799278, lu_delay=4.798822623677552, ms=00082}
22:49:35.813394 run                             mass: MS performed LU  {at=8140002.021613992, lu_delay=5.853887405246496, ms=00080}
22:49:36.084426 run                             mass: MS performed LU  {at=8140002.292647294, lu_delay=22.111737334169447, ms=00035}
22:49:36.112775 run                osmo-ms-mob/00091: Starting mobile
22:49:36.126206 run       osmo-ms-mob/00091(pid=226): Launched
22:49:36.137125 run                             mass: MS start registered  {at=8140002.345448655, delay=0.00472655426710844, ms=00091}
22:49:36.848230 run                osmo-ms-mob/00092: Starting mobile
22:49:36.862288 run       osmo-ms-mob/00092(pid=227): Launched
22:49:36.873922 run                             mass: MS start registered  {at=8140003.0822418, delay=0.00551433302462101, ms=00092}
22:49:37.423138 run                             mass: MS performed LU  {at=8140003.631358671, lu_delay=5.913532854989171, ms=00083}
22:49:37.505652 run                             mass: MS performed LU  {at=8140003.713874028, lu_delay=5.610001586377621, ms=00084}
22:49:37.532862 run                             mass: MS performed LU  {at=8140003.74117485, lu_delay=5.407517325133085, ms=00085}
22:49:37.570155 run                osmo-ms-mob/00093: Starting mobile
22:49:37.585066 run       osmo-ms-mob/00093(pid=228): Launched
22:49:37.596130 run                             mass: MS start registered  {at=8140003.804451607, delay=0.004863533191382885, ms=00093}
22:49:37.913289 run                             mass: MS performed LU  {at=8140004.121515921, lu_delay=4.84058132302016, ms=00086}
22:49:38.546760 run                osmo-ms-mob/00094: Starting mobile
22:49:38.560556 run       osmo-ms-mob/00094(pid=229): Launched
22:49:38.572231 run                             mass: MS start registered  {at=8140004.780540185, delay=0.005322815850377083, ms=00094}
22:49:39.370760 run                             mass: MS performed LU  {at=8140005.578981042, lu_delay=5.383822502568364, ms=00088}
22:49:39.425258 run                osmo-ms-mob/00095: Starting mobile
22:49:39.440871 run       osmo-ms-mob/00095(pid=230): Launched
22:49:39.446948 run                             mass: MS performed LU  {at=8140005.655275375, lu_delay=5.742983018048108, ms=00087}
22:49:39.452883 run                             mass: MS start registered  {at=8140005.661218293, delay=0.005960172973573208, ms=00095}
22:49:39.504587 run                             mass: MS performed LU  {at=8140005.712805126, lu_delay=22.694726007059216, ms=00043}
22:49:39.758430 run                             mass: MS performed LU  {at=8140005.966649547, lu_delay=4.899545238353312, ms=00089}
22:49:40.434954 run                osmo-ms-mob/00096: Starting mobile
22:49:40.448466 run       osmo-ms-mob/00096(pid=231): Launched
22:49:40.459608 run                             mass: MS start registered  {at=8140006.667928989, delay=0.004729431122541428, ms=00096}
22:49:41.271907 run                             mass: MS performed LU  {at=8140007.48012657, lu_delay=5.811894535087049, ms=00090}
22:49:41.299989 run                             mass: MS performed LU  {at=8140007.508212461, lu_delay=5.1627638060599566, ms=00091}
22:49:41.567013 run                osmo-ms-mob/00097: Starting mobile
22:49:41.583823 run       osmo-ms-mob/00097(pid=232): Launched
22:49:41.594761 run                             mass: MS start registered  {at=8140007.803083233, delay=0.004779098555445671, ms=00097}
22:49:42.867733 run                osmo-ms-mob/00098: Starting mobile
22:49:42.885877 run       osmo-ms-mob/00098(pid=233): Launched
22:49:42.897024 run                             mass: MS start registered  {at=8140009.105343742, delay=0.0049983784556388855, ms=00098}
22:49:43.136100 run                             mass: MS performed LU  {at=8140009.344302019, lu_delay=5.539850411936641, ms=00093}
22:49:43.200873 run                             mass: MS performed LU  {at=8140009.409092922, lu_delay=4.628552736714482, ms=00094}
22:49:43.270469 run                             mass: MS performed LU  {at=8140009.478716697, lu_delay=6.396474896930158, ms=00092}
22:49:44.635177 run                osmo-ms-mob/00099: Starting mobile
22:49:44.648571 run       osmo-ms-mob/00099(pid=234): Launched
22:49:44.654691 run                             mass: All started... {duration=55.730420138686895, too_slow=0}
22:49:44.660488 run                             mass: MS start registered  {at=8140010.868816361, delay=0.005789503455162048, ms=00099}
22:49:45.037928 run                             mass: MS performed LU  {at=8140011.246148524, lu_delay=5.584930230863392, ms=00095}
22:49:45.300478 run                             mass: MS performed LU  {at=8140011.50869642, lu_delay=4.840767431072891, ms=00096}
22:49:46.910713 run                             mass: MS performed LU  {at=8140013.110815753, lu_delay=5.307732520624995, ms=00097}
22:49:48.803836 run                             mass: MS performed LU  {at=8140015.012054242, lu_delay=5.906710499897599, ms=00098}
22:49:49.066560 run                             mass: MS performed LU  {at=8140015.274780821, lu_delay=22.964508249424398, ms=00071}
22:49:50.669200 run                             mass: MS performed LU  {at=8140016.877420287, lu_delay=6.008603925816715, ms=00099}
22:49:50.692502 run                             mass: Tests done {all_completed=True, max=23.32372454740107, min=3.6536971190944314}
22:49:50.698247 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:50.703841 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.707187 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.710489 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.713793 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.717086 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.720435 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.723812 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.727163 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:50.730462 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:50.733814 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:50.737157 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:50.740531 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:50.743898 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:50.747296 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:50.750752 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:50.754144 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:50.757606 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:50.761107 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:50.764591 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:50.768031 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:50.771447 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:50.774877 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:50.778290 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:50.781668 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:50.785048 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:50.788484 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:50.791914 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.795328 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.798685 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.802169 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.805596 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.809051 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.813060 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.816547 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.819902 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.823314 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.826714 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.830419 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.833939 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.837443 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.840940 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.844432 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.847922 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:50.851986 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:50.855484 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:50.859208 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:50.862698 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:50.866128 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:50.869626 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:50.873095 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:50.876721 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:50.880205 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:50.884213 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:50.887654 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.891019 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.894468 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.897921 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.901339 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.904928 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.908309 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.911687 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.915128 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.918504 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.921890 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.925318 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.928678 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.932147 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.935528 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.938867 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.942303 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.946057 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.949590 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.953480 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.956912 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.960364 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.963746 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.967129 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.970519 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.973912 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.977269 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.980725 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.984121 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.987526 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.990947 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.994332 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.997781 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.001124 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.004574 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.007976 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.011334 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.014730 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.018197 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.021836 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.025652 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.029099 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.032520 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.035940 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.039904 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.043792 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.047251 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.050669 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.054047 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.057474 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.060859 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.064306 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.067755 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.071183 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.074599 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.077975 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.081384 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.084722 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.088079 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.091510 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.094945 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.098340 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.101698 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.105039 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.108364 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.111677 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.115016 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.118338 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.121654 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.124991 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.128324 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.131653 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.134988 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.138314 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.141639 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.144961 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.148292 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.151613 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.154932 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.158264 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.161584 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.164903 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.168216 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.171524 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.174842 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.178161 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.181482 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.184815 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.188148 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.191459 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.194777 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.198093 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.201398 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.204715 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.208025 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.211357 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.214661 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.217973 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.221292 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.224621 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.227943 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.231246 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.234579 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.237897 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.241219 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.244538 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.247872 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.251198 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.254512 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.257848 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.261172 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.264507 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.267826 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.271146 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.274469 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.277812 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.281140 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.284473 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.287798 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.291132 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.294476 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.297816 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.301140 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.304472 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.307795 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.311102 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.314443 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.317762 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.321092 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.324399 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.327718 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.331053 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.334381 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.337705 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.341022 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.344343 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.347662 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.350989 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.354308 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.357631 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.360947 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.364230 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.367495 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.370746 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.374010 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.377262 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.380513 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.383769 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.387021 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.390266 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.393531 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.396784 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.400046 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.403298 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.406561 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.409817 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.413094 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.416351 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.419602 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.422857 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.426129 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.427629 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.431254 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.432730 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.436329 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.437786 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.441396 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.442878 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.446468 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.447941 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.451561 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.453051 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.456699 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.458187 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.461890 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.463382 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.467080 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.468588 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.472304 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.473801 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.477519 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.479016 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.482722 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.484234 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.487959 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.489465 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:51.493200 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.494711 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:51.498422 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.499947 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:51.503661 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.505175 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:51.508885 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.510392 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:51.514132 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.515651 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:51.519372 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.520898 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:51.524610 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.526123 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:51.529825 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.531327 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:51.535030 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.536558 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:51.540262 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.541769 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:51.545465 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.546962 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.550654 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.552178 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.555860 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.557355 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.561080 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.562583 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.566269 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.567777 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.571466 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.572989 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.576688 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.578181 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.581882 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.583393 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.587094 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.588591 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.592310 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.593805 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.597493 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.598990 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.602683 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.604186 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.607882 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.609373 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.613072 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.614569 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.618253 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.619770 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.623443 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.624952 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.628647 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.630136 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.633839 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.635333 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.639020 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.640527 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.644231 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.645738 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.649464 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.650972 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.654680 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.656188 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.659881 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.661383 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.665060 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.666556 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.670245 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.671743 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.675423 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.676925 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.680611 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.682112 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.685823 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.687313 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.691010 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.692521 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.696238 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.697731 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.701454 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.702948 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.706819 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.708350 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.712059 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.713561 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.717272 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.718774 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.722483 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.723976 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.727669 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.729159 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.732895 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.734403 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.738108 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.739608 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.743302 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.744826 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:51.748521 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.750020 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:51.753720 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.755223 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:51.758945 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.760444 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:51.764140 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.765664 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:51.769350 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.770839 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:51.774542 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.776033 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:51.779730 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.781225 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:51.784929 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.786425 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:51.790102 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.791594 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:51.795275 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.796782 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:51.800486 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.801981 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:51.805675 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.807166 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:51.810844 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.812357 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:51.816047 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.817540 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:51.821227 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.822729 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:51.826436 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.827939 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:51.831617 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.833111 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:51.836801 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.838295 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:51.841983 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.843468 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:51.847153 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.848650 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:51.852358 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.853856 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:51.857550 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.859047 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:51.862716 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.864239 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:51.867930 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.869413 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:51.873102 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.874605 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:51.878290 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.879775 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:51.883461 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.884972 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:51.888662 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.890160 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:51.893844 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.895344 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:51.899045 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.900546 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:51.904237 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.905743 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:51.909437 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.910928 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:51.914627 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.916139 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:51.919879 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.921371 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:51.925051 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.926559 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:51.930277 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.931785 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:51.935474 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.936965 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:51.940678 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.942174 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:51.945860 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.947359 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.951039 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.952540 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.956245 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.957735 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.961411 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.962912 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.966594 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.968095 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.971764 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.973269 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.976951 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.978442 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.982146 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.983624 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.987312 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.988797 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.992489 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.993987 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.997688 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.999185 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.002860 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.004358 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.008031 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.009533 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.013244 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.014745 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.018465 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.019958 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.023689 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.025180 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.028895 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.030384 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.034121 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.035614 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.039300 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.040790 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.044511 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.046000 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.049699 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.051188 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.054894 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.056398 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.060102 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.061597 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.065326 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.066816 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.070525 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.072058 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.075787 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.077276 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.080977 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.082478 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.086207 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.087707 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.091409 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.092910 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.096608 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.098110 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.101828 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.103322 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.107046 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.108544 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.112254 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.113737 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.117415 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.118908 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.122630 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.124129 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.127845 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.129346 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.133051 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.134540 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.138248 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.139747 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.143453 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.144968 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.148682 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.150180 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.153891 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.155379 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.159100 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.160609 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.164309 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.165802 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.169503 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.170992 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.174693 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.176196 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.179913 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.181411 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.185106 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.186593 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.190296 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.191814 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.195520 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.197016 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.200721 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.202211 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.205916 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.207413 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.211144 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.212650 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.216345 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.217839 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.221557 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.223061 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.226787 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.228274 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.231981 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.233484 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.237194 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.238692 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.242402 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.243890 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.247579 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.249070 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.252787 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.254291 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.258016 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.259529 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.263226 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.264726 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.268446 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.269939 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.273675 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.275175 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.278893 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.280396 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.284140 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.285653 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.289356 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.290863 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.294572 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.296075 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.299835 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.301331 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.305062 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.306561 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.310270 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.311773 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.315485 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.316997 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.320710 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.322201 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.325900 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.327391 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.331120 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.332613 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.336342 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.337842 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.341556 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.343054 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.346771 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.348280 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.351995 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.353496 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.357223 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.358724 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.362432 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.363938 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.367645 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.369154 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.372866 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.374357 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.378076 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.379575 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.383294 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.384815 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.388526 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.390027 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.393739 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.395241 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.398951 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.400460 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.404168 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.405672 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.409415 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.410916 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.414638 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.416163 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.419873 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.421372 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.425098 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.426611 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.430324 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.431830 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.435524 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.437031 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.440733 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.442231 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.445946 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.447444 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.451183 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.452688 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.456401 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.457917 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.461647 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.463151 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.466876 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.468387 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.472113 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.473622 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.477335 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.478847 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.482574 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.484085 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.487815 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.489324 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.493048 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.494552 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.498389 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.499968 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.503831 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.505394 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.509264 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.510828 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.514686 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.516254 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.520147 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.521710 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.525582 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.527151 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:55.931825 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.938067 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8317 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.014583 tst                       trial-8317: Storing JUnit report in /build/trial-8317/run.2026-04-30_22-48-29/trial-8317.xml

--------------------------------------------------------------------------------------------
trial-8317 PASS
--------------------------------------------------------------------------------------------
22:49:56.026733 tst                       trial-8317: trial-8317: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8317/inst
+ cd trial-8317
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-04-30 22:48:29
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8317-run.tgz run.2026-04-30_22-48-29
+ tar czf /build/trial-8317-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-04-30_13_30_48.tgz osmo-bts-oc2g.build-2026-04-30_00_52_18.tgz osmo-bts-sysmo.build-2026-04-30_00_52_22.tgz osmo-bts.build-2026-04-30_00_52_40.tgz osmo-ggsn.build-2026-04-30_20_42_44.tgz osmo-hlr.build-2026-04-30_16_36_56.tgz osmo-hnbgw.build-2026-04-30_13_30_48.tgz osmo-mgw.build-2026-04-30_08_33_06.tgz osmo-msc.build-2026-04-30_13_36_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-04-30_07_35_22.tgz osmo-pcu-sysmo.build-2026-04-30_07_35_21.tgz osmo-pcu.build-2026-04-30_07_35_15.tgz osmo-sgsn.build-2026-04-30_20_48_36.tgz osmo-stp.build-2026-04-30_13_26_38.tgz osmo-trx.build-2026-04-30_14_21_42.tgz osmocom-bb.build-2026-04-30_21_17_13.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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