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 7714
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins233601785753868281.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-8270
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:36a9bba055c1070f2cd7631c13081b287bce48aeaef332c47891a86b4a531f6f done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s 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=8271 -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-03-15 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8271
+ mkdir -p trial-8271
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-15_13_26_48.tgz osmo-bts-oc2g.build-2026-03-15_00_51_34.tgz osmo-bts-sysmo.build-2026-03-15_00_51_26.tgz osmo-bts.build-2026-03-15_00_51_36.tgz osmo-ggsn.build-2026-03-15_20_42_35.tgz osmo-hlr.build-2026-03-15_16_36_52.tgz osmo-hnbgw.build-2026-03-15_13_31_12.tgz osmo-mgw.build-2026-03-15_08_33_06.tgz osmo-msc.build-2026-03-15_13_35_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-15_07_35_09.tgz osmo-pcu-sysmo.build-2026-03-15_07_35_00.tgz osmo-pcu.build-2026-03-15_07_35_12.tgz osmo-sgsn.build-2026-03-15_20_48_20.tgz osmo-stp.build-2026-03-15_13_25_35.tgz osmo-trx.build-2026-03-15_14_21_34.tgz osmocom-bb.build-2026-03-15_21_17_18.tgz srslte.build-19.tgz trial-8271
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-15_13_26_48.md5 osmo-bts-oc2g.build-2026-03-15_00_51_34.md5 osmo-bts-sysmo.build-2026-03-15_00_51_26.md5 osmo-bts.build-2026-03-15_00_51_36.md5 osmo-ggsn.build-2026-03-15_20_42_35.md5 osmo-hlr.build-2026-03-15_16_36_52.md5 osmo-hnbgw.build-2026-03-15_13_31_12.md5 osmo-mgw.build-2026-03-15_08_33_06.md5 osmo-msc.build-2026-03-15_13_35_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-15_07_35_09.md5 osmo-pcu-sysmo.build-2026-03-15_07_35_00.md5 osmo-pcu.build-2026-03-15_07_35_12.md5 osmo-sgsn.build-2026-03-15_20_48_20.md5 osmo-stp.build-2026-03-15_13_25_35.md5 osmo-trx.build-2026-03-15_14_21_34.md5 osmocom-bb.build-2026-03-15_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-15_13_26_48.md5 osmo-bts-oc2g.build-2026-03-15_00_51_34.md5 osmo-bts-sysmo.build-2026-03-15_00_51_26.md5 osmo-bts.build-2026-03-15_00_51_36.md5 osmo-ggsn.build-2026-03-15_20_42_35.md5 osmo-hlr.build-2026-03-15_16_36_52.md5 osmo-hnbgw.build-2026-03-15_13_31_12.md5 osmo-mgw.build-2026-03-15_08_33_06.md5 osmo-msc.build-2026-03-15_13_35_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-15_07_35_09.md5 osmo-pcu-sysmo.build-2026-03-15_07_35_00.md5 osmo-pcu.build-2026-03-15_07_35_12.md5 osmo-sgsn.build-2026-03-15_20_48_20.md5 osmo-stp.build-2026-03-15_13_25_35.md5 osmo-trx.build-2026-03-15_14_21_34.md5 osmocom-bb.build-2026-03-15_21_17_18.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-8271 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8271'
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-8271
--------------------------------------------------------------------------------------------
22:48:18.498405 tst                       trial-8271: Detailed log at /build/trial-8271/run.2026-03-15_22-48-18/log

---------------------------------------------------------------------
trial-8271 netreg_mass
---------------------------------------------------------------------
22:48:18.701789 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.702205 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.702976 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.704142 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.744741 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.745628 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.746774 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.808456 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-8271 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.809393 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.824643 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.825171 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.825627 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.826084 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.826532 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.827007 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.827460 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.857825 tst         register_default_mass.py: using LAC 2
22:48:18.879536 tst         register_default_mass.py: using RAC 2
22:48:18.905273 tst         register_default_mass.py: using CellId 2
22:48:18.934131 tst         register_default_mass.py: using BVCI 3
22:48:18.947816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.948491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.949069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.949605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.950132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.950647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.951149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.951774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.952297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.952808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.953297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.953795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.954312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.954816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.955338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.955878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.956400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.956941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.957468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.957988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.958522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.959051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.959576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.960124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.960650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.961170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.961704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.964374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.964914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.965457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.969244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.969764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.972377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.972913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001072 tst      register_default_mass.py:21: Launching a simple network
22:48:19.011231 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.131633 run            create_hlr_db(pid=20): Launched
22:48:20.146145 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.170613 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.186051 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.191787 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.403391 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.418391 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.424034 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.842944 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.858108 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.872838 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.012967 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.028090 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.033837 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.057685 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.073149 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.078855 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.393772 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.409131 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.435431 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.610704 run         osmo-bts-virtual(pid=34): Launched
22:48:31.648360 tst         register_default_mass.py: using MSISDN 1001
22:48:31.663222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.704718 tst         register_default_mass.py: using MSISDN 1002
22:48:31.723039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.755353 tst         register_default_mass.py: using MSISDN 1003
22:48:31.771011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.803055 tst         register_default_mass.py: using MSISDN 1004
22:48:31.818356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.850232 tst         register_default_mass.py: using MSISDN 1005
22:48:31.865241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.897146 tst         register_default_mass.py: using MSISDN 1006
22:48:31.912269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.943895 tst         register_default_mass.py: using MSISDN 1007
22:48:31.958758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.991045 tst         register_default_mass.py: using MSISDN 1008
22:48:32.006334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.038205 tst         register_default_mass.py: using MSISDN 1009
22:48:32.053393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.085180 tst         register_default_mass.py: using MSISDN 1010
22:48:32.100271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.129714 tst         register_default_mass.py: using MSISDN 1011
22:48:32.143550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.172014 tst         register_default_mass.py: using MSISDN 1012
22:48:32.185272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.214631 tst         register_default_mass.py: using MSISDN 1013
22:48:32.228413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.257571 tst         register_default_mass.py: using MSISDN 1014
22:48:32.271084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.300321 tst         register_default_mass.py: using MSISDN 1015
22:48:32.313953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.343087 tst         register_default_mass.py: using MSISDN 1016
22:48:32.356782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.385343 tst         register_default_mass.py: using MSISDN 1017
22:48:32.398688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.427735 tst         register_default_mass.py: using MSISDN 1018
22:48:32.441230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.470124 tst         register_default_mass.py: using MSISDN 1019
22:48:32.483568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.512575 tst         register_default_mass.py: using MSISDN 1020
22:48:32.526111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.555378 tst         register_default_mass.py: using MSISDN 1021
22:48:32.569091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.606145 tst         register_default_mass.py: using MSISDN 1022
22:48:32.623365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.660801 tst         register_default_mass.py: using MSISDN 1023
22:48:32.678003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.707173 tst         register_default_mass.py: using MSISDN 1024
22:48:32.721195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.750215 tst         register_default_mass.py: using MSISDN 1025
22:48:32.763979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.793013 tst         register_default_mass.py: using MSISDN 1026
22:48:32.806511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.835481 tst         register_default_mass.py: using MSISDN 1027
22:48:32.849005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.878069 tst         register_default_mass.py: using MSISDN 1028
22:48:32.891726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.919396 tst         register_default_mass.py: using MSISDN 1029
22:48:32.932233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.961480 tst         register_default_mass.py: using MSISDN 1030
22:48:32.974974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.003922 tst         register_default_mass.py: using MSISDN 1031
22:48:33.017577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.046769 tst         register_default_mass.py: using MSISDN 1032
22:48:33.060329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.089039 tst         register_default_mass.py: using MSISDN 1033
22:48:33.102531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.131312 tst         register_default_mass.py: using MSISDN 1034
22:48:33.144785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.173501 tst         register_default_mass.py: using MSISDN 1035
22:48:33.186686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.215391 tst         register_default_mass.py: using MSISDN 1036
22:48:33.228797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.257497 tst         register_default_mass.py: using MSISDN 1037
22:48:33.271052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.299565 tst         register_default_mass.py: using MSISDN 1038
22:48:33.312981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.341820 tst         register_default_mass.py: using MSISDN 1039
22:48:33.355218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.383516 tst         register_default_mass.py: using MSISDN 1040
22:48:33.396719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.425527 tst         register_default_mass.py: using MSISDN 1041
22:48:33.439066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.467824 tst         register_default_mass.py: using MSISDN 1042
22:48:33.481324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.510085 tst         register_default_mass.py: using MSISDN 1043
22:48:33.523443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.552395 tst         register_default_mass.py: using MSISDN 1044
22:48:33.565923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.618782 tst         register_default_mass.py: using MSISDN 1045
22:48:33.639722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.715777 tst         register_default_mass.py: using MSISDN 1046
22:48:33.738119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.806633 tst         register_default_mass.py: using MSISDN 1047
22:48:33.828730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.857942 tst         register_default_mass.py: using MSISDN 1048
22:48:33.872263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.900617 tst         register_default_mass.py: using MSISDN 1049
22:48:33.913948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.942304 tst         register_default_mass.py: using MSISDN 1050
22:48:33.955625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.983831 tst         register_default_mass.py: using MSISDN 1051
22:48:33.997036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.025281 tst         register_default_mass.py: using MSISDN 1052
22:48:34.038410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.067411 tst         register_default_mass.py: using MSISDN 1053
22:48:34.080891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.109800 tst         register_default_mass.py: using MSISDN 1054
22:48:34.123240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.151795 tst         register_default_mass.py: using MSISDN 1055
22:48:34.165117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.193802 tst         register_default_mass.py: using MSISDN 1056
22:48:34.207312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.235630 tst         register_default_mass.py: using MSISDN 1057
22:48:34.248969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.277534 tst         register_default_mass.py: using MSISDN 1058
22:48:34.290745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.319477 tst         register_default_mass.py: using MSISDN 1059
22:48:34.332810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.361733 tst         register_default_mass.py: using MSISDN 1060
22:48:34.375252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.403893 tst         register_default_mass.py: using MSISDN 1061
22:48:34.417367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.445797 tst         register_default_mass.py: using MSISDN 1062
22:48:34.459007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.487226 tst         register_default_mass.py: using MSISDN 1063
22:48:34.500436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.530732 tst         register_default_mass.py: using MSISDN 1064
22:48:34.544897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.575848 tst         register_default_mass.py: using MSISDN 1065
22:48:34.590707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.621799 tst         register_default_mass.py: using MSISDN 1066
22:48:34.636440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.667749 tst         register_default_mass.py: using MSISDN 1067
22:48:34.682621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.713728 tst         register_default_mass.py: using MSISDN 1068
22:48:34.728506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.759514 tst         register_default_mass.py: using MSISDN 1069
22:48:34.774140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.809225 tst         register_default_mass.py: using MSISDN 1070
22:48:34.825850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.856998 tst         register_default_mass.py: using MSISDN 1071
22:48:34.871908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.903032 tst         register_default_mass.py: using MSISDN 1072
22:48:34.917720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.948916 tst         register_default_mass.py: using MSISDN 1073
22:48:34.963682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.994716 tst         register_default_mass.py: using MSISDN 1074
22:48:35.009380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.040464 tst         register_default_mass.py: using MSISDN 1075
22:48:35.055223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.086351 tst         register_default_mass.py: using MSISDN 1076
22:48:35.101086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.132316 tst         register_default_mass.py: using MSISDN 1077
22:48:35.147050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.178161 tst         register_default_mass.py: using MSISDN 1078
22:48:35.193124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.224305 tst         register_default_mass.py: using MSISDN 1079
22:48:35.239166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.270542 tst         register_default_mass.py: using MSISDN 1080
22:48:35.285310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.316464 tst         register_default_mass.py: using MSISDN 1081
22:48:35.331141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.362408 tst         register_default_mass.py: using MSISDN 1082
22:48:35.377124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.407866 tst         register_default_mass.py: using MSISDN 1083
22:48:35.422498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.453386 tst         register_default_mass.py: using MSISDN 1084
22:48:35.467818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.498605 tst         register_default_mass.py: using MSISDN 1085
22:48:35.513147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.544003 tst         register_default_mass.py: using MSISDN 1086
22:48:35.558745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.589935 tst         register_default_mass.py: using MSISDN 1087
22:48:35.604617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.635628 tst         register_default_mass.py: using MSISDN 1088
22:48:35.649669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.680597 tst         register_default_mass.py: using MSISDN 1089
22:48:35.695252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.726373 tst         register_default_mass.py: using MSISDN 1090
22:48:35.741046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.772036 tst         register_default_mass.py: using MSISDN 1091
22:48:35.786745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.817999 tst         register_default_mass.py: using MSISDN 1092
22:48:35.832789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.864041 tst         register_default_mass.py: using MSISDN 1093
22:48:35.878845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.909979 tst         register_default_mass.py: using MSISDN 1094
22:48:35.924659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.955808 tst         register_default_mass.py: using MSISDN 1095
22:48:35.970600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.001765 tst         register_default_mass.py: using MSISDN 1096
22:48:36.016688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.047223 tst         register_default_mass.py: using MSISDN 1097
22:48:36.061692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.092357 tst         register_default_mass.py: using MSISDN 1098
22:48:36.106834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.138055 tst         register_default_mass.py: using MSISDN 1099
22:48:36.152725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.184050 tst         register_default_mass.py: using MSISDN 1100
22:48:36.198892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.291429 run                             mass: Starting testcase
22:48:36.297029 run                             mass: Pre-launching all virtphy's
22:48:36.302480 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.315589 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.321741 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.334784 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.340974 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.354197 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.360286 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.373424 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.379583 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.392616 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.398767 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.411951 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.418027 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.431036 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.437125 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.450091 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.456099 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.469079 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.475046 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.488148 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.494256 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.507315 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.513532 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.526762 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.532883 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.545968 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.552069 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.565117 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.571291 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.584533 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.590650 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.603714 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.609787 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.622839 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.628877 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.641832 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.647855 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.660899 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.667051 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.680250 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.686278 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.699263 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.705323 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.718324 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.724328 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.737351 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.743447 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.756650 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.762799 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.776068 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.782151 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.795318 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.801455 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.814712 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.820855 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.834071 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.840188 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.853405 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.859540 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.872770 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.878858 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.892034 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.898169 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.911273 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.917406 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.930591 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.936736 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.949913 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.955993 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.968939 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.974945 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.987914 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.994006 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.007003 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.013125 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.026137 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.032138 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.045312 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.051363 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.064528 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.070532 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.083532 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.089544 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.102541 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.108552 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.121517 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.127542 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.140564 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.146572 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.159574 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.165574 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.178657 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.184748 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.197790 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.203836 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.216895 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.222920 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.236204 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.242214 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.255390 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.261437 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.274588 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.280700 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.293841 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.299868 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.312923 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.319092 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.332254 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.338327 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.351541 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.357566 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.370626 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.376704 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.389732 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.395798 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.408859 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.415064 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.428370 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.434510 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.447789 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.453936 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.467257 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.473396 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.486717 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.492845 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.506029 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.512243 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.525279 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.531423 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.544443 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.550467 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.563542 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.569566 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.582565 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.588546 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.601534 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.607533 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.620478 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.626509 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.639470 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.645485 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.658490 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.664513 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.677499 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.683470 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.696492 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.702847 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.716115 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.722296 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.735487 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.741524 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.754736 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.760785 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.773970 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.780045 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.793139 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.799240 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.812310 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.818388 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.831373 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.837367 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.850509 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.856630 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.869633 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.875608 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.888605 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.894624 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.907605 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.913598 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.926591 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.932810 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.945917 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.952099 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.965175 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.971236 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.984426 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.990427 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.003611 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.009676 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.022711 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.028763 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.041820 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.047894 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.060960 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.066999 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.080053 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.086065 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.099070 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.105139 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.118139 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.124175 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.137198 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.143260 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.156354 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.162359 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.175747 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.181755 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.194963 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.200989 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.213995 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.220274 run                             mass: Checking if sockets are in the filesystem
22:48:38.253226 run                osmo-ms-mob/00000: Starting mobile
22:48:38.266634 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.278164 run                             mass: MS start registered  {at=4165544.486482603, delay=0.005399270914494991, ms=00000}
22:48:42.449004 run                osmo-ms-mob/00001: Starting mobile
22:48:42.463168 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.474091 run                             mass: MS start registered  {at=4165548.682405654, delay=0.004494602791965008, ms=00001}
22:48:43.440806 run                             mass: MS performed LU  {at=4165549.64900696, lu_delay=5.162524356972426, ms=00000}
22:48:44.267407 run                osmo-ms-mob/00002: Starting mobile
22:48:44.284295 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.295150 run                             mass: MS start registered  {at=4165550.503463567, delay=0.004540787544101477, ms=00002}
22:48:45.568672 run                osmo-ms-mob/00003: Starting mobile
22:48:45.585577 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.596090 run                             mass: MS start registered  {at=4165551.804406318, delay=0.004357043653726578, ms=00003}
22:48:46.658663 run                osmo-ms-mob/00004: Starting mobile
22:48:46.675287 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.686054 run                             mass: MS start registered  {at=4165552.894372787, delay=0.004753408022224903, ms=00004}
22:48:47.206060 run                             mass: MS performed LU  {at=4165553.414267708, lu_delay=4.731862054206431, ms=00001}
22:48:47.638842 run                osmo-ms-mob/00005: Starting mobile
22:48:47.652309 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.662961 run                             mass: MS start registered  {at=4165553.871276385, delay=0.004482817370444536, ms=00005}
22:48:48.566941 run                osmo-ms-mob/00006: Starting mobile
22:48:48.586561 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.597522 run                             mass: MS start registered  {at=4165554.805839273, delay=0.004571390338242054, ms=00006}
22:48:49.107988 run                             mass: MS performed LU  {at=4165555.316191938, lu_delay=4.812728371005505, ms=00002}
22:48:49.468516 run                osmo-ms-mob/00007: Starting mobile
22:48:49.485552 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.496121 run                             mass: MS start registered  {at=4165555.704441517, delay=0.004455230198800564, ms=00007}
22:48:50.236940 run                osmo-ms-mob/00008: Starting mobile
22:48:50.250076 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.260824 run                             mass: MS start registered  {at=4165556.469146074, delay=0.00453441496938467, ms=00008}
22:48:50.949883 run                osmo-ms-mob/00009: Starting mobile
22:48:50.963928 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.970901 run                             mass: MS performed LU  {at=4165557.179219161, lu_delay=5.37481284327805, ms=00003}
22:48:50.976986 run                             mass: MS start registered  {at=4165557.185321035, delay=0.007019982673227787, ms=00009}
22:48:51.667264 run                osmo-ms-mob/00010: Starting mobile
22:48:51.684258 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.695140 run                             mass: MS start registered  {at=4165557.903460987, delay=0.004737076815217733, ms=00010}
22:48:52.264656 run                osmo-ms-mob/00011: Starting mobile
22:48:52.281201 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.292714 run                             mass: MS start registered  {at=4165558.501026029, delay=0.005328627768903971, ms=00011}
22:48:52.868333 run                osmo-ms-mob/00012: Starting mobile
22:48:52.885715 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.891855 run                             mass: MS performed LU  {at=4165559.100181663, lu_delay=5.228905277792364, ms=00005}
22:48:52.897892 run                             mass: MS start registered  {at=4165559.106227611, delay=0.006063820328563452, ms=00012}
22:48:52.903906 run                             mass: MS performed LU  {at=4165559.112236693, lu_delay=6.217863906174898, ms=00004}
22:48:53.468777 run                osmo-ms-mob/00013: Starting mobile
22:48:53.485721 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.496466 run                             mass: MS start registered  {at=4165559.704787561, delay=0.004506347235292196, ms=00013}
22:48:54.036894 run                osmo-ms-mob/00014: Starting mobile
22:48:54.050276 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.061045 run                             mass: MS start registered  {at=4165560.269366157, delay=0.004709785804152489, ms=00014}
22:48:54.640082 run                osmo-ms-mob/00015: Starting mobile
22:48:54.661249 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.672379 run                             mass: MS start registered  {at=4165560.88069853, delay=0.004733976908028126, ms=00015}
22:48:54.737506 run                             mass: MS performed LU  {at=4165560.945733746, lu_delay=6.139894472900778, ms=00006}
22:48:54.802440 run                             mass: MS performed LU  {at=4165561.010647538, lu_delay=5.306206020992249, ms=00007}
22:48:55.106918 run                             mass: MS performed LU  {at=4165561.315137572, lu_delay=4.84599149832502, ms=00008}
22:48:55.139134 run                osmo-ms-mob/00016: Starting mobile
22:48:55.153802 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.164630 run                             mass: MS start registered  {at=4165561.372947655, delay=0.004750499967485666, ms=00016}
22:48:55.637005 run                osmo-ms-mob/00017: Starting mobile
22:48:55.650627 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.661479 run                             mass: MS start registered  {at=4165561.869798797, delay=0.004747528117150068, ms=00017}
22:48:56.268192 run                osmo-ms-mob/00018: Starting mobile
22:48:56.285769 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.296660 run                             mass: MS start registered  {at=4165562.50498223, delay=0.004439588636159897, ms=00018}
22:48:56.667810 run                osmo-ms-mob/00019: Starting mobile
22:48:56.684637 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.690700 run                             mass: MS performed LU  {at=4165562.899028157, lu_delay=5.713707122020423, ms=00009}
22:48:56.696523 run                             mass: MS performed LU  {at=4165562.904858263, lu_delay=5.001397276297212, ms=00010}
22:48:56.702259 run                             mass: MS start registered  {at=4165562.910595315, delay=0.011584479827433825, ms=00019}
22:48:57.161288 run                osmo-ms-mob/00020: Starting mobile
22:48:57.174346 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.185240 run                             mass: MS start registered  {at=4165563.393551573, delay=0.00482743326574564, ms=00020}
22:48:57.635819 run                osmo-ms-mob/00021: Starting mobile
22:48:57.648801 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.660139 run                             mass: MS start registered  {at=4165563.868459328, delay=0.0050004092045128345, ms=00021}
22:48:58.048042 run                osmo-ms-mob/00022: Starting mobile
22:48:58.061537 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.072278 run                             mass: MS start registered  {at=4165564.280600302, delay=0.004738220013678074, ms=00022}
22:48:58.503217 run                             mass: MS performed LU  {at=4165564.71143399, lu_delay=5.006646428722888, ms=00013}
22:48:58.545230 run                osmo-ms-mob/00023: Starting mobile
22:48:58.560981 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.567283 run                             mass: MS performed LU  {at=4165564.775612482, lu_delay=5.669384870678186, ms=00012}
22:48:58.573205 run                             mass: MS start registered  {at=4165564.781540456, delay=0.005942646414041519, ms=00023}
22:48:58.637832 run                             mass: MS performed LU  {at=4165564.846046839, lu_delay=6.3450208101421595, ms=00011}
22:48:58.891561 run                             mass: MS performed LU  {at=4165565.099777795, lu_delay=4.830411638133228, ms=00014}
22:48:58.920676 run                osmo-ms-mob/00024: Starting mobile
22:48:58.934040 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.945043 run                             mass: MS start registered  {at=4165565.153361302, delay=0.004832165781408548, ms=00024}
22:48:59.449548 run                osmo-ms-mob/00025: Starting mobile
22:48:59.463651 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.474577 run                             mass: MS start registered  {at=4165565.68289581, delay=0.004757722839713097, ms=00025}
22:48:59.870227 run                osmo-ms-mob/00026: Starting mobile
22:48:59.887405 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.898229 run                             mass: MS start registered  {at=4165566.106550386, delay=0.004664498381316662, ms=00026}
22:49:00.259377 run                osmo-ms-mob/00027: Starting mobile
22:49:00.275391 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.286108 run                             mass: MS start registered  {at=4165566.494428667, delay=0.004741216544061899, ms=00027}
22:49:00.321053 run                             mass: MS performed LU  {at=4165566.529313902, lu_delay=4.659515104722232, ms=00017}
22:49:00.404608 run                             mass: MS performed LU  {at=4165566.612823501, lu_delay=5.732124971225858, ms=00015}
22:49:00.431627 run                             mass: MS performed LU  {at=4165566.639936644, lu_delay=5.26698898896575, ms=00016}
22:49:00.446235 run                osmo-ms-mob/00028: Starting mobile
22:49:00.459545 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.470413 run                             mass: MS start registered  {at=4165566.678736272, delay=0.004698215983808041, ms=00028}
22:49:01.075776 run                osmo-ms-mob/00029: Starting mobile
22:49:01.092173 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.103052 run                             mass: MS start registered  {at=4165567.311372927, delay=0.004708966705948114, ms=00029}
22:49:01.449040 run                osmo-ms-mob/00030: Starting mobile
22:49:01.463077 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.474190 run                             mass: MS start registered  {at=4165567.682494067, delay=0.004658523015677929, ms=00030}
22:49:01.868388 run                osmo-ms-mob/00031: Starting mobile
22:49:01.883530 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.894368 run                             mass: MS start registered  {at=4165568.102687826, delay=0.004883540794253349, ms=00031}
22:49:02.136714 run                osmo-ms-mob/00032: Starting mobile
22:49:02.149667 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.160293 run                             mass: MS start registered  {at=4165568.368614782, delay=0.004665076266974211, ms=00032}
22:49:02.269785 run                             mass: MS performed LU  {at=4165568.478003201, lu_delay=5.567407886032015, ms=00019}
22:49:02.333885 run                             mass: MS performed LU  {at=4165568.542103861, lu_delay=5.148552287835628, ms=00020}
22:49:02.403782 run                             mass: MS performed LU  {at=4165568.611964757, lu_delay=4.743505429010838, ms=00021}
22:49:02.437375 run                osmo-ms-mob/00033: Starting mobile
22:49:02.450380 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.456506 run                             mass: MS performed LU  {at=4165568.664835583, lu_delay=6.15985335316509, ms=00018}
22:49:02.462715 run                             mass: MS start registered  {at=4165568.671048729, delay=0.00622915243729949, ms=00033}
22:49:02.959063 run                osmo-ms-mob/00034: Starting mobile
22:49:02.975357 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.986269 run                             mass: MS start registered  {at=4165569.194590222, delay=0.004952223971486092, ms=00034}
22:49:03.250459 run                osmo-ms-mob/00035: Starting mobile
22:49:03.264724 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.275971 run                             mass: MS start registered  {at=4165569.484288035, delay=0.005067077931016684, ms=00035}
22:49:03.681577 run                osmo-ms-mob/00036: Starting mobile
22:49:03.697804 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.708989 run                             mass: MS start registered  {at=4165569.917309097, delay=0.004990824032574892, ms=00036}
22:49:04.036814 run                osmo-ms-mob/00037: Starting mobile
22:49:04.049913 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.061131 run                             mass: MS start registered  {at=4165570.269446549, delay=0.005197746213525534, ms=00037}
22:49:04.086693 run                             mass: MS performed LU  {at=4165570.294957792, lu_delay=5.513417335692793, ms=00023}
22:49:04.171458 run                             mass: MS performed LU  {at=4165570.37967637, lu_delay=4.696780560072511, ms=00025}
22:49:04.198912 run                osmo-ms-mob/00038: Starting mobile
22:49:04.212660 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.218691 run                             mass: MS performed LU  {at=4165570.427021332, lu_delay=6.146421030163765, ms=00022}
22:49:04.224569 run                             mass: MS start registered  {at=4165570.432903915, delay=0.0058987620286643505, ms=00038}
22:49:04.342578 run                             mass: MS performed LU  {at=4165570.550796536, lu_delay=5.397435233928263, ms=00024}
22:49:04.372124 run                osmo-ms-mob/00039: Starting mobile
22:49:04.385429 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.396227 run                             mass: MS start registered  {at=4165570.604540968, delay=0.0046850149519741535, ms=00039}
22:49:05.036020 run                osmo-ms-mob/00040: Starting mobile
22:49:05.049411 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.060291 run                             mass: MS start registered  {at=4165571.268613294, delay=0.004880023188889027, ms=00040}
22:49:05.353194 run                osmo-ms-mob/00041: Starting mobile
22:49:05.367255 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.378444 run                             mass: MS start registered  {at=4165571.586761056, delay=0.005144200753420591, ms=00041}
22:49:05.649214 run                osmo-ms-mob/00042: Starting mobile
22:49:05.663562 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.674524 run                             mass: MS start registered  {at=4165571.882840715, delay=0.004865155089646578, ms=00042}
22:49:06.069089 run                osmo-ms-mob/00043: Starting mobile
22:49:06.086853 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.092990 run                             mass: MS performed LU  {at=4165572.301318276, lu_delay=4.989945349283516, ms=00029}
22:49:06.099397 run                             mass: MS start registered  {at=4165572.307731242, delay=0.006431066896766424, ms=00043}
22:49:06.105354 run                             mass: MS performed LU  {at=4165572.313684843, lu_delay=6.2071344568394125, ms=00026}
22:49:06.116317 run                osmo-ms-mob/00044: Starting mobile
22:49:06.129396 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.139862 run                             mass: MS start registered  {at=4165572.348184563, delay=0.004411510191857815, ms=00044}
22:49:06.168502 run                             mass: MS performed LU  {at=4165572.376771863, lu_delay=5.6980355912819505, ms=00028}
22:49:06.243489 run                             mass: MS performed LU  {at=4165572.45172395, lu_delay=4.769229882862419, ms=00030}
22:49:06.272181 run                osmo-ms-mob/00045: Starting mobile
22:49:06.285326 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.296060 run                             mass: MS start registered  {at=4165572.50438176, delay=0.004663986153900623, ms=00045}
22:49:06.956287 run                osmo-ms-mob/00046: Starting mobile
22:49:06.978813 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.989500 run                             mass: MS start registered  {at=4165573.197821794, delay=0.004471355117857456, ms=00046}
22:49:07.235967 run                osmo-ms-mob/00047: Starting mobile
22:49:07.249124 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.261840 run                             mass: MS start registered  {at=4165573.470156205, delay=0.0066789546981453896, ms=00047}
22:49:07.557476 run                osmo-ms-mob/00048: Starting mobile
22:49:07.573622 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.584431 run                             mass: MS start registered  {at=4165573.79275376, delay=0.004783542826771736, ms=00048}
22:49:07.836862 run                osmo-ms-mob/00049: Starting mobile
22:49:07.850163 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.856382 run                             mass: MS performed LU  {at=4165574.06471015, lu_delay=5.393661420792341, ms=00033}
22:49:07.862249 run                             mass: MS start registered  {at=4165574.0705833, delay=0.005890947300940752, ms=00049}
22:49:07.870869 run                             mass: MS performed LU  {at=4165574.079191123, lu_delay=5.710576341021806, ms=00032}
22:49:07.881680 run                osmo-ms-mob/00050: Starting mobile
22:49:07.894892 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.905583 run                             mass: MS start registered  {at=4165574.113907387, delay=0.004680570214986801, ms=00050}
22:49:07.964963 run                             mass: MS performed LU  {at=4165574.173179703, lu_delay=4.978589480742812, ms=00034}
22:49:08.144231 run                             mass: MS performed LU  {at=4165574.352446857, lu_delay=6.249759030994028, ms=00031}
22:49:08.536599 run                osmo-ms-mob/00051: Starting mobile
22:49:08.550048 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.560984 run                             mass: MS start registered  {at=4165574.769301921, delay=0.004799068905413151, ms=00051}
22:49:08.850386 run                osmo-ms-mob/00052: Starting mobile
22:49:08.864494 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.870680 run                             mass: MS performed LU  {at=4165575.079007118, lu_delay=5.594719083048403, ms=00035}
22:49:08.876735 run                             mass: MS start registered  {at=4165575.085069328, delay=0.006080073304474354, ms=00052}
22:49:09.150539 run                osmo-ms-mob/00053: Starting mobile
22:49:09.164572 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.175411 run                             mass: MS start registered  {at=4165575.383730773, delay=0.004784476011991501, ms=00053}
22:49:09.205700 run                             mass: MS performed LU  {at=4165575.4139822, lu_delay=3.827221143990755, ms=00041}
22:49:09.436773 run                osmo-ms-mob/00054: Starting mobile
22:49:09.451454 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.465120 run                             mass: MS start registered  {at=4165575.673426936, delay=0.00584611389786005, ms=00054}
22:49:09.699776 run                             mass: MS performed LU  {at=4165575.907979029, lu_delay=5.3034380613826215, ms=00039}
22:49:09.729755 run                osmo-ms-mob/00055: Starting mobile
22:49:09.742963 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.754007 run                             mass: MS start registered  {at=4165575.962323288, delay=0.004859876818954945, ms=00055}
22:49:09.772389 run                             mass: MS performed LU  {at=4165575.98069478, lu_delay=5.711248231120408, ms=00037}
22:49:09.865484 run                             mass: MS performed LU  {at=4165576.073707375, lu_delay=6.156398278195411, ms=00036}
22:49:09.880239 run                osmo-ms-mob/00056: Starting mobile
22:49:09.893707 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.904690 run                             mass: MS start registered  {at=4165576.113009845, delay=0.004866898991167545, ms=00056}
22:49:10.045352 run                             mass: MS performed LU  {at=4165576.253572119, lu_delay=4.984958824701607, ms=00040}
22:49:10.069835 run                             mass: MS performed LU  {at=4165576.278165449, lu_delay=5.845261533744633, ms=00038}
22:49:10.081175 run                osmo-ms-mob/00057: Starting mobile
22:49:10.094564 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.105654 run                             mass: MS start registered  {at=4165576.31397396, delay=0.004810904152691364, ms=00057}
22:49:10.747567 run                osmo-ms-mob/00058: Starting mobile
22:49:10.761296 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.774149 run                             mass: MS start registered  {at=4165576.982460962, delay=0.00650691706687212, ms=00058}
22:49:10.862689 run                             mass: MS performed LU  {at=4165577.070915324, lu_delay=4.76318408222869, ms=00043}
22:49:11.047377 run                osmo-ms-mob/00059: Starting mobile
22:49:11.060938 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.073734 run                             mass: MS start registered  {at=4165577.282049061, delay=0.006319126579910517, ms=00059}
22:49:11.336893 run                osmo-ms-mob/00060: Starting mobile
22:49:11.350297 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.361649 run                             mass: MS start registered  {at=4165577.569969152, delay=0.004807221237570047, ms=00060}
22:49:11.619467 run                             mass: MS performed LU  {at=4165577.827684898, lu_delay=5.479500334709883, ms=00044}
22:49:11.644488 run                             mass: MS performed LU  {at=4165577.85281898, lu_delay=4.65499718580395, ms=00046}
22:49:11.668706 run                osmo-ms-mob/00061: Starting mobile
22:49:11.682030 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.693161 run                             mass: MS start registered  {at=4165577.901480434, delay=0.00462530180811882, ms=00061}
22:49:11.730194 run                             mass: MS performed LU  {at=4165577.938389709, lu_delay=6.055548994336277, ms=00042}
22:49:11.910670 run                             mass: MS performed LU  {at=4165578.118889586, lu_delay=5.6145078260451555, ms=00045}
22:49:11.940232 run                osmo-ms-mob/00062: Starting mobile
22:49:11.953451 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.959526 run                             mass: MS performed LU  {at=4165578.167854879, lu_delay=4.697698674164712, ms=00047}
22:49:11.965655 run                             mass: MS start registered  {at=4165578.17398931, delay=0.006151910871267319, ms=00062}
22:49:12.367155 run                osmo-ms-mob/00063: Starting mobile
22:49:12.382204 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.395036 run                             mass: MS start registered  {at=4165578.603353726, delay=0.0065032741986215115, ms=00063}
22:49:12.747729 run                osmo-ms-mob/00064: Starting mobile
22:49:12.761418 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.773229 run                             mass: MS start registered  {at=4165578.981549598, delay=0.005400627851486206, ms=00064}
22:49:13.167424 run                osmo-ms-mob/00065: Starting mobile
22:49:13.182749 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.193773 run                             mass: MS start registered  {at=4165579.402094579, delay=0.004993408918380737, ms=00065}
22:49:13.479772 run                osmo-ms-mob/00066: Starting mobile
22:49:13.498250 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.504310 run                             mass: MS performed LU  {at=4165579.712638021, lu_delay=4.9433360998518765, ms=00051}
22:49:13.510136 run                             mass: MS performed LU  {at=4165579.718471183, lu_delay=5.647887882776558, ms=00049}
22:49:13.515835 run                             mass: MS start registered  {at=4165579.724169955, delay=0.011550029274076223, ms=00066}
22:49:13.631201 run                             mass: MS performed LU  {at=4165579.839418034, lu_delay=5.725510647054762, ms=00050}
22:49:13.659752 run                osmo-ms-mob/00067: Starting mobile
22:49:13.672629 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.683721 run                             mass: MS start registered  {at=4165579.89204559, delay=0.005034520290791988, ms=00067}
22:49:13.775146 run                             mass: MS performed LU  {at=4165579.983363654, lu_delay=6.1906098942272365, ms=00048}
22:49:13.811925 run                             mass: MS performed LU  {at=4165580.020144676, lu_delay=4.935075347777456, ms=00052}
22:49:13.825884 run                osmo-ms-mob/00068: Starting mobile
22:49:13.839245 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.845245 run                             mass: MS performed LU  {at=4165580.053576625, lu_delay=4.669845852069557, ms=00053}
22:49:13.850988 run                             mass: MS start registered  {at=4165580.059323257, delay=0.005761704873293638, ms=00068}
22:49:14.549613 run                osmo-ms-mob/00069: Starting mobile
22:49:14.563424 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.575043 run                             mass: MS start registered  {at=4165580.783353534, delay=0.005567197222262621, ms=00069}
22:49:14.949088 run                osmo-ms-mob/00070: Starting mobile
22:49:14.963297 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.974637 run                             mass: MS start registered  {at=4165581.182957124, delay=0.005159365013241768, ms=00070}
22:49:15.360884 run                osmo-ms-mob/00071: Starting mobile
22:49:15.377525 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.389046 run                             mass: MS start registered  {at=4165581.597360265, delay=0.005333554930984974, ms=00071}
22:49:15.450483 run                             mass: MS performed LU  {at=4165581.658701809, lu_delay=5.696378521155566, ms=00055}
22:49:15.471518 run                             mass: MS performed LU  {at=4165581.67984925, lu_delay=4.6973882876336575, ms=00058}
22:49:15.495487 run                             mass: MS performed LU  {at=4165581.703766521, lu_delay=6.030339585151523, ms=00054}
22:49:15.510701 run                osmo-ms-mob/00072: Starting mobile
22:49:15.523684 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.534772 run                             mass: MS start registered  {at=4165581.743093485, delay=0.005105596035718918, ms=00072}
22:49:15.620495 run                             mass: MS performed LU  {at=4165581.828710277, lu_delay=5.715700432192534, ms=00056}
22:49:15.644382 run                             mass: MS performed LU  {at=4165581.85271219, lu_delay=5.538738229777664, ms=00057}
22:49:15.675194 run                             mass: MS performed LU  {at=4165581.883434715, lu_delay=4.601385654415935, ms=00059}
22:49:15.694664 run                osmo-ms-mob/00073: Starting mobile
22:49:15.708116 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.719036 run                             mass: MS start registered  {at=4165581.927358796, delay=0.0049238549545407295, ms=00073}
22:49:16.536161 run                osmo-ms-mob/00074: Starting mobile
22:49:16.549445 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.560842 run                             mass: MS start registered  {at=4165582.769155139, delay=0.005013312213122845, ms=00074}
22:49:16.970135 run                osmo-ms-mob/00075: Starting mobile
22:49:16.987256 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.998958 run                             mass: MS start registered  {at=4165583.20727122, delay=0.005629740189760923, ms=00075}
22:49:17.231135 run                             mass: MS performed LU  {at=4165583.43935499, lu_delay=5.265365680214018, ms=00062}
22:49:17.248709 run                             mass: MS performed LU  {at=4165583.456995482, lu_delay=4.853641755878925, ms=00063}
22:49:17.265387 run                osmo-ms-mob/00076: Starting mobile
22:49:17.278512 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.290265 run                             mass: MS start registered  {at=4165583.49858012, delay=0.005636366084218025, ms=00076}
22:49:17.397170 run                             mass: MS performed LU  {at=4165583.605388458, lu_delay=4.623838860075921, ms=00064}
22:49:17.541172 run                             mass: MS performed LU  {at=4165583.749391707, lu_delay=6.179422555025667, ms=00060}
22:49:17.576868 run                             mass: MS performed LU  {at=4165583.78511062, lu_delay=5.88363018585369, ms=00061}
22:49:17.609854 run                osmo-ms-mob/00077: Starting mobile
22:49:17.623916 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.635230 run                             mass: MS start registered  {at=4165583.843550006, delay=0.005162613000720739, ms=00077}
22:49:18.347948 run                osmo-ms-mob/00078: Starting mobile
22:49:18.361683 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.373257 run                             mass: MS start registered  {at=4165584.581578058, delay=0.00494808703660965, ms=00078}
22:49:18.769983 run                osmo-ms-mob/00079: Starting mobile
22:49:18.794769 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.805966 run                             mass: MS start registered  {at=4165585.014288721, delay=0.005157642066478729, ms=00079}
22:49:19.215328 run                             mass: MS performed LU  {at=4165585.423539397, lu_delay=6.021444818004966, ms=00065}
22:49:19.245302 run                osmo-ms-mob/00080: Starting mobile
22:49:19.260214 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.266279 run                             mass: MS performed LU  {at=4165585.474607721, lu_delay=5.750437765847892, ms=00066}
22:49:19.272081 run                             mass: MS performed LU  {at=4165585.480416039, lu_delay=5.5883704489097, ms=00067}
22:49:19.277786 run                             mass: MS start registered  {at=4165585.486122147, delay=0.011531411204487085, ms=00080}
22:49:19.386835 run                             mass: MS performed LU  {at=4165585.595054409, lu_delay=5.535731152165681, ms=00068}
22:49:19.411541 run                             mass: MS performed LU  {at=4165585.619872247, lu_delay=4.836518712807447, ms=00069}
22:49:19.422983 run                osmo-ms-mob/00081: Starting mobile
22:49:19.436336 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.447567 run                             mass: MS start registered  {at=4165585.655886814, delay=0.005097675137221813, ms=00081}
22:49:20.151451 run                osmo-ms-mob/00082: Starting mobile
22:49:20.165535 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.177297 run                             mass: MS start registered  {at=4165586.385615179, delay=0.005536319687962532, ms=00082}
22:49:20.768605 run                osmo-ms-mob/00083: Starting mobile
22:49:20.786695 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.798723 run                             mass: MS start registered  {at=4165587.007042733, delay=0.0055613089352846146, ms=00083}
22:49:20.997215 run                             mass: MS performed LU  {at=4165587.205412751, lu_delay=5.462319266051054, ms=00072}
22:49:21.024683 run                             mass: MS performed LU  {at=4165587.233009499, lu_delay=6.050052375067025, ms=00070}
22:49:21.071832 run                             mass: MS performed LU  {at=4165587.279927399, lu_delay=4.510772259905934, ms=00074}
22:49:21.100761 run                osmo-ms-mob/00084: Starting mobile
22:49:21.113805 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.125018 run                             mass: MS start registered  {at=4165587.333338677, delay=0.005057823844254017, ms=00084}
22:49:21.324698 run                             mass: MS performed LU  {at=4165587.532912506, lu_delay=5.935552240815014, ms=00071}
22:49:21.774651 run                osmo-ms-mob/00085: Starting mobile
22:49:21.800596 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.812066 run                             mass: MS start registered  {at=4165588.020385888, delay=0.005150847136974335, ms=00085}
22:49:22.040499 run                             mass: MS performed LU  {at=4165588.248722231, lu_delay=6.321363435126841, ms=00073}
22:49:22.349741 run                osmo-ms-mob/00086: Starting mobile
22:49:22.363617 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.375196 run                             mass: MS start registered  {at=4165588.583511997, delay=0.005363562144339085, ms=00086}
22:49:22.916643 run                             mass: MS performed LU  {at=4165589.124857944, lu_delay=5.917586723808199, ms=00075}
22:49:22.958418 run                osmo-ms-mob/00087: Starting mobile
22:49:22.973775 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.985249 run                             mass: MS start registered  {at=4165589.193565121, delay=0.005326464772224426, ms=00087}
22:49:22.998707 run                             mass: MS performed LU  {at=4165589.207030656, lu_delay=5.708450535777956, ms=00076}
22:49:23.027787 run                             mass: MS performed LU  {at=4165589.235961884, lu_delay=5.392411877866834, ms=00077}
22:49:23.171851 run                             mass: MS performed LU  {at=4165589.380066586, lu_delay=4.7984885280020535, ms=00078}
22:49:23.225747 run                             mass: MS performed LU  {at=4165589.433977957, lu_delay=22.939549290109426, ms=00027}
22:49:23.572888 run                osmo-ms-mob/00088: Starting mobile
22:49:23.589005 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.600448 run                             mass: MS start registered  {at=4165589.808762662, delay=0.004768952261656523, ms=00088}
22:49:24.139294 run                osmo-ms-mob/00089: Starting mobile
22:49:24.153372 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.164530 run                             mass: MS start registered  {at=4165590.37284927, delay=0.005139146000146866, ms=00089}
22:49:24.737675 run                osmo-ms-mob/00090: Starting mobile
22:49:24.750663 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.761575 run                             mass: MS performed LU  {at=4165590.969881909, lu_delay=4.584266730118543, ms=00082}
22:49:24.767663 run                             mass: MS start registered  {at=4165590.975993115, delay=0.010919750202447176, ms=00090}
22:49:24.779668 run                             mass: MS performed LU  {at=4165590.987981342, lu_delay=5.973692620638758, ms=00079}
22:49:24.837338 run                             mass: MS performed LU  {at=4165591.045562065, lu_delay=5.559439918026328, ms=00080}
22:49:25.096284 run                             mass: MS performed LU  {at=4165591.304500078, lu_delay=5.648613263852894, ms=00081}
22:49:25.452128 run                osmo-ms-mob/00091: Starting mobile
22:49:25.466656 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.478459 run                             mass: MS start registered  {at=4165591.686767675, delay=0.005455432925373316, ms=00091}
22:49:26.160555 run                osmo-ms-mob/00092: Starting mobile
22:49:26.176871 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.188486 run                             mass: MS start registered  {at=4165592.396802019, delay=0.005238949786871672, ms=00092}
22:49:26.747365 run                             mass: MS performed LU  {at=4165592.95558111, lu_delay=5.622242433018982, ms=00084}
22:49:26.765514 run                             mass: MS performed LU  {at=4165592.973731419, lu_delay=4.953345531132072, ms=00085}
22:49:26.807572 run                osmo-ms-mob/00093: Starting mobile
22:49:26.822504 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.828526 run                             mass: MS performed LU  {at=4165593.036856203, lu_delay=6.029813469853252, ms=00083}
22:49:26.834411 run                             mass: MS start registered  {at=4165593.042746049, delay=0.00590521888807416, ms=00093}
22:49:27.836829 run                osmo-ms-mob/00094: Starting mobile
22:49:27.850357 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.861802 run                             mass: MS start registered  {at=4165594.070120718, delay=0.005420534871518612, ms=00094}
22:49:28.528178 run                             mass: MS performed LU  {at=4165594.736394117, lu_delay=5.5428289962001145, ms=00087}
22:49:28.547387 run                             mass: MS performed LU  {at=4165594.75563318, lu_delay=4.946870517916977, ms=00088}
22:49:28.591347 run                osmo-ms-mob/00095: Starting mobile
22:49:28.606379 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.617556 run                             mass: MS start registered  {at=4165594.825877553, delay=0.005038052797317505, ms=00095}
22:49:28.694637 run                             mass: MS performed LU  {at=4165594.902851417, lu_delay=6.319339420180768, ms=00086}
22:49:29.036014 run                             mass: MS performed LU  {at=4165595.244233909, lu_delay=4.871384639292955, ms=00089}
22:49:29.752384 run                osmo-ms-mob/00096: Starting mobile
22:49:29.766706 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.778011 run                             mass: MS start registered  {at=4165595.986316041, delay=0.005252929870039225, ms=00096}
22:49:30.513421 run                             mass: MS performed LU  {at=4165596.721638014, lu_delay=5.745644899085164, ms=00090}
22:49:30.537288 run                             mass: MS performed LU  {at=4165596.7456189, lu_delay=5.058851224835962, ms=00091}
22:49:30.868877 run                osmo-ms-mob/00097: Starting mobile
22:49:30.885659 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.897000 run                             mass: MS start registered  {at=4165597.10531601, delay=0.004828088916838169, ms=00097}
22:49:32.176099 run                osmo-ms-mob/00098: Starting mobile
22:49:32.192025 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.203150 run                             mass: MS start registered  {at=4165598.411471611, delay=0.005176939070224762, ms=00098}
22:49:32.442487 run                             mass: MS performed LU  {at=4165598.65070504, lu_delay=6.253903021104634, ms=00092}
22:49:32.459449 run                             mass: MS performed LU  {at=4165598.667736352, lu_delay=5.624990303069353, ms=00093}
22:49:32.765192 run                             mass: MS performed LU  {at=4165598.973408787, lu_delay=4.903288069181144, ms=00094}
22:49:33.973583 run                osmo-ms-mob/00099: Starting mobile
22:49:33.990050 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.996294 run                             mass: All started... {duration=55.770295097026974, too_slow=0}
22:49:34.002136 run                             mass: MS start registered  {at=4165600.210463162, delay=0.005835688207298517, ms=00099}
22:49:34.279103 run                             mass: MS performed LU  {at=4165600.487326164, lu_delay=5.661448610946536, ms=00095}
22:49:34.532669 run                             mass: MS performed LU  {at=4165600.740885442, lu_delay=4.754569401033223, ms=00096}
22:49:36.207787 run                             mass: MS performed LU  {at=4165602.41597936, lu_delay=5.310663350392133, ms=00097}
22:49:38.044787 run                             mass: MS performed LU  {at=4165604.253004448, lu_delay=5.841532837133855, ms=00098}
22:49:39.946772 run                             mass: MS performed LU  {at=4165606.154988799, lu_delay=5.944525636732578, ms=00099}
22:49:39.957122 run                             mass: Tests done {all_completed=True, max=22.939549290109426, min=3.827221143990755}
22:49:39.962516 tst         register_default_mass.py: Test passed (81.2 sec)
22:49:39.967874 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.971141 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.974379 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.977681 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.980973 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.984283 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.987665 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.991149 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.994614 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.998070 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.001517 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.004967 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.008429 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.011876 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.015344 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.018790 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.022261 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.025674 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.029104 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.032447 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.035848 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.039167 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.042575 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.045967 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.049389 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.052741 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.056147 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.059579 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.063013 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.066414 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.070099 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.073541 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.076986 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.080389 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.084115 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.088510 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.091976 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.095429 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.098808 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.102237 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.105619 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.109022 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.112482 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.116077 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.119539 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.122946 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.126408 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.129855 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.133306 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.136918 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.140724 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.144190 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.147621 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.151015 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.154403 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.158419 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.161771 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.165084 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.168496 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.171840 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.175192 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.178546 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.181988 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.185307 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.188745 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.192087 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.195408 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.198717 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.202117 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.205455 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.208885 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.212288 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.215622 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.219021 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.222321 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.225640 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.229057 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.232906 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.236273 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.239609 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.242989 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.246447 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.250154 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.253690 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.257054 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.260367 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.263695 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.267056 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.270670 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.274292 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.277967 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.281349 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.284704 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.288059 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.291978 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.295344 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.298901 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.302220 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.305682 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.308998 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.312420 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.315732 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.319138 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.322519 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.325905 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.329245 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.332682 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.336075 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.339413 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.342759 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.346114 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.349451 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.352915 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.356299 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.359941 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.363496 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.366802 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.370037 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.373266 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.376490 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.379698 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.382915 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.386147 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.389364 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.392594 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.395807 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.399039 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.402268 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.405478 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.408705 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.411925 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.415139 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.418365 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.421587 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.424815 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.428035 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.431244 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.434468 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.437684 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.440901 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.444120 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.447330 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.450546 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.453755 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.456960 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.460166 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.463372 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.466586 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.469799 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.473019 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.476240 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.479437 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.482661 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.485886 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.489095 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.492298 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.495518 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.498761 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.501971 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.505212 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.508421 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.511627 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.514844 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.518075 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.521289 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.524500 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.527733 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.530941 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.534152 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.537366 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.540612 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.543884 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.547082 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.550289 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.553503 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.556734 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.559950 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.563173 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.566389 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.569607 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.572820 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.576050 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.579260 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.582490 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.585702 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.588920 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.592133 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.595340 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.598554 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.601784 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.604996 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.608214 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.611431 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.614645 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.617873 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.621092 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.624296 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.627508 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.630732 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.633943 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.637159 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.640382 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.643598 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.646825 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.650028 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.653261 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.656487 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.659702 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.662907 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.666115 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.669334 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.672547 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.675760 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.678975 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.680439 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.684004 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.685461 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.689007 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.690446 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.694024 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.695484 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.699080 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.700524 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.704134 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.705596 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.709197 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.710651 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.714248 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.715704 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.719297 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.720753 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.724349 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.725812 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.729416 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.730880 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.734495 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.735977 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.739595 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.741070 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.744694 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.746150 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.749781 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.751242 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.754850 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.756334 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.759934 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.761391 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.765005 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.766464 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.770061 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.771523 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.775121 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.776577 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.780185 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.781648 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.785246 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.786706 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.790325 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.791777 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.795357 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.796806 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.800377 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.801823 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.805434 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.806887 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.810477 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.811926 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.815511 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.816957 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.820559 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.822004 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.825575 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.827025 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.830612 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.832078 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.835662 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.837130 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.840747 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.842200 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.845772 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.847223 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.850818 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.852263 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.855837 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.857285 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.860880 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.862344 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.865941 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.867382 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.870954 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.872424 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.876021 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.877460 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.881068 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.882525 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.886124 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.887572 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.891161 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.892620 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.896212 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.897663 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.901255 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.902706 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.906296 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.907747 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.911321 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.912783 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.916379 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.917832 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.921399 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.922857 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.926432 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.927904 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.931482 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.932939 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.936523 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.937964 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.941540 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.942993 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.946577 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.948023 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.951608 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.953072 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.956654 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.958098 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.961695 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.963144 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.966718 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.968163 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.971752 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.973202 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.976792 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.978239 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.981826 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.983279 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.986871 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.988332 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.991921 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.993366 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.996967 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.998419 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.001988 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.003434 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.007012 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.008469 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.012082 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.013555 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.017135 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.018582 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.022214 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.023665 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.027263 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.028730 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.032334 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.033780 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.037363 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.038805 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.042383 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.043839 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.047406 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.048860 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.052435 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.053885 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.057464 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.058933 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.062522 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.063971 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.067536 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.068996 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.072583 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.074027 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.077601 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.079050 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.082639 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.084087 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.087683 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.089141 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.092734 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.094186 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.097798 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.099247 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.102837 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.104298 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.107898 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.109350 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.112943 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.114400 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.117977 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.119426 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.122994 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.124464 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.128056 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.129517 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.133119 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.134569 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.138162 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.139606 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.143200 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.144658 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.148251 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.149700 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.153283 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.154734 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.158328 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.159789 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.163377 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.164852 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.168434 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.169891 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.173500 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.174949 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.178538 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.180004 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.183579 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.185030 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.188631 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.190087 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.193683 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.195128 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.198703 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.200157 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.203747 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.205207 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.208789 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.210235 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.213820 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.215271 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.218882 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.220343 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.223937 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.225386 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.228951 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.230400 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.234003 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.235461 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.239050 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.240527 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.244108 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.245557 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.249166 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.250627 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.254276 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.255763 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.259381 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.260845 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.264451 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.265909 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.269554 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.271004 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.274616 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.276076 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.279686 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.281149 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.284753 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.286199 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.289795 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.291242 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.294859 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.296340 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.299962 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.301415 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.305030 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.306485 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.310095 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.311542 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.315151 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.316607 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.320224 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.321683 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.325279 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.326733 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.330359 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.331810 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.335416 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.336881 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.340475 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.341926 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.345520 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.346965 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.350590 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.352046 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.355650 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.357096 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.360712 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.362158 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.365763 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.367222 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.370852 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.372297 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.375916 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.377373 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.380964 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.382417 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.386027 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.387476 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.391081 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.392549 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.396148 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.397603 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.401221 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.402671 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.406282 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.407734 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.411330 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.412793 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.416394 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.417848 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.421481 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.422922 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.426524 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.427983 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.431587 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.433044 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.436651 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.438093 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.441705 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.443148 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.446739 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.448201 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.451806 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.453266 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.456866 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.458311 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.461931 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.463379 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.467009 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.468469 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.472063 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.473524 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.477130 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.478583 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.482202 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.483658 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.487256 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.488727 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.492336 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.493788 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.497426 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.498872 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.502489 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.503947 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.507550 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.509003 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.512626 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.514081 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.517696 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.519146 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.522763 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.524220 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.527827 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.529278 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.532884 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.534342 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.537960 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.539407 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.543016 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.544469 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.548066 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.549517 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.553123 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.554570 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.558181 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.559627 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.563233 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.564688 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.568302 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.569751 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.573365 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.574812 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.578452 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.579907 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.583510 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.584969 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.588580 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.590060 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.593751 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.595242 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.598929 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.600412 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.604084 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.605559 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.609243 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.610719 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.614392 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.615876 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.619543 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.621026 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.624720 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.626202 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.629876 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.631353 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.635032 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.636508 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.640174 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.641648 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.645320 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.646800 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.650466 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.651946 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.655625 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.657102 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.660777 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.662248 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.665926 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.667414 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.671140 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.672623 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.676305 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.677798 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.681472 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.682939 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.686650 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.688122 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.691807 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.693286 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.696948 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.698417 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.702098 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.703577 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.707252 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.708725 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.712404 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.713875 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.717576 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.719050 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.722727 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.724203 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.727880 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.729356 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.733048 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.734532 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.738226 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.739718 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.743413 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.744907 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.748605 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.750091 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.154538 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.160957 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8271 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.245322 tst                       trial-8271: Storing JUnit report in /build/trial-8271/run.2026-03-15_22-48-18/trial-8271.xml

--------------------------------------------------------------------------------------------
trial-8271 PASS
--------------------------------------------------------------------------------------------
22:49:45.257338 tst                       trial-8271: trial-8271: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.2 sec)
+ exit_code=0
+ rm -rf trial-8271/inst
+ cd trial-8271
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-15 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8271-run.tgz run.2026-03-15_22-48-18
+ tar czf /build/trial-8271-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-15_13_26_48.tgz osmo-bts-oc2g.build-2026-03-15_00_51_34.tgz osmo-bts-sysmo.build-2026-03-15_00_51_26.tgz osmo-bts.build-2026-03-15_00_51_36.tgz osmo-ggsn.build-2026-03-15_20_42_35.tgz osmo-hlr.build-2026-03-15_16_36_52.tgz osmo-hnbgw.build-2026-03-15_13_31_12.tgz osmo-mgw.build-2026-03-15_08_33_06.tgz osmo-msc.build-2026-03-15_13_35_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-15_07_35_09.tgz osmo-pcu-sysmo.build-2026-03-15_07_35_00.tgz osmo-pcu.build-2026-03-15_07_35_12.tgz osmo-sgsn.build-2026-03-15_20_48_20.tgz osmo-stp.build-2026-03-15_13_25_35.tgz osmo-trx.build-2026-03-15_14_21_34.tgz osmocom-bb.build-2026-03-15_21_17_18.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