Skip to content
Success

Console Output

This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7586
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9155495586292219250.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-8218
+ 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
bbbe67c debian-trixie-obs-latest: fix signed-by= path
+ 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 [20/28] WORKDIR	/TMP
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:833a50d422f6b2392b636ad5369a85d8b95d54054250a7fd1447709fef910e49 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8219 -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-01-22 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8219
+ mkdir -p trial-8219
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-22_13_29_58.tgz osmo-bts-oc2g.build-2026-01-22_00_51_24.tgz osmo-bts-sysmo.build-2026-01-22_00_51_26.tgz osmo-bts.build-2026-01-22_00_51_33.tgz osmo-ggsn.build-2026-01-22_21_59_33.tgz osmo-hlr.build-2026-01-22_16_36_49.tgz osmo-hnbgw.build-2026-01-22_22_03_30.tgz osmo-mgw.build-2026-01-22_08_33_06.tgz osmo-msc.build-2026-01-22_13_35_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-22_07_35_01.tgz osmo-pcu-sysmo.build-2026-01-22_07_34_56.tgz osmo-pcu.build-2026-01-22_07_35_08.tgz osmo-sgsn.build-2026-01-22_22_05_34.tgz osmo-stp.build-2026-01-22_13_25_40.tgz osmo-trx.build-2026-01-22_22_01_45.tgz osmocom-bb.build-2026-01-22_22_00_19.tgz srslte.build-19.tgz trial-8219
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-22_13_29_58.md5 osmo-bts-oc2g.build-2026-01-22_00_51_24.md5 osmo-bts-sysmo.build-2026-01-22_00_51_26.md5 osmo-bts.build-2026-01-22_00_51_33.md5 osmo-ggsn.build-2026-01-22_21_59_33.md5 osmo-hlr.build-2026-01-22_16_36_49.md5 osmo-hnbgw.build-2026-01-22_22_03_30.md5 osmo-mgw.build-2026-01-22_08_33_06.md5 osmo-msc.build-2026-01-22_13_35_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-22_07_35_01.md5 osmo-pcu-sysmo.build-2026-01-22_07_34_56.md5 osmo-pcu.build-2026-01-22_07_35_08.md5 osmo-sgsn.build-2026-01-22_22_05_34.md5 osmo-stp.build-2026-01-22_13_25_40.md5 osmo-trx.build-2026-01-22_22_01_45.md5 osmocom-bb.build-2026-01-22_22_00_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-22_13_29_58.md5 osmo-bts-oc2g.build-2026-01-22_00_51_24.md5 osmo-bts-sysmo.build-2026-01-22_00_51_26.md5 osmo-bts.build-2026-01-22_00_51_33.md5 osmo-ggsn.build-2026-01-22_21_59_33.md5 osmo-hlr.build-2026-01-22_16_36_49.md5 osmo-hnbgw.build-2026-01-22_22_03_30.md5 osmo-mgw.build-2026-01-22_08_33_06.md5 osmo-msc.build-2026-01-22_13_35_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-22_07_35_01.md5 osmo-pcu-sysmo.build-2026-01-22_07_34_56.md5 osmo-pcu.build-2026-01-22_07_35_08.md5 osmo-sgsn.build-2026-01-22_22_05_34.md5 osmo-stp.build-2026-01-22_13_25_40.md5 osmo-trx.build-2026-01-22_22_01_45.md5 osmocom-bb.build-2026-01-22_22_00_19.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-8219 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8219'
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-8219
--------------------------------------------------------------------------------------------
22:48:18.034368 tst                       trial-8219: Detailed log at /build/trial-8219/run.2026-01-22_22-48-18/log

---------------------------------------------------------------------
trial-8219 netreg_mass
---------------------------------------------------------------------
22:48:18.239499 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.239881 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.240653 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.241821 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.283016 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.283856 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.285002 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.347195 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-8219 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.347907 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.363044 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.363570 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.364035 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.364481 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.364918 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.365365 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.365814 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.397123 tst         register_default_mass.py: using LAC 2
22:48:18.419748 tst         register_default_mass.py: using RAC 2
22:48:18.446801 tst         register_default_mass.py: using CellId 2
22:48:18.477026 tst         register_default_mass.py: using BVCI 3
22:48:18.491196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.491868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.492443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.492962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.493480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.493987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.494499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.495020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.495557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.496076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.496586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.497106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.497688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.498209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.498747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.499270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.499786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.500298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.500820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.501336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.501855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.502383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.502908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.503443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.503963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.504481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.505004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.505516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.506021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.506552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.507060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.507574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.508103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.508623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.509148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.509665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.510177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.510715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.511236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.511742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.512251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.512770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.513284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.513796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.514312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.514821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.515327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.515854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.516364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.516865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.517388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.517901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.518404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.518914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.519427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.519943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.520470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.520986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.521490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.521980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.522500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.523013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.523529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.524059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.524569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.525071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.525597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.526117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.526653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.527169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.527677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.528208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.528786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.529296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.529812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.530322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.530825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.531352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.531862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.532360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.532877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.533380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.533879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.534387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.534900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.535397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.535918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.537434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.537943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.540493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.540998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.541521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.542026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.542528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543594 tst      register_default_mass.py:21: Launching a simple network
22:48:18.553509 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.672860 run            create_hlr_db(pid=19): Launched
22:48:19.687328 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.711526 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.727011 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.732766 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.921245 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.936066 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.941705 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.360688 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:20.376555 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:23.391564 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.531276 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:23.546358 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:23.552047 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.575786 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:23.590724 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:23.596383 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.909473 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.924789 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.951950 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.125425 run         osmo-bts-virtual(pid=33): Launched
22:48:31.161635 tst         register_default_mass.py: using MSISDN 1001
22:48:31.176047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.215827 tst         register_default_mass.py: using MSISDN 1002
22:48:31.233642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.264731 tst         register_default_mass.py: using MSISDN 1003
22:48:31.279521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.310770 tst         register_default_mass.py: using MSISDN 1004
22:48:31.325568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.356524 tst         register_default_mass.py: using MSISDN 1005
22:48:31.371059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.402132 tst         register_default_mass.py: using MSISDN 1006
22:48:31.416866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.447960 tst         register_default_mass.py: using MSISDN 1007
22:48:31.462686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.493926 tst         register_default_mass.py: using MSISDN 1008
22:48:31.508796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.539926 tst         register_default_mass.py: using MSISDN 1009
22:48:31.554566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.585615 tst         register_default_mass.py: using MSISDN 1010
22:48:31.600418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.631466 tst         register_default_mass.py: using MSISDN 1011
22:48:31.646098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.676900 tst         register_default_mass.py: using MSISDN 1012
22:48:31.691436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.722243 tst         register_default_mass.py: using MSISDN 1013
22:48:31.736930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.767698 tst         register_default_mass.py: using MSISDN 1014
22:48:31.782307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.813119 tst         register_default_mass.py: using MSISDN 1015
22:48:31.827625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.858583 tst         register_default_mass.py: using MSISDN 1016
22:48:31.873296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.904452 tst         register_default_mass.py: using MSISDN 1017
22:48:31.919199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.949955 tst         register_default_mass.py: using MSISDN 1018
22:48:31.964446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.995620 tst         register_default_mass.py: using MSISDN 1019
22:48:32.010293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.041023 tst         register_default_mass.py: using MSISDN 1020
22:48:32.055491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.086611 tst         register_default_mass.py: using MSISDN 1021
22:48:32.101277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.132127 tst         register_default_mass.py: using MSISDN 1022
22:48:32.146778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.177656 tst         register_default_mass.py: using MSISDN 1023
22:48:32.192370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.223314 tst         register_default_mass.py: using MSISDN 1024
22:48:32.237880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.268613 tst         register_default_mass.py: using MSISDN 1025
22:48:32.283182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.314011 tst         register_default_mass.py: using MSISDN 1026
22:48:32.328554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.359324 tst         register_default_mass.py: using MSISDN 1027
22:48:32.373772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.404643 tst         register_default_mass.py: using MSISDN 1028
22:48:32.419379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.450612 tst         register_default_mass.py: using MSISDN 1029
22:48:32.465396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.496355 tst         register_default_mass.py: using MSISDN 1030
22:48:32.511056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.542164 tst         register_default_mass.py: using MSISDN 1031
22:48:32.556755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.587860 tst         register_default_mass.py: using MSISDN 1032
22:48:32.602597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.633265 tst         register_default_mass.py: using MSISDN 1033
22:48:32.647716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.678103 tst         register_default_mass.py: using MSISDN 1034
22:48:32.692574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.723362 tst         register_default_mass.py: using MSISDN 1035
22:48:32.737917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.768467 tst         register_default_mass.py: using MSISDN 1036
22:48:32.782930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.813405 tst         register_default_mass.py: using MSISDN 1037
22:48:32.827944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.858411 tst         register_default_mass.py: using MSISDN 1038
22:48:32.872713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.902895 tst         register_default_mass.py: using MSISDN 1039
22:48:32.917162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.947564 tst         register_default_mass.py: using MSISDN 1040
22:48:32.961794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.992308 tst         register_default_mass.py: using MSISDN 1041
22:48:33.006724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.036611 tst         register_default_mass.py: using MSISDN 1042
22:48:33.050802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.081395 tst         register_default_mass.py: using MSISDN 1043
22:48:33.095759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.126311 tst         register_default_mass.py: using MSISDN 1044
22:48:33.140772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.180166 tst         register_default_mass.py: using MSISDN 1045
22:48:33.197932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.229021 tst         register_default_mass.py: using MSISDN 1046
22:48:33.244016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.274531 tst         register_default_mass.py: using MSISDN 1047
22:48:33.289038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.319722 tst         register_default_mass.py: using MSISDN 1048
22:48:33.334199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.365028 tst         register_default_mass.py: using MSISDN 1049
22:48:33.379772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.410524 tst         register_default_mass.py: using MSISDN 1050
22:48:33.425100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.455627 tst         register_default_mass.py: using MSISDN 1051
22:48:33.470109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.500906 tst         register_default_mass.py: using MSISDN 1052
22:48:33.515413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.546212 tst         register_default_mass.py: using MSISDN 1053
22:48:33.560787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.591247 tst         register_default_mass.py: using MSISDN 1054
22:48:33.605619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.636515 tst         register_default_mass.py: using MSISDN 1055
22:48:33.651258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.681754 tst         register_default_mass.py: using MSISDN 1056
22:48:33.696101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.726532 tst         register_default_mass.py: using MSISDN 1057
22:48:33.740924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.771363 tst         register_default_mass.py: using MSISDN 1058
22:48:33.785941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.816740 tst         register_default_mass.py: using MSISDN 1059
22:48:33.831178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.862163 tst         register_default_mass.py: using MSISDN 1060
22:48:33.876764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.907656 tst         register_default_mass.py: using MSISDN 1061
22:48:33.922108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.952669 tst         register_default_mass.py: using MSISDN 1062
22:48:33.967224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.998186 tst         register_default_mass.py: using MSISDN 1063
22:48:34.012850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.043873 tst         register_default_mass.py: using MSISDN 1064
22:48:34.058488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.089572 tst         register_default_mass.py: using MSISDN 1065
22:48:34.104366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.135257 tst         register_default_mass.py: using MSISDN 1066
22:48:34.149802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.180639 tst         register_default_mass.py: using MSISDN 1067
22:48:34.195291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.226185 tst         register_default_mass.py: using MSISDN 1068
22:48:34.240842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.271567 tst         register_default_mass.py: using MSISDN 1069
22:48:34.285899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.316756 tst         register_default_mass.py: using MSISDN 1070
22:48:34.331394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.362295 tst         register_default_mass.py: using MSISDN 1071
22:48:34.376921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.407740 tst         register_default_mass.py: using MSISDN 1072
22:48:34.422157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.453004 tst         register_default_mass.py: using MSISDN 1073
22:48:34.467615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.498455 tst         register_default_mass.py: using MSISDN 1074
22:48:34.513092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.544086 tst         register_default_mass.py: using MSISDN 1075
22:48:34.558797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.588736 tst         register_default_mass.py: using MSISDN 1076
22:48:34.602931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.632815 tst         register_default_mass.py: using MSISDN 1077
22:48:34.646713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.676474 tst         register_default_mass.py: using MSISDN 1078
22:48:34.690509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.720466 tst         register_default_mass.py: using MSISDN 1079
22:48:34.734692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.765324 tst         register_default_mass.py: using MSISDN 1080
22:48:34.779619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.810382 tst         register_default_mass.py: using MSISDN 1081
22:48:34.824960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.855869 tst         register_default_mass.py: using MSISDN 1082
22:48:34.870678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.901482 tst         register_default_mass.py: using MSISDN 1083
22:48:34.916207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.946924 tst         register_default_mass.py: using MSISDN 1084
22:48:34.961334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.992199 tst         register_default_mass.py: using MSISDN 1085
22:48:35.006825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.036991 tst         register_default_mass.py: using MSISDN 1086
22:48:35.051285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.082083 tst         register_default_mass.py: using MSISDN 1087
22:48:35.096561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.126457 tst         register_default_mass.py: using MSISDN 1088
22:48:35.140577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.178863 tst         register_default_mass.py: using MSISDN 1089
22:48:35.196297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.226133 tst         register_default_mass.py: using MSISDN 1090
22:48:35.240500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.270126 tst         register_default_mass.py: using MSISDN 1091
22:48:35.284211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.313832 tst         register_default_mass.py: using MSISDN 1092
22:48:35.327840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.357668 tst         register_default_mass.py: using MSISDN 1093
22:48:35.371582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.401423 tst         register_default_mass.py: using MSISDN 1094
22:48:35.415389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.445172 tst         register_default_mass.py: using MSISDN 1095
22:48:35.459181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.489058 tst         register_default_mass.py: using MSISDN 1096
22:48:35.503158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.533162 tst         register_default_mass.py: using MSISDN 1097
22:48:35.547208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.576645 tst         register_default_mass.py: using MSISDN 1098
22:48:35.590433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.620040 tst         register_default_mass.py: using MSISDN 1099
22:48:35.633901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.663911 tst         register_default_mass.py: using MSISDN 1100
22:48:35.678046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.769337 run                             mass: Starting testcase
22:48:35.774929 run                             mass: Pre-launching all virtphy's
22:48:35.780386 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.793385 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:35.801779 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.814605 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:35.820604 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.833417 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:35.839586 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.852750 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:35.859011 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.872161 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.878267 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.891535 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.897592 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.910598 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.916797 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.929888 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.935983 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.948926 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.954985 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.967913 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.974038 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.987086 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.993155 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.006092 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:36.012202 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.025266 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:36.031381 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.044480 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:36.050529 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.063431 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:36.069414 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.082311 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:36.088276 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.101190 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:36.107225 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.120188 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:36.126137 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.139115 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:36.145116 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.158190 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:36.164237 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.177197 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:36.183282 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.196190 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:36.202199 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.215077 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:36.221075 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.233950 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:36.239913 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.252853 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:36.258923 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.271895 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:36.277841 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.290822 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:36.296819 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.309737 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:36.315768 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.328734 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:36.334893 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.347901 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:36.353927 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.366868 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:36.372893 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.385800 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:36.391821 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.404662 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:36.410660 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.423515 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:36.429546 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.442549 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:36.448568 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.461460 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:36.467452 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.480357 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:36.486333 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.499265 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:36.505346 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.518229 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:36.524312 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.537249 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:36.543262 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.556251 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:36.562237 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.575208 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:36.581200 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.594101 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:36.600140 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.613009 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:36.619027 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.632008 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:36.638016 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.650965 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:36.656965 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.670002 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:36.675996 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.688860 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:36.694811 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.707696 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:36.713628 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.726494 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:36.732504 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.745630 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:36.751710 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.764707 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:36.770688 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.783606 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:36.789710 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.802589 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:36.808678 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.821535 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:36.827503 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.840469 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:36.846414 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.859319 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:36.865248 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.878149 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.884128 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.897055 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.903026 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.916296 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.922414 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.935615 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.941620 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.954608 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.960609 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.973378 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.979475 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.992375 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.998457 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.011341 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:37.017367 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.030367 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:37.036322 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.049351 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:37.055341 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.068193 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:37.074133 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.087026 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:37.092977 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.105813 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:37.111761 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.124588 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:37.130589 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.143457 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:37.149406 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.162252 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:37.168279 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.181130 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:37.187075 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.199942 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:37.205908 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.218969 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:37.224997 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.238115 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:37.244179 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.257225 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:37.266055 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.279245 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:37.285310 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.298176 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:37.304248 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.317137 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:37.323190 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.336148 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:37.342222 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.355134 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:37.361151 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.374029 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:37.380012 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.392858 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:37.398908 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.411794 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:37.417762 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.430652 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:37.436662 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.449730 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:37.455740 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.468797 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:37.474854 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.487713 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:37.493874 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.506852 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:37.513011 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.525936 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:37.531894 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.544842 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:37.550799 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.563672 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:37.569649 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.582566 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:37.588596 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.601545 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:37.607530 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.620428 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:37.626426 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.639363 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:37.645334 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.658363 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:37.664449 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.677373 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:37.683558 run                             mass: Checking if sockets are in the filesystem
22:48:37.715646 run                osmo-ms-mob/00000: Starting mobile
22:48:37.728887 run       osmo-ms-mob/00000(pid=134): Launched
22:48:37.740812 run                             mass: MS start registered  {at=211056.034322078, delay=0.005728410993469879, ms=00000}
22:48:41.931860 run                osmo-ms-mob/00001: Starting mobile
22:48:41.949391 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.960202 run                             mass: MS start registered  {at=211060.253708638, delay=0.004682242986746132, ms=00001}
22:48:42.953950 run                             mass: MS performed LU  {at=211061.247342626, lu_delay=5.213020548020722, ms=00000}
22:48:43.731150 run                osmo-ms-mob/00002: Starting mobile
22:48:43.747878 run       osmo-ms-mob/00002(pid=136): Launched
22:48:43.758299 run                             mass: MS start registered  {at=211062.051807998, delay=0.004407452011946589, ms=00002}
22:48:45.030763 run                osmo-ms-mob/00003: Starting mobile
22:48:45.047845 run       osmo-ms-mob/00003(pid=137): Launched
22:48:45.058523 run                             mass: MS start registered  {at=211063.352036974, delay=0.004416975018102676, ms=00003}
22:48:46.122411 run                osmo-ms-mob/00004: Starting mobile
22:48:46.138796 run       osmo-ms-mob/00004(pid=138): Launched
22:48:46.149367 run                             mass: MS start registered  {at=211064.442879504, delay=0.004540974012343213, ms=00004}
22:48:46.720367 run                             mass: MS performed LU  {at=211065.013770518, lu_delay=4.7600618800206576, ms=00001}
22:48:47.113870 run                osmo-ms-mob/00005: Starting mobile
22:48:47.127237 run       osmo-ms-mob/00005(pid=139): Launched
22:48:47.137757 run                             mass: MS start registered  {at=211065.431268912, delay=0.004433584021171555, ms=00005}
22:48:48.022060 run                osmo-ms-mob/00006: Starting mobile
22:48:48.038529 run       osmo-ms-mob/00006(pid=140): Launched
22:48:48.049227 run                             mass: MS start registered  {at=211066.342738812, delay=0.004613744997186586, ms=00006}
22:48:48.621857 run                             mass: MS performed LU  {at=211066.91525298, lu_delay=4.8634449819801375, ms=00002}
22:48:48.922679 run                osmo-ms-mob/00007: Starting mobile
22:48:48.939021 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.949677 run                             mass: MS start registered  {at=211067.243191336, delay=0.004568372998619452, ms=00007}
22:48:49.699265 run                osmo-ms-mob/00008: Starting mobile
22:48:49.712525 run       osmo-ms-mob/00008(pid=142): Launched
22:48:49.723223 run                             mass: MS start registered  {at=211068.01673397, delay=0.004560986999422312, ms=00008}
22:48:50.426028 run                osmo-ms-mob/00009: Starting mobile
22:48:50.439358 run       osmo-ms-mob/00009(pid=143): Launched
22:48:50.449925 run                             mass: MS start registered  {at=211068.743435773, delay=0.004410955996718258, ms=00009}
22:48:50.486013 run                             mass: MS performed LU  {at=211068.779434738, lu_delay=5.427397763996851, ms=00003}
22:48:51.130936 run                osmo-ms-mob/00010: Starting mobile
22:48:51.148007 run       osmo-ms-mob/00010(pid=144): Launched
22:48:51.158701 run                             mass: MS start registered  {at=211069.452217418, delay=0.004627184011042118, ms=00010}
22:48:51.699398 run                osmo-ms-mob/00011: Starting mobile
22:48:51.712751 run       osmo-ms-mob/00011(pid=145): Launched
22:48:51.723342 run                             mass: MS start registered  {at=211070.016857314, delay=0.00455035999766551, ms=00011}
22:48:52.299766 run                osmo-ms-mob/00012: Starting mobile
22:48:52.312793 run       osmo-ms-mob/00012(pid=146): Launched
22:48:52.323679 run                             mass: MS start registered  {at=211070.617190417, delay=0.004878443985944614, ms=00012}
22:48:52.387719 run                             mass: MS performed LU  {at=211070.681122501, lu_delay=6.238242997002089, ms=00004}
22:48:52.413487 run                             mass: MS performed LU  {at=211070.706990502, lu_delay=5.275721589976456, ms=00005}
22:48:52.931798 run                osmo-ms-mob/00013: Starting mobile
22:48:52.948513 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.959290 run                             mass: MS start registered  {at=211071.252805907, delay=0.004713632981292903, ms=00013}
22:48:53.496913 run                osmo-ms-mob/00014: Starting mobile
22:48:53.510422 run       osmo-ms-mob/00014(pid=148): Launched
22:48:53.521878 run                             mass: MS start registered  {at=211071.815385175, delay=0.005097875982755795, ms=00014}
22:48:54.130613 run                osmo-ms-mob/00015: Starting mobile
22:48:54.147490 run       osmo-ms-mob/00015(pid=149): Launched
22:48:54.158909 run                             mass: MS start registered  {at=211072.452414217, delay=0.004927269008476287, ms=00015}
22:48:54.251942 run                             mass: MS performed LU  {at=211072.545365468, lu_delay=6.202626655984204, ms=00006}
22:48:54.316581 run                             mass: MS performed LU  {at=211072.60998113, lu_delay=5.366789794003125, ms=00007}
22:48:54.632517 run                osmo-ms-mob/00016: Starting mobile
22:48:54.649410 run       osmo-ms-mob/00016(pid=150): Launched
22:48:54.655557 run                             mass: MS performed LU  {at=211072.949078087, lu_delay=4.932344116998138, ms=00008}
22:48:54.661437 run                             mass: MS start registered  {at=211072.95496601, delay=0.0059074219898320735, ms=00016}
22:48:55.100397 run                osmo-ms-mob/00017: Starting mobile
22:48:55.113851 run       osmo-ms-mob/00017(pid=151): Launched
22:48:55.124953 run                             mass: MS start registered  {at=211073.418460971, delay=0.0047476850159000605, ms=00017}
22:48:55.727707 run                osmo-ms-mob/00018: Starting mobile
22:48:55.742477 run       osmo-ms-mob/00018(pid=152): Launched
22:48:55.753339 run                             mass: MS start registered  {at=211074.046855708, delay=0.004871229000855237, ms=00018}
22:48:56.121438 run                osmo-ms-mob/00019: Starting mobile
22:48:56.137327 run       osmo-ms-mob/00019(pid=153): Launched
22:48:56.148037 run                             mass: MS start registered  {at=211074.441554053, delay=0.0046850880025886, ms=00019}
22:48:56.154260 run                             mass: MS performed LU  {at=211074.447783509, lu_delay=5.704347735998454, ms=00009}
22:48:56.179599 run                             mass: MS performed LU  {at=211074.473087325, lu_delay=5.02086990699172, ms=00010}
22:48:56.287061 run                             mass: MS performed LU  {at=211074.580472743, lu_delay=4.5636154289823025, ms=00011}
22:48:56.631335 run                osmo-ms-mob/00020: Starting mobile
22:48:56.648151 run       osmo-ms-mob/00020(pid=154): Launched
22:48:56.659063 run                             mass: MS start registered  {at=211074.952577916, delay=0.004651822993764654, ms=00020}
22:48:57.099798 run                osmo-ms-mob/00021: Starting mobile
22:48:57.112925 run       osmo-ms-mob/00021(pid=155): Launched
22:48:57.124138 run                             mass: MS start registered  {at=211075.417651742, delay=0.005048782011726871, ms=00021}
22:48:57.507782 run                osmo-ms-mob/00022: Starting mobile
22:48:57.521243 run       osmo-ms-mob/00022(pid=156): Launched
22:48:57.532120 run                             mass: MS start registered  {at=211075.825634062, delay=0.004784741002367809, ms=00022}
22:48:58.038737 run                osmo-ms-mob/00023: Starting mobile
22:48:58.054781 run       osmo-ms-mob/00023(pid=157): Launched
22:48:58.060795 run                             mass: MS performed LU  {at=211076.354316131, lu_delay=5.101510224019876, ms=00013}
22:48:58.066561 run                             mass: MS start registered  {at=211076.360089815, delay=0.005791774980025366, ms=00023}
22:48:58.081256 run                             mass: MS performed LU  {at=211076.374774556, lu_delay=5.757584139006212, ms=00012}
22:48:58.387187 run                             mass: MS performed LU  {at=211076.680597008, lu_delay=4.8652118330064695, ms=00014}
22:48:58.402698 run                osmo-ms-mob/00024: Starting mobile
22:48:58.415956 run       osmo-ms-mob/00024(pid=158): Launched
22:48:58.426864 run                             mass: MS start registered  {at=211076.720381493, delay=0.004891743999905884, ms=00024}
22:48:58.911166 run                osmo-ms-mob/00025: Starting mobile
22:48:58.925430 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.936570 run                             mass: MS start registered  {at=211077.230083867, delay=0.004791520012076944, ms=00025}
22:48:59.299727 run                osmo-ms-mob/00026: Starting mobile
22:48:59.312702 run       osmo-ms-mob/00026(pid=160): Launched
22:48:59.323476 run                             mass: MS start registered  {at=211077.616992708, delay=0.004603459005011246, ms=00026}
22:48:59.699235 run                osmo-ms-mob/00027: Starting mobile
22:48:59.712482 run       osmo-ms-mob/00027(pid=161): Launched
22:48:59.723191 run                             mass: MS start registered  {at=211078.016706941, delay=0.00459354801569134, ms=00027}
22:48:59.817780 run                             mass: MS performed LU  {at=211078.11118982, lu_delay=5.658775602991227, ms=00015}
22:48:59.918607 run                             mass: MS performed LU  {at=211078.21199249, lu_delay=4.7935315189824905, ms=00017}
22:48:59.945796 run                             mass: MS performed LU  {at=211078.239234056, lu_delay=5.284268046001671, ms=00016}
22:48:59.992818 run                osmo-ms-mob/00028: Starting mobile
22:49:00.007753 run       osmo-ms-mob/00028(pid=162): Launched
22:49:00.018525 run                             mass: MS start registered  {at=211078.312042915, delay=0.00471230098628439, ms=00028}
22:49:00.529208 run                osmo-ms-mob/00029: Starting mobile
22:49:00.546064 run       osmo-ms-mob/00029(pid=163): Launched
22:49:00.556933 run                             mass: MS start registered  {at=211078.850445108, delay=0.0047330689849331975, ms=00029}
22:49:00.909744 run                osmo-ms-mob/00030: Starting mobile
22:49:00.923364 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.934587 run                             mass: MS start registered  {at=211079.228097667, delay=0.005145601986441761, ms=00030}
22:49:01.311563 run                osmo-ms-mob/00031: Starting mobile
22:49:01.325748 run       osmo-ms-mob/00031(pid=165): Launched
22:49:01.336594 run                             mass: MS start registered  {at=211079.630107984, delay=0.004687198001192883, ms=00031}
22:49:01.599711 run                osmo-ms-mob/00032: Starting mobile
22:49:01.613093 run       osmo-ms-mob/00032(pid=166): Launched
22:49:01.623785 run                             mass: MS start registered  {at=211079.917301999, delay=0.004407072992762551, ms=00032}
22:49:01.783337 run                             mass: MS performed LU  {at=211080.076743262, lu_delay=6.029887554002926, ms=00018}
22:49:01.848029 run                             mass: MS performed LU  {at=211080.141436235, lu_delay=5.699882182001602, ms=00019}
22:49:01.917436 run                             mass: MS performed LU  {at=211080.21086806, lu_delay=5.258290144003695, ms=00020}
22:49:01.933337 run                osmo-ms-mob/00033: Starting mobile
22:49:01.946843 run       osmo-ms-mob/00033(pid=167): Launched
22:49:01.953156 run                             mass: MS performed LU  {at=211080.246676433, lu_delay=4.829024690989172, ms=00021}
22:49:01.959054 run                             mass: MS start registered  {at=211080.252582238, delay=0.005924305994994938, ms=00033}
22:49:02.422293 run                osmo-ms-mob/00034: Starting mobile
22:49:02.438416 run       osmo-ms-mob/00034(pid=168): Launched
22:49:02.449517 run                             mass: MS start registered  {at=211080.743031905, delay=0.004758135008160025, ms=00034}
22:49:02.712990 run                osmo-ms-mob/00035: Starting mobile
22:49:02.729118 run       osmo-ms-mob/00035(pid=169): Launched
22:49:02.739893 run                             mass: MS start registered  {at=211081.033409141, delay=0.004709781002020463, ms=00035}
22:49:03.100395 run                osmo-ms-mob/00036: Starting mobile
22:49:03.114070 run       osmo-ms-mob/00036(pid=170): Launched
22:49:03.125355 run                             mass: MS start registered  {at=211081.418868144, delay=0.004877549014054239, ms=00036}
22:49:03.500564 run                osmo-ms-mob/00037: Starting mobile
22:49:03.513686 run       osmo-ms-mob/00037(pid=171): Launched
22:49:03.524321 run                             mass: MS start registered  {at=211081.81783636, delay=0.004461939999600872, ms=00037}
22:49:03.583176 run                             mass: MS performed LU  {at=211081.876588493, lu_delay=4.646504625998205, ms=00025}
22:49:03.685220 run                             mass: MS performed LU  {at=211081.97863325, lu_delay=6.152999187994283, ms=00022}
22:49:03.714072 run                osmo-ms-mob/00038: Starting mobile
22:49:03.727162 run       osmo-ms-mob/00038(pid=172): Launched
22:49:03.733258 run                             mass: MS performed LU  {at=211082.026780788, lu_delay=5.306399294990115, ms=00024}
22:49:03.739182 run                             mass: MS start registered  {at=211082.032710003, delay=0.005946972989477217, ms=00038}
22:49:03.856401 run                             mass: MS performed LU  {at=211082.149811451, lu_delay=5.789721636014292, ms=00023}
22:49:03.885840 run                osmo-ms-mob/00039: Starting mobile
22:49:03.898984 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.909606 run                             mass: MS start registered  {at=211082.203121994, delay=0.0045679880131501704, ms=00039}
22:49:04.524690 run                osmo-ms-mob/00040: Starting mobile
22:49:04.541095 run       osmo-ms-mob/00040(pid=174): Launched
22:49:04.554100 run                             mass: MS start registered  {at=211082.847612488, delay=0.006547016993863508, ms=00040}
22:49:04.800430 run                osmo-ms-mob/00041: Starting mobile
22:49:04.813628 run       osmo-ms-mob/00041(pid=175): Launched
22:49:04.824498 run                             mass: MS start registered  {at=211083.118012778, delay=0.004596957995090634, ms=00041}
22:49:05.100133 run                osmo-ms-mob/00042: Starting mobile
22:49:05.113579 run       osmo-ms-mob/00042(pid=176): Launched
22:49:05.124451 run                             mass: MS start registered  {at=211083.417967149, delay=0.0046545630029868335, ms=00042}
22:49:05.523569 run                osmo-ms-mob/00043: Starting mobile
22:49:05.539311 run       osmo-ms-mob/00043(pid=177): Launched
22:49:05.547919 run                             mass: MS performed LU  {at=211083.841431854, lu_delay=4.613334187015425, ms=00030}
22:49:05.553831 run                             mass: MS start registered  {at=211083.847359201, delay=0.008408992987824604, ms=00043}
22:49:05.613959 run                             mass: MS performed LU  {at=211083.907371768, lu_delay=5.056926660006866, ms=00029}
22:49:05.628135 run                osmo-ms-mob/00044: Starting mobile
22:49:05.641121 run       osmo-ms-mob/00044(pid=178): Launched
22:49:05.651776 run                             mass: MS start registered  {at=211083.945293072, delay=0.004588576004607603, ms=00044}
22:49:05.683040 run                             mass: MS performed LU  {at=211083.976453442, lu_delay=5.66441052700975, ms=00028}
22:49:05.719650 run                             mass: MS performed LU  {at=211084.013082509, lu_delay=6.396089800982736, ms=00026}
22:49:05.738653 run                osmo-ms-mob/00045: Starting mobile
22:49:05.751829 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.758323 run                             mass: MS performed LU  {at=211084.051843963, lu_delay=6.035137022001436, ms=00027}
22:49:05.764362 run                             mass: MS start registered  {at=211084.057889415, delay=0.006062023021513596, ms=00045}
22:49:06.426215 run                osmo-ms-mob/00046: Starting mobile
22:49:06.444141 run       osmo-ms-mob/00046(pid=180): Launched
22:49:06.454886 run                             mass: MS start registered  {at=211084.74840015, delay=0.004658307007048279, ms=00046}
22:49:06.718939 run                osmo-ms-mob/00047: Starting mobile
22:49:06.734241 run       osmo-ms-mob/00047(pid=181): Launched
22:49:06.745357 run                             mass: MS start registered  {at=211085.038869397, delay=0.0050168579909950495, ms=00047}
22:49:06.999884 run                osmo-ms-mob/00048: Starting mobile
22:49:07.013556 run       osmo-ms-mob/00048(pid=182): Launched
22:49:07.024610 run                             mass: MS start registered  {at=211085.318125499, delay=0.004662802995881066, ms=00048}
22:49:07.322600 run                osmo-ms-mob/00049: Starting mobile
22:49:07.339418 run       osmo-ms-mob/00049(pid=183): Launched
22:49:07.347816 run                             mass: MS performed LU  {at=211085.641329781, lu_delay=5.388747543009231, ms=00033}
22:49:07.353857 run                             mass: MS start registered  {at=211085.647385936, delay=0.008385638997424394, ms=00049}
22:49:07.450214 run                             mass: MS performed LU  {at=211085.743625474, lu_delay=5.000593568984186, ms=00034}
22:49:07.464273 run                osmo-ms-mob/00050: Starting mobile
22:49:07.477525 run       osmo-ms-mob/00050(pid=184): Launched
22:49:07.483617 run                             mass: MS performed LU  {at=211085.777141374, lu_delay=4.743732233007904, ms=00035}
22:49:07.489456 run                             mass: MS start registered  {at=211085.782985678, delay=0.00586126500274986, ms=00050}
22:49:07.621360 run                             mass: MS performed LU  {at=211085.914771044, lu_delay=6.28466305998154, ms=00031}
22:49:07.657157 run                             mass: MS performed LU  {at=211085.950617575, lu_delay=6.033315576001769, ms=00032}
22:49:07.673760 run                osmo-ms-mob/00051: Starting mobile
22:49:07.687124 run       osmo-ms-mob/00051(pid=185): Launched
22:49:07.697858 run                             mass: MS start registered  {at=211085.991371965, delay=0.004641010018531233, ms=00051}
22:49:08.312200 run                osmo-ms-mob/00052: Starting mobile
22:49:08.326114 run       osmo-ms-mob/00052(pid=186): Launched
22:49:08.337120 run                             mass: MS start registered  {at=211086.630633657, delay=0.004797613015398383, ms=00052}
22:49:08.615124 run                osmo-ms-mob/00053: Starting mobile
22:49:08.629405 run       osmo-ms-mob/00053(pid=187): Launched
22:49:08.640214 run                             mass: MS start registered  {at=211086.933730322, delay=0.004607691982528195, ms=00053}
22:49:08.899147 run                osmo-ms-mob/00054: Starting mobile
22:49:08.912826 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.923795 run                             mass: MS start registered  {at=211087.217311869, delay=0.004761043994221836, ms=00054}
22:49:09.199656 run                osmo-ms-mob/00055: Starting mobile
22:49:09.213315 run       osmo-ms-mob/00055(pid=189): Launched
22:49:09.224743 run                             mass: MS start registered  {at=211087.518248463, delay=0.005153837002580985, ms=00055}
22:49:09.315438 run                             mass: MS performed LU  {at=211087.608852855, lu_delay=5.405730860977201, ms=00039}
22:49:09.379242 run                             mass: MS performed LU  {at=211087.672677119, lu_delay=4.825064631004352, ms=00040}
22:49:09.393597 run                osmo-ms-mob/00056: Starting mobile
22:49:09.406780 run       osmo-ms-mob/00056(pid=190): Launched
22:49:09.417493 run                             mass: MS start registered  {at=211087.711010519, delay=0.004441491008037701, ms=00056}
22:49:09.448666 run                             mass: MS performed LU  {at=211087.742141489, lu_delay=5.924305129010463, ms=00037}
22:49:09.485755 run                             mass: MS performed LU  {at=211087.77917829, lu_delay=6.360310145973926, ms=00036}
22:49:09.506736 run                osmo-ms-mob/00057: Starting mobile
22:49:09.519861 run       osmo-ms-mob/00057(pid=191): Launched
22:49:09.530928 run                             mass: MS start registered  {at=211087.824439584, delay=0.004380857979413122, ms=00057}
22:49:09.794691 run                             mass: MS performed LU  {at=211088.088108941, lu_delay=4.970096163015114, ms=00041}
22:49:10.213876 run                osmo-ms-mob/00058: Starting mobile
22:49:10.227957 run       osmo-ms-mob/00058(pid=192): Launched
22:49:10.238978 run                             mass: MS start registered  {at=211088.53249307, delay=0.0048067170137073845, ms=00058}
22:49:10.511449 run                osmo-ms-mob/00059: Starting mobile
22:49:10.525222 run       osmo-ms-mob/00059(pid=193): Launched
22:49:10.536891 run                             mass: MS start registered  {at=211088.830402022, delay=0.005419499007984996, ms=00059}
22:49:10.799264 run                osmo-ms-mob/00060: Starting mobile
22:49:10.812376 run       osmo-ms-mob/00060(pid=194): Launched
22:49:10.822989 run                             mass: MS start registered  {at=211089.116502642, delay=0.004550066980300471, ms=00060}
22:49:11.114302 run                             mass: MS performed LU  {at=211089.407716522, lu_delay=5.989749372994993, ms=00042}
22:49:11.177091 run                osmo-ms-mob/00061: Starting mobile
22:49:11.192445 run       osmo-ms-mob/00061(pid=195): Launched
22:49:11.203237 run                             mass: MS start registered  {at=211089.496750801, delay=0.004688295972300693, ms=00061}
22:49:11.215126 run                             mass: MS performed LU  {at=211089.50864406, lu_delay=4.760243909986457, ms=00046}
22:49:11.243464 run                             mass: MS performed LU  {at=211089.536949042, lu_delay=5.479059626988601, ms=00045}
22:49:11.259265 run                osmo-ms-mob/00062: Starting mobile
22:49:11.272501 run       osmo-ms-mob/00062(pid=196): Launched
22:49:11.283204 run                             mass: MS start registered  {at=211089.576719043, delay=0.0045301049831323326, ms=00062}
22:49:11.388174 run                             mass: MS performed LU  {at=211089.681586204, lu_delay=5.83422700301162, ms=00043}
22:49:11.422895 run                             mass: MS performed LU  {at=211089.716333613, lu_delay=5.771040541003458, ms=00044}
22:49:11.439009 run                osmo-ms-mob/00063: Starting mobile
22:49:11.452327 run       osmo-ms-mob/00063(pid=197): Launched
22:49:11.459161 run                             mass: MS performed LU  {at=211089.75267504, lu_delay=4.713805643026717, ms=00047}
22:49:11.465166 run                             mass: MS start registered  {at=211089.758694345, delay=0.006631917989579961, ms=00063}
22:49:12.212115 run                osmo-ms-mob/00064: Starting mobile
22:49:12.228657 run       osmo-ms-mob/00064(pid=198): Launched
22:49:12.241071 run                             mass: MS start registered  {at=211090.534582539, delay=0.004768687998875976, ms=00064}
22:49:12.498988 run                             mass: MS performed LU  {at=211090.792402192, lu_delay=3.8586718699953053, ms=00053}
22:49:12.529025 run                osmo-ms-mob/00065: Starting mobile
22:49:12.542285 run       osmo-ms-mob/00065(pid=199): Launched
22:49:12.553190 run                             mass: MS start registered  {at=211090.84670554, delay=0.004770053987158462, ms=00065}
22:49:12.913489 run                osmo-ms-mob/00066: Starting mobile
22:49:12.927418 run       osmo-ms-mob/00066(pid=200): Launched
22:49:12.938255 run                             mass: MS start registered  {at=211091.231769822, delay=0.0047835870063863695, ms=00066}
22:49:13.081405 run                             mass: MS performed LU  {at=211091.374816671, lu_delay=5.38344470600714, ms=00051}
22:49:13.144977 run                             mass: MS performed LU  {at=211091.438411975, lu_delay=5.655426296987571, ms=00050}
22:49:13.214246 run                             mass: MS performed LU  {at=211091.507681372, lu_delay=5.860295435995795, ms=00049}
22:49:13.260311 run                osmo-ms-mob/00067: Starting mobile
22:49:13.274828 run       osmo-ms-mob/00067(pid=201): Launched
22:49:13.281115 run                             mass: MS performed LU  {at=211091.574635361, lu_delay=6.2565098619961645, ms=00048}
22:49:13.287249 run                             mass: MS start registered  {at=211091.580774816, delay=0.006158291973406449, ms=00067}
22:49:13.325079 run                             mass: MS performed LU  {at=211091.618506745, lu_delay=4.987873087986372, ms=00052}
22:49:13.341559 run                osmo-ms-mob/00068: Starting mobile
22:49:13.354701 run       osmo-ms-mob/00068(pid=202): Launched
22:49:13.365504 run                             mass: MS start registered  {at=211091.659018841, delay=0.004608304996509105, ms=00068}
22:49:14.012870 run                osmo-ms-mob/00069: Starting mobile
22:49:14.027015 run       osmo-ms-mob/00069(pid=203): Launched
22:49:14.037939 run                             mass: MS start registered  {at=211092.331453575, delay=0.004558668995741755, ms=00069}
22:49:14.407380 run                osmo-ms-mob/00070: Starting mobile
22:49:14.421003 run       osmo-ms-mob/00070(pid=204): Launched
22:49:14.431861 run                             mass: MS start registered  {at=211092.725374801, delay=0.004688020999310538, ms=00070}
22:49:14.799553 run                osmo-ms-mob/00071: Starting mobile
22:49:14.812572 run       osmo-ms-mob/00071(pid=205): Launched
22:49:14.823157 run                             mass: MS start registered  {at=211093.116670653, delay=0.004556441999739036, ms=00071}
22:49:14.880243 run                             mass: MS performed LU  {at=211093.173661944, lu_delay=5.655413480999414, ms=00055}
22:49:14.918599 run                             mass: MS performed LU  {at=211093.212031081, lu_delay=4.6795380109979305, ms=00058}
22:49:15.009075 run                             mass: MS performed LU  {at=211093.302497713, lu_delay=5.4780581290251575, ms=00057}
22:49:15.037203 run                osmo-ms-mob/00072: Starting mobile
22:49:15.050287 run       osmo-ms-mob/00072(pid=206): Launched
22:49:15.061580 run                             mass: MS start registered  {at=211093.355094666, delay=0.0049473240214865655, ms=00072}
22:49:15.190033 run                             mass: MS performed LU  {at=211093.483445506, lu_delay=6.26613363699289, ms=00054}
22:49:15.226056 run                             mass: MS performed LU  {at=211093.519491707, lu_delay=4.689089685009094, ms=00059}
22:49:15.638676 run                osmo-ms-mob/00073: Starting mobile
22:49:15.655917 run       osmo-ms-mob/00073(pid=207): Launched
22:49:15.666888 run                             mass: MS start registered  {at=211093.960401151, delay=0.004625820001820102, ms=00073}
22:49:15.904372 run                             mass: MS performed LU  {at=211094.197762078, lu_delay=6.486751558986725, ms=00056}
22:49:15.940885 run                osmo-ms-mob/00074: Starting mobile
22:49:15.959413 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.970508 run                             mass: MS start registered  {at=211094.264020469, delay=0.004967476997990161, ms=00074}
22:49:16.413421 run                osmo-ms-mob/00075: Starting mobile
22:49:16.427229 run       osmo-ms-mob/00075(pid=209): Launched
22:49:16.437949 run                             mass: MS start registered  {at=211094.731463034, delay=0.0046944030036684126, ms=00075}
22:49:16.744604 run                             mass: MS performed LU  {at=211095.038014102, lu_delay=5.4612950590089895, ms=00062}
22:49:16.819467 run                             mass: MS performed LU  {at=211095.112881041, lu_delay=5.354186696000397, ms=00063}
22:49:16.847415 run                osmo-ms-mob/00076: Starting mobile
22:49:16.860793 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.871601 run                             mass: MS start registered  {at=211095.165118768, delay=0.004692649003118277, ms=00076}
22:49:17.091206 run                             mass: MS performed LU  {at=211095.384599323, lu_delay=6.2680966810148675, ms=00060}
22:49:17.329127 run                osmo-ms-mob/00077: Starting mobile
22:49:17.344268 run       osmo-ms-mob/00077(pid=211): Launched
22:49:17.355113 run                             mass: MS start registered  {at=211095.648629523, delay=0.004805795993888751, ms=00077}
22:49:17.812924 run                osmo-ms-mob/00078: Starting mobile
22:49:17.827043 run       osmo-ms-mob/00078(pid=212): Launched
22:49:17.833222 run                             mass: MS performed LU  {at=211096.126742951, lu_delay=5.592160411993973, ms=00064}
22:49:17.839359 run                             mass: MS start registered  {at=211096.132886515, delay=0.006162392994156107, ms=00078}
22:49:17.898660 run                             mass: MS performed LU  {at=211096.192087852, lu_delay=3.8606342769926414, ms=00069}
22:49:18.228193 run                osmo-ms-mob/00079: Starting mobile
22:49:18.243878 run       osmo-ms-mob/00079(pid=213): Launched
22:49:18.254891 run                             mass: MS start registered  {at=211096.548401387, delay=0.004664069012505934, ms=00079}
22:49:18.684489 run                             mass: MS performed LU  {at=211096.977896847, lu_delay=6.131191307009431, ms=00065}
22:49:18.713732 run                osmo-ms-mob/00080: Starting mobile
22:49:18.727194 run       osmo-ms-mob/00080(pid=214): Launched
22:49:18.733518 run                             mass: MS performed LU  {at=211097.027037565, lu_delay=5.446262749028392, ms=00067}
22:49:18.739595 run                             mass: MS start registered  {at=211097.033121118, delay=0.0061029740027152, ms=00080}
22:49:18.755325 run                             mass: MS performed LU  {at=211097.048840192, lu_delay=5.389821351011051, ms=00068}
22:49:19.230494 run                osmo-ms-mob/00081: Starting mobile
22:49:19.245924 run       osmo-ms-mob/00081(pid=215): Launched
22:49:19.257039 run                             mass: MS start registered  {at=211097.550546538, delay=0.005010505992686376, ms=00081}
22:49:19.612624 run                osmo-ms-mob/00082: Starting mobile
22:49:19.627303 run       osmo-ms-mob/00082(pid=216): Launched
22:49:19.638591 run                             mass: MS start registered  {at=211097.932095875, delay=0.005198453989578411, ms=00082}
22:49:19.670187 run                             mass: MS performed LU  {at=211097.963569269, lu_delay=6.731799446977675, ms=00066}
22:49:19.759074 run                             mass: MS performed LU  {at=211098.052394444, lu_delay=4.935723791015334, ms=00071}
22:49:19.837611 run                             mass: MS performed LU  {at=211098.131026366, lu_delay=5.4056515650008805, ms=00070}
22:49:20.241009 run                osmo-ms-mob/00083: Starting mobile
22:49:20.257239 run       osmo-ms-mob/00083(pid=217): Launched
22:49:20.268158 run                             mass: MS start registered  {at=211098.56167286, delay=0.004906424001092091, ms=00083}
22:49:20.510699 run                             mass: MS performed LU  {at=211098.804113156, lu_delay=4.540092686977005, ms=00074}
22:49:20.585004 run                             mass: MS performed LU  {at=211098.878392356, lu_delay=4.917991205002181, ms=00073}
22:49:20.628053 run                osmo-ms-mob/00084: Starting mobile
22:49:20.641953 run       osmo-ms-mob/00084(pid=218): Launched
22:49:20.647971 run                             mass: MS performed LU  {at=211098.941491136, lu_delay=5.586396469996544, ms=00072}
22:49:20.653768 run                             mass: MS start registered  {at=211098.947296489, delay=0.005826301989145577, ms=00084}
22:49:21.245414 run                osmo-ms-mob/00085: Starting mobile
22:49:21.271776 run       osmo-ms-mob/00085(pid=219): Launched
22:49:21.284273 run                             mass: MS start registered  {at=211099.577784418, delay=0.006025685026543215, ms=00085}
22:49:21.812767 run                osmo-ms-mob/00086: Starting mobile
22:49:21.826763 run       osmo-ms-mob/00086(pid=220): Launched
22:49:21.837740 run                             mass: MS start registered  {at=211100.131253215, delay=0.004916235979180783, ms=00086}
22:49:22.429978 run                osmo-ms-mob/00087: Starting mobile
22:49:22.446638 run       osmo-ms-mob/00087(pid=221): Launched
22:49:22.457933 run                             mass: MS start registered  {at=211100.751444393, delay=0.004917190002743155, ms=00087}
22:49:22.494626 run                             mass: MS performed LU  {at=211100.788031466, lu_delay=4.655144951015245, ms=00078}
22:49:22.512080 run                             mass: MS performed LU  {at=211100.805590672, lu_delay=5.156961149012204, ms=00077}
22:49:22.541717 run                             mass: MS performed LU  {at=211100.835143045, lu_delay=6.1036800110014156, ms=00075}
22:49:22.685849 run                             mass: MS performed LU  {at=211100.979239154, lu_delay=5.8141203859995585, ms=00076}
22:49:23.036012 run                osmo-ms-mob/00088: Starting mobile
22:49:23.051906 run       osmo-ms-mob/00088(pid=222): Launched
22:49:23.062801 run                             mass: MS start registered  {at=211101.356313493, delay=0.00485165897407569, ms=00088}
22:49:23.601005 run                osmo-ms-mob/00089: Starting mobile
22:49:23.614418 run       osmo-ms-mob/00089(pid=223): Launched
22:49:23.625567 run                             mass: MS start registered  {at=211101.919068534, delay=0.0051306790264789015, ms=00089}
22:49:24.231415 run                osmo-ms-mob/00090: Starting mobile
22:49:24.248152 run       osmo-ms-mob/00090(pid=224): Launched
22:49:24.258904 run                             mass: MS start registered  {at=211102.552420589, delay=0.004655284981708974, ms=00090}
22:49:24.275223 run                             mass: MS performed LU  {at=211102.568736076, lu_delay=5.018189538008301, ms=00081}
22:49:24.313020 run                             mass: MS performed LU  {at=211102.606438592, lu_delay=6.058037204988068, ms=00079}
22:49:24.442908 run                             mass: MS performed LU  {at=211102.736318071, lu_delay=4.804222195991315, ms=00082}
22:49:24.586945 run                             mass: MS performed LU  {at=211102.880354872, lu_delay=5.8472337540006265, ms=00080}
22:49:24.923121 run                osmo-ms-mob/00091: Starting mobile
22:49:24.939371 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.950547 run                             mass: MS start registered  {at=211103.244061563, delay=0.004596432001562789, ms=00091}
22:49:25.599703 run                osmo-ms-mob/00092: Starting mobile
22:49:25.613028 run       osmo-ms-mob/00092(pid=226): Launched
22:49:25.624153 run                             mass: MS start registered  {at=211103.9176681, delay=0.004836920998059213, ms=00092}
22:49:26.260701 run                             mass: MS performed LU  {at=211104.554075202, lu_delay=5.992402342002606, ms=00083}
22:49:26.278272 run                             mass: MS performed LU  {at=211104.571746267, lu_delay=5.6244497779989615, ms=00084}
22:49:26.319287 run                osmo-ms-mob/00093: Starting mobile
22:49:26.334275 run       osmo-ms-mob/00093(pid=227): Launched
22:49:26.340383 run                             mass: MS performed LU  {at=211104.633906081, lu_delay=5.056121662986698, ms=00085}
22:49:26.346245 run                             mass: MS start registered  {at=211104.639773821, delay=0.005883928999537602, ms=00093}
22:49:26.413228 run                             mass: MS performed LU  {at=211104.706638858, lu_delay=22.67392885501613, ms=00038}
22:49:26.450535 run                             mass: MS performed LU  {at=211104.743890395, lu_delay=4.612637180020101, ms=00086}
22:49:27.310612 run                osmo-ms-mob/00094: Starting mobile
22:49:27.324120 run       osmo-ms-mob/00094(pid=228): Launched
22:49:27.335058 run                             mass: MS start registered  {at=211105.628572019, delay=0.004829752986552194, ms=00094}
22:49:28.042332 run                             mass: MS performed LU  {at=211106.335741758, lu_delay=5.584297364985105, ms=00087}
22:49:28.231561 run                osmo-ms-mob/00095: Starting mobile
22:49:28.248298 run       osmo-ms-mob/00095(pid=229): Launched
22:49:28.254418 run                             mass: MS performed LU  {at=211106.547939915, lu_delay=5.191626422019908, ms=00088}
22:49:28.260375 run                             mass: MS start registered  {at=211106.553903448, delay=0.005980640999041498, ms=00095}
22:49:28.549830 run                             mass: MS performed LU  {at=211106.843239034, lu_delay=4.924170499987667, ms=00089}
22:49:29.211984 run                osmo-ms-mob/00096: Starting mobile
22:49:29.226097 run       osmo-ms-mob/00096(pid=230): Launched
22:49:29.237506 run                             mass: MS start registered  {at=211107.531021319, delay=0.004956812015734613, ms=00096}
22:49:30.027087 run                             mass: MS performed LU  {at=211108.320459069, lu_delay=5.768038479989627, ms=00090}
22:49:30.053630 run                             mass: MS performed LU  {at=211108.347154524, lu_delay=5.103092961013317, ms=00091}
22:49:30.354148 run                osmo-ms-mob/00097: Starting mobile
22:49:30.370865 run       osmo-ms-mob/00097(pid=231): Launched
22:49:30.376896 run                             mass: MS performed LU  {at=211108.670417984, lu_delay=4.752749883977231, ms=00092}
22:49:30.382750 run                             mass: MS start registered  {at=211108.676278309, delay=0.0058783919957932085, ms=00097}
22:49:31.644214 run                osmo-ms-mob/00098: Starting mobile
22:49:31.664950 run       osmo-ms-mob/00098(pid=232): Launched
22:49:31.675733 run                             mass: MS start registered  {at=211109.969249511, delay=0.004702929989434779, ms=00098}
22:49:31.808032 run                             mass: MS performed LU  {at=211110.101439994, lu_delay=4.472867975011468, ms=00094}
22:49:31.974833 run                             mass: MS performed LU  {at=211110.268242549, lu_delay=5.628468728013104, ms=00093}
22:49:33.435557 run                osmo-ms-mob/00099: Starting mobile
22:49:33.452954 run       osmo-ms-mob/00099(pid=233): Launched
22:49:33.459012 run                             mass: All started... {duration=55.76982064501499, too_slow=0}
22:49:33.465079 run                             mass: MS start registered  {at=211111.758599814, delay=0.006058669008780271, ms=00099}
22:49:33.792659 run                             mass: MS performed LU  {at=211112.086028422, lu_delay=5.532124974008184, ms=00095}
22:49:33.810592 run                             mass: MS performed LU  {at=211112.104020629, lu_delay=22.607269828004064, ms=00061}
22:49:34.073842 run                             mass: MS performed LU  {at=211112.367251566, lu_delay=4.8362302469904535, ms=00096}
22:49:35.740924 run                             mass: MS performed LU  {at=211114.034334348, lu_delay=5.358056038996438, ms=00097}
22:49:37.559309 run                             mass: MS performed LU  {at=211115.852718507, lu_delay=5.883468996005831, ms=00098}
22:49:39.460676 run                             mass: MS performed LU  {at=211117.754087112, lu_delay=5.995487298001535, ms=00099}
22:49:39.471543 run                             mass: Tests done {all_completed=True, max=22.67392885501613, min=3.8586718699953053}
22:49:39.476965 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.482368 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:39.485636 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:39.488863 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:39.492124 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:39.495333 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.498623 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:39.501927 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.505247 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:39.508560 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.511825 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:39.515067 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.518323 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:39.521599 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:39.524897 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:39.528229 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:39.532067 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:39.535546 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:39.538951 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:39.542306 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:39.545625 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:39.548933 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:39.552298 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:39.555636 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:39.559449 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:39.562795 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:39.566105 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:39.569422 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:39.572756 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:39.576083 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:39.579412 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:39.582864 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:39.586341 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:39.589673 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:39.592981 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:39.596871 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:39.600200 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:39.603717 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:39.607048 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:39.610377 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:39.613712 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:39.617037 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:39.620329 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:39.623654 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:39.626962 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:39.630508 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:39.633820 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:39.637158 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:39.640499 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:39.643848 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:39.647195 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:39.650704 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:39.654001 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:39.657302 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:39.660649 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:39.663997 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:39.667329 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:39.670642 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:39.673938 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:39.677275 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:39.681166 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:39.684486 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:39.687812 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:39.691638 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:39.695260 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:39.698960 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:39.702517 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:39.706571 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:39.709884 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:39.713175 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:39.716493 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:39.719823 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:39.723165 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:39.726490 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:39.729809 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:39.733136 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:39.736454 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:39.740061 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:39.743561 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:39.747209 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:39.750504 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:39.753808 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:39.757165 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:39.760477 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:39.764378 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:39.767722 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:39.771050 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:39.774398 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:39.777748 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:39.781370 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:39.784874 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:39.788494 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:39.792010 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:39.795358 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:39.798878 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:39.802272 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:39.806041 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:39.809350 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:39.812678 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:39.815992 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:39.819936 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:39.823494 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:39.827068 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:39.830391 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:39.833741 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:39.837033 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:39.840345 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:39.843730 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:39.847024 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:39.850321 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:39.853667 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:39.856981 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:39.860288 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:39.863621 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:39.866923 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:39.870243 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:39.873526 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:39.876780 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:39.880012 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:39.883247 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:39.886495 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:39.889728 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:39.892969 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:39.896204 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:39.899431 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:39.902663 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:39.905884 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:39.909129 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:39.912363 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:39.915605 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:39.918830 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:39.922057 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:39.925294 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:39.928518 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:39.931771 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:39.935004 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:39.938243 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:39.941486 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:39.944717 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:39.947946 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:39.951178 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:39.954399 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:39.957638 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:39.960869 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:39.964097 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:39.967327 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:39.970568 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:39.973792 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:39.977010 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:39.980244 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:39.983488 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:39.986718 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:39.989959 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:39.993192 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:39.996431 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:39.999653 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:40.002871 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:40.006099 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:40.009332 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:40.012563 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:40.015921 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:40.019149 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:40.022373 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:40.025609 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:40.028841 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:40.032075 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:40.035294 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:40.038531 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:40.041767 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:40.044991 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:40.048212 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:40.051444 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:40.054683 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:40.057913 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:40.061152 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:40.064375 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:40.067608 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:40.070837 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:40.074050 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:40.077265 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:40.080491 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:40.083722 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:40.086944 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:40.090168 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:40.093387 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:40.096611 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:40.099844 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:40.103058 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:40.106280 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:40.109507 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:40.112735 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:40.115967 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:40.119183 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:40.122392 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:40.125617 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:40.128843 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:40.132064 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:40.135286 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:40.138520 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:40.141740 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:40.144981 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:40.148214 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:40.151444 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:40.154680 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:40.157920 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:40.161144 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:40.164365 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:40.167601 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:40.170805 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:40.174067 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:40.177494 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:40.180843 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:40.184150 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:40.187439 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:40.190744 ---      ParallelTerminationStrategy: PID 21 died...
22:49:40.192248 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:40.195904 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.197388 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:40.201014 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.202459 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:40.206056 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.207518 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:40.211095 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.212535 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:40.216146 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.217600 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:40.221173 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.222624 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:40.226193 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.227641 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:40.231230 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.232678 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:40.236250 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.237709 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:40.241384 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.242848 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:40.246441 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.247910 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:40.251504 ---      ParallelTerminationStrategy: PID 34 died...
22:49:40.252972 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:40.256588 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.258031 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:40.261623 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.263085 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:40.266684 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.268134 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:40.271730 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.273190 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:40.276766 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.278212 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:40.281818 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.283278 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:40.286860 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.288309 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:40.291879 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.293320 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:40.296879 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.298328 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:40.301900 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.303378 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:40.306955 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.308409 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:40.311963 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.313402 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:40.316972 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.318408 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:40.321983 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.323426 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:40.326997 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.328433 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:40.331991 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.333433 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:40.337020 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.338468 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:40.342048 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.343492 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:40.347062 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.348502 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:40.352069 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.353508 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:40.357074 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.358521 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:40.362081 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.363529 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:40.367087 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.368530 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:40.372086 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.373526 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:40.377103 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.378564 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:40.382122 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.383565 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:40.387127 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.388563 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:40.392131 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.393567 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:40.397113 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.398564 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:40.402138 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.403579 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:40.407152 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.408593 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:40.412164 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.413607 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:40.417177 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.418625 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:40.422186 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.423633 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:40.427198 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.428648 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:40.432224 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.433673 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:40.437252 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.438692 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:40.442257 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.443700 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:40.447264 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.448705 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:40.452290 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.453735 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:40.457304 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.458757 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:40.462314 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.463763 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:40.467326 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.468764 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:40.472335 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.473783 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:40.477352 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.478799 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:40.482356 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.483815 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:40.487379 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.488815 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:40.492410 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.493848 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:40.497422 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.498872 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:40.502426 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.503902 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:40.507484 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.508931 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:40.512496 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.513942 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:40.517527 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.518996 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:40.522569 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.524011 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:40.527608 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.529050 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:40.532640 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.534087 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:40.537707 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.539187 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:40.542825 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.544302 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:40.547920 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.549366 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:40.552941 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.554394 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:40.557961 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.559417 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:40.562985 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.564437 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:40.568017 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.569467 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:40.573031 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.574465 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:40.578037 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.579507 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:40.583090 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.584533 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:40.588103 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.589556 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:40.593158 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.594604 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:40.598177 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.599641 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:40.603213 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.604646 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:40.608208 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.609652 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:40.613209 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.614661 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:40.618215 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.619660 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:40.623233 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.624678 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:40.628254 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.629690 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:40.633264 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.634720 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:40.638279 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.639739 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:40.643309 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.644763 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:40.648342 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.649794 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:40.653374 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.654833 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:40.658393 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.659846 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:40.663420 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.664852 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:40.668427 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.669880 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:40.673461 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.674911 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:40.678478 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.679927 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:40.683507 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.684942 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:40.688521 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.689969 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:40.693547 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.695000 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:40.698559 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.700006 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:40.703565 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.705008 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:40.708575 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.710016 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:40.713586 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.715048 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:40.718597 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.720040 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:40.723628 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.725070 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:40.728637 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.730076 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:40.733659 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.735101 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:40.738672 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.740123 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:40.743693 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.745133 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:40.748706 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.750149 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:40.753728 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.755179 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:40.758791 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.760233 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:40.763833 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.765287 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:40.768892 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.770334 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:40.773939 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.775405 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:40.778997 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.780437 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:40.784054 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.785485 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:40.789071 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.790522 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:40.794114 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.795556 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:40.799143 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.800591 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:40.804182 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.805625 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:40.809199 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.810654 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:40.814234 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.815690 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:40.819280 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.820716 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:40.824330 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.825776 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:40.829365 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.830818 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:40.834417 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.835866 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:40.839471 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.840921 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:40.844510 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.845957 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:40.849584 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.851041 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:40.854651 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.856112 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:40.859790 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.861258 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:40.864932 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.866404 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:40.870056 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.871539 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:40.875189 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.876659 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:40.880341 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.881815 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:40.885478 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.886953 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:40.890606 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.892080 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:40.895728 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.897200 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:40.900877 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.902348 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:40.906001 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.907485 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:40.911150 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.912621 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:40.916290 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.917760 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:40.921412 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.922895 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:40.926553 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.928018 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:40.931686 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.933152 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:40.936817 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.938291 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:40.941971 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.943439 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:40.947106 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.948584 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:40.952236 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.953719 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:40.957397 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.958882 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:40.962576 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.964063 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:40.967731 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.969195 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:40.972864 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.974333 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:40.978002 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.979499 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:40.983175 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.984639 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:40.988306 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.989781 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:40.993457 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.994947 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:40.998597 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.000063 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:41.003739 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.005209 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:41.008872 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.010337 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:41.014021 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.015497 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:41.019166 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.020637 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:41.024303 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.025793 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:41.029466 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.030961 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:41.034647 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.036109 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:41.039764 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.041235 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:41.044891 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.046363 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:41.050033 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.051510 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:41.055162 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.056633 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:41.060281 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.061749 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:41.065422 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.066906 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:41.070564 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.072038 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:41.075730 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.077220 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:41.080912 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.082378 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:41.086035 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.087518 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:41.091200 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.092675 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:41.096341 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.097810 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:41.101489 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.102983 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:41.106653 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.108123 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:41.111785 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.113254 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:41.116915 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.118380 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:41.122044 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.123522 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:41.127176 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.128643 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:41.132315 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.133787 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:41.137445 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.138937 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:41.142605 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.144069 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:41.147730 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.149199 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:41.152859 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.154341 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:41.158002 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.159485 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:41.163161 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.164638 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:41.168296 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.169766 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:41.173438 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.174920 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:41.178589 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.180060 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:41.183733 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.185205 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:41.188873 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.190359 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:41.194014 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.195495 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:41.199158 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.200626 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:41.204284 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.205763 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:41.209433 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.210914 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:41.214575 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.216052 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:41.219719 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.221186 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:41.224845 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.226316 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:41.229987 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.231478 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:41.235143 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.236611 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:41.240265 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.241738 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:41.245432 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.246917 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:41.250600 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.252064 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:41.255716 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.257194 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:41.260880 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.262361 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:44.666814 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.673000 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8219 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.754557 tst                       trial-8219: Storing JUnit report in /build/trial-8219/run.2026-01-22_22-48-18/trial-8219.xml

--------------------------------------------------------------------------------------------
trial-8219 PASS
--------------------------------------------------------------------------------------------
22:49:44.765492 tst                       trial-8219: trial-8219: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8219/inst
+ cd trial-8219
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-22 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8219-run.tgz run.2026-01-22_22-48-18
+ tar czf /build/trial-8219-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-22_13_29_58.tgz osmo-bts-oc2g.build-2026-01-22_00_51_24.tgz osmo-bts-sysmo.build-2026-01-22_00_51_26.tgz osmo-bts.build-2026-01-22_00_51_33.tgz osmo-ggsn.build-2026-01-22_21_59_33.tgz osmo-hlr.build-2026-01-22_16_36_49.tgz osmo-hnbgw.build-2026-01-22_22_03_30.tgz osmo-mgw.build-2026-01-22_08_33_06.tgz osmo-msc.build-2026-01-22_13_35_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-22_07_35_01.tgz osmo-pcu-sysmo.build-2026-01-22_07_34_56.tgz osmo-pcu.build-2026-01-22_07_35_08.tgz osmo-sgsn.build-2026-01-22_22_05_34.tgz osmo-stp.build-2026-01-22_13_25_40.tgz osmo-trx.build-2026-01-22_22_01_45.tgz osmocom-bb.build-2026-01-22_22_00_19.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