Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11739517794278808951.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-8158
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b31be4eefe2467cbd091ee08400bec71ad4a309a73fe9fe076d5fad25051c9bc done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8159 -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=2025-11-23 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8159
+ mkdir -p trial-8159
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-23_13_29_05.tgz osmo-bts-oc2g.build-2025-11-23_00_51_44.tgz osmo-bts-sysmo.build-2025-11-23_00_51_49.tgz osmo-bts.build-2025-11-23_00_51_54.tgz osmo-ggsn.build-2025-11-23_20_42_34.tgz osmo-hlr.build-2025-11-23_16_36_50.tgz osmo-hnbgw.build-2025-11-23_13_28_19.tgz osmo-mgw.build-2025-11-23_08_33_15.tgz osmo-msc.build-2025-11-23_13_34_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-23_07_36_05.tgz osmo-pcu-sysmo.build-2025-11-23_07_33_56.tgz osmo-pcu.build-2025-11-23_07_36_10.tgz osmo-sgsn.build-2025-11-23_20_48_19.tgz osmo-stp.build-2025-11-23_13_23_06.tgz osmo-trx.build-2025-11-23_14_25_42.tgz osmocom-bb.build-2025-11-23_21_17_29.tgz srslte.build-19.tgz trial-8159
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-23_13_29_05.md5 osmo-bts-oc2g.build-2025-11-23_00_51_44.md5 osmo-bts-sysmo.build-2025-11-23_00_51_49.md5 osmo-bts.build-2025-11-23_00_51_54.md5 osmo-ggsn.build-2025-11-23_20_42_34.md5 osmo-hlr.build-2025-11-23_16_36_50.md5 osmo-hnbgw.build-2025-11-23_13_28_19.md5 osmo-mgw.build-2025-11-23_08_33_15.md5 osmo-msc.build-2025-11-23_13_34_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-23_07_36_05.md5 osmo-pcu-sysmo.build-2025-11-23_07_33_56.md5 osmo-pcu.build-2025-11-23_07_36_10.md5 osmo-sgsn.build-2025-11-23_20_48_19.md5 osmo-stp.build-2025-11-23_13_23_06.md5 osmo-trx.build-2025-11-23_14_25_42.md5 osmocom-bb.build-2025-11-23_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-23_13_29_05.md5 osmo-bts-oc2g.build-2025-11-23_00_51_44.md5 osmo-bts-sysmo.build-2025-11-23_00_51_49.md5 osmo-bts.build-2025-11-23_00_51_54.md5 osmo-ggsn.build-2025-11-23_20_42_34.md5 osmo-hlr.build-2025-11-23_16_36_50.md5 osmo-hnbgw.build-2025-11-23_13_28_19.md5 osmo-mgw.build-2025-11-23_08_33_15.md5 osmo-msc.build-2025-11-23_13_34_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-23_07_36_05.md5 osmo-pcu-sysmo.build-2025-11-23_07_33_56.md5 osmo-pcu.build-2025-11-23_07_36_10.md5 osmo-sgsn.build-2025-11-23_20_48_19.md5 osmo-stp.build-2025-11-23_13_23_06.md5 osmo-trx.build-2025-11-23_14_25_42.md5 osmocom-bb.build-2025-11-23_21_17_29.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-8159 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8159'
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-8159
--------------------------------------------------------------------------------------------
22:48:15.684440 tst                       trial-8159: Detailed log at /build/trial-8159/run.2025-11-23_22-48-15/log

---------------------------------------------------------------------
trial-8159 netreg_mass
---------------------------------------------------------------------
22:48:15.885330 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.885695 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.886455 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.887599 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.928835 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.929712 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.930876 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.992633 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-8159 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.993397 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.008455 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.008986 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.009445 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.009888 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.010349 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.010806 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.011247 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.041348 tst         register_default_mass.py: using LAC 2
22:48:16.062725 tst         register_default_mass.py: using RAC 2
22:48:16.087876 tst         register_default_mass.py: using CellId 2
22:48:16.115931 tst         register_default_mass.py: using BVCI 3
22:48:16.129224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.129908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.130503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.131036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.131566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.132082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.132583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.133122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.133654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.134160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.134663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.135205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.135743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.136279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.136829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.137364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.137888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.138430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.138960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.139492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.140027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.140568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.141125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.141666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.142193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.142743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.143275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.143811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.144342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.144895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.145423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.145951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.146487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.147029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.147559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.148087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.148611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.149156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.149685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.150196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.150697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.151223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.151751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.152280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.152813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.153326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.153835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.154356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.154865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.155390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.155904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.156412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.156933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.157446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.157950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.158460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.158978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.159487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.159989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.160502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.161001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.161502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.162021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.162538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.163033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.163532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.164055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.164566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.165087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.165592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.166096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.166601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.167181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.167687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.168181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.168697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.169197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.169696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.170192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.170701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.171205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.171700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.172210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.172720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.173213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.173720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.174221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.174716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.175212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.175728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.176231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.176732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.177248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.177758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.178255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.178743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.179258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.179762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.180261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.180784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.181280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.181845 tst      register_default_mass.py:21: Launching a simple network
22:48:16.191870 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.308419 run            create_hlr_db(pid=20): Launched
22:48:17.322783 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.346897 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.362069 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.367660 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.547822 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.564952 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.570442 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.979089 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.993780 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.008252 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.133659 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.148367 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.153887 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.176859 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.191612 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.197186 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.502495 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.517735 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.543628 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.714098 run         osmo-bts-virtual(pid=34): Launched
22:48:28.750384 tst         register_default_mass.py: using MSISDN 1001
22:48:28.764550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.803710 tst         register_default_mass.py: using MSISDN 1002
22:48:28.821209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.852173 tst         register_default_mass.py: using MSISDN 1003
22:48:28.866758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.897723 tst         register_default_mass.py: using MSISDN 1004
22:48:28.912031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.942814 tst         register_default_mass.py: using MSISDN 1005
22:48:28.957240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.988162 tst         register_default_mass.py: using MSISDN 1006
22:48:29.002430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.033507 tst         register_default_mass.py: using MSISDN 1007
22:48:29.048038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.087731 tst         register_default_mass.py: using MSISDN 1008
22:48:29.105114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.136284 tst         register_default_mass.py: using MSISDN 1009
22:48:29.150979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.181861 tst         register_default_mass.py: using MSISDN 1010
22:48:29.196346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.227411 tst         register_default_mass.py: using MSISDN 1011
22:48:29.241895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.272855 tst         register_default_mass.py: using MSISDN 1012
22:48:29.287291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.318211 tst         register_default_mass.py: using MSISDN 1013
22:48:29.332585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.363693 tst         register_default_mass.py: using MSISDN 1014
22:48:29.378306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.408991 tst         register_default_mass.py: using MSISDN 1015
22:48:29.423286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.453974 tst         register_default_mass.py: using MSISDN 1016
22:48:29.468403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.499426 tst         register_default_mass.py: using MSISDN 1017
22:48:29.513695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.544437 tst         register_default_mass.py: using MSISDN 1018
22:48:29.558725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.589749 tst         register_default_mass.py: using MSISDN 1019
22:48:29.604306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.635392 tst         register_default_mass.py: using MSISDN 1020
22:48:29.649756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.680755 tst         register_default_mass.py: using MSISDN 1021
22:48:29.695337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.726500 tst         register_default_mass.py: using MSISDN 1022
22:48:29.740834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.771887 tst         register_default_mass.py: using MSISDN 1023
22:48:29.786357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.817371 tst         register_default_mass.py: using MSISDN 1024
22:48:29.826980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.857861 tst         register_default_mass.py: using MSISDN 1025
22:48:29.873679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.903819 tst         register_default_mass.py: using MSISDN 1026
22:48:29.918236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.948779 tst         register_default_mass.py: using MSISDN 1027
22:48:29.963110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.994119 tst         register_default_mass.py: using MSISDN 1028
22:48:30.008755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.039613 tst         register_default_mass.py: using MSISDN 1029
22:48:30.054260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.084975 tst         register_default_mass.py: using MSISDN 1030
22:48:30.099520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.130211 tst         register_default_mass.py: using MSISDN 1031
22:48:30.144722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.179547 tst         register_default_mass.py: using MSISDN 1032
22:48:30.195856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.226173 tst         register_default_mass.py: using MSISDN 1033
22:48:30.240687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.270535 tst         register_default_mass.py: using MSISDN 1034
22:48:30.284737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.315196 tst         register_default_mass.py: using MSISDN 1035
22:48:30.329589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.360326 tst         register_default_mass.py: using MSISDN 1036
22:48:30.374768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.405439 tst         register_default_mass.py: using MSISDN 1037
22:48:30.415686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.446264 tst         register_default_mass.py: using MSISDN 1038
22:48:30.461590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.492948 tst         register_default_mass.py: using MSISDN 1039
22:48:30.507464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.538773 tst         register_default_mass.py: using MSISDN 1040
22:48:30.553154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.583943 tst         register_default_mass.py: using MSISDN 1041
22:48:30.597959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.628722 tst         register_default_mass.py: using MSISDN 1042
22:48:30.642850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.674180 tst         register_default_mass.py: using MSISDN 1043
22:48:30.688412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.719671 tst         register_default_mass.py: using MSISDN 1044
22:48:30.734075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.765529 tst         register_default_mass.py: using MSISDN 1045
22:48:30.780030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.811421 tst         register_default_mass.py: using MSISDN 1046
22:48:30.825982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.857299 tst         register_default_mass.py: using MSISDN 1047
22:48:30.871757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.902917 tst         register_default_mass.py: using MSISDN 1048
22:48:30.917391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.948616 tst         register_default_mass.py: using MSISDN 1049
22:48:30.963130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.994289 tst         register_default_mass.py: using MSISDN 1050
22:48:31.008656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.039611 tst         register_default_mass.py: using MSISDN 1051
22:48:31.053727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.084431 tst         register_default_mass.py: using MSISDN 1052
22:48:31.093934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.125111 tst         register_default_mass.py: using MSISDN 1053
22:48:31.141047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.172440 tst         register_default_mass.py: using MSISDN 1054
22:48:31.187214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.218396 tst         register_default_mass.py: using MSISDN 1055
22:48:31.232916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.264025 tst         register_default_mass.py: using MSISDN 1056
22:48:31.278615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.309548 tst         register_default_mass.py: using MSISDN 1057
22:48:31.323975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.354706 tst         register_default_mass.py: using MSISDN 1058
22:48:31.368975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.400476 tst         register_default_mass.py: using MSISDN 1059
22:48:31.415313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.446582 tst         register_default_mass.py: using MSISDN 1060
22:48:31.461227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.492078 tst         register_default_mass.py: using MSISDN 1061
22:48:31.506118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.537050 tst         register_default_mass.py: using MSISDN 1062
22:48:31.551493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.582612 tst         register_default_mass.py: using MSISDN 1063
22:48:31.597015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.627825 tst         register_default_mass.py: using MSISDN 1064
22:48:31.642229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.672892 tst         register_default_mass.py: using MSISDN 1065
22:48:31.687205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.718350 tst         register_default_mass.py: using MSISDN 1066
22:48:31.730456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.769811 tst         register_default_mass.py: using MSISDN 1067
22:48:31.788259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.819401 tst         register_default_mass.py: using MSISDN 1068
22:48:31.834495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.865584 tst         register_default_mass.py: using MSISDN 1069
22:48:31.880496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.911279 tst         register_default_mass.py: using MSISDN 1070
22:48:31.925941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.965525 tst         register_default_mass.py: using MSISDN 1071
22:48:31.983128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.014366 tst         register_default_mass.py: using MSISDN 1072
22:48:32.029304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.060621 tst         register_default_mass.py: using MSISDN 1073
22:48:32.075657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.106899 tst         register_default_mass.py: using MSISDN 1074
22:48:32.121718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.152939 tst         register_default_mass.py: using MSISDN 1075
22:48:32.167862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.199293 tst         register_default_mass.py: using MSISDN 1076
22:48:32.214182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.245187 tst         register_default_mass.py: using MSISDN 1077
22:48:32.259825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.291374 tst         register_default_mass.py: using MSISDN 1078
22:48:32.306335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.337109 tst         register_default_mass.py: using MSISDN 1079
22:48:32.351840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.383087 tst         register_default_mass.py: using MSISDN 1080
22:48:32.397810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.428401 tst         register_default_mass.py: using MSISDN 1081
22:48:32.442968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.474248 tst         register_default_mass.py: using MSISDN 1082
22:48:32.489128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.520759 tst         register_default_mass.py: using MSISDN 1083
22:48:32.535803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.567108 tst         register_default_mass.py: using MSISDN 1084
22:48:32.582164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.612579 tst         register_default_mass.py: using MSISDN 1085
22:48:32.626996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.657811 tst         register_default_mass.py: using MSISDN 1086
22:48:32.672347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.703851 tst         register_default_mass.py: using MSISDN 1087
22:48:32.718921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.750102 tst         register_default_mass.py: using MSISDN 1088
22:48:32.765072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.796398 tst         register_default_mass.py: using MSISDN 1089
22:48:32.811252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.842443 tst         register_default_mass.py: using MSISDN 1090
22:48:32.857371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.887830 tst         register_default_mass.py: using MSISDN 1091
22:48:32.902349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.933063 tst         register_default_mass.py: using MSISDN 1092
22:48:32.943238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.973210 tst         register_default_mass.py: using MSISDN 1093
22:48:32.988603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.019145 tst         register_default_mass.py: using MSISDN 1094
22:48:33.033400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.063128 tst         register_default_mass.py: using MSISDN 1095
22:48:33.077089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.106697 tst         register_default_mass.py: using MSISDN 1096
22:48:33.120371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.149673 tst         register_default_mass.py: using MSISDN 1097
22:48:33.163388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.193097 tst         register_default_mass.py: using MSISDN 1098
22:48:33.206950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.236817 tst         register_default_mass.py: using MSISDN 1099
22:48:33.250621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.280207 tst         register_default_mass.py: using MSISDN 1100
22:48:33.294010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.385641 run                             mass: Starting testcase
22:48:33.391111 run                             mass: Pre-launching all virtphy's
22:48:33.396473 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.409455 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.415568 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.428580 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.434682 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.447719 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.453906 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.466962 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.473050 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.485981 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.492071 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.504970 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.511009 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.523793 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.529734 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.542467 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.548405 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.561121 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.567032 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.580034 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.585937 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.598699 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.604670 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.617392 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.623424 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.636212 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.642188 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.654966 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.660870 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.673644 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.679546 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.692354 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.698297 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.711018 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.716938 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.729671 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.735601 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.748351 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.754365 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.767094 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.773045 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.785844 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.791819 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.804619 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.810503 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.823231 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.829115 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.841818 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.847681 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.860521 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.866433 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.879289 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.885171 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.897904 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.903777 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.916598 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.922480 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.935324 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.941314 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.954092 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.960048 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.972858 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.978800 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.991569 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.997466 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.010183 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.016081 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.028836 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.034722 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.047479 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.053369 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.066151 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.072055 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.084815 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.090746 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.103639 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.109530 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.122394 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.128294 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.141139 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.147101 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.159943 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.165877 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.178702 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.184640 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.197437 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.203375 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.216150 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.222097 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.234897 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.240819 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.253572 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.259498 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.272206 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.278171 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.290922 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.296815 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.309561 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.315446 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.328340 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.334393 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.347183 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.353187 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.365960 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.371852 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.384749 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.390614 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.403514 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.409481 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.422289 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.428203 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.441128 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.447096 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.459728 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.465559 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.478219 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.484097 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.496779 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.502677 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.515364 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.521266 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.533948 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.539872 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.552608 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.558553 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.571390 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.577362 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.590296 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.596302 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.609085 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.615134 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.627953 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.633973 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.646812 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.652783 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.665564 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.671471 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.684321 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.690278 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.703071 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.709017 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.722181 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.728156 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.741007 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.746920 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.759675 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.765617 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.778337 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.784284 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.797060 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.803114 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.815980 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.822154 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.835058 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.841009 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.853931 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.859850 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.872833 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.878774 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.891534 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.897520 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.910333 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.916265 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.929055 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.934925 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.947715 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.953690 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.966479 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.972374 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.985206 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.991143 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.003950 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.009891 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.022622 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.028515 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.041537 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.047438 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.060399 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.066305 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.079066 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.085164 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.097975 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.104035 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.116877 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.122864 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.135669 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.141612 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.154441 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.160376 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.173183 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.179148 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.191963 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.197927 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.210733 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.216648 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.229423 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.235329 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.248167 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.254129 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.266923 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.273083 run                             mass: Checking if sockets are in the filesystem
22:48:35.305442 run                osmo-ms-mob/00000: Starting mobile
22:48:35.318935 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.330706 run                             mass: MS start registered  {at=27169021.03405547, delay=0.005598288029432297, ms=00000}
22:48:39.489179 run                osmo-ms-mob/00001: Starting mobile
22:48:39.502477 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.513313 run                             mass: MS start registered  {at=27169025.216659676, delay=0.00447160005569458, ms=00001}
22:48:40.542010 run                             mass: MS performed LU  {at=27169026.2452487, lu_delay=5.2111932300031185, ms=00000}
22:48:41.289031 run                osmo-ms-mob/00002: Starting mobile
22:48:41.301978 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.312524 run                             mass: MS start registered  {at=27169027.01587168, delay=0.004399653524160385, ms=00002}
22:48:42.589223 run                osmo-ms-mob/00003: Starting mobile
22:48:42.603389 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.615981 run                             mass: MS start registered  {at=27169028.319303304, delay=0.005932822823524475, ms=00003}
22:48:43.720141 run                osmo-ms-mob/00004: Starting mobile
22:48:43.736768 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.748118 run                             mass: MS start registered  {at=27169029.451464813, delay=0.005345769226551056, ms=00004}
22:48:44.308416 run                             mass: MS performed LU  {at=27169030.01165787, lu_delay=4.794998195022345, ms=00001}
22:48:44.728503 run                osmo-ms-mob/00005: Starting mobile
22:48:44.746226 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.757234 run                             mass: MS start registered  {at=27169030.460583966, delay=0.004653941839933395, ms=00005}
22:48:45.589213 run                osmo-ms-mob/00006: Starting mobile
22:48:45.602248 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.612817 run                             mass: MS start registered  {at=27169031.316170342, delay=0.004527684301137924, ms=00006}
22:48:46.209964 run                             mass: MS performed LU  {at=27169031.913199186, lu_delay=4.89732750505209, ms=00002}
22:48:46.521036 run                osmo-ms-mob/00007: Starting mobile
22:48:46.537717 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.548289 run                             mass: MS start registered  {at=27169032.251640543, delay=0.004518251866102219, ms=00007}
22:48:47.288523 run                osmo-ms-mob/00008: Starting mobile
22:48:47.301669 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.312278 run                             mass: MS start registered  {at=27169033.015633162, delay=0.00454002246260643, ms=00008}
22:48:47.990368 run                osmo-ms-mob/00009: Starting mobile
22:48:48.003767 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.014345 run                             mass: MS start registered  {at=27169033.717697326, delay=0.004535116255283356, ms=00009}
22:48:48.073623 run                             mass: MS performed LU  {at=27169033.776886065, lu_delay=5.457582760602236, ms=00003}
22:48:48.720885 run                osmo-ms-mob/00010: Starting mobile
22:48:48.737690 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.748342 run                             mass: MS start registered  {at=27169034.451696984, delay=0.004662282764911652, ms=00010}
22:48:49.288152 run                osmo-ms-mob/00011: Starting mobile
22:48:49.301412 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.312042 run                             mass: MS start registered  {at=27169035.015395507, delay=0.004537392407655716, ms=00011}
22:48:49.891266 run                osmo-ms-mob/00012: Starting mobile
22:48:49.904175 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.915426 run                             mass: MS start registered  {at=27169035.618780155, delay=0.004935078322887421, ms=00012}
22:48:49.975345 run                             mass: MS performed LU  {at=27169035.67859004, lu_delay=5.218006074428558, ms=00005}
22:48:50.002511 run                             mass: MS performed LU  {at=27169035.70581835, lu_delay=6.254353538155556, ms=00004}
22:48:50.520999 run                osmo-ms-mob/00013: Starting mobile
22:48:50.537774 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.548540 run                             mass: MS start registered  {at=27169036.251892526, delay=0.0048241689801216125, ms=00013}
22:48:51.089003 run                osmo-ms-mob/00014: Starting mobile
22:48:51.102155 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.113242 run                             mass: MS start registered  {at=27169036.816594336, delay=0.004791859537363052, ms=00014}
22:48:51.701992 run                osmo-ms-mob/00015: Starting mobile
22:48:51.715833 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.726324 run                             mass: MS start registered  {at=27169037.42967879, delay=0.004469666630029678, ms=00015}
22:48:51.839908 run                             mass: MS performed LU  {at=27169037.543151796, lu_delay=6.226981453597546, ms=00006}
22:48:51.904404 run                             mass: MS performed LU  {at=27169037.607653193, lu_delay=5.356012649834156, ms=00007}
22:48:52.222359 run                osmo-ms-mob/00016: Starting mobile
22:48:52.235864 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.242021 run                             mass: MS performed LU  {at=27169037.94538106, lu_delay=4.929747898131609, ms=00008}
22:48:52.247945 run                             mass: MS start registered  {at=27169037.95131339, delay=0.005950517952442169, ms=00016}
22:48:52.694079 run                osmo-ms-mob/00017: Starting mobile
22:48:52.710759 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.721478 run                             mass: MS start registered  {at=27169038.424832363, delay=0.004603639245033264, ms=00017}
22:48:53.309922 run                osmo-ms-mob/00018: Starting mobile
22:48:53.325910 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.336557 run                             mass: MS start registered  {at=27169039.03991189, delay=0.004607699811458588, ms=00018}
22:48:53.725277 run                osmo-ms-mob/00019: Starting mobile
22:48:53.741749 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.747926 run                             mass: MS performed LU  {at=27169039.451286405, lu_delay=4.999589420855045, ms=00010}
22:48:53.753977 run                             mass: MS start registered  {at=27169039.457344446, delay=0.006075169891119003, ms=00019}
22:48:53.767606 run                             mass: MS performed LU  {at=27169039.470959295, lu_delay=5.753261968493462, ms=00009}
22:48:53.874846 run                             mass: MS performed LU  {at=27169039.578097682, lu_delay=4.562702175229788, ms=00011}
22:48:54.221955 run                osmo-ms-mob/00020: Starting mobile
22:48:54.238806 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.249558 run                             mass: MS start registered  {at=27169039.9529102, delay=0.004553046077489853, ms=00020}
22:48:54.688932 run                osmo-ms-mob/00021: Starting mobile
22:48:54.702030 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.713284 run                             mass: MS start registered  {at=27169040.416635033, delay=0.005173567682504654, ms=00021}
22:48:55.089258 run                osmo-ms-mob/00022: Starting mobile
22:48:55.102476 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.113651 run                             mass: MS start registered  {at=27169040.81700439, delay=0.004911903291940689, ms=00022}
22:48:55.620096 run                osmo-ms-mob/00023: Starting mobile
22:48:55.636972 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.643075 run                             mass: MS performed LU  {at=27169041.346434414, lu_delay=5.727654259651899, ms=00012}
22:48:55.649027 run                             mass: MS start registered  {at=27169041.35239342, delay=0.00597633421421051, ms=00023}
22:48:55.669456 run                             mass: MS performed LU  {at=27169041.37281128, lu_delay=5.12091875448823, ms=00013}
22:48:55.975518 run                             mass: MS performed LU  {at=27169041.67877389, lu_delay=4.862179554998875, ms=00014}
22:48:55.995028 run                osmo-ms-mob/00024: Starting mobile
22:48:56.008190 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.018780 run                             mass: MS start registered  {at=27169041.722133096, delay=0.004658594727516174, ms=00024}
22:48:56.501562 run                osmo-ms-mob/00025: Starting mobile
22:48:56.515080 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.526618 run                             mass: MS start registered  {at=27169042.229969673, delay=0.005124114453792572, ms=00025}
22:48:56.919315 run                osmo-ms-mob/00026: Starting mobile
22:48:56.935061 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.946037 run                             mass: MS start registered  {at=27169042.64938691, delay=0.004985228180885315, ms=00026}
22:48:57.305170 run                osmo-ms-mob/00027: Starting mobile
22:48:57.318393 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.329143 run                             mass: MS start registered  {at=27169043.03249763, delay=0.004666727036237717, ms=00027}
22:48:57.405718 run                             mass: MS performed LU  {at=27169043.108970504, lu_delay=5.157657112926245, ms=00016}
22:48:57.507022 run                             mass: MS performed LU  {at=27169043.21027736, lu_delay=5.780598569661379, ms=00015}
22:48:57.534207 run                             mass: MS performed LU  {at=27169043.237462398, lu_delay=4.812630034983158, ms=00017}
22:48:57.546636 run                osmo-ms-mob/00028: Starting mobile
22:48:57.559497 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.570040 run                             mass: MS start registered  {at=27169043.273396585, delay=0.004564490169286728, ms=00028}
22:48:58.121900 run                osmo-ms-mob/00029: Starting mobile
22:48:58.138348 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.149552 run                             mass: MS start registered  {at=27169043.852902725, delay=0.005072437226772308, ms=00029}
22:48:58.506550 run                osmo-ms-mob/00030: Starting mobile
22:48:58.521029 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.532036 run                             mass: MS start registered  {at=27169044.235389702, delay=0.004625324159860611, ms=00030}
22:48:58.921682 run                osmo-ms-mob/00031: Starting mobile
22:48:58.938663 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.949440 run                             mass: MS start registered  {at=27169044.65279198, delay=0.004555191844701767, ms=00031}
22:48:59.203763 run                osmo-ms-mob/00032: Starting mobile
22:48:59.218164 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.228734 run                             mass: MS start registered  {at=27169044.93209051, delay=0.004573293030261993, ms=00032}
22:48:59.372009 run                             mass: MS performed LU  {at=27169045.075262196, lu_delay=5.617917750030756, ms=00019}
22:48:59.437338 run                             mass: MS performed LU  {at=27169045.14059101, lu_delay=6.100679121911526, ms=00018}
22:48:59.505398 run                             mass: MS performed LU  {at=27169045.208652608, lu_delay=5.255742408335209, ms=00020}
22:48:59.547785 run                osmo-ms-mob/00033: Starting mobile
22:48:59.561735 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.572402 run                             mass: MS start registered  {at=27169045.275754422, delay=0.0045601986348629, ms=00033}
22:49:00.011241 run                osmo-ms-mob/00034: Starting mobile
22:49:00.027554 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.038748 run                             mass: MS start registered  {at=27169045.742101572, delay=0.004816479980945587, ms=00034}
22:49:00.302097 run                osmo-ms-mob/00035: Starting mobile
22:49:00.316053 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.326894 run                             mass: MS start registered  {at=27169046.03024817, delay=0.004743851721286774, ms=00035}
22:49:00.703340 run                osmo-ms-mob/00036: Starting mobile
22:49:00.717868 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.728609 run                             mass: MS start registered  {at=27169046.43196105, delay=0.00469362735748291, ms=00036}
22:49:01.121141 run                osmo-ms-mob/00037: Starting mobile
22:49:01.137984 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.148694 run                             mass: MS start registered  {at=27169046.852024063, delay=0.004555542021989822, ms=00037}
22:49:01.170915 run                             mass: MS performed LU  {at=27169046.874195576, lu_delay=5.52180215716362, ms=00023}
22:49:01.273872 run                             mass: MS performed LU  {at=27169046.977127556, lu_delay=4.747157882899046, ms=00025}
22:49:01.288845 run                osmo-ms-mob/00038: Starting mobile
22:49:01.302284 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.308357 run                             mass: MS performed LU  {at=27169047.01171995, lu_delay=5.28958685323596, ms=00024}
22:49:01.314230 run                             mass: MS start registered  {at=27169047.017597873, delay=0.005894914269447327, ms=00038}
22:49:01.444969 run                             mass: MS performed LU  {at=27169047.148222364, lu_delay=6.331217974424362, ms=00022}
22:49:01.458425 run                osmo-ms-mob/00039: Starting mobile
22:49:01.471730 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.482414 run                             mass: MS start registered  {at=27169047.185769968, delay=0.004549622535705566, ms=00039}
22:49:02.102439 run                osmo-ms-mob/00040: Starting mobile
22:49:02.118511 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.131122 run                             mass: MS start registered  {at=27169047.83447218, delay=0.006218139082193375, ms=00040}
22:49:02.390468 run                osmo-ms-mob/00041: Starting mobile
22:49:02.403867 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.414689 run                             mass: MS start registered  {at=27169048.118040636, delay=0.004625584930181503, ms=00041}
22:49:02.702142 run                osmo-ms-mob/00042: Starting mobile
22:49:02.715880 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.726564 run                             mass: MS start registered  {at=27169048.42991886, delay=0.0046048350632190704, ms=00042}
22:49:03.121721 run                osmo-ms-mob/00043: Starting mobile
22:49:03.138861 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.145043 run                             mass: MS performed LU  {at=27169048.84840221, lu_delay=5.815904580056667, ms=00027}
22:49:03.150966 run                             mass: MS start registered  {at=27169048.85433313, delay=0.005949486047029495, ms=00043}
22:49:03.202489 run                             mass: MS performed LU  {at=27169048.905766398, lu_delay=6.2563794888556, ms=00026}
22:49:03.226967 run                osmo-ms-mob/00044: Starting mobile
22:49:03.240134 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.250755 run                             mass: MS start registered  {at=27169048.954112887, delay=0.0045422278344631195, ms=00044}
22:49:03.270041 run                             mass: MS performed LU  {at=27169048.973391596, lu_delay=5.120488870888948, ms=00029}
22:49:03.345892 run                             mass: MS performed LU  {at=27169049.049145214, lu_delay=4.813755512237549, ms=00030}
22:49:03.359823 run                osmo-ms-mob/00045: Starting mobile
22:49:03.373276 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.379383 run                             mass: MS performed LU  {at=27169049.082743686, lu_delay=5.809347100555897, ms=00028}
22:49:03.385270 run                             mass: MS start registered  {at=27169049.088637713, delay=0.0059113577008247375, ms=00045}
22:49:04.002952 run                osmo-ms-mob/00046: Starting mobile
22:49:04.017045 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.027895 run                             mass: MS start registered  {at=27169049.7312493, delay=0.004767436534166336, ms=00046}
22:49:04.290660 run                osmo-ms-mob/00047: Starting mobile
22:49:04.303773 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.315151 run                             mass: MS start registered  {at=27169050.01849739, delay=0.005023133009672165, ms=00047}
22:49:04.589003 run                osmo-ms-mob/00048: Starting mobile
22:49:04.602364 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.613338 run                             mass: MS start registered  {at=27169050.316689994, delay=0.004953272640705109, ms=00048}
22:49:04.921209 run                osmo-ms-mob/00049: Starting mobile
22:49:04.939091 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.945514 run                             mass: MS performed LU  {at=27169050.648873404, lu_delay=5.373118981719017, ms=00033}
22:49:04.951346 run                             mass: MS start registered  {at=27169050.654712714, delay=0.005856737494468689, ms=00049}
22:49:05.038751 run                             mass: MS performed LU  {at=27169050.74200507, lu_delay=4.7117568999528885, ms=00035}
22:49:05.066564 run                osmo-ms-mob/00050: Starting mobile
22:49:05.079529 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.085606 run                             mass: MS performed LU  {at=27169050.788968127, lu_delay=5.856877617537975, ms=00032}
22:49:05.091445 run                             mass: MS start registered  {at=27169050.794812627, delay=0.005859561264514923, ms=00050}
22:49:05.210825 run                             mass: MS performed LU  {at=27169050.91407944, lu_delay=6.261287458240986, ms=00031}
22:49:05.603062 run                osmo-ms-mob/00051: Starting mobile
22:49:05.616632 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.627633 run                             mass: MS start registered  {at=27169051.330984484, delay=0.0051057711243629456, ms=00051}
22:49:05.901055 run                osmo-ms-mob/00052: Starting mobile
22:49:05.914676 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.925444 run                             mass: MS start registered  {at=27169051.62879446, delay=0.004647154361009598, ms=00052}
22:49:06.202701 run                osmo-ms-mob/00053: Starting mobile
22:49:06.216557 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.227680 run                             mass: MS start registered  {at=27169051.931031413, delay=0.00514708086848259, ms=00053}
22:49:06.488811 run                osmo-ms-mob/00054: Starting mobile
22:49:06.502199 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.513064 run                             mass: MS start registered  {at=27169052.216417, delay=0.004921518266201019, ms=00054}
22:49:06.789127 run                osmo-ms-mob/00055: Starting mobile
22:49:06.802379 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.813690 run                             mass: MS start registered  {at=27169052.51702741, delay=0.005146730691194534, ms=00055}
22:49:06.903771 run                             mass: MS performed LU  {at=27169052.60702817, lu_delay=4.7725559920072556, ms=00040}
22:49:06.968259 run                             mass: MS performed LU  {at=27169052.671511896, lu_delay=5.653914023190737, ms=00038}
22:49:06.994813 run                osmo-ms-mob/00056: Starting mobile
22:49:07.007944 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.018913 run                             mass: MS start registered  {at=27169052.722269185, delay=0.004848640412092209, ms=00056}
22:49:07.036104 run                             mass: MS performed LU  {at=27169052.739449117, lu_delay=5.8874250538647175, ms=00037}
22:49:07.073513 run                             mass: MS performed LU  {at=27169052.776778538, lu_delay=5.591008570045233, ms=00039}
22:49:07.095447 run                osmo-ms-mob/00057: Starting mobile
22:49:07.108999 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.115567 run                             mass: MS performed LU  {at=27169052.818925135, lu_delay=6.386964086443186, ms=00036}
22:49:07.121572 run                             mass: MS start registered  {at=27169052.824938614, delay=0.0060327909886837006, ms=00057}
22:49:07.364849 run                             mass: MS performed LU  {at=27169053.06810692, lu_delay=4.9500662833452225, ms=00041}
22:49:07.808983 run                osmo-ms-mob/00058: Starting mobile
22:49:07.823620 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.834868 run                             mass: MS start registered  {at=27169053.53821515, delay=0.00488995760679245, ms=00058}
22:49:07.988216 run                             mass: MS performed LU  {at=27169053.691478606, lu_delay=3.6729812175035477, ms=00047}
22:49:08.017595 run                osmo-ms-mob/00059: Starting mobile
22:49:08.030848 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.041995 run                             mass: MS start registered  {at=27169053.745343488, delay=0.004809122532606125, ms=00059}
22:49:08.419091 run                osmo-ms-mob/00060: Starting mobile
22:49:08.433880 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.445716 run                             mass: MS start registered  {at=27169054.14905043, delay=0.00555594265460968, ms=00060}
22:49:08.702857 run                             mass: MS performed LU  {at=27169054.40611212, lu_delay=5.451999232172966, ms=00044}
22:49:08.751010 run                osmo-ms-mob/00061: Starting mobile
22:49:08.772337 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.783614 run                             mass: MS start registered  {at=27169054.4869641, delay=0.005176793783903122, ms=00061}
22:49:08.803228 run                             mass: MS performed LU  {at=27169054.506571576, lu_delay=4.775322277098894, ms=00046}
22:49:08.831912 run                             mass: MS performed LU  {at=27169054.53518838, lu_delay=5.446550667285919, ms=00045}
22:49:08.849145 run                osmo-ms-mob/00062: Starting mobile
22:49:08.862086 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.873016 run                             mass: MS start registered  {at=27169054.57636554, delay=0.0047205351293087006, ms=00062}
22:49:08.976725 run                             mass: MS performed LU  {at=27169054.679962937, lu_delay=5.825629808008671, ms=00043}
22:49:09.049224 run                             mass: MS performed LU  {at=27169054.752502367, lu_delay=6.322583507746458, ms=00042}
22:49:09.076341 run                osmo-ms-mob/00063: Starting mobile
22:49:09.089697 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.100738 run                             mass: MS start registered  {at=27169054.804091133, delay=0.005004703998565674, ms=00063}
22:49:09.800452 run                osmo-ms-mob/00064: Starting mobile
22:49:09.814520 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.826081 run                             mass: MS start registered  {at=27169055.529430877, delay=0.005193673074245453, ms=00064}
22:49:10.218589 run                osmo-ms-mob/00065: Starting mobile
22:49:10.233829 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.245020 run                             mass: MS start registered  {at=27169055.948374465, delay=0.005098942667245865, ms=00065}
22:49:10.488098 run                osmo-ms-mob/00066: Starting mobile
22:49:10.501246 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.512455 run                             mass: MS start registered  {at=27169056.21580696, delay=0.00503993034362793, ms=00066}
22:49:10.669343 run                             mass: MS performed LU  {at=27169056.372592475, lu_delay=5.717879761010408, ms=00049}
22:49:10.733750 run                             mass: MS performed LU  {at=27169056.43700452, lu_delay=6.12031452730298, ms=00048}
22:49:10.802969 run                             mass: MS performed LU  {at=27169056.506224368, lu_delay=4.877429906278849, ms=00052}
22:49:10.858203 run                osmo-ms-mob/00067: Starting mobile
22:49:10.873170 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.879568 run                             mass: MS performed LU  {at=27169056.582926825, lu_delay=5.788114197552204, ms=00050}
22:49:10.885647 run                             mass: MS start registered  {at=27169056.589012437, delay=0.0061033181846141815, ms=00067}
22:49:10.893863 run                             mass: MS performed LU  {at=27169056.59721899, lu_delay=4.666187576949596, ms=00053}
22:49:10.905235 run                osmo-ms-mob/00068: Starting mobile
22:49:10.918225 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.929290 run                             mass: MS start registered  {at=27169056.63264393, delay=0.005010157823562622, ms=00068}
22:49:11.588739 run                osmo-ms-mob/00069: Starting mobile
22:49:11.601964 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.613402 run                             mass: MS start registered  {at=27169057.316743605, delay=0.005280308425426483, ms=00069}
22:49:12.001814 run                osmo-ms-mob/00070: Starting mobile
22:49:12.015941 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.026802 run                             mass: MS start registered  {at=27169057.730154216, delay=0.004866696894168854, ms=00070}
22:49:12.418784 run                osmo-ms-mob/00071: Starting mobile
22:49:12.434132 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.445321 run                             mass: MS start registered  {at=27169058.148674928, delay=0.005141537636518478, ms=00071}
22:49:12.570171 run                             mass: MS performed LU  {at=27169058.27342979, lu_delay=5.448491174727678, ms=00057}
22:49:12.596858 run                             mass: MS performed LU  {at=27169058.300200798, lu_delay=5.577931612730026, ms=00056}
22:49:12.741760 run                             mass: MS performed LU  {at=27169058.445012532, lu_delay=5.927985120564699, ms=00055}
22:49:12.790134 run                osmo-ms-mob/00072: Starting mobile
22:49:12.805056 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.811133 run                             mass: MS performed LU  {at=27169058.514494658, lu_delay=6.298077657818794, ms=00054}
22:49:12.817097 run                             mass: MS performed LU  {at=27169058.520463083, lu_delay=4.775119595229626, ms=00059}
22:49:12.822875 run                             mass: MS start registered  {at=27169058.526242957, delay=0.011765114963054657, ms=00072}
22:49:13.222067 run                osmo-ms-mob/00073: Starting mobile
22:49:13.237641 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.249026 run                             mass: MS start registered  {at=27169058.952375017, delay=0.005265951156616211, ms=00073}
22:49:13.603194 run                osmo-ms-mob/00074: Starting mobile
22:49:13.616935 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.628405 run                             mass: MS start registered  {at=27169059.33175633, delay=0.00539030134677887, ms=00074}
22:49:14.019814 run                osmo-ms-mob/00075: Starting mobile
22:49:14.035341 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.046400 run                             mass: MS start registered  {at=27169059.749749612, delay=0.004949633032083511, ms=00075}
22:49:14.434323 run                             mass: MS performed LU  {at=27169060.137471788, lu_delay=5.333380654454231, ms=00063}
22:49:14.479668 run                osmo-ms-mob/00076: Starting mobile
22:49:14.493534 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.499716 run                             mass: MS performed LU  {at=27169060.203076087, lu_delay=4.673645209521055, ms=00064}
22:49:14.505576 run                             mass: MS start registered  {at=27169060.208942953, delay=0.005883961915969849, ms=00076}
22:49:14.567779 run                             mass: MS performed LU  {at=27169060.271110103, lu_delay=5.784146003425121, ms=00061}
22:49:14.605516 run                             mass: MS performed LU  {at=27169060.308781162, lu_delay=6.1597307324409485, ms=00060}
22:49:14.630770 run                osmo-ms-mob/00077: Starting mobile
22:49:14.644105 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.655017 run                             mass: MS start registered  {at=27169060.358371273, delay=0.00486401841044426, ms=00077}
22:49:15.400229 run                osmo-ms-mob/00078: Starting mobile
22:49:15.414423 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.425841 run                             mass: MS start registered  {at=27169061.12918427, delay=0.005195233970880508, ms=00078}
22:49:15.547478 run                             mass: MS performed LU  {at=27169061.250731435, lu_delay=20.834096401929855, ms=00021}
22:49:15.801677 run                osmo-ms-mob/00079: Starting mobile
22:49:15.815519 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.827108 run                             mass: MS start registered  {at=27169061.53045605, delay=0.00527692586183548, ms=00079}
22:49:16.272226 run                             mass: MS performed LU  {at=27169061.97546019, lu_delay=5.386447753757238, ms=00067}
22:49:16.316354 run                osmo-ms-mob/00080: Starting mobile
22:49:16.330423 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.336580 run                             mass: MS performed LU  {at=27169062.039940674, lu_delay=5.407296743243933, ms=00068}
22:49:16.345468 run                             mass: MS start registered  {at=27169062.04882062, delay=0.008897468447685242, ms=00080}
22:49:16.362877 run                             mass: MS performed LU  {at=27169062.066227864, lu_delay=5.850420903414488, ms=00066}
22:49:16.562468 run                             mass: MS performed LU  {at=27169062.265719667, lu_delay=6.317345201969147, ms=00065}
22:49:16.587976 run                             mass: MS performed LU  {at=27169062.29133839, lu_delay=4.974594786763191, ms=00069}
22:49:16.599042 run                osmo-ms-mob/00081: Starting mobile
22:49:16.612213 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.623185 run                             mass: MS start registered  {at=27169062.326539643, delay=0.005001727491617203, ms=00081}
22:49:17.201257 run                osmo-ms-mob/00082: Starting mobile
22:49:17.215271 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.226277 run                             mass: MS start registered  {at=27169062.929619253, delay=0.004974927753210068, ms=00082}
22:49:17.827443 run                osmo-ms-mob/00083: Starting mobile
22:49:17.843485 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.854394 run                             mass: MS start registered  {at=27169063.557748333, delay=0.0048269666731357574, ms=00083}
22:49:18.200566 run                             mass: MS performed LU  {at=27169063.903824188, lu_delay=6.173669971525669, ms=00070}
22:49:18.228199 run                osmo-ms-mob/00084: Starting mobile
22:49:18.241324 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.252196 run                             mass: MS start registered  {at=27169063.955549326, delay=0.004801750183105469, ms=00084}
22:49:18.264150 run                             mass: MS performed LU  {at=27169063.96750166, lu_delay=5.8188267312943935, ms=00071}
22:49:18.334346 run                             mass: MS performed LU  {at=27169064.037598547, lu_delay=5.511355590075254, ms=00072}
22:49:18.370822 run                             mass: MS performed LU  {at=27169064.07412829, lu_delay=4.742371957749128, ms=00074}
22:49:18.409703 run                             mass: MS performed LU  {at=27169064.112968534, lu_delay=5.160593517124653, ms=00073}
22:49:18.430682 run                osmo-ms-mob/00085: Starting mobile
22:49:18.446406 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.458232 run                             mass: MS start registered  {at=27169064.161584094, delay=0.004814639687538147, ms=00085}
22:49:19.400197 run                osmo-ms-mob/00086: Starting mobile
22:49:19.413640 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.424734 run                             mass: MS start registered  {at=27169065.128084633, delay=0.005110051482915878, ms=00086}
22:49:20.019256 run                osmo-ms-mob/00087: Starting mobile
22:49:20.035721 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.042090 run                             mass: MS performed LU  {at=27169065.74544853, lu_delay=5.995698917657137, ms=00075}
22:49:20.047905 run                             mass: MS start registered  {at=27169065.75127151, delay=0.005842935293912888, ms=00087}
22:49:20.102358 run                             mass: MS performed LU  {at=27169065.80562242, lu_delay=4.67643815279007, ms=00078}
22:49:20.129718 run                             mass: MS performed LU  {at=27169065.83299427, lu_delay=5.624051317572594, ms=00076}
22:49:20.274235 run                             mass: MS performed LU  {at=27169065.97748807, lu_delay=5.619116798043251, ms=00077}
22:49:20.626547 run                osmo-ms-mob/00088: Starting mobile
22:49:20.642825 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.654062 run                             mass: MS start registered  {at=27169066.35741457, delay=0.004733815789222717, ms=00088}
22:49:21.203131 run                osmo-ms-mob/00089: Starting mobile
22:49:21.217533 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.228418 run                             mass: MS start registered  {at=27169066.93177283, delay=0.004857808351516724, ms=00089}
22:49:21.827748 run                osmo-ms-mob/00090: Starting mobile
22:49:21.843659 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.854555 run                             mass: MS start registered  {at=27169067.557906386, delay=0.004863239824771881, ms=00090}
22:49:21.966863 run                             mass: MS performed LU  {at=27169067.670088936, lu_delay=5.34354929253459, ms=00081}
22:49:22.031623 run                             mass: MS performed LU  {at=27169067.734876167, lu_delay=5.686055548489094, ms=00080}
22:49:22.100236 run                             mass: MS performed LU  {at=27169067.803490244, lu_delay=4.873870991170406, ms=00082}
22:49:22.137396 run                             mass: MS performed LU  {at=27169067.840667214, lu_delay=6.3102111630141735, ms=00079}
22:49:22.175830 run                             mass: MS performed LU  {at=27169067.87909678, lu_delay=22.13699520751834, ms=00034}
22:49:22.521089 run                osmo-ms-mob/00091: Starting mobile
22:49:22.537509 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.548757 run                             mass: MS start registered  {at=27169068.25210233, delay=0.005075749009847641, ms=00091}
22:49:23.189161 run                osmo-ms-mob/00092: Starting mobile
22:49:23.202177 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.213179 run                             mass: MS start registered  {at=27169068.916530605, delay=0.004853561520576477, ms=00092}
22:49:23.868382 run                             mass: MS performed LU  {at=27169069.571642313, lu_delay=5.61609298735857, ms=00084}
22:49:23.895749 run                             mass: MS performed LU  {at=27169069.599004675, lu_delay=6.041256342083216, ms=00083}
22:49:23.943188 run                osmo-ms-mob/00093: Starting mobile
22:49:23.958119 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.969227 run                             mass: MS start registered  {at=27169069.672578767, delay=0.005165737122297287, ms=00093}
22:49:24.039710 run                             mass: MS performed LU  {at=27169069.742964722, lu_delay=4.614880088716745, ms=00086}
22:49:24.890202 run                osmo-ms-mob/00094: Starting mobile
22:49:24.903227 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.914407 run                             mass: MS start registered  {at=27169070.61775868, delay=0.005074683576822281, ms=00094}
22:49:25.732504 run                             mass: MS performed LU  {at=27169071.435746286, lu_delay=5.684474777430296, ms=00087}
22:49:25.774265 run                osmo-ms-mob/00095: Starting mobile
22:49:25.789802 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.801052 run                             mass: MS start registered  {at=27169071.5044057, delay=0.005041792988777161, ms=00095}
22:49:26.101873 run                             mass: MS performed LU  {at=27169071.805118203, lu_delay=4.873345371335745, ms=00089}
22:49:26.788834 run                osmo-ms-mob/00096: Starting mobile
22:49:26.802230 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.814723 run                             mass: MS start registered  {at=27169072.518073365, delay=0.00633828341960907, ms=00096}
22:49:27.634101 run                             mass: MS performed LU  {at=27169073.337357923, lu_delay=5.085255593061447, ms=00091}
22:49:27.660141 run                             mass: MS performed LU  {at=27169073.363483775, lu_delay=5.805577389895916, ms=00090}
22:49:27.785865 run                             mass: MS performed LU  {at=27169073.48911747, lu_delay=4.572586864233017, ms=00092}
22:49:27.841695 run                osmo-ms-mob/00097: Starting mobile
22:49:27.856527 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.867766 run                             mass: MS start registered  {at=27169073.571117837, delay=0.005244102329015732, ms=00097}
22:49:28.041433 run                             mass: MS performed LU  {at=27169073.744692728, lu_delay=22.413708243519068, ms=00051}
22:49:29.229333 run                osmo-ms-mob/00098: Starting mobile
22:49:29.246209 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.257376 run                             mass: MS start registered  {at=27169074.960729096, delay=0.005154397338628769, ms=00098}
22:49:29.396303 run                             mass: MS performed LU  {at=27169075.099555653, lu_delay=5.426976885646582, ms=00093}
22:49:29.498186 run                             mass: MS performed LU  {at=27169075.201411296, lu_delay=4.58365261554718, ms=00094}
22:49:29.706675 run                             mass: MS performed LU  {at=27169075.409937438, lu_delay=21.871722288429737, ms=00058}
22:49:31.001365 run                osmo-ms-mob/00099: Starting mobile
22:49:31.015108 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.021077 run                             mass: All started... {duration=55.742383632808924, too_slow=0}
22:49:31.026752 run                             mass: MS start registered  {at=27169076.73011293, delay=0.005667790770530701, ms=00099}
22:49:31.399335 run                             mass: MS performed LU  {at=27169077.102586307, lu_delay=5.59818060696125, ms=00095}
22:49:31.662300 run                             mass: MS performed LU  {at=27169077.365554165, lu_delay=4.847480800002813, ms=00096}
22:49:31.768286 run                             mass: MS performed LU  {at=27169077.471536893, lu_delay=22.895171351730824, ms=00062}
22:49:33.263607 run                             mass: MS performed LU  {at=27169078.96683667, lu_delay=5.395718831568956, ms=00097}
22:49:35.165256 run                             mass: MS performed LU  {at=27169080.86850868, lu_delay=5.907779585570097, ms=00098}
22:49:37.030642 run                             mass: MS performed LU  {at=27169082.733881734, lu_delay=6.003768805414438, ms=00099}
22:49:41.030845 run                             mass: MS performed LU  {at=27169086.734074347, lu_delay=22.572490252554417, ms=00085}
22:49:42.932600 run                             mass: MS performed LU  {at=27169088.63585346, lu_delay=22.2784388884902, ms=00088}
22:49:42.942927 run                             mass: Tests done {all_completed=True, max=22.895171351730824, min=3.6729812175035477}
22:49:42.948395 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:42.953730 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.956989 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.960212 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.963417 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.966640 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.969890 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.973193 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.976453 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.979787 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.983081 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.986369 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.989693 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.993062 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.996367 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.999742 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.003170 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.006605 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.010056 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.013510 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.016890 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.020288 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.023705 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.027117 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.030519 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.033940 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.037346 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.040761 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.044156 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.048146 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.051578 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.054953 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.058789 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.062166 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.065460 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.068881 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.072245 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.075768 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.079224 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.082577 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.086012 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.089376 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.093266 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.096700 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.100082 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.103683 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.107122 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.110558 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.113966 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.117399 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.120896 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.124260 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.127609 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.131027 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.134463 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.137762 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.141148 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.144570 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.147887 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.151298 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.154860 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.158423 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.162651 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.166450 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.170112 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.173572 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.176888 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.180198 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.183485 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.186784 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.190117 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:43.193408 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:43.196859 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:43.200192 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:43.203470 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:43.206819 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:43.210153 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:43.213472 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:43.216851 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:43.220133 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:43.223453 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:43.226806 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:43.230156 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:43.233433 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:43.237307 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:43.240758 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:43.244202 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:43.247728 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:43.251034 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:43.254354 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:43.257653 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:43.261419 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:43.265141 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:43.268467 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:43.271801 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:43.275104 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:43.278424 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:43.281756 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:43.285151 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:43.288423 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:43.291830 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:43.295643 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:43.299078 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:43.302872 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:43.306182 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:43.309483 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:43.312794 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:43.316115 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:43.319425 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:43.322752 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:43.326102 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:43.329446 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:43.332739 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.336057 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.339364 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.342665 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.345889 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.349121 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:43.352318 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:43.355513 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:43.358733 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:43.361930 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:43.365120 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:43.368305 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:43.371510 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:43.374718 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:43.377914 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:43.381122 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:43.384316 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:43.387520 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.390738 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.393941 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.397153 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.400347 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.403555 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.406760 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.409953 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.413154 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.416336 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.419529 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.422728 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.425950 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.429168 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.432361 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.435567 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.438765 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.441975 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.445173 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.448363 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.451561 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.454773 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.457970 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.461162 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.464340 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.467540 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.470731 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.473927 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.477138 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.480323 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.483536 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.486740 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.489941 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.493138 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.496326 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.499523 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.502721 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.505916 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.509111 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.512318 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.515520 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.518702 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.521886 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.525096 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.528284 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.531487 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.534673 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.537887 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.541075 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.544266 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.547466 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.550659 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.553854 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.557056 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.560250 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.563458 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.566653 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.569846 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.573038 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.576234 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.579444 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.582660 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.585848 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.589056 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.592263 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.595461 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.598688 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.601897 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.605100 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.608294 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.611506 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.614721 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.617910 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.621107 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.624313 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.627513 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.630717 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.633934 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.637130 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.640324 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.643528 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.646732 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.649938 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.653133 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.656344 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.659566 ---      ParallelTerminationStrategy: PID 22 died...
22:49:43.661014 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.664540 ---      ParallelTerminationStrategy: PID 23 died...
22:49:43.665985 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.669494 ---      ParallelTerminationStrategy: PID 24 died...
22:49:43.670928 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.674473 ---      ParallelTerminationStrategy: PID 25 died...
22:49:43.675911 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.679456 ---      ParallelTerminationStrategy: PID 26 died...
22:49:43.680907 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.684471 ---      ParallelTerminationStrategy: PID 27 died...
22:49:43.685928 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.689486 ---      ParallelTerminationStrategy: PID 28 died...
22:49:43.690941 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.694524 ---      ParallelTerminationStrategy: PID 29 died...
22:49:43.695970 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.699549 ---      ParallelTerminationStrategy: PID 30 died...
22:49:43.701006 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.704593 ---      ParallelTerminationStrategy: PID 31 died...
22:49:43.706061 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.709649 ---      ParallelTerminationStrategy: PID 32 died...
22:49:43.711111 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.714700 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.716154 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.719725 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.721180 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.724776 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.726222 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.729868 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.731336 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.734977 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.736463 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.740109 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.741597 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.745261 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.746740 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.750380 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.751857 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.755504 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.756991 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.760621 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.762126 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.765756 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.767231 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.770854 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.772319 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.775939 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.777415 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.781039 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.782497 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.786125 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.787575 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.791193 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.792671 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.796285 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.797762 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.801376 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.802836 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.806443 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.807898 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.811512 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.812979 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.816570 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.818032 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.821651 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.823100 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.826734 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.828179 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.831792 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.833257 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.836890 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.838348 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.841970 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.843422 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.847066 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.848539 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.852150 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.853621 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.857254 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.858712 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.862330 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.863789 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.867412 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.868879 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.872475 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.873964 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.877582 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.879044 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.882647 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.884104 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.887716 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.889205 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.892813 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.894277 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.897888 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.899346 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.902960 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.904419 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.908021 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.909479 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.913097 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.914558 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.918193 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.919654 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.923286 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.924765 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.928359 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.929819 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.933440 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.934897 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.938508 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.939979 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.943579 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.945048 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.948662 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.950129 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.953793 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.955254 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.958855 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.960312 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.963919 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.965396 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.969013 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.970473 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.974097 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.975562 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.979175 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.980661 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.984274 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.985742 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.989349 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.990806 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.994414 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.995875 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.999506 ---      ParallelTerminationStrategy: PID 90 died...
22:49:44.000987 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.004601 ---      ParallelTerminationStrategy: PID 91 died...
22:49:44.006070 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.009703 ---      ParallelTerminationStrategy: PID 92 died...
22:49:44.011167 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.014807 ---      ParallelTerminationStrategy: PID 93 died...
22:49:44.016260 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.019875 ---      ParallelTerminationStrategy: PID 94 died...
22:49:44.021345 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.024967 ---      ParallelTerminationStrategy: PID 95 died...
22:49:44.026419 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.030052 ---      ParallelTerminationStrategy: PID 96 died...
22:49:44.031522 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.035137 ---      ParallelTerminationStrategy: PID 97 died...
22:49:44.036597 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.040218 ---      ParallelTerminationStrategy: PID 98 died...
22:49:44.041710 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.045333 ---      ParallelTerminationStrategy: PID 99 died...
22:49:44.046801 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.050404 ---      ParallelTerminationStrategy: PID 100 died...
22:49:44.051876 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.055511 ---      ParallelTerminationStrategy: PID 101 died...
22:49:44.056984 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.060595 ---      ParallelTerminationStrategy: PID 102 died...
22:49:44.062087 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.065699 ---      ParallelTerminationStrategy: PID 103 died...
22:49:44.067166 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.070796 ---      ParallelTerminationStrategy: PID 104 died...
22:49:44.072264 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.075908 ---      ParallelTerminationStrategy: PID 105 died...
22:49:44.077404 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.081024 ---      ParallelTerminationStrategy: PID 106 died...
22:49:44.082490 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.086095 ---      ParallelTerminationStrategy: PID 107 died...
22:49:44.087570 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.091195 ---      ParallelTerminationStrategy: PID 108 died...
22:49:44.092676 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.096277 ---      ParallelTerminationStrategy: PID 109 died...
22:49:44.097755 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.101381 ---      ParallelTerminationStrategy: PID 110 died...
22:49:44.102844 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.106478 ---      ParallelTerminationStrategy: PID 111 died...
22:49:44.107947 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.111582 ---      ParallelTerminationStrategy: PID 112 died...
22:49:44.113052 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.116670 ---      ParallelTerminationStrategy: PID 113 died...
22:49:44.118128 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.121744 ---      ParallelTerminationStrategy: PID 114 died...
22:49:44.123207 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.126859 ---      ParallelTerminationStrategy: PID 115 died...
22:49:44.128329 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.131958 ---      ParallelTerminationStrategy: PID 116 died...
22:49:44.133428 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.137061 ---      ParallelTerminationStrategy: PID 117 died...
22:49:44.138532 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.142170 ---      ParallelTerminationStrategy: PID 118 died...
22:49:44.143641 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.147273 ---      ParallelTerminationStrategy: PID 119 died...
22:49:44.148744 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.152384 ---      ParallelTerminationStrategy: PID 120 died...
22:49:44.153870 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.157505 ---      ParallelTerminationStrategy: PID 121 died...
22:49:44.158966 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.162589 ---      ParallelTerminationStrategy: PID 122 died...
22:49:44.164045 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.167645 ---      ParallelTerminationStrategy: PID 123 died...
22:49:44.169115 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.172746 ---      ParallelTerminationStrategy: PID 124 died...
22:49:44.174207 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.177824 ---      ParallelTerminationStrategy: PID 125 died...
22:49:44.179283 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.182906 ---      ParallelTerminationStrategy: PID 126 died...
22:49:44.184383 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.187996 ---      ParallelTerminationStrategy: PID 127 died...
22:49:44.189517 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.193139 ---      ParallelTerminationStrategy: PID 128 died...
22:49:44.194600 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.198238 ---      ParallelTerminationStrategy: PID 129 died...
22:49:44.199700 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.203322 ---      ParallelTerminationStrategy: PID 130 died...
22:49:44.204798 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.208408 ---      ParallelTerminationStrategy: PID 131 died...
22:49:44.209877 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.213510 ---      ParallelTerminationStrategy: PID 132 died...
22:49:44.214975 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.218604 ---      ParallelTerminationStrategy: PID 133 died...
22:49:44.220077 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.223699 ---      ParallelTerminationStrategy: PID 134 died...
22:49:44.225176 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.228803 ---      ParallelTerminationStrategy: PID 135 died...
22:49:44.230269 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.233908 ---      ParallelTerminationStrategy: PID 136 died...
22:49:44.235385 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.239045 ---      ParallelTerminationStrategy: PID 137 died...
22:49:44.240519 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.244159 ---      ParallelTerminationStrategy: PID 138 died...
22:49:44.245639 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.249277 ---      ParallelTerminationStrategy: PID 139 died...
22:49:44.250759 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.254403 ---      ParallelTerminationStrategy: PID 140 died...
22:49:44.255877 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.259527 ---      ParallelTerminationStrategy: PID 141 died...
22:49:44.261038 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.264676 ---      ParallelTerminationStrategy: PID 142 died...
22:49:44.266140 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.269775 ---      ParallelTerminationStrategy: PID 143 died...
22:49:44.271241 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.274881 ---      ParallelTerminationStrategy: PID 144 died...
22:49:44.276342 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.280105 ---      ParallelTerminationStrategy: PID 145 died...
22:49:44.281620 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.285386 ---      ParallelTerminationStrategy: PID 146 died...
22:49:44.286912 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.290692 ---      ParallelTerminationStrategy: PID 147 died...
22:49:44.292216 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.296014 ---      ParallelTerminationStrategy: PID 148 died...
22:49:44.297547 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.301335 ---      ParallelTerminationStrategy: PID 149 died...
22:49:44.302864 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.306692 ---      ParallelTerminationStrategy: PID 150 died...
22:49:44.308213 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.311999 ---      ParallelTerminationStrategy: PID 151 died...
22:49:44.313548 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.317333 ---      ParallelTerminationStrategy: PID 152 died...
22:49:44.318848 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.322675 ---      ParallelTerminationStrategy: PID 153 died...
22:49:44.324202 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.327997 ---      ParallelTerminationStrategy: PID 154 died...
22:49:44.329528 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.333327 ---      ParallelTerminationStrategy: PID 155 died...
22:49:44.334851 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.338678 ---      ParallelTerminationStrategy: PID 156 died...
22:49:44.340213 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.344021 ---      ParallelTerminationStrategy: PID 157 died...
22:49:44.345555 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.349340 ---      ParallelTerminationStrategy: PID 158 died...
22:49:44.350863 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.354656 ---      ParallelTerminationStrategy: PID 159 died...
22:49:44.356185 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.360012 ---      ParallelTerminationStrategy: PID 160 died...
22:49:44.361547 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.365352 ---      ParallelTerminationStrategy: PID 161 died...
22:49:44.366885 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.370701 ---      ParallelTerminationStrategy: PID 162 died...
22:49:44.372223 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.376029 ---      ParallelTerminationStrategy: PID 163 died...
22:49:44.377564 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.381357 ---      ParallelTerminationStrategy: PID 164 died...
22:49:44.382904 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.386714 ---      ParallelTerminationStrategy: PID 165 died...
22:49:44.388231 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.392073 ---      ParallelTerminationStrategy: PID 166 died...
22:49:44.393615 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.397411 ---      ParallelTerminationStrategy: PID 167 died...
22:49:44.398954 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.402774 ---      ParallelTerminationStrategy: PID 168 died...
22:49:44.404306 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.408113 ---      ParallelTerminationStrategy: PID 169 died...
22:49:44.409645 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.413427 ---      ParallelTerminationStrategy: PID 170 died...
22:49:44.414955 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.418774 ---      ParallelTerminationStrategy: PID 171 died...
22:49:44.420311 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.424087 ---      ParallelTerminationStrategy: PID 172 died...
22:49:44.425617 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.429419 ---      ParallelTerminationStrategy: PID 173 died...
22:49:44.430944 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.434766 ---      ParallelTerminationStrategy: PID 174 died...
22:49:44.436292 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.440110 ---      ParallelTerminationStrategy: PID 175 died...
22:49:44.441651 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.445462 ---      ParallelTerminationStrategy: PID 176 died...
22:49:44.447003 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.450821 ---      ParallelTerminationStrategy: PID 177 died...
22:49:44.452370 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.456192 ---      ParallelTerminationStrategy: PID 178 died...
22:49:44.457732 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.461537 ---      ParallelTerminationStrategy: PID 179 died...
22:49:44.463070 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.466896 ---      ParallelTerminationStrategy: PID 180 died...
22:49:44.468436 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.472239 ---      ParallelTerminationStrategy: PID 181 died...
22:49:44.473782 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.477606 ---      ParallelTerminationStrategy: PID 182 died...
22:49:44.479140 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.482967 ---      ParallelTerminationStrategy: PID 183 died...
22:49:44.484500 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.488308 ---      ParallelTerminationStrategy: PID 184 died...
22:49:44.489848 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.493666 ---      ParallelTerminationStrategy: PID 185 died...
22:49:44.495187 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.499004 ---      ParallelTerminationStrategy: PID 186 died...
22:49:44.500535 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.504361 ---      ParallelTerminationStrategy: PID 187 died...
22:49:44.505900 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.509706 ---      ParallelTerminationStrategy: PID 188 died...
22:49:44.511245 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.515057 ---      ParallelTerminationStrategy: PID 189 died...
22:49:44.516601 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.520415 ---      ParallelTerminationStrategy: PID 190 died...
22:49:44.521962 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.525783 ---      ParallelTerminationStrategy: PID 191 died...
22:49:44.527319 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.531139 ---      ParallelTerminationStrategy: PID 192 died...
22:49:44.532675 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.536475 ---      ParallelTerminationStrategy: PID 193 died...
22:49:44.538015 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.541832 ---      ParallelTerminationStrategy: PID 194 died...
22:49:44.543363 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.547199 ---      ParallelTerminationStrategy: PID 195 died...
22:49:44.548734 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.552554 ---      ParallelTerminationStrategy: PID 196 died...
22:49:44.554098 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.557915 ---      ParallelTerminationStrategy: PID 197 died...
22:49:44.559453 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.563277 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.564809 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.568612 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.570151 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.573959 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.575487 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.579319 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.580863 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.584688 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.586227 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.590039 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.591572 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.595412 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.596954 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.600758 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.602304 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.606109 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.607647 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.611476 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.613013 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.616835 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.618363 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.622184 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.623712 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.627539 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.629071 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.632884 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.634428 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.638247 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.639782 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.643613 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.645153 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.648975 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.650518 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.654366 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.655911 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.659754 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.661296 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.665105 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.666639 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.670460 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.672000 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.675803 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.677352 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.681171 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.682707 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.686507 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.688033 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.691861 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.693401 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.697211 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.698737 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.702550 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.704091 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.707929 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.709468 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.713290 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.714822 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.718641 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.720183 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.723998 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.725544 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.729363 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.730887 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.734700 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.736236 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.740080 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.741632 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.745439 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.746967 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.750777 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.752315 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.756133 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.757673 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.162215 ---      ParallelTerminationStrategy: PID 34 died...
22:49:48.168395 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8159 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.246073 tst                       trial-8159: Storing JUnit report in /build/trial-8159/run.2025-11-23_22-48-15/trial-8159.xml

--------------------------------------------------------------------------------------------
trial-8159 PASS
--------------------------------------------------------------------------------------------
22:49:48.265842 tst                       trial-8159: trial-8159: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8159/inst
+ cd trial-8159
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-23 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8159-run.tgz run.2025-11-23_22-48-15
+ tar czf /build/trial-8159-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-23_13_29_05.tgz osmo-bts-oc2g.build-2025-11-23_00_51_44.tgz osmo-bts-sysmo.build-2025-11-23_00_51_49.tgz osmo-bts.build-2025-11-23_00_51_54.tgz osmo-ggsn.build-2025-11-23_20_42_34.tgz osmo-hlr.build-2025-11-23_16_36_50.tgz osmo-hnbgw.build-2025-11-23_13_28_19.tgz osmo-mgw.build-2025-11-23_08_33_15.tgz osmo-msc.build-2025-11-23_13_34_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-23_07_36_05.tgz osmo-pcu-sysmo.build-2025-11-23_07_33_56.tgz osmo-pcu.build-2025-11-23_07_36_10.tgz osmo-sgsn.build-2025-11-23_20_48_19.tgz osmo-stp.build-2025-11-23_13_23_06.tgz osmo-trx.build-2025-11-23_14_25_42.tgz osmocom-bb.build-2025-11-23_21_17_29.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