Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7825
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1845647846257645358.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-8321
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#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 [ 9/28] COPY	SSH /root/.ssh
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e096d2d1042fcd2b5175bf9c93d586b8689efcbd7299737598ead617dbb86f24 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=8322 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-05-05 22:50:11
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8322
+ mkdir -p trial-8322
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-05_22_17_33.tgz osmo-bts-oc2g.build-2026-05-05_00_52_10.tgz osmo-bts-sysmo.build-2026-05-05_00_52_03.tgz osmo-bts.build-2026-05-05_00_52_18.tgz osmo-ggsn.build-2026-05-05_20_43_02.tgz osmo-hlr.build-2026-05-05_16_36_52.tgz osmo-hnbgw.build-2026-05-05_13_30_55.tgz osmo-mgw.build-2026-05-05_08_33_05.tgz osmo-msc.build-2026-05-05_13_33_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-05_07_35_19.tgz osmo-pcu-sysmo.build-2026-05-05_07_35_09.tgz osmo-pcu.build-2026-05-05_07_35_21.tgz osmo-sgsn.build-2026-05-05_20_48_32.tgz osmo-stp.build-2026-05-05_13_26_00.tgz osmo-trx.build-2026-05-05_14_21_33.tgz osmocom-bb.build-2026-05-05_21_17_15.tgz srslte.build-19.tgz trial-8322
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-05_22_17_33.md5 osmo-bts-oc2g.build-2026-05-05_00_52_10.md5 osmo-bts-sysmo.build-2026-05-05_00_52_03.md5 osmo-bts.build-2026-05-05_00_52_18.md5 osmo-ggsn.build-2026-05-05_20_43_02.md5 osmo-hlr.build-2026-05-05_16_36_52.md5 osmo-hnbgw.build-2026-05-05_13_30_55.md5 osmo-mgw.build-2026-05-05_08_33_05.md5 osmo-msc.build-2026-05-05_13_33_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-05_07_35_19.md5 osmo-pcu-sysmo.build-2026-05-05_07_35_09.md5 osmo-pcu.build-2026-05-05_07_35_21.md5 osmo-sgsn.build-2026-05-05_20_48_32.md5 osmo-stp.build-2026-05-05_13_26_00.md5 osmo-trx.build-2026-05-05_14_21_33.md5 osmocom-bb.build-2026-05-05_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-05_22_17_33.md5 osmo-bts-oc2g.build-2026-05-05_00_52_10.md5 osmo-bts-sysmo.build-2026-05-05_00_52_03.md5 osmo-bts.build-2026-05-05_00_52_18.md5 osmo-ggsn.build-2026-05-05_20_43_02.md5 osmo-hlr.build-2026-05-05_16_36_52.md5 osmo-hnbgw.build-2026-05-05_13_30_55.md5 osmo-mgw.build-2026-05-05_08_33_05.md5 osmo-msc.build-2026-05-05_13_33_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-05_07_35_19.md5 osmo-pcu-sysmo.build-2026-05-05_07_35_09.md5 osmo-pcu.build-2026-05-05_07_35_21.md5 osmo-sgsn.build-2026-05-05_20_48_32.md5 osmo-stp.build-2026-05-05_13_26_00.md5 osmo-trx.build-2026-05-05_14_21_33.md5 osmocom-bb.build-2026-05-05_21_17_15.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8322 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8322'
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-8322
--------------------------------------------------------------------------------------------
22:50:11.406521 tst                       trial-8322: Detailed log at /build/trial-8322/run.2026-05-05_22-50-11/log

---------------------------------------------------------------------
trial-8322 netreg_mass
---------------------------------------------------------------------
22:50:11.613084 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:50:11.613473 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:50:11.614249 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:50:11.615402 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:50:11.656800 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:50:11.657692 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:50:11.658849 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:50:11.739109 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-8322 netreg_mass register_default_mass.py
----------------------------------------------
22:50:11.739897 tst       register_default_mass.py:9: Claiming resources for the test
22:50:11.755193 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.755712 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.756184 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.756632 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.757078 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.757532 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:11.757999 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:50:11.788658 tst         register_default_mass.py: using LAC 2
22:50:11.810766 tst         register_default_mass.py: using RAC 2
22:50:11.837234 tst         register_default_mass.py: using CellId 2
22:50:11.866311 tst         register_default_mass.py: using BVCI 3
22:50:11.879942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.880626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.881200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.881818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.882358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.882888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.883389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.883944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.884479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.885014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.885527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.886034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.886571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.887109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.887662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.888202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.888730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.889277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.889811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.890349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.890892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.891439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.891977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.892534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.893064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.893591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.894123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.894656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.895184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.895730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.896260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.896783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.897332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.897876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.898409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.898938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.899473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.900014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.900559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.901083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.901598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.902137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.902671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.903202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.903753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.904282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.904812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.905360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.905891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.906435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.906965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.907484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.908022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.908554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.909072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.909613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.910138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.910661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.911196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.911717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.912236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.912779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.913314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.913835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.914350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.914884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.915407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.915957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.916484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.916997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.917538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.918064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.918647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.919182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.919704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.920217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.920738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.921258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.921778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.922315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.922834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.923343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.923884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.924399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.924907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.925433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.925951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.926469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.927001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.927515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.928055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.928582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.929106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.929647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.930166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.930675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.931202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.931734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.932254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.932787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.933307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:11.933867 tst      register_default_mass.py:21: Launching a simple network
22:50:11.944015 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:50:12.062965 run            create_hlr_db(pid=20): Launched
22:50:13.077499 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:50:13.102124 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:50:13.117642 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:50:13.123424 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:50:13.315325 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:50:13.330209 run      osmo-stp_127.0.42.5(pid=25): Launched
22:50:13.335922 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:50:13.756959 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:50:13.772371 run      osmo-msc_127.0.42.6(pid=27): Launched
22:50:16.787243 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:16.927844 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:50:16.942971 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:50:16.948822 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:16.972557 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:50:16.987943 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:50:16.993776 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:17.310880 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:50:17.326216 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:23.353544 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:23.527370 run         osmo-bts-virtual(pid=34): Launched
22:50:24.563003 tst         register_default_mass.py: using MSISDN 1001
22:50:24.577347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:24.616301 tst         register_default_mass.py: using MSISDN 1002
22:50:24.633901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:24.663431 tst         register_default_mass.py: using MSISDN 1003
22:50:24.677611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:24.707414 tst         register_default_mass.py: using MSISDN 1004
22:50:24.721524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:24.750539 tst         register_default_mass.py: using MSISDN 1005
22:50:24.764285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:24.793203 tst         register_default_mass.py: using MSISDN 1006
22:50:24.806570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:24.835275 tst         register_default_mass.py: using MSISDN 1007
22:50:24.848756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:24.877503 tst         register_default_mass.py: using MSISDN 1008
22:50:24.890974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:24.919709 tst         register_default_mass.py: using MSISDN 1009
22:50:24.933149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:24.961790 tst         register_default_mass.py: using MSISDN 1010
22:50:24.975283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:25.008087 tst         register_default_mass.py: using MSISDN 1011
22:50:25.023368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:25.051991 tst         register_default_mass.py: using MSISDN 1012
22:50:25.065591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:25.094188 tst         register_default_mass.py: using MSISDN 1013
22:50:25.107693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:25.136354 tst         register_default_mass.py: using MSISDN 1014
22:50:25.149624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:25.178299 tst         register_default_mass.py: using MSISDN 1015
22:50:25.191796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:25.220472 tst         register_default_mass.py: using MSISDN 1016
22:50:25.233860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:25.262360 tst         register_default_mass.py: using MSISDN 1017
22:50:25.275689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:25.304520 tst         register_default_mass.py: using MSISDN 1018
22:50:25.317967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:25.346675 tst         register_default_mass.py: using MSISDN 1019
22:50:25.360078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:25.388669 tst         register_default_mass.py: using MSISDN 1020
22:50:25.402083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:25.430709 tst         register_default_mass.py: using MSISDN 1021
22:50:25.444118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:25.472601 tst         register_default_mass.py: using MSISDN 1022
22:50:25.485944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:25.514693 tst         register_default_mass.py: using MSISDN 1023
22:50:25.528091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:25.556680 tst         register_default_mass.py: using MSISDN 1024
22:50:25.570114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:25.598910 tst         register_default_mass.py: using MSISDN 1025
22:50:25.612287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:25.641015 tst         register_default_mass.py: using MSISDN 1026
22:50:25.654391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:25.683273 tst         register_default_mass.py: using MSISDN 1027
22:50:25.696864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:25.725467 tst         register_default_mass.py: using MSISDN 1028
22:50:25.738701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:25.767507 tst         register_default_mass.py: using MSISDN 1029
22:50:25.780996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:25.809474 tst         register_default_mass.py: using MSISDN 1030
22:50:25.822861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:25.851391 tst         register_default_mass.py: using MSISDN 1031
22:50:25.864683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:25.893373 tst         register_default_mass.py: using MSISDN 1032
22:50:25.906794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:25.935780 tst         register_default_mass.py: using MSISDN 1033
22:50:25.949354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:25.978795 tst         register_default_mass.py: using MSISDN 1034
22:50:25.992687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:26.021880 tst         register_default_mass.py: using MSISDN 1035
22:50:26.035583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:26.064975 tst         register_default_mass.py: using MSISDN 1036
22:50:26.078786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:26.108221 tst         register_default_mass.py: using MSISDN 1037
22:50:26.121978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:26.151279 tst         register_default_mass.py: using MSISDN 1038
22:50:26.165028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:26.194172 tst         register_default_mass.py: using MSISDN 1039
22:50:26.208000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:26.237531 tst         register_default_mass.py: using MSISDN 1040
22:50:26.251120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:26.280382 tst         register_default_mass.py: using MSISDN 1041
22:50:26.294150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:26.327644 tst         register_default_mass.py: using MSISDN 1042
22:50:26.343415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:26.372889 tst         register_default_mass.py: using MSISDN 1043
22:50:26.386898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:26.416291 tst         register_default_mass.py: using MSISDN 1044
22:50:26.430171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:26.459733 tst         register_default_mass.py: using MSISDN 1045
22:50:26.473505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:26.502832 tst         register_default_mass.py: using MSISDN 1046
22:50:26.516696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:26.546193 tst         register_default_mass.py: using MSISDN 1047
22:50:26.556462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:26.651739 tst         register_default_mass.py: using MSISDN 1048
22:50:26.671647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:26.860904 tst         register_default_mass.py: using MSISDN 1049
22:50:26.870768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:26.901201 tst         register_default_mass.py: using MSISDN 1050
22:50:26.916866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:26.947281 tst         register_default_mass.py: using MSISDN 1051
22:50:26.961724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:26.992069 tst         register_default_mass.py: using MSISDN 1052
22:50:27.006434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:27.037176 tst         register_default_mass.py: using MSISDN 1053
22:50:27.051802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:27.082422 tst         register_default_mass.py: using MSISDN 1054
22:50:27.096817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:27.127831 tst         register_default_mass.py: using MSISDN 1055
22:50:27.142527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:27.172795 tst         register_default_mass.py: using MSISDN 1056
22:50:27.187126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:27.217626 tst         register_default_mass.py: using MSISDN 1057
22:50:27.232035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:27.262307 tst         register_default_mass.py: using MSISDN 1058
22:50:27.276653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:27.307206 tst         register_default_mass.py: using MSISDN 1059
22:50:27.321060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:27.351981 tst         register_default_mass.py: using MSISDN 1060
22:50:27.366616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:27.397112 tst         register_default_mass.py: using MSISDN 1061
22:50:27.411476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:27.441929 tst         register_default_mass.py: using MSISDN 1062
22:50:27.456520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:27.487023 tst         register_default_mass.py: using MSISDN 1063
22:50:27.501439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:27.531966 tst         register_default_mass.py: using MSISDN 1064
22:50:27.546363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:27.576791 tst         register_default_mass.py: using MSISDN 1065
22:50:27.591107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:27.621421 tst         register_default_mass.py: using MSISDN 1066
22:50:27.635823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:27.666417 tst         register_default_mass.py: using MSISDN 1067
22:50:27.680785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:27.710939 tst         register_default_mass.py: using MSISDN 1068
22:50:27.725330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:27.755579 tst         register_default_mass.py: using MSISDN 1069
22:50:27.769866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:27.800234 tst         register_default_mass.py: using MSISDN 1070
22:50:27.814582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:27.844731 tst         register_default_mass.py: using MSISDN 1071
22:50:27.859003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:27.889182 tst         register_default_mass.py: using MSISDN 1072
22:50:27.903478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:27.933513 tst         register_default_mass.py: using MSISDN 1073
22:50:27.947830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:27.978295 tst         register_default_mass.py: using MSISDN 1074
22:50:27.992658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:28.022839 tst         register_default_mass.py: using MSISDN 1075
22:50:28.037054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:28.067600 tst         register_default_mass.py: using MSISDN 1076
22:50:28.082210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:28.112489 tst         register_default_mass.py: using MSISDN 1077
22:50:28.126863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:28.157426 tst         register_default_mass.py: using MSISDN 1078
22:50:28.171807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:28.202021 tst         register_default_mass.py: using MSISDN 1079
22:50:28.216369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:28.246523 tst         register_default_mass.py: using MSISDN 1080
22:50:28.260764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:28.291093 tst         register_default_mass.py: using MSISDN 1081
22:50:28.305414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:28.335380 tst         register_default_mass.py: using MSISDN 1082
22:50:28.349489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:28.389714 tst         register_default_mass.py: using MSISDN 1083
22:50:28.407737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:28.438135 tst         register_default_mass.py: using MSISDN 1084
22:50:28.452718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:28.482844 tst         register_default_mass.py: using MSISDN 1085
22:50:28.497287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:28.527528 tst         register_default_mass.py: using MSISDN 1086
22:50:28.541844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:28.580755 tst         register_default_mass.py: using MSISDN 1087
22:50:28.598559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:28.629538 tst         register_default_mass.py: using MSISDN 1088
22:50:28.644495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:28.675200 tst         register_default_mass.py: using MSISDN 1089
22:50:28.689717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:28.720315 tst         register_default_mass.py: using MSISDN 1090
22:50:28.734778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:28.765639 tst         register_default_mass.py: using MSISDN 1091
22:50:28.780235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:28.810940 tst         register_default_mass.py: using MSISDN 1092
22:50:28.825472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:28.856427 tst         register_default_mass.py: using MSISDN 1093
22:50:28.870866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:28.901749 tst         register_default_mass.py: using MSISDN 1094
22:50:28.916350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:28.946820 tst         register_default_mass.py: using MSISDN 1095
22:50:28.961281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:28.991828 tst         register_default_mass.py: using MSISDN 1096
22:50:29.006352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:29.036812 tst         register_default_mass.py: using MSISDN 1097
22:50:29.051124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:29.081423 tst         register_default_mass.py: using MSISDN 1098
22:50:29.095737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:29.125996 tst         register_default_mass.py: using MSISDN 1099
22:50:29.140298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:29.170645 tst         register_default_mass.py: using MSISDN 1100
22:50:29.184957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:29.276360 run                             mass: Starting testcase
22:50:29.281986 run                             mass: Pre-launching all virtphy's
22:50:29.287520 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:29.300728 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:29.307004 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:29.320100 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:29.326283 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:29.339365 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:29.345421 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:29.358579 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:29.364767 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:29.377976 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:29.384125 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:29.397251 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:29.403452 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:29.416594 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:29.422654 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:29.435566 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:29.441551 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:29.454420 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:29.460436 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:29.473300 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:29.479317 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:29.500055 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:29.506235 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:29.519330 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:29.525519 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:29.538597 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:29.544777 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:29.557953 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:29.564147 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:29.577271 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:29.583351 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:29.596357 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:29.602444 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:29.615407 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:29.621450 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:29.634314 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:29.640359 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:29.653308 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:29.659288 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:29.672287 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:29.678330 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:29.691436 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:29.697480 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:29.710507 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:29.716553 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:29.729594 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:29.735673 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:29.748876 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:29.754945 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:29.767967 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:29.773978 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:29.787024 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:29.793095 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:29.806157 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:29.812177 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:29.825222 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:29.831274 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:29.844351 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:29.850384 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:29.863465 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:29.869487 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:29.882547 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:29.888550 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:29.901584 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:29.907771 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:29.920838 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:29.926979 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:29.940074 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:29.946133 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:29.959292 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:29.965351 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:29.978445 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:29.984465 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:29.997532 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:30.003575 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:30.016655 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:30.022721 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:30.035816 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:30.041849 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:30.054929 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:30.060944 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:30.073977 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:30.079980 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:30.092983 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:30.099046 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:30.112050 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:30.118074 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:30.131079 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:30.137137 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:30.150283 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:30.156301 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:30.169429 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:30.175434 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:30.188479 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:30.194514 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:30.207742 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:30.213835 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:30.227006 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:30.233005 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:30.246056 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:30.252122 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:30.265075 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:30.271102 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:30.284144 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:30.290181 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:30.303190 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:30.309315 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:30.322458 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:30.328529 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:30.341555 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:30.347601 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:30.360717 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:30.366730 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:30.379972 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:30.385961 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:30.399227 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:30.405357 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:30.418569 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:30.424771 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:30.437938 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:30.444140 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:30.457329 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:30.463405 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:30.476612 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:30.482673 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:30.495675 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:30.501729 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:30.514708 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:30.520752 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:30.533722 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:30.539777 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:30.552840 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:30.558876 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:30.571856 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:30.577838 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:30.590816 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:30.596879 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:30.609906 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:30.616109 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:30.629160 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:30.635275 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:30.648350 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:30.654349 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:30.667518 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:30.673550 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:30.686693 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:30.692681 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:30.705675 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:30.711677 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:30.724734 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:30.730741 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:30.743808 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:30.749880 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:30.762928 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:30.768946 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:30.781975 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:30.788044 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:30.801040 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:30.807104 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:30.820125 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:30.826130 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:30.839142 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:30.845186 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:30.858405 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:30.864408 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:30.877589 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:30.883598 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:30.896802 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:30.902841 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:30.915993 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:30.922045 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:30.935099 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:30.941136 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:30.954178 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:30.960227 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:30.973321 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:30.979353 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:30.992346 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:30.998368 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:31.011386 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:31.017431 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:31.030390 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:31.036444 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:31.049440 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:31.055466 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:31.068486 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:31.074505 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:31.087649 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:31.093752 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:31.106922 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:31.112961 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:31.125994 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:31.132151 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:31.145214 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:31.151396 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:31.164502 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:31.170528 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:31.183602 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:31.189616 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:31.202748 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:31.208739 run                             mass: Checking if sockets are in the filesystem
22:50:31.240949 run                osmo-ms-mob/00000: Starting mobile
22:50:31.254059 run       osmo-ms-mob/00000(pid=135): Launched
22:50:31.265692 run                             mass: MS start registered  {at=8572057.474012498, delay=0.0055065639317035675, ms=00000}
22:50:35.424671 run                osmo-ms-mob/00001: Starting mobile
22:50:35.437845 run       osmo-ms-mob/00001(pid=136): Launched
22:50:35.448456 run                             mass: MS start registered  {at=8572061.656775882, delay=0.004510268568992615, ms=00001}
22:50:36.356278 run                             mass: MS performed LU  {at=8572062.56448215, lu_delay=5.090469652786851, ms=00000}
22:50:37.257423 run                osmo-ms-mob/00002: Starting mobile
22:50:37.274285 run       osmo-ms-mob/00002(pid=137): Launched
22:50:37.284820 run                             mass: MS start registered  {at=8572063.493133966, delay=0.004333514720201492, ms=00002}
22:50:38.556666 run                osmo-ms-mob/00003: Starting mobile
22:50:38.573383 run       osmo-ms-mob/00003(pid=138): Launched
22:50:38.583942 run                             mass: MS start registered  {at=8572064.792263713, delay=0.004459317773580551, ms=00003}
22:50:39.655241 run                osmo-ms-mob/00004: Starting mobile
22:50:39.670534 run       osmo-ms-mob/00004(pid=139): Launched
22:50:39.681332 run                             mass: MS start registered  {at=8572065.889650648, delay=0.004701737314462662, ms=00004}
22:50:40.122091 run                             mass: MS performed LU  {at=8572066.33029438, lu_delay=4.673518497496843, ms=00001}
22:50:40.655764 run                osmo-ms-mob/00005: Starting mobile
22:50:40.672546 run       osmo-ms-mob/00005(pid=140): Launched
22:50:40.683080 run                             mass: MS start registered  {at=8572066.891400183, delay=0.004481688141822815, ms=00005}
22:50:41.556690 run                osmo-ms-mob/00006: Starting mobile
22:50:41.573537 run       osmo-ms-mob/00006(pid=141): Launched
22:50:41.584143 run                             mass: MS start registered  {at=8572067.792465301, delay=0.004541890695691109, ms=00006}
22:50:42.023216 run                             mass: MS performed LU  {at=8572068.23142117, lu_delay=4.738287204876542, ms=00002}
22:50:42.456730 run                osmo-ms-mob/00007: Starting mobile
22:50:42.473498 run       osmo-ms-mob/00007(pid=142): Launched
22:50:42.484247 run                             mass: MS start registered  {at=8572068.692564305, delay=0.004483511671423912, ms=00007}
22:50:43.247456 run                osmo-ms-mob/00008: Starting mobile
22:50:43.263686 run       osmo-ms-mob/00008(pid=143): Launched
22:50:43.274196 run                             mass: MS start registered  {at=8572069.482513199, delay=0.004448575899004936, ms=00008}
22:50:43.888317 run                             mass: MS performed LU  {at=8572070.09652617, lu_delay=5.3042624574154615, ms=00003}
22:50:43.930091 run                osmo-ms-mob/00009: Starting mobile
22:50:43.946013 run       osmo-ms-mob/00009(pid=144): Launched
22:50:43.956537 run                             mass: MS start registered  {at=8572070.16485904, delay=0.004407968372106552, ms=00009}
22:50:44.656401 run                osmo-ms-mob/00010: Starting mobile
22:50:44.673039 run       osmo-ms-mob/00010(pid=145): Launched
22:50:44.683400 run                             mass: MS start registered  {at=8572070.891723607, delay=0.004206633195281029, ms=00010}
22:50:45.259625 run                osmo-ms-mob/00011: Starting mobile
22:50:45.287457 run       osmo-ms-mob/00011(pid=146): Launched
22:50:45.298460 run                             mass: MS start registered  {at=8572071.506761689, delay=0.004918927326798439, ms=00011}
22:50:45.788884 run                             mass: MS performed LU  {at=8572071.997094661, lu_delay=6.107444012537599, ms=00004}
22:50:45.804670 run                osmo-ms-mob/00012: Starting mobile
22:50:45.817988 run       osmo-ms-mob/00012(pid=147): Launched
22:50:45.824127 run                             mass: MS performed LU  {at=8572072.032456819, lu_delay=5.141056636348367, ms=00005}
22:50:45.830087 run                             mass: MS start registered  {at=8572072.03842275, delay=0.00598214752972126, ms=00012}
22:50:46.456666 run                osmo-ms-mob/00013: Starting mobile
22:50:46.473523 run       osmo-ms-mob/00013(pid=148): Launched
22:50:46.484402 run                             mass: MS start registered  {at=8572072.69272056, delay=0.00457647442817688, ms=00013}
22:50:47.024692 run                osmo-ms-mob/00014: Starting mobile
22:50:47.037709 run       osmo-ms-mob/00014(pid=149): Launched
22:50:47.048417 run                             mass: MS start registered  {at=8572073.256739536, delay=0.004631483927369118, ms=00014}
22:50:47.655992 run                osmo-ms-mob/00015: Starting mobile
22:50:47.672964 run       osmo-ms-mob/00015(pid=150): Launched
22:50:47.679185 run                             mass: MS performed LU  {at=8572073.887510497, lu_delay=5.194946192204952, ms=00007}
22:50:47.685164 run                             mass: MS start registered  {at=8572073.893498681, delay=0.006005577743053436, ms=00015}
22:50:47.717323 run                             mass: MS performed LU  {at=8572073.925605554, lu_delay=6.133140252903104, ms=00006}
22:50:48.146772 run                osmo-ms-mob/00016: Starting mobile
22:50:48.162807 run       osmo-ms-mob/00016(pid=151): Launched
22:50:48.173660 run                             mass: MS start registered  {at=8572074.381981753, delay=0.004600387066602707, ms=00016}
22:50:48.636556 run                osmo-ms-mob/00017: Starting mobile
22:50:48.655579 run       osmo-ms-mob/00017(pid=152): Launched
22:50:48.666407 run                             mass: MS start registered  {at=8572074.874727827, delay=0.004435349255800247, ms=00017}
22:50:49.260889 run                osmo-ms-mob/00018: Starting mobile
22:50:49.274367 run       osmo-ms-mob/00018(pid=153): Launched
22:50:49.285225 run                             mass: MS start registered  {at=8572075.493545935, delay=0.004620397463440895, ms=00018}
22:50:49.554728 run                             mass: MS performed LU  {at=8572075.762948763, lu_delay=4.871225155889988, ms=00010}
22:50:49.585843 run                osmo-ms-mob/00019: Starting mobile
22:50:49.600558 run       osmo-ms-mob/00019(pid=154): Launched
22:50:49.606646 run                             mass: MS performed LU  {at=8572075.81497655, lu_delay=5.650117510929704, ms=00009}
22:50:49.612560 run                             mass: MS start registered  {at=8572075.820895579, delay=0.005935337394475937, ms=00019}
22:50:49.669789 run                             mass: MS performed LU  {at=8572075.878010858, lu_delay=6.3954976592212915, ms=00008}
22:50:50.154952 run                osmo-ms-mob/00020: Starting mobile
22:50:50.168776 run       osmo-ms-mob/00020(pid=155): Launched
22:50:50.179546 run                             mass: MS start registered  {at=8572076.387866955, delay=0.004578908905386925, ms=00020}
22:50:50.625464 run                osmo-ms-mob/00021: Starting mobile
22:50:50.639252 run       osmo-ms-mob/00021(pid=156): Launched
22:50:50.650062 run                             mass: MS start registered  {at=8572076.858384483, delay=0.0047227442264556885, ms=00021}
22:50:51.024046 run                osmo-ms-mob/00022: Starting mobile
22:50:51.037021 run       osmo-ms-mob/00022(pid=157): Launched
22:50:51.047956 run                             mass: MS start registered  {at=8572077.2562773, delay=0.004841020330786705, ms=00022}
22:50:51.336273 run                             mass: MS performed LU  {at=8572077.544494938, lu_delay=4.85177437774837, ms=00013}
22:50:51.419071 run                             mass: MS performed LU  {at=8572077.62729098, lu_delay=6.120529292151332, ms=00011}
22:50:51.463225 run                osmo-ms-mob/00023: Starting mobile
22:50:51.477224 run       osmo-ms-mob/00023(pid=158): Launched
22:50:51.483502 run                             mass: MS performed LU  {at=8572077.691832028, lu_delay=5.653409278020263, ms=00012}
22:50:51.489399 run                             mass: MS start registered  {at=8572077.69773346, delay=0.005916783586144447, ms=00023}
22:50:51.940742 run                osmo-ms-mob/00024: Starting mobile
22:50:51.954247 run       osmo-ms-mob/00024(pid=159): Launched
22:50:51.965190 run                             mass: MS start registered  {at=8572078.173511496, delay=0.004676641896367073, ms=00024}
22:50:52.444266 run                osmo-ms-mob/00025: Starting mobile
22:50:52.459551 run       osmo-ms-mob/00025(pid=160): Launched
22:50:52.470771 run                             mass: MS start registered  {at=8572078.679087631, delay=0.0051593538373708725, ms=00025}
22:50:52.825354 run                osmo-ms-mob/00026: Starting mobile
22:50:52.838930 run       osmo-ms-mob/00026(pid=161): Launched
22:50:52.850050 run                             mass: MS start registered  {at=8572079.058368985, delay=0.00491408072412014, ms=00026}
22:50:53.252555 run                osmo-ms-mob/00027: Starting mobile
22:50:53.269663 run       osmo-ms-mob/00027(pid=162): Launched
22:50:53.280839 run                             mass: MS start registered  {at=8572079.489159424, delay=0.004682084545493126, ms=00027}
22:50:53.320564 run                             mass: MS performed LU  {at=8572079.52880493, lu_delay=4.654077103361487, ms=00017}
22:50:53.347649 run                             mass: MS performed LU  {at=8572079.55592489, lu_delay=5.17394313775003, ms=00016}
22:50:53.436381 run                             mass: MS performed LU  {at=8572079.644597076, lu_delay=5.751098394393921, ms=00015}
22:50:53.466473 run                osmo-ms-mob/00028: Starting mobile
22:50:53.480166 run       osmo-ms-mob/00028(pid=163): Launched
22:50:53.491174 run                             mass: MS start registered  {at=8572079.699492546, delay=0.004925644025206566, ms=00028}
22:50:54.049200 run                osmo-ms-mob/00029: Starting mobile
22:50:54.066106 run       osmo-ms-mob/00029(pid=164): Launched
22:50:54.077134 run                             mass: MS start registered  {at=8572080.285455301, delay=0.0046744998544454575, ms=00029}
22:50:54.438503 run                osmo-ms-mob/00030: Starting mobile
22:50:54.452627 run       osmo-ms-mob/00030(pid=165): Launched
22:50:54.463503 run                             mass: MS start registered  {at=8572080.671825428, delay=0.004796024411916733, ms=00030}
22:50:54.837198 run                osmo-ms-mob/00031: Starting mobile
22:50:54.851027 run       osmo-ms-mob/00031(pid=166): Launched
22:50:54.862371 run                             mass: MS start registered  {at=8572081.07069049, delay=0.004887472838163376, ms=00031}
22:50:55.102112 run                             mass: MS performed LU  {at=8572081.31033052, lu_delay=4.9224635642021894, ms=00020}
22:50:55.146379 run                osmo-ms-mob/00032: Starting mobile
22:50:55.162430 run       osmo-ms-mob/00032(pid=167): Launched
22:50:55.173275 run                             mass: MS start registered  {at=8572081.38159758, delay=0.0046237763017416, ms=00032}
22:50:55.184325 run                             mass: MS performed LU  {at=8572081.392648688, lu_delay=5.571753108873963, ms=00019}
22:50:55.250363 run                             mass: MS performed LU  {at=8572081.458580693, lu_delay=5.965034758672118, ms=00018}
22:50:55.375382 run                             mass: MS performed LU  {at=8572081.583597137, lu_delay=4.725212654098868, ms=00021}
22:50:55.404213 run                osmo-ms-mob/00033: Starting mobile
22:50:55.417580 run       osmo-ms-mob/00033(pid=168): Launched
22:50:55.428571 run                             mass: MS start registered  {at=8572081.6368927, delay=0.00463477335870266, ms=00033}
22:50:55.943259 run                osmo-ms-mob/00034: Starting mobile
22:50:55.956674 run       osmo-ms-mob/00034(pid=169): Launched
22:50:55.967488 run                             mass: MS start registered  {at=8572082.175812967, delay=0.004689348861575127, ms=00034}
22:50:56.224831 run                osmo-ms-mob/00035: Starting mobile
22:50:56.238309 run       osmo-ms-mob/00035(pid=170): Launched
22:50:56.249061 run                             mass: MS start registered  {at=8572082.457383472, delay=0.004440125077962875, ms=00035}
22:50:56.638351 run                osmo-ms-mob/00036: Starting mobile
22:50:56.652831 run       osmo-ms-mob/00036(pid=171): Launched
22:50:56.663582 run                             mass: MS start registered  {at=8572082.871904394, delay=0.004616169258952141, ms=00036}
22:50:57.025055 run                osmo-ms-mob/00037: Starting mobile
22:50:57.038403 run       osmo-ms-mob/00037(pid=172): Launched
22:50:57.049742 run                             mass: MS start registered  {at=8572083.258063067, delay=0.004748256877064705, ms=00037}
22:50:57.086449 run                             mass: MS performed LU  {at=8572083.29465933, lu_delay=4.615571698173881, ms=00025}
22:50:57.114475 run                             mass: MS performed LU  {at=8572083.322696835, lu_delay=5.624963374808431, ms=00023}
22:50:57.130994 run                osmo-ms-mob/00038: Starting mobile
22:50:57.144349 run       osmo-ms-mob/00038(pid=173): Launched
22:50:57.155003 run                             mass: MS start registered  {at=8572083.363328636, delay=0.004544539377093315, ms=00038}
22:50:57.201903 run                             mass: MS performed LU  {at=8572083.410122182, lu_delay=5.236610686406493, ms=00024}
22:50:57.276843 run                             mass: MS performed LU  {at=8572083.485078674, lu_delay=6.2288013733923435, ms=00022}
22:50:57.305436 run                osmo-ms-mob/00039: Starting mobile
22:50:57.318518 run       osmo-ms-mob/00039(pid=174): Launched
22:50:57.329202 run                             mass: MS start registered  {at=8572083.537522094, delay=0.004438789561390877, ms=00039}
22:50:58.038199 run                osmo-ms-mob/00040: Starting mobile
22:50:58.052096 run       osmo-ms-mob/00040(pid=175): Launched
22:50:58.063072 run                             mass: MS start registered  {at=8572084.271393614, delay=0.004617322236299515, ms=00040}
22:50:58.337105 run                osmo-ms-mob/00041: Starting mobile
22:50:58.350941 run       osmo-ms-mob/00041(pid=176): Launched
22:50:58.361974 run                             mass: MS start registered  {at=8572084.57029184, delay=0.004743784666061401, ms=00041}
22:50:58.625001 run                osmo-ms-mob/00042: Starting mobile
22:50:58.638462 run       osmo-ms-mob/00042(pid=177): Launched
22:50:58.649283 run                             mass: MS start registered  {at=8572084.85760108, delay=0.004315340891480446, ms=00042}
22:50:58.867581 run                             mass: MS performed LU  {at=8572085.07580135, lu_delay=4.790346048772335, ms=00029}
22:50:58.950979 run                             mass: MS performed LU  {at=8572085.159197139, lu_delay=6.100828154012561, ms=00026}
22:50:58.996011 run                osmo-ms-mob/00043: Starting mobile
22:50:59.010086 run       osmo-ms-mob/00043(pid=178): Launched
22:50:59.016431 run                             mass: MS performed LU  {at=8572085.224760864, lu_delay=5.525268318131566, ms=00028}
22:50:59.022390 run                             mass: MS start registered  {at=8572085.23072521, delay=0.005980096757411957, ms=00043}
22:50:59.141063 run                             mass: MS performed LU  {at=8572085.349280722, lu_delay=5.860121298581362, ms=00027}
22:50:59.170375 run                osmo-ms-mob/00044: Starting mobile
22:50:59.183654 run       osmo-ms-mob/00044(pid=179): Launched
22:50:59.190005 run                             mass: MS performed LU  {at=8572085.398332736, lu_delay=4.726507307961583, ms=00030}
22:50:59.195949 run                             mass: MS start registered  {at=8572085.404284518, delay=0.0059689804911613464, ms=00044}
22:50:59.658828 run                osmo-ms-mob/00045: Starting mobile
22:50:59.674597 run       osmo-ms-mob/00045(pid=180): Launched
22:50:59.685424 run                             mass: MS start registered  {at=8572085.893745208, delay=0.004460863769054413, ms=00045}
22:50:59.937946 run                osmo-ms-mob/00046: Starting mobile
22:50:59.952313 run       osmo-ms-mob/00046(pid=181): Launched
22:50:59.963645 run                             mass: MS start registered  {at=8572086.171964042, delay=0.00493890605866909, ms=00046}
22:51:00.225416 run                osmo-ms-mob/00047: Starting mobile
22:51:00.238815 run       osmo-ms-mob/00047(pid=182): Launched
22:51:00.249607 run                             mass: MS start registered  {at=8572086.457928633, delay=0.004625558853149414, ms=00047}
22:51:00.525027 run                osmo-ms-mob/00048: Starting mobile
22:51:00.538744 run       osmo-ms-mob/00048(pid=183): Launched
22:51:00.549535 run                             mass: MS start registered  {at=8572086.757855488, delay=0.004668442532420158, ms=00048}
22:51:00.733019 run                             mass: MS performed LU  {at=8572086.941237733, lu_delay=5.55964015237987, ms=00032}
22:51:00.764320 run                osmo-ms-mob/00049: Starting mobile
22:51:00.779344 run       osmo-ms-mob/00049(pid=184): Launched
22:51:00.785544 run                             mass: MS performed LU  {at=8572086.99387018, lu_delay=4.536486707627773, ms=00035}
22:51:00.791985 run                             mass: MS start registered  {at=8572087.000317981, delay=0.006466729566454887, ms=00049}
22:51:00.880664 run                             mass: MS performed LU  {at=8572087.088883776, lu_delay=5.4519910756498575, ms=00033}
22:51:00.908665 run                osmo-ms-mob/00050: Starting mobile
22:51:00.921989 run       osmo-ms-mob/00050(pid=185): Launched
22:51:00.933065 run                             mass: MS start registered  {at=8572087.141388996, delay=0.004417773336172104, ms=00050}
22:51:01.042338 run                             mass: MS performed LU  {at=8572087.250557415, lu_delay=6.179866924881935, ms=00031}
22:51:01.567140 run                osmo-ms-mob/00051: Starting mobile
22:51:01.584492 run       osmo-ms-mob/00051(pid=186): Launched
22:51:01.595635 run                             mass: MS start registered  {at=8572087.803955276, delay=0.004637610167264938, ms=00051}
22:51:01.775534 run                             mass: MS performed LU  {at=8572087.98375161, lu_delay=5.807938642799854, ms=00034}
22:51:01.789767 run                osmo-ms-mob/00052: Starting mobile
22:51:01.803010 run       osmo-ms-mob/00052(pid=187): Launched
22:51:01.813827 run                             mass: MS start registered  {at=8572088.02215001, delay=0.004838615655899048, ms=00052}
22:51:02.143830 run                osmo-ms-mob/00053: Starting mobile
22:51:02.158979 run       osmo-ms-mob/00053(pid=188): Launched
22:51:02.169939 run                             mass: MS start registered  {at=8572088.378260229, delay=0.00466572679579258, ms=00053}
22:51:02.424503 run                osmo-ms-mob/00054: Starting mobile
22:51:02.437870 run       osmo-ms-mob/00054(pid=189): Launched
22:51:02.448685 run                             mass: MS start registered  {at=8572088.657005982, delay=0.004726056009531021, ms=00054}
22:51:02.633419 run                             mass: MS performed LU  {at=8572088.841638915, lu_delay=4.570245301350951, ms=00040}
22:51:02.662712 run                osmo-ms-mob/00055: Starting mobile
22:51:02.676145 run       osmo-ms-mob/00055(pid=190): Launched
22:51:02.682221 run                             mass: MS performed LU  {at=8572088.890549889, lu_delay=5.527221253141761, ms=00038}
22:51:02.688273 run                             mass: MS start registered  {at=8572088.896602763, delay=0.006070643663406372, ms=00055}
22:51:02.781816 run                             mass: MS performed LU  {at=8572088.990032325, lu_delay=6.118127930909395, ms=00036}
22:51:02.796169 run                osmo-ms-mob/00056: Starting mobile
22:51:02.809397 run       osmo-ms-mob/00056(pid=191): Launched
22:51:02.820089 run                             mass: MS start registered  {at=8572089.028414778, delay=0.004572337493300438, ms=00056}
22:51:02.942963 run                             mass: MS performed LU  {at=8572089.15118228, lu_delay=5.6136601865291595, ms=00039}
22:51:02.967404 run                             mass: MS performed LU  {at=8572089.175734095, lu_delay=5.917671028524637, ms=00037}
22:51:02.978581 run                osmo-ms-mob/00057: Starting mobile
22:51:02.991831 run       osmo-ms-mob/00057(pid=192): Launched
22:51:03.002563 run                             mass: MS start registered  {at=8572089.210887954, delay=0.004592709243297577, ms=00057}
22:51:03.736110 run                osmo-ms-mob/00058: Starting mobile
22:51:03.750708 run       osmo-ms-mob/00058(pid=193): Launched
22:51:03.761636 run                             mass: MS start registered  {at=8572089.96995321, delay=0.004802299663424492, ms=00058}
22:51:03.820485 run                             mass: MS performed LU  {at=8572090.028709546, lu_delay=4.6244250275194645, ms=00044}
22:51:04.039329 run                osmo-ms-mob/00059: Starting mobile
22:51:04.053619 run       osmo-ms-mob/00059(pid=194): Launched
22:51:04.065446 run                             mass: MS start registered  {at=8572090.273765456, delay=0.0052754804491996765, ms=00059}
22:51:04.324810 run                osmo-ms-mob/00060: Starting mobile
22:51:04.338245 run       osmo-ms-mob/00060(pid=195): Launched
22:51:04.349221 run                             mass: MS start registered  {at=8572090.557543067, delay=0.004608025774359703, ms=00060}
22:51:04.498724 run                             mass: MS performed LU  {at=8572090.706942676, lu_delay=5.849341595545411, ms=00042}
22:51:04.535414 run                             mass: MS performed LU  {at=8572090.743656985, lu_delay=4.571692943572998, ms=00046}
22:51:04.572320 run                             mass: MS performed LU  {at=8572090.78058135, lu_delay=5.549856139346957, ms=00043}
22:51:04.588710 run                osmo-ms-mob/00061: Starting mobile
22:51:04.603263 run       osmo-ms-mob/00061(pid=196): Launched
22:51:04.614169 run                             mass: MS start registered  {at=8572090.822492035, delay=0.004728199914097786, ms=00061}
22:51:04.862671 run                             mass: MS performed LU  {at=8572091.070892552, lu_delay=5.177147343754768, ms=00045}
22:51:05.078735 run                osmo-ms-mob/00062: Starting mobile
22:51:05.096262 run       osmo-ms-mob/00062(pid=197): Launched
22:51:05.104349 run                             mass: MS performed LU  {at=8572091.312676338, lu_delay=4.8547477051615715, ms=00047}
22:51:05.110207 run                             mass: MS start registered  {at=8572091.318541907, delay=0.005884882062673569, ms=00062}
22:51:05.339042 run                osmo-ms-mob/00063: Starting mobile
22:51:05.353097 run       osmo-ms-mob/00063(pid=198): Launched
22:51:05.364389 run                             mass: MS start registered  {at=8572091.572705861, delay=0.005072884261608124, ms=00063}
22:51:05.605547 run                             mass: MS performed LU  {at=8572091.813734652, lu_delay=7.243442812934518, ms=00041}
22:51:05.679724 run                             mass: MS performed LU  {at=8572091.887940276, lu_delay=4.08398500084877, ms=00051}
22:51:05.711471 run                osmo-ms-mob/00064: Starting mobile
22:51:05.724858 run       osmo-ms-mob/00064(pid=199): Launched
22:51:05.736147 run                             mass: MS start registered  {at=8572091.94446801, delay=0.004871532320976257, ms=00064}
22:51:06.149085 run                osmo-ms-mob/00065: Starting mobile
22:51:06.166343 run       osmo-ms-mob/00065(pid=200): Launched
22:51:06.177910 run                             mass: MS start registered  {at=8572092.386228923, delay=0.0052261073142290115, ms=00065}
22:51:06.399313 run                             mass: MS performed LU  {at=8572092.60752909, lu_delay=5.46614009514451, ms=00050}
22:51:06.414282 run                osmo-ms-mob/00066: Starting mobile
22:51:06.427563 run       osmo-ms-mob/00066(pid=201): Launched
22:51:06.435380 run                             mass: MS performed LU  {at=8572092.643697936, lu_delay=5.885842448100448, ms=00048}
22:51:06.441608 run                             mass: MS start registered  {at=8572092.649940813, delay=0.00801878608763218, ms=00066}
22:51:06.472963 run                             mass: MS performed LU  {at=8572092.681204867, lu_delay=5.680886885151267, ms=00049}
22:51:06.726825 run                             mass: MS performed LU  {at=8572092.935045093, lu_delay=4.912895083427429, ms=00052}
22:51:06.772171 run                osmo-ms-mob/00067: Starting mobile
22:51:06.786762 run       osmo-ms-mob/00067(pid=202): Launched
22:51:06.797505 run                             mass: MS start registered  {at=8572093.005825777, delay=0.004496827721595764, ms=00067}
22:51:07.154888 run                osmo-ms-mob/00068: Starting mobile
22:51:07.170391 run       osmo-ms-mob/00068(pid=203): Launched
22:51:07.181331 run                             mass: MS start registered  {at=8572093.389642535, delay=0.004775051027536392, ms=00068}
22:51:07.540019 run                osmo-ms-mob/00069: Starting mobile
22:51:07.553952 run       osmo-ms-mob/00069(pid=204): Launched
22:51:07.564976 run                             mass: MS start registered  {at=8572093.773295047, delay=0.0047077760100364685, ms=00069}
22:51:07.957256 run                osmo-ms-mob/00070: Starting mobile
22:51:07.972775 run       osmo-ms-mob/00070(pid=205): Launched
22:51:07.985103 run                             mass: MS start registered  {at=8572094.19342365, delay=0.00592372752726078, ms=00070}
22:51:08.355150 run                osmo-ms-mob/00071: Starting mobile
22:51:08.370497 run       osmo-ms-mob/00071(pid=206): Launched
22:51:08.376728 run                             mass: MS performed LU  {at=8572094.58505531, lu_delay=4.6151021011173725, ms=00058}
22:51:08.382991 run                             mass: MS start registered  {at=8572094.591324909, delay=0.006287543103098869, ms=00071}
22:51:08.388997 run                             mass: MS performed LU  {at=8572094.59732873, lu_delay=5.940322747454047, ms=00054}
22:51:08.499373 run                             mass: MS performed LU  {at=8572094.707597343, lu_delay=5.810994580388069, ms=00055}
22:51:08.528772 run                osmo-ms-mob/00072: Starting mobile
22:51:08.542637 run       osmo-ms-mob/00072(pid=207): Launched
22:51:08.553500 run                             mass: MS start registered  {at=8572094.76180947, delay=0.004635067656636238, ms=00072}
22:51:08.573302 run                             mass: MS performed LU  {at=8572094.781538665, lu_delay=5.753123886883259, ms=00056}
22:51:08.628588 run                             mass: MS performed LU  {at=8572094.836823994, lu_delay=6.458563765510917, ms=00053}
22:51:09.140526 run                osmo-ms-mob/00073: Starting mobile
22:51:09.154636 run       osmo-ms-mob/00073(pid=208): Launched
22:51:09.165507 run                             mass: MS start registered  {at=8572095.373827456, delay=0.004388224333524704, ms=00073}
22:51:09.460445 run                             mass: MS performed LU  {at=8572095.668670207, lu_delay=3.724202197045088, ms=00064}
22:51:09.496768 run                osmo-ms-mob/00074: Starting mobile
22:51:09.510521 run       osmo-ms-mob/00074(pid=209): Launched
22:51:09.521788 run                             mass: MS start registered  {at=8572095.73010261, delay=0.004810448735952377, ms=00074}
22:51:09.639845 run                             mass: MS performed LU  {at=8572095.848072698, lu_delay=22.59133316203952, ms=00014}
22:51:09.972026 run                osmo-ms-mob/00075: Starting mobile
22:51:09.989790 run       osmo-ms-mob/00075(pid=210): Launched
22:51:10.000814 run                             mass: MS start registered  {at=8572096.209129745, delay=0.004808636382222176, ms=00075}
22:51:10.165482 run                             mass: MS performed LU  {at=8572096.37370751, lu_delay=4.801001649349928, ms=00063}
22:51:10.203275 run                             mass: MS performed LU  {at=8572096.41151574, lu_delay=5.58902370557189, ms=00061}
22:51:10.312828 run                             mass: MS performed LU  {at=8572096.521060761, lu_delay=5.202518854290247, ms=00062}
22:51:10.369710 run                osmo-ms-mob/00076: Starting mobile
22:51:10.385186 run       osmo-ms-mob/00076(pid=211): Launched
22:51:10.396503 run                             mass: MS start registered  {at=8572096.60482332, delay=0.004986410960555077, ms=00076}
22:51:10.474921 run                             mass: MS performed LU  {at=8572096.68314682, lu_delay=6.125603752210736, ms=00060}
22:51:10.498981 run                             mass: MS performed LU  {at=8572096.707310569, lu_delay=6.433545112609863, ms=00059}
22:51:10.857790 run                osmo-ms-mob/00077: Starting mobile
22:51:10.874168 run       osmo-ms-mob/00077(pid=212): Launched
22:51:10.885274 run                             mass: MS start registered  {at=8572097.093591765, delay=0.00467325747013092, ms=00077}
22:51:11.341042 run                osmo-ms-mob/00078: Starting mobile
22:51:11.355377 run       osmo-ms-mob/00078(pid=213): Launched
22:51:11.366481 run                             mass: MS start registered  {at=8572097.574801212, delay=0.004686389118432999, ms=00078}
22:51:11.724338 run                osmo-ms-mob/00079: Starting mobile
22:51:11.737304 run       osmo-ms-mob/00079(pid=214): Launched
22:51:11.748114 run                             mass: MS start registered  {at=8572097.956435857, delay=0.004693850874900818, ms=00079}
22:51:12.131244 run                             mass: MS performed LU  {at=8572098.339191074, lu_delay=5.952962150797248, ms=00065}
22:51:12.191737 run                osmo-ms-mob/00080: Starting mobile
22:51:12.206700 run       osmo-ms-mob/00080(pid=215): Launched
22:51:12.212862 run                             mass: MS performed LU  {at=8572098.421191309, lu_delay=5.031548773869872, ms=00068}
22:51:12.218771 run                             mass: MS performed LU  {at=8572098.42710569, lu_delay=4.653810642659664, ms=00069}
22:51:12.224589 run                             mass: MS start registered  {at=8572098.432924906, delay=0.011750353500247002, ms=00080}
22:51:12.265044 run                             mass: MS performed LU  {at=8572098.47328829, lu_delay=5.823347477242351, ms=00066}
22:51:12.340192 run                             mass: MS performed LU  {at=8572098.54842339, lu_delay=5.542597614228725, ms=00067}
22:51:12.368065 run                osmo-ms-mob/00081: Starting mobile
22:51:12.382139 run       osmo-ms-mob/00081(pid=216): Launched
22:51:12.393168 run                             mass: MS start registered  {at=8572098.601487689, delay=0.004708370193839073, ms=00081}
22:51:13.125331 run                osmo-ms-mob/00082: Starting mobile
22:51:13.138829 run       osmo-ms-mob/00082(pid=217): Launched
22:51:13.149821 run                             mass: MS start registered  {at=8572099.358144198, delay=0.004815509542822838, ms=00082}
22:51:13.764229 run                osmo-ms-mob/00083: Starting mobile
22:51:13.780777 run       osmo-ms-mob/00083(pid=218): Launched
22:51:13.791857 run                             mass: MS start registered  {at=8572100.000167564, delay=0.005048204213380814, ms=00083}
22:51:13.930974 run                             mass: MS performed LU  {at=8572100.139193786, lu_delay=5.945770137012005, ms=00070}
22:51:13.969040 run                             mass: MS performed LU  {at=8572100.177284634, lu_delay=5.585959725081921, ms=00071}
22:51:14.079350 run                             mass: MS performed LU  {at=8572100.28755119, lu_delay=4.913723735138774, ms=00073}
22:51:14.109780 run                osmo-ms-mob/00084: Starting mobile
22:51:14.124571 run       osmo-ms-mob/00084(pid=219): Launched
22:51:14.135232 run                             mass: MS start registered  {at=8572100.343555689, delay=0.004556646570563316, ms=00084}
22:51:14.240268 run                             mass: MS performed LU  {at=8572100.448488012, lu_delay=5.686678541824222, ms=00072}
22:51:14.264037 run                             mass: MS performed LU  {at=8572100.472368216, lu_delay=4.742265606299043, ms=00074}
22:51:14.765147 run                osmo-ms-mob/00085: Starting mobile
22:51:14.781796 run       osmo-ms-mob/00085(pid=220): Launched
22:51:14.792843 run                             mass: MS start registered  {at=8572101.001164798, delay=0.004742927849292755, ms=00085}
22:51:15.337750 run                osmo-ms-mob/00086: Starting mobile
22:51:15.351392 run       osmo-ms-mob/00086(pid=221): Launched
22:51:15.362355 run                             mass: MS start registered  {at=8572101.57067308, delay=0.0046498458832502365, ms=00086}
22:51:15.896682 run                             mass: MS performed LU  {at=8572102.104878789, lu_delay=5.895749043673277, ms=00075}
22:51:15.938707 run                osmo-ms-mob/00087: Starting mobile
22:51:15.955164 run       osmo-ms-mob/00087(pid=222): Launched
22:51:15.961290 run                             mass: MS performed LU  {at=8572102.169618431, lu_delay=5.076026666909456, ms=00077}
22:51:15.967172 run                             mass: MS performed LU  {at=8572102.175506594, lu_delay=5.570683274418116, ms=00076}
22:51:15.972972 run                             mass: MS start registered  {at=8572102.181307664, delay=0.011707212775945663, ms=00087}
22:51:16.266461 run                             mass: MS performed LU  {at=8572102.474678436, lu_delay=4.8998772241175175, ms=00078}
22:51:16.566506 run                osmo-ms-mob/00088: Starting mobile
22:51:16.583626 run       osmo-ms-mob/00088(pid=223): Launched
22:51:16.594460 run                             mass: MS start registered  {at=8572102.802779986, delay=0.004639064893126488, ms=00088}
22:51:17.135318 run                osmo-ms-mob/00089: Starting mobile
22:51:17.149067 run       osmo-ms-mob/00089(pid=224): Launched
22:51:17.159945 run                             mass: MS start registered  {at=8572103.368266905, delay=0.0048178136348724365, ms=00089}
22:51:17.697024 run                             mass: MS performed LU  {at=8572103.905243237, lu_delay=5.303755547851324, ms=00081}
22:51:17.727536 run                osmo-ms-mob/00090: Starting mobile
22:51:17.741461 run       osmo-ms-mob/00090(pid=225): Launched
22:51:17.747772 run                             mass: MS performed LU  {at=8572103.956097664, lu_delay=5.5231727585196495, ms=00080}
22:51:17.754149 run                             mass: MS start registered  {at=8572103.962482039, delay=0.0064027439802885056, ms=00090}
22:51:17.844902 run                             mass: MS performed LU  {at=8572104.05311971, lu_delay=4.694975512102246, ms=00082}
22:51:17.970172 run                             mass: MS performed LU  {at=8572104.17837058, lu_delay=6.221934722736478, ms=00079}
22:51:18.437695 run                osmo-ms-mob/00091: Starting mobile
22:51:18.452599 run       osmo-ms-mob/00091(pid=226): Launched
22:51:18.463725 run                             mass: MS start registered  {at=8572104.67202141, delay=0.004612019285559654, ms=00091}
22:51:19.167505 run                osmo-ms-mob/00092: Starting mobile
22:51:19.185831 run       osmo-ms-mob/00092(pid=227): Launched
22:51:19.196877 run                             mass: MS start registered  {at=8572105.405196102, delay=0.004539866000413895, ms=00092}
22:51:19.663389 run                             mass: MS performed LU  {at=8572105.87159171, lu_delay=5.871424145996571, ms=00083}
22:51:19.687234 run                             mass: MS performed LU  {at=8572105.895566083, lu_delay=4.894401285797358, ms=00085}
22:51:19.708657 run                             mass: MS performed LU  {at=8572105.916890552, lu_delay=5.5733348634094, ms=00084}
22:51:19.748474 run                osmo-ms-mob/00093: Starting mobile
22:51:19.763412 run       osmo-ms-mob/00093(pid=228): Launched
22:51:19.774285 run                             mass: MS start registered  {at=8572105.98260849, delay=0.004877286031842232, ms=00093}
22:51:20.836976 run                osmo-ms-mob/00094: Starting mobile
22:51:20.851718 run       osmo-ms-mob/00094(pid=229): Launched
22:51:20.863449 run                             mass: MS start registered  {at=8572107.07176535, delay=0.005398258566856384, ms=00094}
22:51:21.444812 run                             mass: MS performed LU  {at=8572107.653030079, lu_delay=6.082356998696923, ms=00086}
22:51:21.462497 run                             mass: MS performed LU  {at=8572107.670741186, lu_delay=4.867961199954152, ms=00088}
22:51:21.610428 run                             mass: MS performed LU  {at=8572107.818650138, lu_delay=5.637342473492026, ms=00087}
22:51:21.666499 run                osmo-ms-mob/00095: Starting mobile
22:51:21.682098 run       osmo-ms-mob/00095(pid=230): Launched
22:51:21.693197 run                             mass: MS start registered  {at=8572107.901517848, delay=0.004559384658932686, ms=00095}
22:51:21.951568 run                             mass: MS performed LU  {at=8572108.159785766, lu_delay=4.791518861427903, ms=00089}
22:51:22.738752 run                osmo-ms-mob/00096: Starting mobile
22:51:22.752731 run       osmo-ms-mob/00096(pid=231): Launched
22:51:22.763677 run                             mass: MS start registered  {at=8572108.971993929, delay=0.004830505698919296, ms=00096}
22:51:23.429812 run                             mass: MS performed LU  {at=8572109.637908949, lu_delay=5.675426909700036, ms=00090}
22:51:23.453567 run                             mass: MS performed LU  {at=8572109.661897361, lu_delay=4.989875951781869, ms=00091}
22:51:23.825187 run                osmo-ms-mob/00097: Starting mobile
22:51:23.838530 run       osmo-ms-mob/00097(pid=232): Launched
22:51:23.849517 run                             mass: MS start registered  {at=8572110.057839021, delay=0.004833787679672241, ms=00097}
22:51:25.146064 run                osmo-ms-mob/00098: Starting mobile
22:51:25.161804 run       osmo-ms-mob/00098(pid=233): Launched
22:51:25.172698 run                             mass: MS start registered  {at=8572111.381019417, delay=0.004729555919766426, ms=00098}
22:51:25.358371 run                             mass: MS performed LU  {at=8572111.566589855, lu_delay=5.583981364965439, ms=00093}
22:51:25.375502 run                             mass: MS performed LU  {at=8572111.583768934, lu_delay=6.17857283167541, ms=00092}
22:51:25.445345 run                             mass: MS performed LU  {at=8572111.653563144, lu_delay=22.44267519004643, ms=00057}
22:51:25.698996 run                             mass: MS performed LU  {at=8572111.907214984, lu_delay=4.835449634119868, ms=00094}
22:51:26.966284 run                osmo-ms-mob/00099: Starting mobile
22:51:26.982979 run       osmo-ms-mob/00099(pid=234): Launched
22:51:26.989141 run                             mass: All started... {duration=55.774751955643296, too_slow=0}
22:51:26.994896 run                             mass: MS start registered  {at=8572113.20322428, delay=0.005749747157096863, ms=00099}
22:51:27.195850 run                             mass: MS performed LU  {at=8572113.404049521, lu_delay=5.502531673759222, ms=00095}
22:51:27.448327 run                             mass: MS performed LU  {at=8572113.656543408, lu_delay=4.684549478814006, ms=00096}
22:51:29.123933 run                             mass: MS performed LU  {at=8572115.332150482, lu_delay=5.2743114605546, ms=00097}
22:51:30.960856 run                             mass: MS performed LU  {at=8572117.169072388, lu_delay=5.788052970543504, ms=00098}
22:51:32.862548 run                             mass: MS performed LU  {at=8572119.07076405, lu_delay=5.867539769038558, ms=00099}
22:51:32.872777 run                             mass: Tests done {all_completed=True, max=22.59133316203952, min=3.724202197045088}
22:51:32.878325 tst         register_default_mass.py: Test passed (81.1 sec)
22:51:32.883892 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:32.887272 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:32.890621 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:32.894029 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:32.897470 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:32.900980 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:32.904691 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:32.908141 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:32.911595 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:32.915050 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:32.918503 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:32.921988 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:32.925462 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:32.928947 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:32.932525 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:32.936193 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:32.939787 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:32.943348 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:32.946892 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:32.950380 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:32.953910 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:32.957459 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:32.960949 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:32.964526 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:32.968000 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:32.971535 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:32.975002 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:32.978559 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:32.982060 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:32.985810 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:32.989382 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:32.992921 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:32.996457 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:32.999917 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:33.003539 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:33.007161 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:33.010694 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:33.014255 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:33.017695 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:33.021243 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:33.024832 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:33.028380 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:33.032116 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:33.035726 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:33.039227 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:33.042694 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:33.046272 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:33.049927 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:33.053415 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:33.056917 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:33.060393 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:33.063950 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:33.067403 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:33.070901 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:33.074454 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:33.077942 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:33.081418 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:33.084895 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:33.088490 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:33.091993 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:33.095468 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:33.099083 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:33.102545 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:33.106091 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:33.109594 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:33.113191 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:33.116792 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:33.120382 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:33.123969 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:33.127558 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:33.131111 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:33.134647 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:33.138235 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:33.141779 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:33.145317 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:33.148946 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:33.152543 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:33.156009 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:33.159616 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:33.163244 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:33.166799 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:33.170386 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:33.173988 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:33.177610 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:33.181223 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:33.184811 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:33.188958 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:33.192540 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:33.196147 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:33.199709 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:33.203187 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:33.206674 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:33.210180 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:33.213670 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:33.217318 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:33.221100 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:33.224591 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:33.228093 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:33.231520 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:33.235000 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:33.238421 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:33.241894 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:33.245391 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:33.248879 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:33.252253 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:33.255680 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:33.259172 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:33.262520 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:33.266004 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:33.269456 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:33.272957 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:33.276433 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:33.279942 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:33.283333 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:33.286827 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:33.290313 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:33.293702 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:33.297041 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:33.300371 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:33.303704 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:33.307036 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:33.310364 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:33.313685 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:33.317015 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:33.320348 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:33.323697 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:33.327024 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:33.330360 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:33.333696 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:33.336988 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:33.340269 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:33.343519 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:33.346787 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:33.350046 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:33.353304 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:33.356578 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:33.359845 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:33.363101 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:33.366362 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:33.369631 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:33.372891 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:33.376140 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:33.379403 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:33.382665 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:33.385931 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:33.389202 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:33.392451 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:33.395714 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:33.398964 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:33.402228 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:33.405486 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:33.408751 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:33.412009 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:33.415274 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:33.418543 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:33.421799 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:33.425073 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:33.428333 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:33.431594 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:33.434880 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:33.438137 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:33.441406 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:33.444682 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:33.447962 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:33.451243 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:33.454501 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:33.457761 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:33.461035 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:33.464296 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:33.467559 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:33.470817 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:33.474083 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:33.477340 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:33.480589 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:33.483860 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:33.487126 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:33.490391 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:33.493650 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:33.496903 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:33.500169 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:33.503436 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:33.506719 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:33.509985 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:33.513256 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:33.516533 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:33.519809 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:33.523074 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:33.526341 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:33.529619 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:33.532891 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:33.536149 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:33.539406 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:33.542664 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:33.545914 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:33.549176 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:33.552449 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:33.555698 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:33.558940 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:33.562197 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:33.565459 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:33.568738 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:33.572007 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:33.575276 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:33.578550 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:33.581828 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:33.585113 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:33.588360 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:33.591611 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:33.594870 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:33.598112 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:33.601376 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:33.604650 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:33.607929 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:33.611198 ---      ParallelTerminationStrategy: PID 22 died...
22:51:33.612679 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:33.616292 ---      ParallelTerminationStrategy: PID 23 died...
22:51:33.617755 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:33.621331 ---      ParallelTerminationStrategy: PID 24 died...
22:51:33.622782 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:33.626387 ---      ParallelTerminationStrategy: PID 25 died...
22:51:33.627849 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:33.631428 ---      ParallelTerminationStrategy: PID 26 died...
22:51:33.632898 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:33.636503 ---      ParallelTerminationStrategy: PID 27 died...
22:51:33.637962 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:33.641573 ---      ParallelTerminationStrategy: PID 28 died...
22:51:33.643034 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:33.646626 ---      ParallelTerminationStrategy: PID 29 died...
22:51:33.648110 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:33.651734 ---      ParallelTerminationStrategy: PID 30 died...
22:51:33.653194 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:33.656797 ---      ParallelTerminationStrategy: PID 31 died...
22:51:33.658250 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:33.661879 ---      ParallelTerminationStrategy: PID 32 died...
22:51:33.663337 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:33.666988 ---      ParallelTerminationStrategy: PID 33 died...
22:51:33.668488 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:33.672110 ---      ParallelTerminationStrategy: PID 35 died...
22:51:33.673582 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:33.677197 ---      ParallelTerminationStrategy: PID 36 died...
22:51:33.678664 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:33.682285 ---      ParallelTerminationStrategy: PID 37 died...
22:51:33.683765 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:33.687377 ---      ParallelTerminationStrategy: PID 38 died...
22:51:33.688853 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:33.692461 ---      ParallelTerminationStrategy: PID 39 died...
22:51:33.693927 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:33.697539 ---      ParallelTerminationStrategy: PID 40 died...
22:51:33.699004 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:33.702620 ---      ParallelTerminationStrategy: PID 41 died...
22:51:33.704099 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:33.707685 ---      ParallelTerminationStrategy: PID 42 died...
22:51:33.709154 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:33.712751 ---      ParallelTerminationStrategy: PID 43 died...
22:51:33.714211 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:33.717795 ---      ParallelTerminationStrategy: PID 44 died...
22:51:33.719260 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:33.722839 ---      ParallelTerminationStrategy: PID 45 died...
22:51:33.724311 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:33.727924 ---      ParallelTerminationStrategy: PID 46 died...
22:51:33.729389 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:33.732982 ---      ParallelTerminationStrategy: PID 47 died...
22:51:33.734431 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:33.738023 ---      ParallelTerminationStrategy: PID 48 died...
22:51:33.739463 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:33.743046 ---      ParallelTerminationStrategy: PID 49 died...
22:51:33.744507 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:33.748083 ---      ParallelTerminationStrategy: PID 50 died...
22:51:33.749533 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:33.753114 ---      ParallelTerminationStrategy: PID 51 died...
22:51:33.754553 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:33.758143 ---      ParallelTerminationStrategy: PID 52 died...
22:51:33.759602 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:33.763218 ---      ParallelTerminationStrategy: PID 53 died...
22:51:33.764680 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:33.768262 ---      ParallelTerminationStrategy: PID 54 died...
22:51:33.769719 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:33.773303 ---      ParallelTerminationStrategy: PID 55 died...
22:51:33.774750 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:33.778350 ---      ParallelTerminationStrategy: PID 56 died...
22:51:33.779828 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:33.783403 ---      ParallelTerminationStrategy: PID 57 died...
22:51:33.784866 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:33.788455 ---      ParallelTerminationStrategy: PID 58 died...
22:51:33.789903 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:33.793515 ---      ParallelTerminationStrategy: PID 59 died...
22:51:33.794975 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:33.798559 ---      ParallelTerminationStrategy: PID 60 died...
22:51:33.800004 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:33.803584 ---      ParallelTerminationStrategy: PID 61 died...
22:51:33.805039 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:33.808650 ---      ParallelTerminationStrategy: PID 62 died...
22:51:33.810107 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:33.813710 ---      ParallelTerminationStrategy: PID 63 died...
22:51:33.815161 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:33.818745 ---      ParallelTerminationStrategy: PID 64 died...
22:51:33.820204 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:33.823791 ---      ParallelTerminationStrategy: PID 65 died...
22:51:33.825246 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:33.828868 ---      ParallelTerminationStrategy: PID 66 died...
22:51:33.830321 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:33.833907 ---      ParallelTerminationStrategy: PID 67 died...
22:51:33.835373 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:33.838952 ---      ParallelTerminationStrategy: PID 68 died...
22:51:33.840424 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:33.844009 ---      ParallelTerminationStrategy: PID 69 died...
22:51:33.845461 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:33.849078 ---      ParallelTerminationStrategy: PID 70 died...
22:51:33.850527 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:33.854125 ---      ParallelTerminationStrategy: PID 71 died...
22:51:33.855578 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:33.859202 ---      ParallelTerminationStrategy: PID 72 died...
22:51:33.860656 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:33.864244 ---      ParallelTerminationStrategy: PID 73 died...
22:51:33.865700 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:33.869282 ---      ParallelTerminationStrategy: PID 74 died...
22:51:33.870733 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:33.874363 ---      ParallelTerminationStrategy: PID 75 died...
22:51:33.875822 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:33.879403 ---      ParallelTerminationStrategy: PID 76 died...
22:51:33.880862 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:33.884473 ---      ParallelTerminationStrategy: PID 77 died...
22:51:33.885917 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:33.889524 ---      ParallelTerminationStrategy: PID 78 died...
22:51:33.890977 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:33.894557 ---      ParallelTerminationStrategy: PID 79 died...
22:51:33.896030 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:33.899630 ---      ParallelTerminationStrategy: PID 80 died...
22:51:33.901082 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:33.904654 ---      ParallelTerminationStrategy: PID 81 died...
22:51:33.906121 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:33.909693 ---      ParallelTerminationStrategy: PID 82 died...
22:51:33.911158 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:33.914756 ---      ParallelTerminationStrategy: PID 83 died...
22:51:33.916218 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:33.919824 ---      ParallelTerminationStrategy: PID 84 died...
22:51:33.921280 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:33.924867 ---      ParallelTerminationStrategy: PID 85 died...
22:51:33.926321 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:33.929921 ---      ParallelTerminationStrategy: PID 86 died...
22:51:33.931380 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:33.934976 ---      ParallelTerminationStrategy: PID 87 died...
22:51:33.936431 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:33.940025 ---      ParallelTerminationStrategy: PID 88 died...
22:51:33.941483 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:33.945090 ---      ParallelTerminationStrategy: PID 89 died...
22:51:33.946549 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:33.950139 ---      ParallelTerminationStrategy: PID 90 died...
22:51:33.951595 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:33.955179 ---      ParallelTerminationStrategy: PID 91 died...
22:51:33.956638 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:33.960245 ---      ParallelTerminationStrategy: PID 92 died...
22:51:33.961707 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:33.965322 ---      ParallelTerminationStrategy: PID 93 died...
22:51:33.966789 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:33.970386 ---      ParallelTerminationStrategy: PID 94 died...
22:51:33.971856 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:33.975457 ---      ParallelTerminationStrategy: PID 95 died...
22:51:33.976923 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:33.980501 ---      ParallelTerminationStrategy: PID 96 died...
22:51:33.981957 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:33.985560 ---      ParallelTerminationStrategy: PID 97 died...
22:51:33.987012 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:33.990609 ---      ParallelTerminationStrategy: PID 98 died...
22:51:33.992071 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:33.995684 ---      ParallelTerminationStrategy: PID 99 died...
22:51:33.997157 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:34.000743 ---      ParallelTerminationStrategy: PID 100 died...
22:51:34.002189 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:34.005793 ---      ParallelTerminationStrategy: PID 101 died...
22:51:34.007244 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:34.010840 ---      ParallelTerminationStrategy: PID 102 died...
22:51:34.012302 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:34.015926 ---      ParallelTerminationStrategy: PID 103 died...
22:51:34.017374 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:34.020971 ---      ParallelTerminationStrategy: PID 104 died...
22:51:34.022438 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:34.026040 ---      ParallelTerminationStrategy: PID 105 died...
22:51:34.027503 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:34.031098 ---      ParallelTerminationStrategy: PID 106 died...
22:51:34.032575 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:34.036162 ---      ParallelTerminationStrategy: PID 107 died...
22:51:34.037614 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:34.041202 ---      ParallelTerminationStrategy: PID 108 died...
22:51:34.042650 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:34.046221 ---      ParallelTerminationStrategy: PID 109 died...
22:51:34.047688 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:34.051296 ---      ParallelTerminationStrategy: PID 110 died...
22:51:34.052767 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:34.056364 ---      ParallelTerminationStrategy: PID 111 died...
22:51:34.057827 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:34.061423 ---      ParallelTerminationStrategy: PID 112 died...
22:51:34.062887 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:34.066474 ---      ParallelTerminationStrategy: PID 113 died...
22:51:34.067928 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:34.071515 ---      ParallelTerminationStrategy: PID 114 died...
22:51:34.072988 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:34.076570 ---      ParallelTerminationStrategy: PID 115 died...
22:51:34.078015 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:34.081623 ---      ParallelTerminationStrategy: PID 116 died...
22:51:34.083087 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:34.086664 ---      ParallelTerminationStrategy: PID 117 died...
22:51:34.088125 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:34.091698 ---      ParallelTerminationStrategy: PID 118 died...
22:51:34.093152 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:34.096754 ---      ParallelTerminationStrategy: PID 119 died...
22:51:34.098210 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:34.101801 ---      ParallelTerminationStrategy: PID 120 died...
22:51:34.103258 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:34.106862 ---      ParallelTerminationStrategy: PID 121 died...
22:51:34.108333 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:34.111935 ---      ParallelTerminationStrategy: PID 122 died...
22:51:34.113393 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:34.116991 ---      ParallelTerminationStrategy: PID 123 died...
22:51:34.118446 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:34.122050 ---      ParallelTerminationStrategy: PID 124 died...
22:51:34.123498 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:34.127097 ---      ParallelTerminationStrategy: PID 125 died...
22:51:34.128552 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:34.132173 ---      ParallelTerminationStrategy: PID 126 died...
22:51:34.133625 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:34.137207 ---      ParallelTerminationStrategy: PID 127 died...
22:51:34.138667 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:34.142263 ---      ParallelTerminationStrategy: PID 128 died...
22:51:34.143728 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:34.147350 ---      ParallelTerminationStrategy: PID 129 died...
22:51:34.148812 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:34.152418 ---      ParallelTerminationStrategy: PID 130 died...
22:51:34.153889 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:34.157496 ---      ParallelTerminationStrategy: PID 131 died...
22:51:34.158946 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:34.162550 ---      ParallelTerminationStrategy: PID 132 died...
22:51:34.164008 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:34.167611 ---      ParallelTerminationStrategy: PID 133 died...
22:51:34.169064 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:34.172647 ---      ParallelTerminationStrategy: PID 134 died...
22:51:34.174095 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:34.177717 ---      ParallelTerminationStrategy: PID 135 died...
22:51:34.179167 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:34.182783 ---      ParallelTerminationStrategy: PID 136 died...
22:51:34.184249 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:34.187888 ---      ParallelTerminationStrategy: PID 137 died...
22:51:34.189356 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:34.192970 ---      ParallelTerminationStrategy: PID 138 died...
22:51:34.194433 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:34.198081 ---      ParallelTerminationStrategy: PID 139 died...
22:51:34.199541 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:34.203146 ---      ParallelTerminationStrategy: PID 140 died...
22:51:34.204611 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:34.208227 ---      ParallelTerminationStrategy: PID 141 died...
22:51:34.209689 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:34.213309 ---      ParallelTerminationStrategy: PID 142 died...
22:51:34.214764 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:34.218377 ---      ParallelTerminationStrategy: PID 143 died...
22:51:34.219834 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:34.223417 ---      ParallelTerminationStrategy: PID 144 died...
22:51:34.224887 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:34.228510 ---      ParallelTerminationStrategy: PID 145 died...
22:51:34.229955 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:34.233609 ---      ParallelTerminationStrategy: PID 146 died...
22:51:34.235072 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:34.238686 ---      ParallelTerminationStrategy: PID 147 died...
22:51:34.240167 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:34.243786 ---      ParallelTerminationStrategy: PID 148 died...
22:51:34.245240 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:34.248870 ---      ParallelTerminationStrategy: PID 149 died...
22:51:34.250337 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:34.253945 ---      ParallelTerminationStrategy: PID 150 died...
22:51:34.255395 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:34.258990 ---      ParallelTerminationStrategy: PID 151 died...
22:51:34.260457 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:34.264071 ---      ParallelTerminationStrategy: PID 152 died...
22:51:34.265533 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:34.269160 ---      ParallelTerminationStrategy: PID 153 died...
22:51:34.270625 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:34.274257 ---      ParallelTerminationStrategy: PID 154 died...
22:51:34.275722 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:34.279335 ---      ParallelTerminationStrategy: PID 155 died...
22:51:34.280813 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:34.284429 ---      ParallelTerminationStrategy: PID 156 died...
22:51:34.285883 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:34.289509 ---      ParallelTerminationStrategy: PID 157 died...
22:51:34.290961 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:34.294599 ---      ParallelTerminationStrategy: PID 158 died...
22:51:34.296056 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:34.299648 ---      ParallelTerminationStrategy: PID 159 died...
22:51:34.301110 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:34.304736 ---      ParallelTerminationStrategy: PID 160 died...
22:51:34.306192 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:34.309801 ---      ParallelTerminationStrategy: PID 161 died...
22:51:34.311270 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:34.314898 ---      ParallelTerminationStrategy: PID 162 died...
22:51:34.316368 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:34.319996 ---      ParallelTerminationStrategy: PID 163 died...
22:51:34.321456 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:34.325072 ---      ParallelTerminationStrategy: PID 164 died...
22:51:34.326522 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:34.330146 ---      ParallelTerminationStrategy: PID 165 died...
22:51:34.331603 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:34.335234 ---      ParallelTerminationStrategy: PID 166 died...
22:51:34.336705 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:34.340344 ---      ParallelTerminationStrategy: PID 167 died...
22:51:34.341803 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:34.345424 ---      ParallelTerminationStrategy: PID 168 died...
22:51:34.346880 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:34.350490 ---      ParallelTerminationStrategy: PID 169 died...
22:51:34.351962 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:34.355558 ---      ParallelTerminationStrategy: PID 170 died...
22:51:34.357017 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:34.360628 ---      ParallelTerminationStrategy: PID 171 died...
22:51:34.362095 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:34.365735 ---      ParallelTerminationStrategy: PID 172 died...
22:51:34.367186 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:34.370810 ---      ParallelTerminationStrategy: PID 173 died...
22:51:34.372283 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:34.375904 ---      ParallelTerminationStrategy: PID 174 died...
22:51:34.377358 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:34.380968 ---      ParallelTerminationStrategy: PID 175 died...
22:51:34.382426 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:34.386050 ---      ParallelTerminationStrategy: PID 176 died...
22:51:34.387505 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:34.391127 ---      ParallelTerminationStrategy: PID 177 died...
22:51:34.392584 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:34.396189 ---      ParallelTerminationStrategy: PID 178 died...
22:51:34.397644 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:34.401244 ---      ParallelTerminationStrategy: PID 179 died...
22:51:34.402701 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:34.406331 ---      ParallelTerminationStrategy: PID 180 died...
22:51:34.407795 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:34.411386 ---      ParallelTerminationStrategy: PID 181 died...
22:51:34.412847 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:34.416479 ---      ParallelTerminationStrategy: PID 182 died...
22:51:34.417933 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:34.421559 ---      ParallelTerminationStrategy: PID 183 died...
22:51:34.423023 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:34.426651 ---      ParallelTerminationStrategy: PID 184 died...
22:51:34.428115 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:34.431736 ---      ParallelTerminationStrategy: PID 185 died...
22:51:34.433189 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:34.436808 ---      ParallelTerminationStrategy: PID 186 died...
22:51:34.438259 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:34.441852 ---      ParallelTerminationStrategy: PID 187 died...
22:51:34.443308 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:34.446917 ---      ParallelTerminationStrategy: PID 188 died...
22:51:34.448421 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:34.452039 ---      ParallelTerminationStrategy: PID 189 died...
22:51:34.453500 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:34.457122 ---      ParallelTerminationStrategy: PID 190 died...
22:51:34.458579 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:34.462200 ---      ParallelTerminationStrategy: PID 191 died...
22:51:34.463673 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:34.467296 ---      ParallelTerminationStrategy: PID 192 died...
22:51:34.468764 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:34.472371 ---      ParallelTerminationStrategy: PID 193 died...
22:51:34.473838 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:34.477456 ---      ParallelTerminationStrategy: PID 194 died...
22:51:34.478909 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:34.482523 ---      ParallelTerminationStrategy: PID 195 died...
22:51:34.483978 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:34.487588 ---      ParallelTerminationStrategy: PID 196 died...
22:51:34.489041 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:34.492665 ---      ParallelTerminationStrategy: PID 197 died...
22:51:34.494129 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:34.497761 ---      ParallelTerminationStrategy: PID 198 died...
22:51:34.499226 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:34.502846 ---      ParallelTerminationStrategy: PID 199 died...
22:51:34.504318 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:34.507910 ---      ParallelTerminationStrategy: PID 200 died...
22:51:34.509357 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:34.512973 ---      ParallelTerminationStrategy: PID 201 died...
22:51:34.514423 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:34.518026 ---      ParallelTerminationStrategy: PID 202 died...
22:51:34.519476 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:34.523091 ---      ParallelTerminationStrategy: PID 203 died...
22:51:34.524556 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:34.528181 ---      ParallelTerminationStrategy: PID 204 died...
22:51:34.529631 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:34.533262 ---      ParallelTerminationStrategy: PID 205 died...
22:51:34.534720 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:34.538342 ---      ParallelTerminationStrategy: PID 206 died...
22:51:34.539808 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:34.543424 ---      ParallelTerminationStrategy: PID 207 died...
22:51:34.544901 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:34.548507 ---      ParallelTerminationStrategy: PID 208 died...
22:51:34.549968 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:34.553571 ---      ParallelTerminationStrategy: PID 209 died...
22:51:34.555022 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:34.558618 ---      ParallelTerminationStrategy: PID 210 died...
22:51:34.560077 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:34.563698 ---      ParallelTerminationStrategy: PID 211 died...
22:51:34.565162 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:34.568783 ---      ParallelTerminationStrategy: PID 212 died...
22:51:34.570243 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:34.573848 ---      ParallelTerminationStrategy: PID 213 died...
22:51:34.575288 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:34.578892 ---      ParallelTerminationStrategy: PID 214 died...
22:51:34.580349 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:34.583976 ---      ParallelTerminationStrategy: PID 215 died...
22:51:34.585423 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:34.589021 ---      ParallelTerminationStrategy: PID 216 died...
22:51:34.590474 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:34.594106 ---      ParallelTerminationStrategy: PID 217 died...
22:51:34.595572 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:34.599197 ---      ParallelTerminationStrategy: PID 218 died...
22:51:34.600660 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:34.604291 ---      ParallelTerminationStrategy: PID 219 died...
22:51:34.605759 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:34.609398 ---      ParallelTerminationStrategy: PID 220 died...
22:51:34.610852 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:34.614457 ---      ParallelTerminationStrategy: PID 221 died...
22:51:34.615916 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:34.619519 ---      ParallelTerminationStrategy: PID 222 died...
22:51:34.620982 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:34.624612 ---      ParallelTerminationStrategy: PID 223 died...
22:51:34.626078 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:34.629723 ---      ParallelTerminationStrategy: PID 224 died...
22:51:34.631179 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:34.634810 ---      ParallelTerminationStrategy: PID 225 died...
22:51:34.636278 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:34.639910 ---      ParallelTerminationStrategy: PID 226 died...
22:51:34.641378 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:34.645020 ---      ParallelTerminationStrategy: PID 227 died...
22:51:34.646488 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:34.650114 ---      ParallelTerminationStrategy: PID 228 died...
22:51:34.651579 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:34.655191 ---      ParallelTerminationStrategy: PID 229 died...
22:51:34.656671 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:34.660301 ---      ParallelTerminationStrategy: PID 230 died...
22:51:34.661761 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:34.665387 ---      ParallelTerminationStrategy: PID 231 died...
22:51:34.666849 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:34.670475 ---      ParallelTerminationStrategy: PID 232 died...
22:51:34.671949 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:34.675574 ---      ParallelTerminationStrategy: PID 233 died...
22:51:34.677035 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:34.680658 ---      ParallelTerminationStrategy: PID 234 died...
22:51:34.682120 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:38.086289 ---      ParallelTerminationStrategy: PID 34 died...
22:51:38.092659 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8322 netreg_mass PASS
---------------------------------------------------------------------
22:51:38.169448 tst                       trial-8322: Storing JUnit report in /build/trial-8322/run.2026-05-05_22-50-11/trial-8322.xml

--------------------------------------------------------------------------------------------
trial-8322 PASS
--------------------------------------------------------------------------------------------
22:51:38.180132 tst                       trial-8322: trial-8322: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8322/inst
+ cd trial-8322
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-05 22:50:11
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8322-run.tgz run.2026-05-05_22-50-11
+ tar czf /build/trial-8322-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-05_22_17_33.tgz osmo-bts-oc2g.build-2026-05-05_00_52_10.tgz osmo-bts-sysmo.build-2026-05-05_00_52_03.tgz osmo-bts.build-2026-05-05_00_52_18.tgz osmo-ggsn.build-2026-05-05_20_43_02.tgz osmo-hlr.build-2026-05-05_16_36_52.tgz osmo-hnbgw.build-2026-05-05_13_30_55.tgz osmo-mgw.build-2026-05-05_08_33_05.tgz osmo-msc.build-2026-05-05_13_33_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-05_07_35_19.tgz osmo-pcu-sysmo.build-2026-05-05_07_35_09.tgz osmo-pcu.build-2026-05-05_07_35_21.tgz osmo-sgsn.build-2026-05-05_20_48_32.tgz osmo-stp.build-2026-05-05_13_26_00.tgz osmo-trx.build-2026-05-05_14_21_33.tgz osmocom-bb.build-2026-05-05_21_17_15.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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