Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins928128707891665920.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-8245
+ 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
6f978c0 asterisk-master: use git clone --depth=1
+ 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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#23 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#23 CACHED

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

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

#26 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#26 CACHED

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:4b56e0ae9c114aee8b21157e84b79779db9c91c5c3f2a4b5c27d0b7e9ba9e8e2 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=8246 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-02-18 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8246
+ mkdir -p trial-8246
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-18_13_26_43.tgz osmo-bts-oc2g.build-2026-02-18_00_51_17.tgz osmo-bts-sysmo.build-2026-02-18_00_51_32.tgz osmo-bts.build-2026-02-18_00_51_39.tgz osmo-ggsn.build-2026-02-18_20_42_37.tgz osmo-hlr.build-2026-02-18_16_36_55.tgz osmo-hnbgw.build-2026-02-18_13_29_53.tgz osmo-mgw.build-2026-02-18_08_33_05.tgz osmo-msc.build-2026-02-18_13_33_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-18_07_35_11.tgz osmo-pcu-sysmo.build-2026-02-18_07_35_07.tgz osmo-pcu.build-2026-02-18_07_35_09.tgz osmo-sgsn.build-2026-02-18_20_48_18.tgz osmo-stp.build-2026-02-18_13_23_20.tgz osmo-trx.build-2026-02-18_14_21_35.tgz osmocom-bb.build-2026-02-18_21_17_15.tgz srslte.build-19.tgz trial-8246
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-18_13_26_43.md5 osmo-bts-oc2g.build-2026-02-18_00_51_17.md5 osmo-bts-sysmo.build-2026-02-18_00_51_32.md5 osmo-bts.build-2026-02-18_00_51_39.md5 osmo-ggsn.build-2026-02-18_20_42_37.md5 osmo-hlr.build-2026-02-18_16_36_55.md5 osmo-hnbgw.build-2026-02-18_13_29_53.md5 osmo-mgw.build-2026-02-18_08_33_05.md5 osmo-msc.build-2026-02-18_13_33_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-18_07_35_11.md5 osmo-pcu-sysmo.build-2026-02-18_07_35_07.md5 osmo-pcu.build-2026-02-18_07_35_09.md5 osmo-sgsn.build-2026-02-18_20_48_18.md5 osmo-stp.build-2026-02-18_13_23_20.md5 osmo-trx.build-2026-02-18_14_21_35.md5 osmocom-bb.build-2026-02-18_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-18_13_26_43.md5 osmo-bts-oc2g.build-2026-02-18_00_51_17.md5 osmo-bts-sysmo.build-2026-02-18_00_51_32.md5 osmo-bts.build-2026-02-18_00_51_39.md5 osmo-ggsn.build-2026-02-18_20_42_37.md5 osmo-hlr.build-2026-02-18_16_36_55.md5 osmo-hnbgw.build-2026-02-18_13_29_53.md5 osmo-mgw.build-2026-02-18_08_33_05.md5 osmo-msc.build-2026-02-18_13_33_38.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-18_07_35_11.md5 osmo-pcu-sysmo.build-2026-02-18_07_35_07.md5 osmo-pcu.build-2026-02-18_07_35_09.md5 osmo-sgsn.build-2026-02-18_20_48_18.md5 osmo-stp.build-2026-02-18_13_23_20.md5 osmo-trx.build-2026-02-18_14_21_35.md5 osmocom-bb.build-2026-02-18_21_17_15.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-8246 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8246'
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-8246
--------------------------------------------------------------------------------------------
22:48:17.562095 tst                       trial-8246: Detailed log at /build/trial-8246/run.2026-02-18_22-48-17/log

---------------------------------------------------------------------
trial-8246 netreg_mass
---------------------------------------------------------------------
22:48:17.771519 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.771897 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.772738 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.773883 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.817291 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.818306 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.819623 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.881605 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-8246 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.882444 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.897962 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.898491 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.898945 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.899377 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.899817 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.900277 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.900717 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.930927 tst         register_default_mass.py: using LAC 2
22:48:17.952795 tst         register_default_mass.py: using RAC 2
22:48:17.978805 tst         register_default_mass.py: using CellId 2
22:48:18.007682 tst         register_default_mass.py: using BVCI 3
22:48:18.021326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.066430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.066932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073048 tst      register_default_mass.py:21: Launching a simple network
22:48:18.083099 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.204384 run            create_hlr_db(pid=21): Launched
22:48:19.219122 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:19.235461 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:19.250500 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:48:19.256341 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.443334 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:19.460489 run      osmo-stp_127.0.42.5(pid=26): Launched
22:48:19.466151 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.884544 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:19.899439 run      osmo-msc_127.0.42.6(pid=28): Launched
22:48:22.914757 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.042874 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:23.058106 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:48:23.063968 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.088034 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:23.103154 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:48:23.108750 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.424215 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:23.440229 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:48:29.466977 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.641177 run         osmo-bts-virtual(pid=35): Launched
22:48:30.677564 tst         register_default_mass.py: using MSISDN 1001
22:48:30.691908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.732570 tst         register_default_mass.py: using MSISDN 1002
22:48:30.750407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.781905 tst         register_default_mass.py: using MSISDN 1003
22:48:30.796850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.827088 tst         register_default_mass.py: using MSISDN 1004
22:48:30.841349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.871278 tst         register_default_mass.py: using MSISDN 1005
22:48:30.885482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.917227 tst         register_default_mass.py: using MSISDN 1006
22:48:30.932033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.963781 tst         register_default_mass.py: using MSISDN 1007
22:48:30.978815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.010744 tst         register_default_mass.py: using MSISDN 1008
22:48:31.025715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.064422 tst         register_default_mass.py: using MSISDN 1009
22:48:31.081959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.112495 tst         register_default_mass.py: using MSISDN 1010
22:48:31.126970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.158665 tst         register_default_mass.py: using MSISDN 1011
22:48:31.173593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.205364 tst         register_default_mass.py: using MSISDN 1012
22:48:31.220250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.251636 tst         register_default_mass.py: using MSISDN 1013
22:48:31.266508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.298197 tst         register_default_mass.py: using MSISDN 1014
22:48:31.312993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.343696 tst         register_default_mass.py: using MSISDN 1015
22:48:31.358280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.390190 tst         register_default_mass.py: using MSISDN 1016
22:48:31.405068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.436455 tst         register_default_mass.py: using MSISDN 1017
22:48:31.451217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.482985 tst         register_default_mass.py: using MSISDN 1018
22:48:31.497890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.529782 tst         register_default_mass.py: using MSISDN 1019
22:48:31.544860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.576563 tst         register_default_mass.py: using MSISDN 1020
22:48:31.591460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.623041 tst         register_default_mass.py: using MSISDN 1021
22:48:31.637625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.669539 tst         register_default_mass.py: using MSISDN 1022
22:48:31.684524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.715568 tst         register_default_mass.py: using MSISDN 1023
22:48:31.730279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.761789 tst         register_default_mass.py: using MSISDN 1024
22:48:31.776546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.808044 tst         register_default_mass.py: using MSISDN 1025
22:48:31.822783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.854873 tst         register_default_mass.py: using MSISDN 1026
22:48:31.869757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.901144 tst         register_default_mass.py: using MSISDN 1027
22:48:31.915859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.947457 tst         register_default_mass.py: using MSISDN 1028
22:48:31.962439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.993786 tst         register_default_mass.py: using MSISDN 1029
22:48:32.008339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.039984 tst         register_default_mass.py: using MSISDN 1030
22:48:32.054807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.086107 tst         register_default_mass.py: using MSISDN 1031
22:48:32.100816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.132194 tst         register_default_mass.py: using MSISDN 1032
22:48:32.146433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.177947 tst         register_default_mass.py: using MSISDN 1033
22:48:32.192664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.224493 tst         register_default_mass.py: using MSISDN 1034
22:48:32.239431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.270464 tst         register_default_mass.py: using MSISDN 1035
22:48:32.285090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.316750 tst         register_default_mass.py: using MSISDN 1036
22:48:32.331672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.363235 tst         register_default_mass.py: using MSISDN 1037
22:48:32.378014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.409766 tst         register_default_mass.py: using MSISDN 1038
22:48:32.424824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.456758 tst         register_default_mass.py: using MSISDN 1039
22:48:32.471920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.503480 tst         register_default_mass.py: using MSISDN 1040
22:48:32.518226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.549928 tst         register_default_mass.py: using MSISDN 1041
22:48:32.564848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.596574 tst         register_default_mass.py: using MSISDN 1042
22:48:32.611464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.643075 tst         register_default_mass.py: using MSISDN 1043
22:48:32.658006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.697641 tst         register_default_mass.py: using MSISDN 1044
22:48:32.707903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.739301 tst         register_default_mass.py: using MSISDN 1045
22:48:32.755419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.786741 tst         register_default_mass.py: using MSISDN 1046
22:48:32.799887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.830684 tst         register_default_mass.py: using MSISDN 1047
22:48:32.845312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.876564 tst         register_default_mass.py: using MSISDN 1048
22:48:32.891440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.922146 tst         register_default_mass.py: using MSISDN 1049
22:48:32.936792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.968011 tst         register_default_mass.py: using MSISDN 1050
22:48:32.982974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.014603 tst         register_default_mass.py: using MSISDN 1051
22:48:33.029639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.061109 tst         register_default_mass.py: using MSISDN 1052
22:48:33.076205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.107765 tst         register_default_mass.py: using MSISDN 1053
22:48:33.122830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.154533 tst         register_default_mass.py: using MSISDN 1054
22:48:33.169781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.201160 tst         register_default_mass.py: using MSISDN 1055
22:48:33.216054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.247612 tst         register_default_mass.py: using MSISDN 1056
22:48:33.262712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.294424 tst         register_default_mass.py: using MSISDN 1057
22:48:33.309639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.341133 tst         register_default_mass.py: using MSISDN 1058
22:48:33.356012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.387549 tst         register_default_mass.py: using MSISDN 1059
22:48:33.402619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.433716 tst         register_default_mass.py: using MSISDN 1060
22:48:33.448186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.479491 tst         register_default_mass.py: using MSISDN 1061
22:48:33.494205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.525816 tst         register_default_mass.py: using MSISDN 1062
22:48:33.540914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.572562 tst         register_default_mass.py: using MSISDN 1063
22:48:33.587586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.619222 tst         register_default_mass.py: using MSISDN 1064
22:48:33.634434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.666096 tst         register_default_mass.py: using MSISDN 1065
22:48:33.681093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.712555 tst         register_default_mass.py: using MSISDN 1066
22:48:33.727553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.758919 tst         register_default_mass.py: using MSISDN 1067
22:48:33.773999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.813530 tst         register_default_mass.py: using MSISDN 1068
22:48:33.831505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.862910 tst         register_default_mass.py: using MSISDN 1069
22:48:33.878090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.913106 tst         register_default_mass.py: using MSISDN 1070
22:48:33.929734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.961343 tst         register_default_mass.py: using MSISDN 1071
22:48:33.976510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.007214 tst         register_default_mass.py: using MSISDN 1072
22:48:34.021932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.053325 tst         register_default_mass.py: using MSISDN 1073
22:48:34.068249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.098702 tst         register_default_mass.py: using MSISDN 1074
22:48:34.113393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.145002 tst         register_default_mass.py: using MSISDN 1075
22:48:34.160053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.191090 tst         register_default_mass.py: using MSISDN 1076
22:48:34.205979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.237385 tst         register_default_mass.py: using MSISDN 1077
22:48:34.252221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.283478 tst         register_default_mass.py: using MSISDN 1078
22:48:34.298336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.330023 tst         register_default_mass.py: using MSISDN 1079
22:48:34.345263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.376392 tst         register_default_mass.py: using MSISDN 1080
22:48:34.391182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.422719 tst         register_default_mass.py: using MSISDN 1081
22:48:34.437930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.469145 tst         register_default_mass.py: using MSISDN 1082
22:48:34.483945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.515527 tst         register_default_mass.py: using MSISDN 1083
22:48:34.530602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.560687 tst         register_default_mass.py: using MSISDN 1084
22:48:34.575089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.603552 tst         register_default_mass.py: using MSISDN 1085
22:48:34.617165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.645286 tst         register_default_mass.py: using MSISDN 1086
22:48:34.658492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.694578 tst         register_default_mass.py: using MSISDN 1087
22:48:34.711278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.739372 tst         register_default_mass.py: using MSISDN 1088
22:48:34.752925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.781540 tst         register_default_mass.py: using MSISDN 1089
22:48:34.794688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.822677 tst         register_default_mass.py: using MSISDN 1090
22:48:34.835696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.864274 tst         register_default_mass.py: using MSISDN 1091
22:48:34.877645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.906112 tst         register_default_mass.py: using MSISDN 1092
22:48:34.919534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.947470 tst         register_default_mass.py: using MSISDN 1093
22:48:34.960583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.988496 tst         register_default_mass.py: using MSISDN 1094
22:48:35.001583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.029880 tst         register_default_mass.py: using MSISDN 1095
22:48:35.043096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.071307 tst         register_default_mass.py: using MSISDN 1096
22:48:35.084473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.113156 tst         register_default_mass.py: using MSISDN 1097
22:48:35.126463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.154991 tst         register_default_mass.py: using MSISDN 1098
22:48:35.168552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.197171 tst         register_default_mass.py: using MSISDN 1099
22:48:35.210513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.239525 tst         register_default_mass.py: using MSISDN 1100
22:48:35.253130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.344527 run                             mass: Starting testcase
22:48:35.350216 run                             mass: Pre-launching all virtphy's
22:48:35.355809 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.369016 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:48:35.375175 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.388366 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:48:35.394496 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.407618 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:48:35.413730 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.426804 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:48:35.432949 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.446003 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:48:35.452095 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.465164 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:48:35.471233 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.484264 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:48:35.490295 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.503316 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:48:35.509366 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.522375 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:48:35.528448 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.541493 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:48:35.547478 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.560601 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:48:35.566634 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.579651 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:48:35.585753 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.598878 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:48:35.604947 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.617916 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:48:35.623948 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.636872 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:48:35.642914 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.655958 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:48:35.661984 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.675006 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:48:35.681092 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.694196 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:48:35.700283 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.713389 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:48:35.719487 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.732497 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:48:35.738603 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.751717 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:48:35.757819 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.770844 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:48:35.776924 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.789930 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:48:35.795954 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.809042 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:48:35.815107 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.828137 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:48:35.834300 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.847333 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:48:35.853511 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.866707 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:48:35.872821 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.886001 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:48:35.892141 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.905444 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:48:35.911582 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.924849 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:48:35.931014 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.944089 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:48:35.950205 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.963207 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:48:35.969368 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.982616 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:48:35.988794 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.002174 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:48:36.008338 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.021735 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:48:36.027879 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.041125 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:48:36.047271 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.060450 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:48:36.066536 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.079805 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:48:36.085911 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.099003 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:48:36.105095 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.118139 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:48:36.124204 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.137145 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:48:36.143188 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.156211 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:48:36.162320 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.175392 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:48:36.181475 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.194386 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:48:36.200413 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.213309 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:48:36.219352 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.232324 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:48:36.238371 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.251337 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:48:36.257479 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.270486 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:48:36.276635 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.289660 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:48:36.295654 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.308787 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:48:36.314888 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.328171 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:48:36.334289 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.347395 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:48:36.353522 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.366463 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:48:36.372430 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.385345 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:48:36.391347 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.404343 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:48:36.410378 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.423524 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:48:36.429684 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.442946 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:48:36.449127 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.462504 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:48:36.468639 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.481624 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:48:36.487859 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.500960 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:48:36.507072 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.520431 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:48:36.526552 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.539920 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:48:36.546016 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.559441 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:48:36.565546 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.578739 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:48:36.584968 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.598142 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:48:36.604279 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.617200 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:48:36.623374 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.636662 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:48:36.642909 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.656114 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:48:36.662263 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.675199 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:48:36.681423 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.694597 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:48:36.700817 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.714130 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:48:36.720342 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.733944 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:48:36.740195 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.753628 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:48:36.759771 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.773018 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:48:36.779250 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.792530 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:48:36.798639 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.811678 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:48:36.817704 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.830661 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:48:36.836685 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.849710 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:48:36.855769 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.868802 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:48:36.874823 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.887816 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:48:36.893834 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.906879 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:48:36.912975 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.926011 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:48:36.932049 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.945098 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:48:36.951122 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.964309 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:48:36.970310 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.983552 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:48:36.989609 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.002601 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:48:37.008646 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.021850 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:48:37.027974 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.041198 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:48:37.047292 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.060549 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:48:37.066720 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.080234 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:48:37.086452 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.099715 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:48:37.105852 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.119055 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:48:37.125147 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.138178 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:48:37.144292 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.157415 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:48:37.163608 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.176729 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:48:37.182758 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.195823 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:48:37.202088 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.215224 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:48:37.221377 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.234371 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:48:37.240457 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.253703 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:48:37.259771 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.273001 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:48:37.279055 run                             mass: Checking if sockets are in the filesystem
22:48:37.310936 run                osmo-ms-mob/00000: Starting mobile
22:48:37.323977 run       osmo-ms-mob/00000(pid=136): Launched
22:48:37.335939 run                             mass: MS start registered  {at=2005543.544256232, delay=0.0058443190064281225, ms=00000}
22:48:41.507815 run                osmo-ms-mob/00001: Starting mobile
22:48:41.521435 run       osmo-ms-mob/00001(pid=137): Launched
22:48:41.532516 run                             mass: MS start registered  {at=2005547.740834513, delay=0.0047159038949757814, ms=00001}
22:48:42.470137 run                             mass: MS performed LU  {at=2005548.678336573, lu_delay=5.134080341085792, ms=00000}
22:48:43.328095 run                osmo-ms-mob/00002: Starting mobile
22:48:43.345068 run       osmo-ms-mob/00002(pid=138): Launched
22:48:43.355837 run                             mass: MS start registered  {at=2005549.564151217, delay=0.004539846908301115, ms=00002}
22:48:44.627258 run                osmo-ms-mob/00003: Starting mobile
22:48:44.644127 run       osmo-ms-mob/00003(pid=139): Launched
22:48:44.654611 run                             mass: MS start registered  {at=2005550.862931505, delay=0.004332436015829444, ms=00003}
22:48:45.733376 run                osmo-ms-mob/00004: Starting mobile
22:48:45.749978 run       osmo-ms-mob/00004(pid=140): Launched
22:48:45.760703 run                             mass: MS start registered  {at=2005551.969021189, delay=0.0045698280446231365, ms=00004}
22:48:46.236539 run                             mass: MS performed LU  {at=2005552.444747331, lu_delay=4.703912818105891, ms=00001}
22:48:46.734488 run                osmo-ms-mob/00005: Starting mobile
22:48:46.750540 run       osmo-ms-mob/00005(pid=141): Launched
22:48:46.761184 run                             mass: MS start registered  {at=2005552.969503793, delay=0.0045993749517947435, ms=00005}
22:48:47.634656 run                osmo-ms-mob/00006: Starting mobile
22:48:47.650940 run       osmo-ms-mob/00006(pid=142): Launched
22:48:47.661631 run                             mass: MS start registered  {at=2005553.869950359, delay=0.004597429884597659, ms=00006}
22:48:48.137076 run                             mass: MS performed LU  {at=2005554.34527911, lu_delay=4.781127892900258, ms=00002}
22:48:48.526853 run                osmo-ms-mob/00007: Starting mobile
22:48:48.543993 run       osmo-ms-mob/00007(pid=143): Launched
22:48:48.554821 run                             mass: MS start registered  {at=2005554.76314062, delay=0.0048103840090334415, ms=00007}
22:48:49.295261 run                osmo-ms-mob/00008: Starting mobile
22:48:49.308377 run       osmo-ms-mob/00008(pid=144): Launched
22:48:49.319181 run                             mass: MS start registered  {at=2005555.527501706, delay=0.00457592704333365, ms=00008}
22:48:50.025433 run                osmo-ms-mob/00009: Starting mobile
22:48:50.041756 run       osmo-ms-mob/00009(pid=145): Launched
22:48:50.047899 run                             mass: MS performed LU  {at=2005556.256223777, lu_delay=5.39329227199778, ms=00003}
22:48:50.053849 run                             mass: MS start registered  {at=2005556.262184327, delay=0.00597857590764761, ms=00009}
22:48:50.734594 run                osmo-ms-mob/00010: Starting mobile
22:48:50.750750 run       osmo-ms-mob/00010(pid=146): Launched
22:48:50.761667 run                             mass: MS start registered  {at=2005556.969988066, delay=0.004570870893076062, ms=00010}
22:48:51.318022 run                osmo-ms-mob/00011: Starting mobile
22:48:51.357853 run       osmo-ms-mob/00011(pid=147): Launched
22:48:51.368957 run                             mass: MS start registered  {at=2005557.577275447, delay=0.004686213098466396, ms=00011}
22:48:51.908518 run                osmo-ms-mob/00012: Starting mobile
22:48:51.922192 run       osmo-ms-mob/00012(pid=148): Launched
22:48:51.928344 run                             mass: MS performed LU  {at=2005558.136670865, lu_delay=5.167167071951553, ms=00005}
22:48:51.934592 run                             mass: MS performed LU  {at=2005558.142924394, lu_delay=6.1739032049663365, ms=00004}
22:48:51.940436 run                             mass: MS start registered  {at=2005558.148771331, delay=0.012117865029722452, ms=00012}
22:48:52.538101 run                osmo-ms-mob/00013: Starting mobile
22:48:52.556875 run       osmo-ms-mob/00013(pid=149): Launched
22:48:52.567791 run                             mass: MS start registered  {at=2005558.776115762, delay=0.004399311961606145, ms=00013}
22:48:53.107246 run                osmo-ms-mob/00014: Starting mobile
22:48:53.120901 run       osmo-ms-mob/00014(pid=150): Launched
22:48:53.131949 run                             mass: MS start registered  {at=2005559.340269125, delay=0.004643894964829087, ms=00014}
22:48:53.701719 run                osmo-ms-mob/00015: Starting mobile
22:48:53.714982 run       osmo-ms-mob/00015(pid=151): Launched
22:48:53.725959 run                             mass: MS start registered  {at=2005559.934276901, delay=0.004542073933407664, ms=00015}
22:48:53.767745 run                             mass: MS performed LU  {at=2005559.97594124, lu_delay=5.212800620123744, ms=00007}
22:48:53.833124 run                             mass: MS performed LU  {at=2005560.041332814, lu_delay=6.171382454922423, ms=00006}
22:48:54.136999 run                             mass: MS performed LU  {at=2005560.345217093, lu_delay=4.817715386860073, ms=00008}
22:48:54.180064 run                osmo-ms-mob/00016: Starting mobile
22:48:54.196079 run       osmo-ms-mob/00016(pid=152): Launched
22:48:54.206825 run                             mass: MS start registered  {at=2005560.415145396, delay=0.004509679973125458, ms=00016}
22:48:54.708114 run                osmo-ms-mob/00017: Starting mobile
22:48:54.722420 run       osmo-ms-mob/00017(pid=153): Launched
22:48:54.733369 run                             mass: MS start registered  {at=2005560.94168932, delay=0.004665393847972155, ms=00017}
22:48:55.318845 run                osmo-ms-mob/00018: Starting mobile
22:48:55.332355 run       osmo-ms-mob/00018(pid=154): Launched
22:48:55.343289 run                             mass: MS start registered  {at=2005561.551607414, delay=0.004827504977583885, ms=00018}
22:48:55.668783 run                             mass: MS performed LU  {at=2005561.876998593, lu_delay=4.907010527094826, ms=00010}
22:48:55.697285 run                osmo-ms-mob/00019: Starting mobile
22:48:55.710664 run       osmo-ms-mob/00019(pid=155): Launched
22:48:55.716823 run                             mass: MS performed LU  {at=2005561.925154138, lu_delay=5.662969810888171, ms=00009}
22:48:55.722808 run                             mass: MS start registered  {at=2005561.931123284, delay=0.0059857110027223825, ms=00019}
22:48:56.227564 run                osmo-ms-mob/00020: Starting mobile
22:48:56.245866 run       osmo-ms-mob/00020(pid=156): Launched
22:48:56.256901 run                             mass: MS start registered  {at=2005562.465220149, delay=0.004924838896840811, ms=00020}
22:48:56.708075 run                osmo-ms-mob/00021: Starting mobile
22:48:56.722191 run       osmo-ms-mob/00021(pid=157): Launched
22:48:56.733347 run                             mass: MS start registered  {at=2005562.94166098, delay=0.004718014970421791, ms=00021}
22:48:57.094388 run                osmo-ms-mob/00022: Starting mobile
22:48:57.107521 run       osmo-ms-mob/00022(pid=158): Launched
22:48:57.118138 run                             mass: MS start registered  {at=2005563.326458526, delay=0.0045054161455482244, ms=00022}
22:48:57.533612 run                             mass: MS performed LU  {at=2005563.741833422, lu_delay=5.593062091153115, ms=00012}
22:48:57.575872 run                osmo-ms-mob/00023: Starting mobile
22:48:57.591456 run       osmo-ms-mob/00023(pid=159): Launched
22:48:57.597765 run                             mass: MS performed LU  {at=2005563.806094828, lu_delay=5.029979065991938, ms=00013}
22:48:57.603677 run                             mass: MS start registered  {at=2005563.812011328, delay=0.005932406987994909, ms=00023}
22:48:57.667580 run                             mass: MS performed LU  {at=2005563.875794546, lu_delay=6.298519098898396, ms=00011}
22:48:57.921127 run                             mass: MS performed LU  {at=2005564.129344736, lu_delay=4.789075610926375, ms=00014}
22:48:57.939906 run                osmo-ms-mob/00024: Starting mobile
22:48:57.953012 run       osmo-ms-mob/00024(pid=160): Launched
22:48:57.964088 run                             mass: MS start registered  {at=2005564.172406437, delay=0.004746331134811044, ms=00024}
22:48:58.495226 run                osmo-ms-mob/00025: Starting mobile
22:48:58.508383 run       osmo-ms-mob/00025(pid=161): Launched
22:48:58.519001 run                             mass: MS start registered  {at=2005564.727321926, delay=0.004592892015352845, ms=00025}
22:48:58.926923 run                osmo-ms-mob/00026: Starting mobile
22:48:58.942457 run       osmo-ms-mob/00026(pid=162): Launched
22:48:58.953694 run                             mass: MS start registered  {at=2005565.162013062, delay=0.0049580479972064495, ms=00026}
22:48:59.317378 run                osmo-ms-mob/00027: Starting mobile
22:48:59.334307 run       osmo-ms-mob/00027(pid=163): Launched
22:48:59.345264 run                             mass: MS start registered  {at=2005565.553581935, delay=0.004657582845538855, ms=00027}
22:48:59.351941 run                             mass: MS performed LU  {at=2005565.560270101, lu_delay=5.14512470504269, ms=00016}
22:48:59.435205 run                             mass: MS performed LU  {at=2005565.643422898, lu_delay=5.709145996952429, ms=00015}
22:48:59.460697 run                             mass: MS performed LU  {at=2005565.669010423, lu_delay=4.727321102982387, ms=00017}
22:48:59.473092 run                osmo-ms-mob/00028: Starting mobile
22:48:59.486437 run       osmo-ms-mob/00028(pid=164): Launched
22:48:59.497192 run                             mass: MS start registered  {at=2005565.705516231, delay=0.004519039066508412, ms=00028}
22:49:00.126342 run                osmo-ms-mob/00029: Starting mobile
22:49:00.143272 run       osmo-ms-mob/00029(pid=165): Launched
22:49:00.154147 run                             mass: MS start registered  {at=2005566.362465695, delay=0.004600845975801349, ms=00029}
22:49:00.496081 run                osmo-ms-mob/00030: Starting mobile
22:49:00.509610 run       osmo-ms-mob/00030(pid=166): Launched
22:49:00.520695 run                             mass: MS start registered  {at=2005566.729010183, delay=0.004920135950669646, ms=00030}
22:49:00.916777 run                osmo-ms-mob/00031: Starting mobile
22:49:00.932855 run       osmo-ms-mob/00031(pid=167): Launched
22:49:00.943612 run                             mass: MS start registered  {at=2005567.151930725, delay=0.004546737996861339, ms=00031}
22:49:01.194387 run                osmo-ms-mob/00032: Starting mobile
22:49:01.208030 run       osmo-ms-mob/00032(pid=168): Launched
22:49:01.218939 run                             mass: MS start registered  {at=2005567.427257935, delay=0.004857642110437155, ms=00032}
22:49:01.298980 run                             mass: MS performed LU  {at=2005567.507201677, lu_delay=5.041981528047472, ms=00020}
22:49:01.364393 run                             mass: MS performed LU  {at=2005567.572611772, lu_delay=5.641488488065079, ms=00019}
22:49:01.451765 run                             mass: MS performed LU  {at=2005567.659952107, lu_delay=4.718291126890108, ms=00021}
22:49:01.496075 run                osmo-ms-mob/00033: Starting mobile
22:49:01.510465 run       osmo-ms-mob/00033(pid=169): Launched
22:49:01.521216 run                             mass: MS start registered  {at=2005567.729539112, delay=0.004533488070592284, ms=00033}
22:49:02.024794 run                osmo-ms-mob/00034: Starting mobile
22:49:02.039964 run       osmo-ms-mob/00034(pid=170): Launched
22:49:02.051165 run                             mass: MS start registered  {at=2005568.259484499, delay=0.005040277959778905, ms=00034}
22:49:02.295930 run                osmo-ms-mob/00035: Starting mobile
22:49:02.309337 run       osmo-ms-mob/00035(pid=171): Launched
22:49:02.320399 run                             mass: MS start registered  {at=2005568.528717506, delay=0.004919619997963309, ms=00035}
22:49:02.724657 run                osmo-ms-mob/00036: Starting mobile
22:49:02.739950 run       osmo-ms-mob/00036(pid=172): Launched
22:49:02.750843 run                             mass: MS start registered  {at=2005568.959161545, delay=0.004671422997489572, ms=00036}
22:49:03.094960 run                osmo-ms-mob/00037: Starting mobile
22:49:03.108519 run       osmo-ms-mob/00037(pid=173): Launched
22:49:03.116287 run                             mass: MS performed LU  {at=2005569.324607491, lu_delay=4.5972855649888515, ms=00025}
22:49:03.122251 run                             mass: MS start registered  {at=2005569.330586399, delay=0.007542470935732126, ms=00037}
22:49:03.200452 run                             mass: MS performed LU  {at=2005569.408669696, lu_delay=5.236263258848339, ms=00024}
22:49:03.228798 run                osmo-ms-mob/00038: Starting mobile
22:49:03.242173 run       osmo-ms-mob/00038(pid=174): Launched
22:49:03.252831 run                             mass: MS start registered  {at=2005569.461152388, delay=0.004443628014996648, ms=00038}
22:49:03.371925 run                             mass: MS performed LU  {at=2005569.580142107, lu_delay=6.253683581016958, ms=00022}
22:49:03.695001 run                osmo-ms-mob/00039: Starting mobile
22:49:03.708661 run       osmo-ms-mob/00039(pid=175): Launched
22:49:03.721564 run                             mass: MS start registered  {at=2005569.929874182, delay=0.006714274873957038, ms=00039}
22:49:04.100460 run                osmo-ms-mob/00040: Starting mobile
22:49:04.115130 run       osmo-ms-mob/00040(pid=176): Launched
22:49:04.126031 run                             mass: MS start registered  {at=2005570.33434622, delay=0.004585284972563386, ms=00040}
22:49:04.407479 run                osmo-ms-mob/00041: Starting mobile
22:49:04.421408 run       osmo-ms-mob/00041(pid=177): Launched
22:49:04.432510 run                             mass: MS start registered  {at=2005570.640831696, delay=0.004674432100728154, ms=00041}
22:49:04.694947 run                osmo-ms-mob/00042: Starting mobile
22:49:04.708125 run       osmo-ms-mob/00042(pid=178): Launched
22:49:04.718754 run                             mass: MS start registered  {at=2005570.927074886, delay=0.004617017926648259, ms=00042}
22:49:04.982334 run                             mass: MS performed LU  {at=2005571.190552023, lu_delay=5.485035791993141, ms=00028}
22:49:05.065018 run                             mass: MS performed LU  {at=2005571.273249487, lu_delay=6.111236424883828, ms=00026}
22:49:05.092499 run                osmo-ms-mob/00043: Starting mobile
22:49:05.105829 run       osmo-ms-mob/00043(pid=179): Launched
22:49:05.116551 run                             mass: MS start registered  {at=2005571.324873281, delay=0.004508843878284097, ms=00043}
22:49:05.128301 run                             mass: MS performed LU  {at=2005571.336624798, lu_delay=5.78304286301136, ms=00027}
22:49:05.273758 run                             mass: MS performed LU  {at=2005571.481976914, lu_delay=5.119511218974367, ms=00029}
22:49:05.288009 run                osmo-ms-mob/00044: Starting mobile
22:49:05.301673 run       osmo-ms-mob/00044(pid=180): Launched
22:49:05.312386 run                             mass: MS start registered  {at=2005571.520707703, delay=0.004540290916338563, ms=00044}
22:49:05.727984 run                osmo-ms-mob/00045: Starting mobile
22:49:05.745138 run       osmo-ms-mob/00045(pid=181): Launched
22:49:05.756028 run                             mass: MS start registered  {at=2005571.964346879, delay=0.00464140297845006, ms=00045}
22:49:06.009610 run                osmo-ms-mob/00046: Starting mobile
22:49:06.024029 run       osmo-ms-mob/00046(pid=182): Launched
22:49:06.034881 run                             mass: MS start registered  {at=2005572.243201354, delay=0.004634069046005607, ms=00046}
22:49:06.305287 run                osmo-ms-mob/00047: Starting mobile
22:49:06.319195 run       osmo-ms-mob/00047(pid=183): Launched
22:49:06.330279 run                             mass: MS start registered  {at=2005572.538598399, delay=0.004802648909389973, ms=00047}
22:49:06.620350 run                osmo-ms-mob/00048: Starting mobile
22:49:06.636997 run       osmo-ms-mob/00048(pid=184): Launched
22:49:06.648162 run                             mass: MS start registered  {at=2005572.856479952, delay=0.004707390209659934, ms=00048}
22:49:06.883385 run                             mass: MS performed LU  {at=2005573.091602209, lu_delay=5.664344273973256, ms=00032}
22:49:06.912765 run                osmo-ms-mob/00049: Starting mobile
22:49:06.926158 run       osmo-ms-mob/00049(pid=185): Launched
22:49:06.932337 run                             mass: MS performed LU  {at=2005573.140664928, lu_delay=4.611947421915829, ms=00035}
22:49:06.938299 run                             mass: MS start registered  {at=2005573.146633804, delay=0.005987009033560753, ms=00049}
22:49:06.956182 run                             mass: MS performed LU  {at=2005573.164498927, lu_delay=4.905014428077266, ms=00034}
22:49:06.967670 run                osmo-ms-mob/00050: Starting mobile
22:49:06.981149 run       osmo-ms-mob/00050(pid=186): Launched
22:49:06.991809 run                             mass: MS start registered  {at=2005573.200129406, delay=0.004581333138048649, ms=00050}
22:49:07.210557 run                             mass: MS performed LU  {at=2005573.418773454, lu_delay=6.266842728946358, ms=00031}
22:49:07.637420 run                osmo-ms-mob/00051: Starting mobile
22:49:07.658986 run       osmo-ms-mob/00051(pid=187): Launched
22:49:07.671176 run                             mass: MS start registered  {at=2005573.87949317, delay=0.005892344051972032, ms=00051}
22:49:07.909131 run                osmo-ms-mob/00052: Starting mobile
22:49:07.923186 run       osmo-ms-mob/00052(pid=188): Launched
22:49:07.929286 run                             mass: MS performed LU  {at=2005574.137611655, lu_delay=6.40807254309766, ms=00033}
22:49:07.935466 run                             mass: MS start registered  {at=2005574.143798561, delay=0.006205213954672217, ms=00052}
22:49:08.013617 run                             mass: MS performed LU  {at=2005574.221822692, lu_delay=5.262661147164181, ms=00036}
22:49:08.028230 run                osmo-ms-mob/00053: Starting mobile
22:49:08.041940 run       osmo-ms-mob/00053(pid=189): Launched
22:49:08.052889 run                             mass: MS start registered  {at=2005574.261200385, delay=0.0049429950304329395, ms=00053}
22:49:08.236422 run                             mass: MS performed LU  {at=2005574.444646574, lu_delay=3.8038148779887706, ms=00041}
22:49:08.509639 run                osmo-ms-mob/00054: Starting mobile
22:49:08.524509 run       osmo-ms-mob/00054(pid=190): Launched
22:49:08.535890 run                             mass: MS start registered  {at=2005574.744206501, delay=0.0052717619109898806, ms=00054}
22:49:08.729439 run                             mass: MS performed LU  {at=2005574.937659824, lu_delay=5.007785642053932, ms=00039}
22:49:08.761078 run                osmo-ms-mob/00055: Starting mobile
22:49:08.774785 run       osmo-ms-mob/00055(pid=191): Launched
22:49:08.781174 run                             mass: MS performed LU  {at=2005574.989501951, lu_delay=5.528349563013762, ms=00038}
22:49:08.787474 run                             mass: MS start registered  {at=2005574.995808288, delay=0.006324956892058253, ms=00055}
22:49:08.895942 run                             mass: MS performed LU  {at=2005575.104150686, lu_delay=5.773564286995679, ms=00037}
22:49:08.925373 run                osmo-ms-mob/00056: Starting mobile
22:49:08.939077 run       osmo-ms-mob/00056(pid=192): Launched
22:49:08.949884 run                             mass: MS start registered  {at=2005575.158211966, delay=0.004632527939975262, ms=00056}
22:49:09.038869 run                             mass: MS performed LU  {at=2005575.247093051, lu_delay=4.91274683107622, ms=00040}
22:49:09.437149 run                osmo-ms-mob/00057: Starting mobile
22:49:09.454004 run       osmo-ms-mob/00057(pid=193): Launched
22:49:09.465220 run                             mass: MS start registered  {at=2005575.673535555, delay=0.004976552911102772, ms=00057}
22:49:09.808936 run                osmo-ms-mob/00058: Starting mobile
22:49:09.823639 run       osmo-ms-mob/00058(pid=194): Launched
22:49:09.835410 run                             mass: MS start registered  {at=2005576.043725624, delay=0.005589385982602835, ms=00058}
22:49:10.108673 run                osmo-ms-mob/00059: Starting mobile
22:49:10.122577 run       osmo-ms-mob/00059(pid=195): Launched
22:49:10.133924 run                             mass: MS start registered  {at=2005576.342236323, delay=0.005240294151008129, ms=00059}
22:49:10.394647 run                osmo-ms-mob/00060: Starting mobile
22:49:10.408174 run       osmo-ms-mob/00060(pid=196): Launched
22:49:10.419040 run                             mass: MS start registered  {at=2005576.62736213, delay=0.004693242022767663, ms=00060}
22:49:10.649129 run                             mass: MS performed LU  {at=2005576.857348108, lu_delay=5.53247482702136, ms=00043}
22:49:10.667301 run                             mass: MS performed LU  {at=2005576.875542327, lu_delay=4.9111954481340945, ms=00045}
22:49:10.697605 run                osmo-ms-mob/00061: Starting mobile
22:49:10.711155 run       osmo-ms-mob/00061(pid=197): Launched
22:49:10.722361 run                             mass: MS start registered  {at=2005576.930680291, delay=0.005087831057608128, ms=00061}
22:49:10.759617 run                             mass: MS performed LU  {at=2005576.967864888, lu_delay=4.724663533968851, ms=00046}
22:49:10.958021 run                             mass: MS performed LU  {at=2005577.166241083, lu_delay=6.239166197134182, ms=00042}
22:49:10.972126 run                osmo-ms-mob/00062: Starting mobile
22:49:10.985620 run       osmo-ms-mob/00062(pid=198): Launched
22:49:10.991906 run                             mass: MS performed LU  {at=2005577.200235876, lu_delay=5.679528173059225, ms=00044}
22:49:10.998083 run                             mass: MS start registered  {at=2005577.206417866, delay=0.006199032999575138, ms=00062}
22:49:11.434755 run                osmo-ms-mob/00063: Starting mobile
22:49:11.450584 run       osmo-ms-mob/00063(pid=199): Launched
22:49:11.461464 run                             mass: MS start registered  {at=2005577.669783639, delay=0.004773572087287903, ms=00063}
22:49:11.809703 run                osmo-ms-mob/00064: Starting mobile
22:49:11.824584 run       osmo-ms-mob/00064(pid=200): Launched
22:49:11.834091 run                             mass: MS performed LU  {at=2005578.04239679, lu_delay=3.7811964051797986, ms=00053}
22:49:11.841516 run                             mass: MS start registered  {at=2005578.049850001, delay=0.010680245934054255, ms=00064}
22:49:12.221430 run                osmo-ms-mob/00065: Starting mobile
22:49:12.236591 run       osmo-ms-mob/00065(pid=201): Launched
22:49:12.247224 run                             mass: MS start registered  {at=2005578.455539182, delay=0.004408257082104683, ms=00065}
22:49:12.520269 run                osmo-ms-mob/00066: Starting mobile
22:49:12.537490 run       osmo-ms-mob/00066(pid=202): Launched
22:49:12.543774 run                             mass: MS performed LU  {at=2005578.752098818, lu_delay=5.895618865964934, ms=00048}
22:49:12.550045 run                             mass: MS start registered  {at=2005578.758377485, delay=0.006298889871686697, ms=00066}
22:49:12.596553 run                             mass: MS performed LU  {at=2005578.804782059, lu_delay=5.604652652982622, ms=00050}
22:49:12.804713 run                             mass: MS performed LU  {at=2005579.012932597, lu_delay=5.133439427008852, ms=00051}
22:49:12.834685 run                osmo-ms-mob/00067: Starting mobile
22:49:12.847926 run       osmo-ms-mob/00067(pid=203): Launched
22:49:12.854344 run                             mass: MS performed LU  {at=2005579.062670873, lu_delay=4.918872311944142, ms=00052}
22:49:12.860399 run                             mass: MS start registered  {at=2005579.068733756, delay=0.006079494953155518, ms=00067}
22:49:13.209373 run                osmo-ms-mob/00068: Starting mobile
22:49:13.223822 run       osmo-ms-mob/00068(pid=204): Launched
22:49:13.235026 run                             mass: MS start registered  {at=2005579.443345477, delay=0.004736391128972173, ms=00068}
22:49:13.584651 run                             mass: MS performed LU  {at=2005579.792869659, lu_delay=7.25427125999704, ms=00047}
22:49:13.614925 run                osmo-ms-mob/00069: Starting mobile
22:49:13.628705 run       osmo-ms-mob/00069(pid=205): Launched
22:49:13.639931 run                             mass: MS start registered  {at=2005579.848250983, delay=0.004964484134688973, ms=00069}
22:49:14.008101 run                osmo-ms-mob/00070: Starting mobile
22:49:14.022090 run       osmo-ms-mob/00070(pid=206): Launched
22:49:14.032979 run                             mass: MS start registered  {at=2005580.241300246, delay=0.0046785029117017984, ms=00070}
22:49:14.395853 run                osmo-ms-mob/00071: Starting mobile
22:49:14.409234 run       osmo-ms-mob/00071(pid=207): Launched
22:49:14.415634 run                             mass: MS performed LU  {at=2005580.623960684, lu_delay=4.950425129150972, ms=00057}
22:49:14.421687 run                             mass: MS start registered  {at=2005580.630022402, delay=0.00608068285509944, ms=00071}
22:49:14.432750 run                             mass: MS performed LU  {at=2005580.641062438, lu_delay=5.645254150032997, ms=00055}
22:49:14.488811 run                             mass: MS performed LU  {at=2005580.69702648, lu_delay=5.538814513944089, ms=00056}
22:49:14.516745 run                osmo-ms-mob/00072: Starting mobile
22:49:14.532442 run       osmo-ms-mob/00072(pid=208): Launched
22:49:14.543211 run                             mass: MS start registered  {at=2005580.751532101, delay=0.0046460130251944065, ms=00072}
22:49:15.220760 run                osmo-ms-mob/00073: Starting mobile
22:49:15.238114 run       osmo-ms-mob/00073(pid=209): Launched
22:49:15.249989 run                             mass: MS start registered  {at=2005581.458303794, delay=0.0057201681192964315, ms=00073}
22:49:15.420340 run                             mass: MS performed LU  {at=2005581.628560241, lu_delay=5.584834617096931, ms=00058}
22:49:15.532885 run                             mass: MS performed LU  {at=2005581.741096046, lu_delay=5.398859723005444, ms=00059}
22:49:15.547004 run                osmo-ms-mob/00074: Starting mobile
22:49:15.560532 run       osmo-ms-mob/00074(pid=210): Launched
22:49:15.566844 run                             mass: MS performed LU  {at=2005581.775171051, lu_delay=4.105387412011623, ms=00063}
22:49:15.572993 run                             mass: MS start registered  {at=2005581.781325873, delay=0.006173376925289631, ms=00074}
22:49:16.009051 run                osmo-ms-mob/00075: Starting mobile
22:49:16.023915 run       osmo-ms-mob/00075(pid=211): Launched
22:49:16.035534 run                             mass: MS start registered  {at=2005582.243848446, delay=0.005516281118616462, ms=00075}
22:49:16.260763 run                             mass: MS performed LU  {at=2005582.468980704, lu_delay=5.538300412939861, ms=00061}
22:49:16.336301 run                             mass: MS performed LU  {at=2005582.544395969, lu_delay=5.9170338390395045, ms=00060}
22:49:16.360827 run                             mass: MS performed LU  {at=2005582.569151586, lu_delay=5.362733719870448, ms=00062}
22:49:16.391840 run                osmo-ms-mob/00076: Starting mobile
22:49:16.406078 run       osmo-ms-mob/00076(pid=212): Launched
22:49:16.417002 run                             mass: MS start registered  {at=2005582.625320141, delay=0.004421805031597614, ms=00076}
22:49:16.879236 run                             mass: MS performed LU  {at=2005583.087456449, lu_delay=5.037606447935104, ms=00064}
22:49:16.936541 run                osmo-ms-mob/00077: Starting mobile
22:49:16.951720 run       osmo-ms-mob/00077(pid=213): Launched
22:49:16.962686 run                             mass: MS start registered  {at=2005583.171003856, delay=0.004470675019547343, ms=00077}
22:49:17.413147 run                osmo-ms-mob/00078: Starting mobile
22:49:17.428671 run       osmo-ms-mob/00078(pid=214): Launched
22:49:17.435202 run                             mass: MS performed LU  {at=2005583.643525975, lu_delay=4.574792219093069, ms=00067}
22:49:17.441355 run                             mass: MS start registered  {at=2005583.649687891, delay=0.006180531810969114, ms=00078}
22:49:17.474771 run                             mass: MS performed LU  {at=2005583.683036383, lu_delay=5.227497200947255, ms=00065}
22:49:17.832439 run                osmo-ms-mob/00079: Starting mobile
22:49:17.849355 run       osmo-ms-mob/00079(pid=215): Launched
22:49:17.860933 run                             mass: MS start registered  {at=2005584.069251464, delay=0.005189785035327077, ms=00079}
22:49:18.180543 run                             mass: MS performed LU  {at=2005584.388766767, lu_delay=4.540515783941373, ms=00069}
22:49:18.205819 run                             mass: MS performed LU  {at=2005584.414148832, lu_delay=4.970803354866803, ms=00068}
22:49:18.241169 run                osmo-ms-mob/00080: Starting mobile
22:49:18.256740 run       osmo-ms-mob/00080(pid=216): Launched
22:49:18.262838 run                             mass: MS performed LU  {at=2005584.471165496, lu_delay=5.712788010947406, ms=00066}
22:49:18.268678 run                             mass: MS start registered  {at=2005584.477013169, delay=0.005865686107426882, ms=00080}
22:49:18.481610 run                             mass: MS performed LU  {at=2005584.689827607, lu_delay=23.138220193097368, ms=00018}
22:49:18.835268 run                osmo-ms-mob/00081: Starting mobile
22:49:18.851717 run       osmo-ms-mob/00081(pid=217): Launched
22:49:18.865309 run                             mass: MS start registered  {at=2005585.073622326, delay=0.0072856449987739325, ms=00081}
22:49:19.206147 run                osmo-ms-mob/00082: Starting mobile
22:49:19.219896 run       osmo-ms-mob/00082(pid=218): Launched
22:49:19.230797 run                             mass: MS start registered  {at=2005585.439119332, delay=0.004822959890589118, ms=00082}
22:49:19.825759 run                osmo-ms-mob/00083: Starting mobile
22:49:19.842327 run       osmo-ms-mob/00083(pid=219): Launched
22:49:19.853421 run                             mass: MS start registered  {at=2005586.061740917, delay=0.004637258825823665, ms=00083}
22:49:20.174779 run                             mass: MS performed LU  {at=2005586.382999246, lu_delay=4.601673373021185, ms=00074}
22:49:20.192255 run                             mass: MS performed LU  {at=2005586.400499587, lu_delay=4.9421957929152995, ms=00073}
22:49:20.208546 run                osmo-ms-mob/00084: Starting mobile
22:49:20.221841 run       osmo-ms-mob/00084(pid=220): Launched
22:49:20.232483 run                             mass: MS start registered  {at=2005586.44080507, delay=0.004615470999851823, ms=00084}
22:49:20.261955 run                             mass: MS performed LU  {at=2005586.470158671, lu_delay=5.718626569956541, ms=00072}
22:49:20.279240 run                             mass: MS performed LU  {at=2005586.487553845, lu_delay=6.246253598947078, ms=00070}
22:49:20.336529 run                             mass: MS performed LU  {at=2005586.544760237, lu_delay=5.914737835060805, ms=00071}
22:49:20.357962 run                             mass: MS performed LU  {at=2005586.566293983, lu_delay=22.75428265496157, ms=00023}
22:49:20.369076 run                osmo-ms-mob/00085: Starting mobile
22:49:20.382510 run       osmo-ms-mob/00085(pid=221): Launched
22:49:20.393231 run                             mass: MS start registered  {at=2005586.601554488, delay=0.004568098112940788, ms=00085}
22:49:21.395131 run                osmo-ms-mob/00086: Starting mobile
22:49:21.408403 run       osmo-ms-mob/00086(pid=222): Launched
22:49:21.419566 run                             mass: MS start registered  {at=2005587.627885173, delay=0.005082295974716544, ms=00086}
22:49:21.946692 run                             mass: MS performed LU  {at=2005588.154909845, lu_delay=5.529589704005048, ms=00076}
22:49:22.003548 run                osmo-ms-mob/00087: Starting mobile
22:49:22.019403 run       osmo-ms-mob/00087(pid=223): Launched
22:49:22.025590 run                             mass: MS performed LU  {at=2005588.2339178, lu_delay=4.584229909116402, ms=00078}
22:49:22.031748 run                             mass: MS performed LU  {at=2005588.240080744, lu_delay=5.996232297969982, ms=00075}
22:49:22.037660 run                             mass: MS start registered  {at=2005588.245994849, delay=0.012095469981431961, ms=00087}
22:49:22.201113 run                             mass: MS performed LU  {at=2005588.409329021, lu_delay=5.2383251648861915, ms=00077}
22:49:22.491798 run                             mass: MS performed LU  {at=2005588.700023407, lu_delay=21.97101322398521, ms=00030}
22:49:22.548267 run                osmo-ms-mob/00088: Starting mobile
22:49:22.563461 run       osmo-ms-mob/00088(pid=224): Launched
22:49:22.574256 run                             mass: MS start registered  {at=2005588.782577364, delay=0.00462404009886086, ms=00088}
22:49:23.210207 run                osmo-ms-mob/00089: Starting mobile
22:49:23.224296 run       osmo-ms-mob/00089(pid=225): Launched
22:49:23.235456 run                             mass: MS start registered  {at=2005589.443776826, delay=0.005075905937701464, ms=00089}
22:49:23.796126 run                osmo-ms-mob/00090: Starting mobile
22:49:23.809945 run       osmo-ms-mob/00090(pid=226): Launched
22:49:23.820953 run                             mass: MS start registered  {at=2005590.029267121, delay=0.00479247304610908, ms=00090}
22:49:23.940263 run                             mass: MS performed LU  {at=2005590.148479002, lu_delay=6.079227538080886, ms=00079}
22:49:23.958063 run                             mass: MS performed LU  {at=2005590.166332898, lu_delay=5.09271057206206, ms=00081}
22:49:24.027890 run                             mass: MS performed LU  {at=2005590.236110477, lu_delay=5.759097307920456, ms=00080}
22:49:24.053036 run                             mass: MS performed LU  {at=2005590.26136619, lu_delay=4.822246857918799, ms=00082}
22:49:24.526432 run                osmo-ms-mob/00091: Starting mobile
22:49:24.542782 run       osmo-ms-mob/00091(pid=227): Launched
22:49:24.554533 run                             mass: MS start registered  {at=2005590.762845757, delay=0.0055993408896028996, ms=00091}
22:49:25.210736 run                osmo-ms-mob/00092: Starting mobile
22:49:25.224561 run       osmo-ms-mob/00092(pid=228): Launched
22:49:25.235596 run                             mass: MS start registered  {at=2005591.443910117, delay=0.004935486009344459, ms=00092}
22:49:25.712073 run                             mass: MS performed LU  {at=2005591.920279419, lu_delay=5.858538502128795, ms=00083}
22:49:25.777586 run                             mass: MS performed LU  {at=2005591.985718719, lu_delay=5.384164230898023, ms=00085}
22:49:25.800924 run                             mass: MS performed LU  {at=2005592.009254172, lu_delay=5.5684491018764675, ms=00084}
22:49:25.835893 run                osmo-ms-mob/00093: Starting mobile
22:49:25.850262 run       osmo-ms-mob/00093(pid=229): Launched
22:49:25.861065 run                             mass: MS start registered  {at=2005592.069387383, delay=0.004588064970448613, ms=00093}
22:49:26.911694 run                osmo-ms-mob/00094: Starting mobile
22:49:26.926110 run       osmo-ms-mob/00094(pid=230): Launched
22:49:26.936941 run                             mass: MS start registered  {at=2005593.145261985, delay=0.004732137080281973, ms=00094}
22:49:27.706498 run                             mass: MS performed LU  {at=2005593.914715635, lu_delay=6.286830461816862, ms=00086}
22:49:27.748186 run                osmo-ms-mob/00095: Starting mobile
22:49:27.763653 run       osmo-ms-mob/00095(pid=231): Launched
22:49:27.769633 run                             mass: MS performed LU  {at=2005593.977963272, lu_delay=5.195385908009484, ms=00088}
22:49:27.775404 run                             mass: MS start registered  {at=2005593.983739745, delay=0.005793001037091017, ms=00095}
22:49:27.792461 run                             mass: MS performed LU  {at=2005594.000786509, lu_delay=4.557009682990611, ms=00089}
22:49:28.810048 run                osmo-ms-mob/00096: Starting mobile
22:49:28.824037 run       osmo-ms-mob/00096(pid=232): Launched
22:49:28.834869 run                             mass: MS start registered  {at=2005595.043190178, delay=0.004705280065536499, ms=00096}
22:49:29.478864 run                             mass: MS performed LU  {at=2005595.687078665, lu_delay=22.54044486093335, ms=00049}
22:49:29.542829 run                             mass: MS performed LU  {at=2005595.751042857, lu_delay=5.721775735961273, ms=00090}
22:49:29.567568 run                             mass: MS performed LU  {at=2005595.775895936, lu_delay=5.013050178997219, ms=00091}
22:49:29.927686 run                osmo-ms-mob/00097: Starting mobile
22:49:29.945447 run       osmo-ms-mob/00097(pid=233): Launched
22:49:29.956256 run                             mass: MS start registered  {at=2005596.164576952, delay=0.004501738119870424, ms=00097}
22:49:31.236159 run                osmo-ms-mob/00098: Starting mobile
22:49:31.253785 run       osmo-ms-mob/00098(pid=234): Launched
22:49:31.264702 run                             mass: MS start registered  {at=2005597.473027699, delay=0.004785333992913365, ms=00098}
22:49:31.472320 run                             mass: MS performed LU  {at=2005597.680535696, lu_delay=5.6111483129207045, ms=00093}
22:49:31.489899 run                             mass: MS performed LU  {at=2005597.69818675, lu_delay=6.254276633029804, ms=00092}
22:49:31.559499 run                             mass: MS performed LU  {at=2005597.76771773, lu_delay=4.6224557450041175, ms=00094}
22:49:31.616265 run                             mass: MS performed LU  {at=2005597.824497208, lu_delay=23.080290707061067, ms=00054}
22:49:33.016328 run                osmo-ms-mob/00099: Starting mobile
22:49:33.032758 run       osmo-ms-mob/00099(pid=235): Launched
22:49:33.038752 run                             mass: All started... {duration=55.75400930386968, too_slow=0}
22:49:33.044575 run                             mass: MS start registered  {at=2005599.252892404, delay=0.005804579006507993, ms=00099}
22:49:33.308423 run                             mass: MS performed LU  {at=2005599.516535264, lu_delay=5.532795518869534, ms=00095}
22:49:33.563043 run                             mass: MS performed LU  {at=2005599.771263889, lu_delay=4.728073711041361, ms=00096}
22:49:35.237696 run                             mass: MS performed LU  {at=2005601.445916471, lu_delay=5.281339518958703, ms=00097}
22:49:37.074761 run                             mass: MS performed LU  {at=2005603.282935916, lu_delay=5.809908217051998, ms=00098}
22:49:38.976603 run                             mass: MS performed LU  {at=2005605.184821962, lu_delay=5.931929557817057, ms=00099}
22:49:44.841878 run                             mass: MS performed LU  {at=2005611.050064971, lu_delay=22.804070122074336, ms=00087}
22:49:44.853907 run                             mass: Tests done {all_completed=True, max=23.138220193097368, min=3.7811964051797986}
22:49:44.859301 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:44.864628 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:49:44.867870 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:49:44.871076 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:44.874286 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:49:44.877511 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:44.880773 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:49:44.884026 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:44.887262 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:49:44.890551 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:44.893874 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:49:44.897137 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:49:44.900418 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:49:44.903708 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:49:44.907003 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:49:44.910345 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:49:44.913651 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:49:44.917064 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:49:44.920479 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:49:44.923841 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:49:44.927167 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:49:44.930500 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:49:44.933835 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:49:44.937141 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:49:44.940468 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:49:44.943783 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:49:44.947078 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:49:44.951007 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:49:44.954376 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:49:44.957741 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:49:44.961109 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:49:44.964481 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:49:44.967907 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:49:44.971255 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:49:44.974598 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:49:44.977984 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:49:44.981364 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:49:44.984920 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:49:44.988361 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:49:44.991715 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:49:44.995083 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:49:44.998482 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:49:45.001858 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:49:45.005366 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:49:45.008783 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:49:45.012222 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:49:45.015580 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:49:45.018902 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:49:45.022242 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:49:45.025586 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:49:45.028907 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:49:45.032487 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:49:45.035804 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:49:45.039115 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:49:45.042452 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:49:45.045777 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:49:45.049261 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:49:45.052622 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:49:45.055941 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:49:45.059308 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:49:45.062642 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:49:45.066566 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:49:45.069922 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:49:45.073274 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:49:45.076736 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:49:45.080083 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:49:45.083421 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:49:45.086765 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:49:45.090128 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:49:45.093501 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:49:45.096805 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:49:45.100114 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:49:45.103439 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:49:45.107170 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:49:45.110758 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:49:45.114384 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:49:45.117723 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:49:45.121139 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:49:45.124513 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:49:45.127903 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:49:45.131188 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:49:45.134511 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:49:45.137910 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:49:45.141222 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:49:45.144522 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:49:45.147854 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:49:45.151176 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:49:45.154501 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:49:45.157885 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:49:45.161198 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:49:45.164563 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:49:45.167887 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:49:45.171194 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:49:45.174893 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:49:45.178257 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:49:45.181599 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:49:45.184929 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:49:45.188577 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:49:45.192400 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:49:45.196299 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:49:45.199636 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:49:45.202942 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:49:45.206290 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:49:45.209603 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:49:45.212965 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:49:45.216297 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:49:45.219618 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:49:45.222971 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:49:45.226290 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:49:45.229674 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:49:45.233038 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:49:45.236455 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:49:45.239841 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:49:45.243250 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:49:45.246624 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:49:45.250021 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:49:45.253340 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:49:45.256636 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:49:45.259935 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:49:45.263221 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:49:45.266511 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:49:45.269802 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:49:45.273076 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:49:45.276356 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:49:45.279645 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:49:45.282937 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:49:45.286232 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:49:45.289521 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:49:45.292820 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:49:45.296110 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:49:45.299395 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:49:45.302687 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:49:45.305985 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:49:45.309280 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:49:45.312566 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:49:45.315843 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:49:45.319121 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:49:45.322412 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:49:45.325683 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:49:45.328978 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:49:45.332267 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:49:45.335554 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:49:45.338835 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:49:45.342130 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:49:45.345430 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:49:45.348717 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:49:45.352010 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:49:45.355287 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:49:45.358577 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:49:45.361878 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:49:45.365173 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:49:45.368459 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:49:45.371739 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:49:45.375022 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:49:45.378315 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:49:45.381623 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:49:45.384914 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:49:45.388249 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:49:45.391567 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:49:45.394880 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:49:45.398177 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:49:45.401461 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:49:45.404765 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:49:45.408086 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:49:45.411352 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:49:45.414651 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:49:45.417951 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:49:45.421243 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:49:45.424532 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:49:45.427828 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:49:45.431117 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:49:45.434406 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:49:45.437709 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:49:45.441009 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:49:45.444304 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:49:45.447580 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:49:45.450885 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:49:45.454181 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:49:45.457481 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:49:45.460782 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:49:45.464086 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:49:45.467370 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:49:45.470677 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:49:45.473975 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:49:45.477271 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:49:45.480563 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:49:45.483874 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:49:45.487169 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:49:45.490467 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:49:45.493811 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:49:45.497117 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:49:45.500409 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:49:45.503697 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:49:45.506988 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:49:45.510283 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:49:45.513614 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:49:45.516904 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:49:45.520210 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:49:45.523497 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:49:45.526778 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:49:45.530070 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:49:45.533365 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:49:45.536656 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:49:45.539942 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:49:45.543224 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:49:45.546515 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:49:45.549808 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:49:45.553115 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:49:45.556416 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:49:45.559695 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:49:45.562989 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:49:45.566266 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:49:45.569556 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:49:45.572828 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:49:45.576162 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.577657 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:49:45.581306 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.582785 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:49:45.586439 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.587935 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:45.591570 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.593055 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:49:45.596677 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.598145 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:45.601813 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.603296 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:49:45.606950 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.608453 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:45.612128 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.613611 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:49:45.617312 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.618798 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:45.622564 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.624111 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:49:45.627954 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.629491 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:49:45.633265 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.634823 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:49:45.638533 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.640032 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:49:45.643711 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.645198 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:49:45.648873 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.650355 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:49:45.654009 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.655485 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:49:45.659128 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.660615 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:49:45.664276 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.665761 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:49:45.669406 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.670884 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:49:45.674542 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.676025 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:49:45.679650 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.681119 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:49:45.684751 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.686228 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:49:45.689864 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.691366 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:49:45.695032 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.696510 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:49:45.700161 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.701631 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:49:45.705277 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.706745 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:49:45.710380 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.711872 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:49:45.715500 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.716984 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:49:45.720620 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.722092 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:49:45.725738 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.727212 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:49:45.730838 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.732327 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:49:45.735987 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.737463 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:49:45.741122 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.742587 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:49:45.746234 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.747729 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:49:45.751381 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.752843 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:49:45.756475 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.757951 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:49:45.761587 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.763056 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:49:45.766697 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.768181 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:49:45.771839 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.773320 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:49:45.776991 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.778465 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:49:45.782114 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.783589 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:49:45.787226 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.788701 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:49:45.792333 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.793799 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:49:45.797442 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.798900 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:49:45.802536 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.804013 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:49:45.807628 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.809101 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:49:45.812733 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.814204 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:49:45.817842 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.819315 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:49:45.822948 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.824456 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:49:45.828076 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.829552 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:49:45.833187 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.834652 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:49:45.838283 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.839769 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:49:45.843397 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.844867 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:49:45.848501 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.849963 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:49:45.853605 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.855068 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:49:45.858700 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.860180 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:49:45.863811 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.865286 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:49:45.868916 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.870378 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:49:45.874002 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.875469 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:49:45.879114 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.880600 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:49:45.884219 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.885686 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:49:45.889328 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.890803 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:49:45.894496 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.895973 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:49:45.899589 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.901069 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:49:45.904709 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.906187 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:49:45.909813 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.911286 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:49:45.914944 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.916435 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:49:45.920084 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.921554 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:49:45.925221 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.926690 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:49:45.930363 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.931845 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:49:45.935492 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.936969 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:49:45.940606 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.942081 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:49:45.945741 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.947217 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:49:45.950863 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.952338 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:49:45.956001 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.957475 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:49:45.961108 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.962592 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:49:45.966244 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.967727 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:49:45.971383 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.972857 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:49:45.976518 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.977992 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:49:45.981626 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.983106 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:49:45.986758 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.988248 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:49:45.991898 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.993368 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:49:45.997019 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.998503 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:49:46.002177 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.003662 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:49:46.007306 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.008793 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:49:46.012467 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.013954 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:49:46.017621 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.019102 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:49:46.022751 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.024239 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:49:46.027900 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.029377 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:49:46.033034 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.034504 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:49:46.038151 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.039622 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:49:46.043295 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.044796 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:49:46.048426 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.049905 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:49:46.053552 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.055027 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:49:46.058677 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.060141 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:49:46.063801 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.065287 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:49:46.068946 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.070425 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:49:46.074077 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.075545 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:49:46.079171 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.080667 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:49:46.084311 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.085783 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:49:46.089426 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.090927 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:49:46.094596 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.096075 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:49:46.099738 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.101215 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:49:46.104867 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.106345 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:49:46.109995 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.111472 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:49:46.115131 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.116620 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:49:46.120322 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.121805 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:49:46.125453 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.126936 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:49:46.130575 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.132102 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:49:46.135774 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.137255 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:49:46.140912 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.142401 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:49:46.146072 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.147561 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:49:46.151214 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.152724 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:49:46.156404 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.157877 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:49:46.161563 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.163033 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:49:46.166724 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.168230 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:49:46.171911 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.173392 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:49:46.177081 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.178570 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:49:46.182242 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.183745 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:49:46.187394 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.188880 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:49:46.192534 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.194010 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:49:46.197657 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.199131 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:49:46.202799 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.204303 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:49:46.207972 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.209442 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:49:46.213094 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.214575 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:49:46.218256 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.219732 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:49:46.223395 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.224883 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:49:46.228546 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.230018 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:49:46.233666 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.235145 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:49:46.238808 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.240283 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:49:46.243959 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.245439 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:49:46.249108 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.250588 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:49:46.254272 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.255744 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:49:46.259406 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.260902 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:49:46.264564 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.266044 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:49:46.269704 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.271188 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:49:46.274839 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.276320 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:49:46.279994 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.281479 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:49:46.285141 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.286617 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:49:46.290299 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.291821 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:49:46.295471 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.296950 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:49:46.300599 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.302070 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:49:46.305760 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.307239 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:49:46.310923 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.312414 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:49:46.316072 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.317556 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:49:46.321224 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.322704 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:49:46.326370 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.327863 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:49:46.331518 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.333006 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:49:46.336675 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.338155 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:49:46.341811 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.343283 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:49:46.346954 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.348439 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:49:46.352099 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.353569 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:49:46.357225 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.358712 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:49:46.362383 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.363877 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:49:46.367517 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.369003 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:49:46.372688 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.374216 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:49:46.377944 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.379473 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:49:46.383158 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.384663 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:49:46.388344 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.389875 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:49:46.393690 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.395224 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:49:46.399058 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.400612 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:49:46.404420 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.405943 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:49:46.409761 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.411297 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:49:46.415112 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.416646 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:49:46.420442 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.421967 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:49:46.425784 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.427319 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:49:46.431126 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.432688 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:49:46.436508 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.438034 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:49:46.441856 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.443396 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:49:46.447216 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.448760 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:49:46.452576 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.454109 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:49:46.457929 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.459462 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:49:46.463278 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.464808 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:49:46.468623 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.470156 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:49:46.473985 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.475530 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:49:46.479361 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.480908 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:49:46.484710 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.486232 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:49:46.490070 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.491608 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:49:46.495408 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.496954 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:49:46.500766 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.502297 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:49:46.506142 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.507683 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:49:46.511493 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.513041 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:49:46.516843 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.518381 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:49:46.522208 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.523747 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:49:46.527560 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.529099 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:49:46.532921 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.534456 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:49:46.538273 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.539801 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:49:46.543620 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.545165 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:49:46.548968 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.550502 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:49:46.554320 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.555913 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:49:46.559734 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.561261 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:49:46.565072 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.566613 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:49:46.570458 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.571988 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:49:46.575818 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.577364 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:49:46.581198 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.582729 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:49:46.586551 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.588101 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:49:46.591929 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.593463 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:49:46.597291 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.598827 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:49:46.602652 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.604188 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:49:46.608014 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.609547 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:49:46.613374 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.614916 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:49:46.618737 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.620267 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:49:46.624080 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.625616 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:49:46.629441 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.630983 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:49:46.634814 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.636349 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:49:46.640177 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.641713 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:49:46.645526 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.647065 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:49:46.650891 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.652422 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:49:46.656239 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.657773 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:49:46.661595 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.663128 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:49:46.666943 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.668478 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:49:46.672298 ---      ParallelTerminationStrategy: PID 235 died...
22:49:46.673844 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:49:50.078409 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.084444 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8246 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.161086 tst                       trial-8246: Storing JUnit report in /build/trial-8246/run.2026-02-18_22-48-17/trial-8246.xml

--------------------------------------------------------------------------------------------
trial-8246 PASS
--------------------------------------------------------------------------------------------
22:49:50.172189 tst                       trial-8246: trial-8246: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8246/inst
+ cd trial-8246
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-18 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8246-run.tgz run.2026-02-18_22-48-17
+ tar czf /build/trial-8246-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-18_13_26_43.tgz osmo-bts-oc2g.build-2026-02-18_00_51_17.tgz osmo-bts-sysmo.build-2026-02-18_00_51_32.tgz osmo-bts.build-2026-02-18_00_51_39.tgz osmo-ggsn.build-2026-02-18_20_42_37.tgz osmo-hlr.build-2026-02-18_16_36_55.tgz osmo-hnbgw.build-2026-02-18_13_29_53.tgz osmo-mgw.build-2026-02-18_08_33_05.tgz osmo-msc.build-2026-02-18_13_33_38.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-18_07_35_11.tgz osmo-pcu-sysmo.build-2026-02-18_07_35_07.tgz osmo-pcu.build-2026-02-18_07_35_09.tgz osmo-sgsn.build-2026-02-18_20_48_18.tgz osmo-stp.build-2026-02-18_13_23_20.tgz osmo-trx.build-2026-02-18_14_21_35.tgz osmocom-bb.build-2026-02-18_21_17_15.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