Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12441683393110807136.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-8239
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#32 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:2a5220818969cef0fab66b0aaf91248e71191742849ecfe6405cf9bbda87a027 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=8240 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-02-12 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8240
+ mkdir -p trial-8240
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-12_17_00_35.tgz osmo-bts-oc2g.build-2026-02-12_16_58_28.tgz osmo-bts-sysmo.build-2026-02-12_16_58_44.tgz osmo-bts.build-2026-02-12_16_58_29.tgz osmo-ggsn.build-2026-02-12_20_42_34.tgz osmo-hlr.build-2026-02-12_16_57_49.tgz osmo-hnbgw.build-2026-02-12_13_31_40.tgz osmo-mgw.build-2026-02-12_16_56_58.tgz osmo-msc.build-2026-02-12_17_03_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-12_07_34_57.tgz osmo-pcu-sysmo.build-2026-02-12_07_35_01.tgz osmo-pcu.build-2026-02-12_07_35_06.tgz osmo-sgsn.build-2026-02-12_20_48_06.tgz osmo-stp.build-2026-02-12_13_25_36.tgz osmo-trx.build-2026-02-12_14_21_31.tgz osmocom-bb.build-2026-02-12_21_17_45.tgz srslte.build-19.tgz trial-8240
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-12_17_00_35.md5 osmo-bts-oc2g.build-2026-02-12_16_58_28.md5 osmo-bts-sysmo.build-2026-02-12_16_58_44.md5 osmo-bts.build-2026-02-12_16_58_29.md5 osmo-ggsn.build-2026-02-12_20_42_34.md5 osmo-hlr.build-2026-02-12_16_57_49.md5 osmo-hnbgw.build-2026-02-12_13_31_40.md5 osmo-mgw.build-2026-02-12_16_56_58.md5 osmo-msc.build-2026-02-12_17_03_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-12_07_34_57.md5 osmo-pcu-sysmo.build-2026-02-12_07_35_01.md5 osmo-pcu.build-2026-02-12_07_35_06.md5 osmo-sgsn.build-2026-02-12_20_48_06.md5 osmo-stp.build-2026-02-12_13_25_36.md5 osmo-trx.build-2026-02-12_14_21_31.md5 osmocom-bb.build-2026-02-12_21_17_45.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-12_17_00_35.md5 osmo-bts-oc2g.build-2026-02-12_16_58_28.md5 osmo-bts-sysmo.build-2026-02-12_16_58_44.md5 osmo-bts.build-2026-02-12_16_58_29.md5 osmo-ggsn.build-2026-02-12_20_42_34.md5 osmo-hlr.build-2026-02-12_16_57_49.md5 osmo-hnbgw.build-2026-02-12_13_31_40.md5 osmo-mgw.build-2026-02-12_16_56_58.md5 osmo-msc.build-2026-02-12_17_03_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-12_07_34_57.md5 osmo-pcu-sysmo.build-2026-02-12_07_35_01.md5 osmo-pcu.build-2026-02-12_07_35_06.md5 osmo-sgsn.build-2026-02-12_20_48_06.md5 osmo-stp.build-2026-02-12_13_25_36.md5 osmo-trx.build-2026-02-12_14_21_31.md5 osmocom-bb.build-2026-02-12_21_17_45.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-8240 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8240'
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-8240
--------------------------------------------------------------------------------------------
22:48:16.322343 tst                       trial-8240: Detailed log at /build/trial-8240/run.2026-02-12_22-48-16/log

---------------------------------------------------------------------
trial-8240 netreg_mass
---------------------------------------------------------------------
22:48:16.527963 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.528328 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.529132 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.530302 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.571537 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.572415 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.573606 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.635669 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-8240 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.636482 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.651496 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.652030 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.652485 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.652918 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.653343 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.653794 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.654239 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.685094 tst         register_default_mass.py: using LAC 2
22:48:16.707586 tst         register_default_mass.py: using RAC 2
22:48:16.733879 tst         register_default_mass.py: using CellId 2
22:48:16.762505 tst         register_default_mass.py: using BVCI 3
22:48:16.775841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.776517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.777078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.777599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.778099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.778591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.779077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.779691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.780207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.780712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.781220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.781720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.782242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.782770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.783284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.783806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.784335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.784847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.785358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.785877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.786386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.786906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.787422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.787933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.788452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.788960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.789461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.789973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.790491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.790998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.791499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.792027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.792537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.793060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.793579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.794081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.794597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.795114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.795620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.796144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.796648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.797160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.797674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.798189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.798693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.799192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.799726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.804327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.804838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.805342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.805859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.808374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.808862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.811392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.811887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.815468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.815977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.818454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.818957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.821461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.821975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.824485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.824978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.827527 tst      register_default_mass.py:21: Launching a simple network
22:48:16.837450 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.956902 run            create_hlr_db(pid=20): Launched
22:48:17.971251 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.995571 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.011129 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.016954 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.205630 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.222614 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.228291 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.644971 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.659864 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.674879 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.803669 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.818580 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.824186 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.847339 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.862216 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.867956 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.183324 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.198423 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.225053 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.397382 run         osmo-bts-virtual(pid=34): Launched
22:48:29.433398 tst         register_default_mass.py: using MSISDN 1001
22:48:29.447717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.487497 tst         register_default_mass.py: using MSISDN 1002
22:48:29.505361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.536407 tst         register_default_mass.py: using MSISDN 1003
22:48:29.551509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.582372 tst         register_default_mass.py: using MSISDN 1004
22:48:29.596956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.627578 tst         register_default_mass.py: using MSISDN 1005
22:48:29.642161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.672984 tst         register_default_mass.py: using MSISDN 1006
22:48:29.687415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.718372 tst         register_default_mass.py: using MSISDN 1007
22:48:29.732884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.763793 tst         register_default_mass.py: using MSISDN 1008
22:48:29.778454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.809389 tst         register_default_mass.py: using MSISDN 1009
22:48:29.824095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.854909 tst         register_default_mass.py: using MSISDN 1010
22:48:29.869558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.900521 tst         register_default_mass.py: using MSISDN 1011
22:48:29.915079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.946183 tst         register_default_mass.py: using MSISDN 1012
22:48:29.961057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.992059 tst         register_default_mass.py: using MSISDN 1013
22:48:30.006729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.037033 tst         register_default_mass.py: using MSISDN 1014
22:48:30.051281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.082197 tst         register_default_mass.py: using MSISDN 1015
22:48:30.096938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.127849 tst         register_default_mass.py: using MSISDN 1016
22:48:30.142397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.173300 tst         register_default_mass.py: using MSISDN 1017
22:48:30.187795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.218594 tst         register_default_mass.py: using MSISDN 1018
22:48:30.233234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.263853 tst         register_default_mass.py: using MSISDN 1019
22:48:30.278305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.309330 tst         register_default_mass.py: using MSISDN 1020
22:48:30.323958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.354811 tst         register_default_mass.py: using MSISDN 1021
22:48:30.369467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.399228 tst         register_default_mass.py: using MSISDN 1022
22:48:30.413418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.444241 tst         register_default_mass.py: using MSISDN 1023
22:48:30.458835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.489250 tst         register_default_mass.py: using MSISDN 1024
22:48:30.503520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.532771 tst         register_default_mass.py: using MSISDN 1025
22:48:30.546592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.576079 tst         register_default_mass.py: using MSISDN 1026
22:48:30.589887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.619219 tst         register_default_mass.py: using MSISDN 1027
22:48:30.633220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.662616 tst         register_default_mass.py: using MSISDN 1028
22:48:30.676528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.705763 tst         register_default_mass.py: using MSISDN 1029
22:48:30.719469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.748791 tst         register_default_mass.py: using MSISDN 1030
22:48:30.762364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.791593 tst         register_default_mass.py: using MSISDN 1031
22:48:30.805415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.834783 tst         register_default_mass.py: using MSISDN 1032
22:48:30.848661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.878715 tst         register_default_mass.py: using MSISDN 1033
22:48:30.892740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.923046 tst         register_default_mass.py: using MSISDN 1034
22:48:30.937552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.966900 tst         register_default_mass.py: using MSISDN 1035
22:48:30.980598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.010897 tst         register_default_mass.py: using MSISDN 1036
22:48:31.025318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.055525 tst         register_default_mass.py: using MSISDN 1037
22:48:31.069832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.100676 tst         register_default_mass.py: using MSISDN 1038
22:48:31.115004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.145370 tst         register_default_mass.py: using MSISDN 1039
22:48:31.159706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.190354 tst         register_default_mass.py: using MSISDN 1040
22:48:31.204964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.235318 tst         register_default_mass.py: using MSISDN 1041
22:48:31.249819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.280880 tst         register_default_mass.py: using MSISDN 1042
22:48:31.295549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.325934 tst         register_default_mass.py: using MSISDN 1043
22:48:31.340274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.370877 tst         register_default_mass.py: using MSISDN 1044
22:48:31.385438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.414862 tst         register_default_mass.py: using MSISDN 1045
22:48:31.428859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.458314 tst         register_default_mass.py: using MSISDN 1046
22:48:31.472203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.501379 tst         register_default_mass.py: using MSISDN 1047
22:48:31.514964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.545223 tst         register_default_mass.py: using MSISDN 1048
22:48:31.559492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.589936 tst         register_default_mass.py: using MSISDN 1049
22:48:31.604406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.634836 tst         register_default_mass.py: using MSISDN 1050
22:48:31.649122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.679471 tst         register_default_mass.py: using MSISDN 1051
22:48:31.693943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.725210 tst         register_default_mass.py: using MSISDN 1052
22:48:31.739790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.770344 tst         register_default_mass.py: using MSISDN 1053
22:48:31.784816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.815985 tst         register_default_mass.py: using MSISDN 1054
22:48:31.830256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.860900 tst         register_default_mass.py: using MSISDN 1055
22:48:31.875179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.906224 tst         register_default_mass.py: using MSISDN 1056
22:48:31.920875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.951750 tst         register_default_mass.py: using MSISDN 1057
22:48:31.966480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.997755 tst         register_default_mass.py: using MSISDN 1058
22:48:32.012588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.042607 tst         register_default_mass.py: using MSISDN 1059
22:48:32.056780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.087832 tst         register_default_mass.py: using MSISDN 1060
22:48:32.102383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.133540 tst         register_default_mass.py: using MSISDN 1061
22:48:32.148305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.179327 tst         register_default_mass.py: using MSISDN 1062
22:48:32.194109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.225097 tst         register_default_mass.py: using MSISDN 1063
22:48:32.239667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.270527 tst         register_default_mass.py: using MSISDN 1064
22:48:32.285121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.315759 tst         register_default_mass.py: using MSISDN 1065
22:48:32.330200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.361156 tst         register_default_mass.py: using MSISDN 1066
22:48:32.375814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.406620 tst         register_default_mass.py: using MSISDN 1067
22:48:32.421274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.452250 tst         register_default_mass.py: using MSISDN 1068
22:48:32.466734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.497432 tst         register_default_mass.py: using MSISDN 1069
22:48:32.511957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.542839 tst         register_default_mass.py: using MSISDN 1070
22:48:32.557548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.587458 tst         register_default_mass.py: using MSISDN 1071
22:48:32.601589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.633316 tst         register_default_mass.py: using MSISDN 1072
22:48:32.647984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.679173 tst         register_default_mass.py: using MSISDN 1073
22:48:32.693906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.724222 tst         register_default_mass.py: using MSISDN 1074
22:48:32.738710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.769730 tst         register_default_mass.py: using MSISDN 1075
22:48:32.784426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.815691 tst         register_default_mass.py: using MSISDN 1076
22:48:32.830433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.861759 tst         register_default_mass.py: using MSISDN 1077
22:48:32.876624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.907828 tst         register_default_mass.py: using MSISDN 1078
22:48:32.922637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.954188 tst         register_default_mass.py: using MSISDN 1079
22:48:32.969320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.000438 tst         register_default_mass.py: using MSISDN 1080
22:48:33.015033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.046531 tst         register_default_mass.py: using MSISDN 1081
22:48:33.061365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.092443 tst         register_default_mass.py: using MSISDN 1082
22:48:33.107143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.138346 tst         register_default_mass.py: using MSISDN 1083
22:48:33.153157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.184357 tst         register_default_mass.py: using MSISDN 1084
22:48:33.199055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.230399 tst         register_default_mass.py: using MSISDN 1085
22:48:33.245394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.276424 tst         register_default_mass.py: using MSISDN 1086
22:48:33.291242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.322419 tst         register_default_mass.py: using MSISDN 1087
22:48:33.337154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.368307 tst         register_default_mass.py: using MSISDN 1088
22:48:33.376761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.408557 tst         register_default_mass.py: using MSISDN 1089
22:48:33.428716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.460154 tst         register_default_mass.py: using MSISDN 1090
22:48:33.474611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.505474 tst         register_default_mass.py: using MSISDN 1091
22:48:33.519743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.550954 tst         register_default_mass.py: using MSISDN 1092
22:48:33.565321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.596475 tst         register_default_mass.py: using MSISDN 1093
22:48:33.610854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.642063 tst         register_default_mass.py: using MSISDN 1094
22:48:33.656367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.687333 tst         register_default_mass.py: using MSISDN 1095
22:48:33.701625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.733040 tst         register_default_mass.py: using MSISDN 1096
22:48:33.747749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.779166 tst         register_default_mass.py: using MSISDN 1097
22:48:33.793755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.825165 tst         register_default_mass.py: using MSISDN 1098
22:48:33.839774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.871059 tst         register_default_mass.py: using MSISDN 1099
22:48:33.880476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.911638 tst         register_default_mass.py: using MSISDN 1100
22:48:33.927564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.019870 run                             mass: Starting testcase
22:48:34.025546 run                             mass: Pre-launching all virtphy's
22:48:34.031085 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.044439 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.050549 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.063574 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.069565 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.082538 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.088622 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.101726 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.107779 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.120806 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.126838 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.139900 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.146060 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.159166 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.165242 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.178314 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.184395 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.197527 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.203646 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.216760 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.222857 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.235801 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.241851 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.254828 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.260773 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.273745 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.279759 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.292764 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.298915 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.312153 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.318122 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.331090 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.337078 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.350039 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.356166 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.369439 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.375577 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.388671 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.394736 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.407819 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.413936 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.427065 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.433240 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.446395 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.452454 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.465473 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.471488 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.484568 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.490605 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.503718 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.509806 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.522907 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.529103 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.542222 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.548295 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.561905 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.568034 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.581176 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.587478 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.600704 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.607103 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.620481 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.626735 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.640051 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.646313 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.659592 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.665824 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.679081 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.685258 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.698621 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.704781 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.717891 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.724013 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.737103 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.743293 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.756452 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.762685 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.776011 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.782234 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.795323 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.801495 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.814652 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.820876 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.834127 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.840193 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.853384 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.859488 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.872548 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.878628 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.891701 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.897777 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.910770 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.916816 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.929858 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.935938 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.948958 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.955004 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.968044 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.974048 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.987100 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.993172 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.006194 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.012320 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.025511 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.031871 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.044914 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.051003 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.064162 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.070224 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.083307 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.089332 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.102359 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.108349 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.121386 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.127379 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.140333 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.146349 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.159294 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.165278 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.178264 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.184274 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.197298 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.203280 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.216293 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.222285 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.235271 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.241256 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.254383 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.260362 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.273466 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.279426 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.292423 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.298517 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.311539 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.317689 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.330817 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.336879 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.349877 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.355953 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.368949 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.374977 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.388002 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.394001 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.406975 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.413027 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.426024 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.432057 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.445046 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.451018 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.463990 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.469990 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.482983 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.489114 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.502252 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.508268 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.521269 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.527234 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.540417 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.546402 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.559587 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.565613 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.578660 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.584676 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.597635 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.603682 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.616744 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.622729 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.635699 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.641668 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.654579 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.660578 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.673501 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.679473 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.692453 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.698423 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.711352 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.717398 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.730615 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.736654 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.749774 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.755776 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.768890 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.774900 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.788016 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.794055 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.807086 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.813076 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.826009 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.832016 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.845022 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.851017 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.864037 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.870064 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.883012 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.889065 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.902137 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.908132 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.921193 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.927171 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.940180 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.946128 run                             mass: Checking if sockets are in the filesystem
22:48:35.978868 run                osmo-ms-mob/00000: Starting mobile
22:48:35.992032 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.004286 run                             mass: MS start registered  {at=1487142.212603698, delay=0.006124942097812891, ms=00000}
22:48:40.194848 run                osmo-ms-mob/00001: Starting mobile
22:48:40.211903 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.222732 run                             mass: MS start registered  {at=1487146.431049926, delay=0.00467393989674747, ms=00001}
22:48:41.225950 run                             mass: MS performed LU  {at=1487147.434153195, lu_delay=5.221549496985972, ms=00000}
22:48:41.994117 run                osmo-ms-mob/00002: Starting mobile
22:48:42.011137 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.021549 run                             mass: MS start registered  {at=1487148.229864274, delay=0.004342247033491731, ms=00002}
22:48:43.293092 run                osmo-ms-mob/00003: Starting mobile
22:48:43.310196 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.321021 run                             mass: MS start registered  {at=1487149.529340159, delay=0.004491928964853287, ms=00003}
22:48:44.362890 run                osmo-ms-mob/00004: Starting mobile
22:48:44.376032 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.386613 run                             mass: MS start registered  {at=1487150.594933435, delay=0.004456476075574756, ms=00004}
22:48:44.991312 run                             mass: MS performed LU  {at=1487151.1995257, lu_delay=4.768475773977116, ms=00001}
22:48:45.362125 run                osmo-ms-mob/00005: Starting mobile
22:48:45.377045 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.387829 run                             mass: MS start registered  {at=1487151.596145749, delay=0.004803855204954743, ms=00005}
22:48:46.261950 run                osmo-ms-mob/00006: Starting mobile
22:48:46.275016 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.285609 run                             mass: MS start registered  {at=1487152.493931733, delay=0.004511256003752351, ms=00006}
22:48:46.893308 run                             mass: MS performed LU  {at=1487153.101513315, lu_delay=4.871649041073397, ms=00002}
22:48:47.184304 run                osmo-ms-mob/00007: Starting mobile
22:48:47.200451 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.210857 run                             mass: MS start registered  {at=1487153.419178683, delay=0.004338347120210528, ms=00007}
22:48:47.962190 run                osmo-ms-mob/00008: Starting mobile
22:48:47.975156 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.985941 run                             mass: MS start registered  {at=1487154.194260866, delay=0.004497739020735025, ms=00008}
22:48:48.693564 run                osmo-ms-mob/00009: Starting mobile
22:48:48.710331 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.720955 run                             mass: MS start registered  {at=1487154.929274748, delay=0.004459402058273554, ms=00009}
22:48:48.756814 run                             mass: MS performed LU  {at=1487154.965048997, lu_delay=5.435708838049322, ms=00003}
22:48:49.394975 run                osmo-ms-mob/00010: Starting mobile
22:48:49.408070 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.419062 run                             mass: MS start registered  {at=1487155.627382002, delay=0.004893711069598794, ms=00010}
22:48:49.993324 run                osmo-ms-mob/00011: Starting mobile
22:48:50.010256 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.020994 run                             mass: MS start registered  {at=1487156.229316325, delay=0.0045795280020684, ms=00011}
22:48:50.594512 run                osmo-ms-mob/00012: Starting mobile
22:48:50.611330 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.622066 run                             mass: MS start registered  {at=1487156.830388232, delay=0.004566198913380504, ms=00012}
22:48:50.658854 run                             mass: MS performed LU  {at=1487156.867075832, lu_delay=6.272142397006974, ms=00004}
22:48:50.686423 run                             mass: MS performed LU  {at=1487156.894703035, lu_delay=5.298557285917923, ms=00005}
22:48:51.196205 run                osmo-ms-mob/00013: Starting mobile
22:48:51.213283 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.224066 run                             mass: MS start registered  {at=1487157.43238555, delay=0.0047884921077638865, ms=00013}
22:48:51.761986 run                osmo-ms-mob/00014: Starting mobile
22:48:51.775339 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.786097 run                             mass: MS start registered  {at=1487157.994419311, delay=0.004672343842685223, ms=00014}
22:48:52.361754 run                osmo-ms-mob/00015: Starting mobile
22:48:52.375084 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.385795 run                             mass: MS start registered  {at=1487158.594116274, delay=0.004640526138246059, ms=00015}
22:48:52.523109 run                             mass: MS performed LU  {at=1487158.731320984, lu_delay=5.312142300885171, ms=00007}
22:48:52.587939 run                             mass: MS performed LU  {at=1487158.796147572, lu_delay=6.302215839037672, ms=00006}
22:48:52.885120 run                osmo-ms-mob/00016: Starting mobile
22:48:52.902418 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.908684 run                             mass: MS performed LU  {at=1487159.117011086, lu_delay=4.922750220168382, ms=00008}
22:48:52.914662 run                             mass: MS start registered  {at=1487159.122997718, delay=0.006003879941999912, ms=00016}
22:48:53.370326 run                osmo-ms-mob/00017: Starting mobile
22:48:53.384304 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.395236 run                             mass: MS start registered  {at=1487159.603557634, delay=0.004364007851108909, ms=00017}
22:48:54.001031 run                osmo-ms-mob/00018: Starting mobile
22:48:54.016923 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.027731 run                             mass: MS start registered  {at=1487160.236052686, delay=0.0047369711101055145, ms=00018}
22:48:54.362216 run                osmo-ms-mob/00019: Starting mobile
22:48:54.375218 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.386047 run                             mass: MS start registered  {at=1487160.594366465, delay=0.004636242054402828, ms=00019}
22:48:54.425419 run                             mass: MS performed LU  {at=1487160.633641505, lu_delay=5.006259502843022, ms=00010}
22:48:54.452175 run                             mass: MS performed LU  {at=1487160.660443868, lu_delay=5.731169119942933, ms=00009}
22:48:54.902087 run                osmo-ms-mob/00020: Starting mobile
22:48:54.918320 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.929349 run                             mass: MS start registered  {at=1487161.137669305, delay=0.004700507968664169, ms=00020}
22:48:55.382403 run                osmo-ms-mob/00021: Starting mobile
22:48:55.398488 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.409243 run                             mass: MS start registered  {at=1487161.617564194, delay=0.0045680389739573, ms=00021}
22:48:55.774698 run                osmo-ms-mob/00022: Starting mobile
22:48:55.788720 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.799309 run                             mass: MS start registered  {at=1487162.00763037, delay=0.00412525818683207, ms=00022}
22:48:56.293425 run                osmo-ms-mob/00023: Starting mobile
22:48:56.310171 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.316259 run                             mass: MS performed LU  {at=1487162.524586629, lu_delay=6.295270303962752, ms=00011}
22:48:56.322141 run                             mass: MS start registered  {at=1487162.530476886, delay=0.005906827049329877, ms=00023}
22:48:56.353031 run                             mass: MS performed LU  {at=1487162.561326228, lu_delay=5.128940677968785, ms=00013}
22:48:56.423305 run                             mass: MS performed LU  {at=1487162.631524688, lu_delay=5.801136456197128, ms=00012}
22:48:56.460984 run                osmo-ms-mob/00024: Starting mobile
22:48:56.473990 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.485007 run                             mass: MS start registered  {at=1487162.693328838, delay=0.004728966159746051, ms=00024}
22:48:56.676941 run                             mass: MS performed LU  {at=1487162.885159358, lu_delay=4.890740046976134, ms=00014}
22:48:57.174820 run                osmo-ms-mob/00025: Starting mobile
22:48:57.188812 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.199521 run                             mass: MS start registered  {at=1487163.407843526, delay=0.004598089959472418, ms=00025}
22:48:57.584059 run                osmo-ms-mob/00026: Starting mobile
22:48:57.600500 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.611338 run                             mass: MS start registered  {at=1487163.819656844, delay=0.004699107958003879, ms=00026}
22:48:57.992784 run                osmo-ms-mob/00027: Starting mobile
22:48:58.008009 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.018705 run                             mass: MS start registered  {at=1487164.227028335, delay=0.004630235023796558, ms=00027}
22:48:58.106838 run                             mass: MS performed LU  {at=1487164.315057717, lu_delay=4.711500083096325, ms=00017}
22:48:58.190367 run                             mass: MS performed LU  {at=1487164.398584018, lu_delay=5.8044677439611405, ms=00015}
22:48:58.217112 run                             mass: MS performed LU  {at=1487164.425420784, lu_delay=5.302423065993935, ms=00016}
22:48:58.229847 run                osmo-ms-mob/00028: Starting mobile
22:48:58.242831 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.253693 run                             mass: MS start registered  {at=1487164.462017082, delay=0.0046633759047836065, ms=00028}
22:48:58.786143 run                osmo-ms-mob/00029: Starting mobile
22:48:58.817340 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.828159 run                             mass: MS start registered  {at=1487165.036478141, delay=0.0046620971988886595, ms=00029}
22:48:59.180601 run                osmo-ms-mob/00030: Starting mobile
22:48:59.195307 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.206622 run                             mass: MS start registered  {at=1487165.414937067, delay=0.005181224085390568, ms=00030}
22:48:59.586020 run                osmo-ms-mob/00031: Starting mobile
22:48:59.602332 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.613130 run                             mass: MS start registered  {at=1487165.821450327, delay=0.004511669976636767, ms=00031}
22:48:59.862266 run                osmo-ms-mob/00032: Starting mobile
22:48:59.875371 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.886238 run                             mass: MS start registered  {at=1487166.094557158, delay=0.0048641429748386145, ms=00032}
22:49:00.055145 run                             mass: MS performed LU  {at=1487166.263367683, lu_delay=6.027314996812493, ms=00018}
22:49:00.119900 run                             mass: MS performed LU  {at=1487166.328117014, lu_delay=5.733750548912212, ms=00019}
22:49:00.162882 run                osmo-ms-mob/00033: Starting mobile
22:49:00.176925 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.187091 run                             mass: MS performed LU  {at=1487166.39541331, lu_delay=5.257744004949927, ms=00020}
22:49:00.193123 run                             mass: MS start registered  {at=1487166.401458103, delay=0.010097720893099904, ms=00033}
22:49:00.205809 run                             mass: MS performed LU  {at=1487166.414130582, lu_delay=4.796566388104111, ms=00021}
22:49:00.683809 run                osmo-ms-mob/00034: Starting mobile
22:49:00.700700 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.711350 run                             mass: MS start registered  {at=1487166.919671302, delay=0.004479723051190376, ms=00034}
22:49:00.974113 run                osmo-ms-mob/00035: Starting mobile
22:49:00.987866 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.998991 run                             mass: MS start registered  {at=1487167.20731048, delay=0.005113939987495542, ms=00035}
22:49:01.375073 run                osmo-ms-mob/00036: Starting mobile
22:49:01.388931 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.400109 run                             mass: MS start registered  {at=1487167.608428471, delay=0.004910951945930719, ms=00036}
22:49:01.792886 run                osmo-ms-mob/00037: Starting mobile
22:49:01.809704 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.820261 run                             mass: MS start registered  {at=1487168.028584723, delay=0.004453182918950915, ms=00037}
22:49:01.873273 run                             mass: MS performed LU  {at=1487168.081511095, lu_delay=5.551034208852798, ms=00023}
22:49:01.956789 run                             mass: MS performed LU  {at=1487168.165009808, lu_delay=6.15737943793647, ms=00022}
22:49:01.985720 run                osmo-ms-mob/00038: Starting mobile
22:49:01.998765 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.004989 run                             mass: MS performed LU  {at=1487168.213319856, lu_delay=5.519991017878056, ms=00024}
22:49:02.010888 run                             mass: MS start registered  {at=1487168.219223514, delay=0.00591864506714046, ms=00038}
22:49:02.127425 run                             mass: MS performed LU  {at=1487168.33564481, lu_delay=4.927801284007728, ms=00025}
22:49:02.156358 run                osmo-ms-mob/00039: Starting mobile
22:49:02.169613 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.180277 run                             mass: MS start registered  {at=1487168.388601773, delay=0.004578022053465247, ms=00039}
22:49:02.761861 run                osmo-ms-mob/00040: Starting mobile
22:49:02.775109 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.787947 run                             mass: MS start registered  {at=1487168.996258823, delay=0.0062065329402685165, ms=00040}
22:49:03.075665 run                osmo-ms-mob/00041: Starting mobile
22:49:03.090048 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.100563 run                             mass: MS start registered  {at=1487169.308885217, delay=0.004346612840890884, ms=00041}
22:49:03.374654 run                osmo-ms-mob/00042: Starting mobile
22:49:03.388753 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.399558 run                             mass: MS start registered  {at=1487169.607879534, delay=0.004683633800595999, ms=00042}
22:49:03.719357 run                             mass: MS performed LU  {at=1487169.927578779, lu_delay=5.700550443958491, ms=00027}
22:49:03.761306 run                osmo-ms-mob/00043: Starting mobile
22:49:03.776885 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.782984 run                             mass: MS performed LU  {at=1487169.991312251, lu_delay=4.576375183882192, ms=00030}
22:49:03.788911 run                             mass: MS start registered  {at=1487169.997246127, delay=0.005951367085799575, ms=00043}
22:49:03.885068 run                             mass: MS performed LU  {at=1487170.093295128, lu_delay=5.631278046173975, ms=00028}
22:49:03.914019 run                osmo-ms-mob/00044: Starting mobile
22:49:03.927143 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.937792 run                             mass: MS start registered  {at=1487170.146115518, delay=0.004534975858405232, ms=00044}
22:49:04.029403 run                             mass: MS performed LU  {at=1487170.237625081, lu_delay=6.417968237074092, ms=00026}
22:49:04.363188 run                osmo-ms-mob/00045: Starting mobile
22:49:04.376458 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.387490 run                             mass: MS start registered  {at=1487170.595809478, delay=0.00359182502143085, ms=00045}
22:49:04.662004 run                osmo-ms-mob/00046: Starting mobile
22:49:04.675553 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.687035 run                             mass: MS start registered  {at=1487170.895351717, delay=0.005236976081505418, ms=00046}
22:49:04.976559 run                osmo-ms-mob/00047: Starting mobile
22:49:04.990683 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.001803 run                             mass: MS start registered  {at=1487171.21012236, delay=0.0046674879267811775, ms=00047}
22:49:05.293805 run                osmo-ms-mob/00048: Starting mobile
22:49:05.310630 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.321324 run                             mass: MS start registered  {at=1487171.529646157, delay=0.00452039111405611, ms=00048}
22:49:05.562064 run                osmo-ms-mob/00049: Starting mobile
22:49:05.575313 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.585882 run                             mass: MS start registered  {at=1487171.794204226, delay=0.0044757400173693895, ms=00049}
22:49:05.638838 run                             mass: MS performed LU  {at=1487171.847059517, lu_delay=4.639749036869034, ms=00035}
22:49:05.722258 run                             mass: MS performed LU  {at=1487171.930479689, lu_delay=5.835922531085089, ms=00032}
22:49:05.750536 run                osmo-ms-mob/00050: Starting mobile
22:49:05.763677 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.769672 run                             mass: MS performed LU  {at=1487171.9780015, lu_delay=6.156551172956824, ms=00031}
22:49:05.775434 run                             mass: MS start registered  {at=1487171.983769146, delay=0.005783925065770745, ms=00050}
22:49:05.894418 run                             mass: MS performed LU  {at=1487172.102641114, lu_delay=5.701183011056855, ms=00033}
22:49:05.930081 run                             mass: MS performed LU  {at=1487172.138325702, lu_delay=5.218654399970546, ms=00034}
22:49:05.946721 run                osmo-ms-mob/00051: Starting mobile
22:49:05.960010 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.970688 run                             mass: MS start registered  {at=1487172.179010809, delay=0.004521982045844197, ms=00051}
22:49:06.560320 run                osmo-ms-mob/00052: Starting mobile
22:49:06.573875 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.585004 run                             mass: MS start registered  {at=1487172.793327744, delay=0.004737367853522301, ms=00052}
22:49:06.876807 run                osmo-ms-mob/00053: Starting mobile
22:49:06.890691 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.901531 run                             mass: MS start registered  {at=1487173.109851939, delay=0.004472630796954036, ms=00053}
22:49:07.169110 run                osmo-ms-mob/00054: Starting mobile
22:49:07.182397 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.193176 run                             mass: MS start registered  {at=1487173.401492045, delay=0.004674035124480724, ms=00054}
22:49:07.462685 run                osmo-ms-mob/00055: Starting mobile
22:49:07.475639 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.486964 run                             mass: MS start registered  {at=1487173.695279293, delay=0.005393740953877568, ms=00055}
22:49:07.501921 run                             mass: MS performed LU  {at=1487173.710236018, lu_delay=5.491012504091486, ms=00038}
22:49:07.650671 run                             mass: MS performed LU  {at=1487173.858890548, lu_delay=4.8626317251473665, ms=00040}
22:49:07.707017 run                osmo-ms-mob/00056: Starting mobile
22:49:07.724017 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.735435 run                             mass: MS start registered  {at=1487173.943754223, delay=0.005040016956627369, ms=00056}
22:49:07.795447 run                             mass: MS performed LU  {at=1487174.003677556, lu_delay=6.395249085035175, ms=00036}
22:49:07.831466 run                             mass: MS performed LU  {at=1487174.039689211, lu_delay=6.01110448804684, ms=00037}
22:49:07.850129 run                osmo-ms-mob/00057: Starting mobile
22:49:07.863175 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.873939 run                             mass: MS start registered  {at=1487174.082259489, delay=0.00478143198415637, ms=00057}
22:49:08.085443 run                             mass: MS performed LU  {at=1487174.293639668, lu_delay=4.984754451084882, ms=00041}
22:49:08.476028 run                osmo-ms-mob/00058: Starting mobile
22:49:08.490467 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.501497 run                             mass: MS start registered  {at=1487174.709814752, delay=0.004848775919526815, ms=00058}
22:49:08.671479 run                             mass: MS performed LU  {at=1487174.879709226, lu_delay=3.6695868661627173, ms=00047}
22:49:08.701133 run                osmo-ms-mob/00059: Starting mobile
22:49:08.714389 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.725668 run                             mass: MS start registered  {at=1487174.933989967, delay=0.004949437920004129, ms=00059}
22:49:09.072898 run                osmo-ms-mob/00060: Starting mobile
22:49:09.086527 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.097609 run                             mass: MS start registered  {at=1487175.305931363, delay=0.004904837114736438, ms=00060}
22:49:09.404890 run                             mass: MS performed LU  {at=1487175.613111749, lu_delay=5.615865621948615, ms=00043}
22:49:09.460458 run                osmo-ms-mob/00061: Starting mobile
22:49:09.475093 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.485820 run                             mass: MS start registered  {at=1487175.694142726, delay=0.004682461963966489, ms=00061}
22:49:09.491927 run                             mass: MS performed LU  {at=1487175.700255362, lu_delay=4.804903645068407, ms=00046}
22:49:09.659634 run                             mass: MS performed LU  {at=1487175.86785204, lu_delay=6.259972506202757, ms=00042}
22:49:09.688847 run                osmo-ms-mob/00062: Starting mobile
22:49:09.702574 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.708876 run                             mass: MS performed LU  {at=1487175.917203678, lu_delay=5.771088160108775, ms=00044}
22:49:09.714786 run                             mass: MS start registered  {at=1487175.923121392, delay=0.005934668006375432, ms=00062}
22:49:10.103323 run                osmo-ms-mob/00063: Starting mobile
22:49:10.119908 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.130961 run                             mass: MS start registered  {at=1487176.339274402, delay=0.005043525947257876, ms=00063}
22:49:10.476527 run                osmo-ms-mob/00064: Starting mobile
22:49:10.490549 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.501278 run                             mass: MS start registered  {at=1487176.709597391, delay=0.0045737591572105885, ms=00064}
22:49:10.877598 run                osmo-ms-mob/00065: Starting mobile
22:49:10.892050 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.902787 run                             mass: MS start registered  {at=1487177.111108716, delay=0.004689464112743735, ms=00065}
22:49:11.184501 run                osmo-ms-mob/00066: Starting mobile
22:49:11.200692 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.211726 run                             mass: MS start registered  {at=1487177.420046315, delay=0.0047777381259948015, ms=00066}
22:49:11.269263 run                             mass: MS performed LU  {at=1487177.477481339, lu_delay=5.947835181839764, ms=00048}
22:49:11.352385 run                             mass: MS performed LU  {at=1487177.560595075, lu_delay=5.381584265967831, ms=00051}
22:49:11.417080 run                             mass: MS performed LU  {at=1487177.625301363, lu_delay=5.641532216919586, ms=00050}
22:49:11.444820 run                osmo-ms-mob/00067: Starting mobile
22:49:11.457932 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.468604 run                             mass: MS start registered  {at=1487177.676928712, delay=0.004444400081411004, ms=00067}
22:49:11.560841 run                             mass: MS performed LU  {at=1487177.76906032, lu_delay=5.974856093991548, ms=00049}
22:49:11.597200 run                             mass: MS performed LU  {at=1487177.805441547, lu_delay=5.012113803066313, ms=00052}
22:49:11.625664 run                osmo-ms-mob/00068: Starting mobile
22:49:11.638863 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.644855 run                             mass: MS performed LU  {at=1487177.853185645, lu_delay=4.743333706166595, ms=00053}
22:49:11.650588 run                             mass: MS start registered  {at=1487177.85892356, delay=0.0057540039997547865, ms=00068}
22:49:12.272999 run                osmo-ms-mob/00069: Starting mobile
22:49:12.286573 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.297762 run                             mass: MS start registered  {at=1487178.506082133, delay=0.004595143022015691, ms=00069}
22:49:12.409402 run                             mass: MS performed LU  {at=1487178.617606144, lu_delay=5.216114098904654, ms=00054}
22:49:12.434671 run                             mass: MS performed LU  {at=1487178.643000919, lu_delay=4.699246695963666, ms=00056}
22:49:12.694234 run                osmo-ms-mob/00070: Starting mobile
22:49:12.708478 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.720207 run                             mass: MS start registered  {at=1487178.928520948, delay=0.005542066879570484, ms=00070}
22:49:13.078451 run                osmo-ms-mob/00071: Starting mobile
22:49:13.093089 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.103883 run                             mass: MS start registered  {at=1487179.312203701, delay=0.004662045976147056, ms=00071}
22:49:13.171351 run                             mass: MS performed LU  {at=1487179.379564198, lu_delay=4.669749445980415, ms=00058}
22:49:13.195419 run                             mass: MS performed LU  {at=1487179.403749455, lu_delay=5.321489966008812, ms=00057}
22:49:13.225436 run                             mass: MS performed LU  {at=1487179.433673613, lu_delay=5.738394320011139, ms=00055}
22:49:13.246373 run                osmo-ms-mob/00072: Starting mobile
22:49:13.260098 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.271307 run                             mass: MS start registered  {at=1487179.479622786, delay=0.005064304918050766, ms=00072}
22:49:13.904061 run                osmo-ms-mob/00073: Starting mobile
22:49:13.921890 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.933258 run                             mass: MS start registered  {at=1487180.141574073, delay=0.004830005811527371, ms=00073}
22:49:14.176146 run                             mass: MS performed LU  {at=1487180.384328064, lu_delay=5.450338097056374, ms=00059}
22:49:14.209562 run                osmo-ms-mob/00074: Starting mobile
22:49:14.222904 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.234942 run                             mass: MS start registered  {at=1487180.443263031, delay=0.005707125179469585, ms=00074}
22:49:14.693057 run                osmo-ms-mob/00075: Starting mobile
22:49:14.708552 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.720396 run                             mass: MS start registered  {at=1487180.928715433, delay=0.005560494959354401, ms=00075}
22:49:15.017108 run                             mass: MS performed LU  {at=1487181.225329388, lu_delay=4.51573199685663, ms=00064}
22:49:15.034381 run                             mass: MS performed LU  {at=1487181.242665212, lu_delay=5.319543819874525, ms=00062}
22:49:15.068112 run                osmo-ms-mob/00076: Starting mobile
22:49:15.082719 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.094073 run                             mass: MS start registered  {at=1487181.302393205, delay=0.004901217995211482, ms=00076}
22:49:15.182974 run                             mass: MS performed LU  {at=1487181.391194963, lu_delay=5.051920560887083, ms=00063}
22:49:15.326755 run                             mass: MS performed LU  {at=1487181.534972562, lu_delay=5.840829835971817, ms=00061}
22:49:15.362763 run                             mass: MS performed LU  {at=1487181.57100867, lu_delay=6.2650773068889976, ms=00060}
22:49:15.380280 run                osmo-ms-mob/00077: Starting mobile
22:49:15.393424 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.404258 run                             mass: MS start registered  {at=1487181.612580628, delay=0.004709312925115228, ms=00077}
22:49:16.075980 run                osmo-ms-mob/00078: Starting mobile
22:49:16.089826 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.100661 run                             mass: MS start registered  {at=1487182.30898385, delay=0.004675526171922684, ms=00078}
22:49:16.493465 run                osmo-ms-mob/00079: Starting mobile
22:49:16.509298 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.520509 run                             mass: MS start registered  {at=1487182.728830403, delay=0.004978623008355498, ms=00079}
22:49:16.936160 run                             mass: MS performed LU  {at=1487183.14437898, lu_delay=5.4674502678681165, ms=00067}
22:49:16.980547 run                osmo-ms-mob/00080: Starting mobile
22:49:16.994367 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.000876 run                             mass: MS performed LU  {at=1487183.209202895, lu_delay=5.350279334932566, ms=00068}
22:49:17.006761 run                             mass: MS start registered  {at=1487183.215095484, delay=0.005911048036068678, ms=00080}
22:49:17.046654 run                             mass: MS performed LU  {at=1487183.254898744, lu_delay=4.748816611012444, ms=00069}
22:49:17.191093 run                             mass: MS performed LU  {at=1487183.399313901, lu_delay=5.979267586022615, ms=00066}
22:49:17.227488 run                             mass: MS performed LU  {at=1487183.435731594, lu_delay=6.32462287787348, ms=00065}
22:49:17.245404 run                osmo-ms-mob/00081: Starting mobile
22:49:17.258689 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.269507 run                             mass: MS start registered  {at=1487183.477831231, delay=0.004680030047893524, ms=00081}
22:49:17.875001 run                osmo-ms-mob/00082: Starting mobile
22:49:17.888975 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.900327 run                             mass: MS start registered  {at=1487184.108648315, delay=0.004961211001500487, ms=00082}
22:49:18.493146 run                osmo-ms-mob/00083: Starting mobile
22:49:18.509974 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.520741 run                             mass: MS start registered  {at=1487184.729060316, delay=0.004776210989803076, ms=00083}
22:49:18.782760 run                             mass: MS performed LU  {at=1487184.990978139, lu_delay=5.678774438099936, ms=00071}
22:49:18.800479 run                             mass: MS performed LU  {at=1487185.00872555, lu_delay=5.529102764092386, ms=00072}
22:49:18.818231 run                osmo-ms-mob/00084: Starting mobile
22:49:18.831274 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.842342 run                             mass: MS start registered  {at=1487185.050662882, delay=0.004605732858181, ms=00084}
22:49:18.949176 run                             mass: MS performed LU  {at=1487185.157394684, lu_delay=6.228873735992238, ms=00070}
22:49:19.092575 run                             mass: MS performed LU  {at=1487185.300796123, lu_delay=4.857533091912046, ms=00074}
22:49:19.495044 run                osmo-ms-mob/00085: Starting mobile
22:49:19.523309 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.534118 run                             mass: MS start registered  {at=1487185.742439157, delay=0.0044579890090972185, ms=00085}
22:49:20.076571 run                osmo-ms-mob/00086: Starting mobile
22:49:20.090605 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.101443 run                             mass: MS start registered  {at=1487186.309765631, delay=0.0047566331923007965, ms=00086}
22:49:20.694798 run                osmo-ms-mob/00087: Starting mobile
22:49:20.711392 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.723011 run                             mass: MS start registered  {at=1487186.931326925, delay=0.005542667116969824, ms=00087}
22:49:20.766576 run                             mass: MS performed LU  {at=1487186.97476083, lu_delay=5.672367624938488, ms=00076}
22:49:20.784127 run                             mass: MS performed LU  {at=1487186.992456903, lu_delay=5.3798762750811875, ms=00077}
22:49:20.813126 run                             mass: MS performed LU  {at=1487187.021370335, lu_delay=4.712386484956369, ms=00078}
22:49:20.937616 run                             mass: MS performed LU  {at=1487187.145815267, lu_delay=6.217099834000692, ms=00075}
22:49:20.961955 run                             mass: MS performed LU  {at=1487187.170280238, lu_delay=22.133802096825093, ms=00029}
22:49:20.985798 run                osmo-ms-mob/00088: Starting mobile
22:49:20.998971 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.009974 run                             mass: MS start registered  {at=1487187.218294848, delay=0.004481307929381728, ms=00088}
22:49:21.875872 run                osmo-ms-mob/00089: Starting mobile
22:49:21.890073 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.901581 run                             mass: MS start registered  {at=1487188.109893033, delay=0.0053221420384943485, ms=00089}
22:49:22.462425 run                osmo-ms-mob/00090: Starting mobile
22:49:22.475692 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.486927 run                             mass: MS start registered  {at=1487188.695249178, delay=0.004989844048395753, ms=00090}
22:49:22.548813 run                             mass: MS performed LU  {at=1487188.757011048, lu_delay=4.648362732958049, ms=00082}
22:49:22.571260 run                             mass: MS performed LU  {at=1487188.779590067, lu_delay=5.3017588360235095, ms=00081}
22:49:22.714869 run                             mass: MS performed LU  {at=1487188.923090895, lu_delay=6.194260491989553, ms=00079}
22:49:22.858916 run                             mass: MS performed LU  {at=1487189.067137697, lu_delay=5.8520422130823135, ms=00080}
22:49:23.162845 run                osmo-ms-mob/00091: Starting mobile
22:49:23.175881 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.187402 run                             mass: MS start registered  {at=1487189.395720413, delay=0.0054720130283385515, ms=00091}
22:49:23.875817 run                osmo-ms-mob/00092: Starting mobile
22:49:23.889679 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.900317 run                             mass: MS start registered  {at=1487190.108640206, delay=0.0014149369671940804, ms=00092}
22:49:24.532770 run                             mass: MS performed LU  {at=1487190.740896272, lu_delay=4.998457114910707, ms=00085}
22:49:24.556870 run                             mass: MS performed LU  {at=1487190.765199044, lu_delay=5.714536162093282, ms=00084}
22:49:24.568001 run                osmo-ms-mob/00093: Starting mobile
22:49:24.581253 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.587473 run                             mass: MS performed LU  {at=1487190.795801441, lu_delay=6.066741124959663, ms=00083}
22:49:24.593470 run                             mass: MS start registered  {at=1487190.801804694, delay=0.006019402062520385, ms=00093}
22:49:24.704002 run                             mass: MS performed LU  {at=1487190.912222687, lu_delay=4.602457055822015, ms=00086}
22:49:24.728293 run                             mass: MS performed LU  {at=1487190.936623188, lu_delay=22.548021415015683, ms=00039}
22:49:25.574862 run                osmo-ms-mob/00094: Starting mobile
22:49:25.588618 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.599435 run                             mass: MS start registered  {at=1487191.807758009, delay=0.004661197075620294, ms=00094}
22:49:26.314260 run                             mass: MS performed LU  {at=1487192.522460328, lu_delay=4.412567294901237, ms=00089}
22:49:26.332263 run                             mass: MS performed LU  {at=1487192.540505953, lu_delay=5.322211104910821, ms=00088}
22:49:26.376971 run                osmo-ms-mob/00095: Starting mobile
22:49:26.392779 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.405411 run                             mass: MS start registered  {at=1487192.613732083, delay=0.006533775012940168, ms=00095}
22:49:26.480040 run                             mass: MS performed LU  {at=1487192.688257618, lu_delay=5.756930693052709, ms=00087}
22:49:26.623805 run                             mass: MS performed LU  {at=1487192.831899991, lu_delay=22.236090512946248, ms=00045}
22:49:27.475521 run                osmo-ms-mob/00096: Starting mobile
22:49:27.489307 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.500539 run                             mass: MS start registered  {at=1487193.708853478, delay=0.0049291669856756926, ms=00096}
22:49:28.299234 run                             mass: MS performed LU  {at=1487194.507410048, lu_delay=5.812160870060325, ms=00090}
22:49:28.317166 run                             mass: MS performed LU  {at=1487194.525409721, lu_delay=5.1296893081162125, ms=00091}
22:49:28.591481 run                osmo-ms-mob/00097: Starting mobile
22:49:28.606826 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.612836 run                             mass: MS performed LU  {at=1487194.821164486, lu_delay=4.712524279952049, ms=00092}
22:49:28.618567 run                             mass: MS start registered  {at=1487194.826902279, delay=0.005755591904744506, ms=00097}
22:49:29.862207 run                osmo-ms-mob/00098: Starting mobile
22:49:29.875515 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.886442 run                             mass: MS start registered  {at=1487196.09476338, delay=0.004850954981520772, ms=00098}
22:49:30.080236 run                             mass: MS performed LU  {at=1487196.288456564, lu_delay=5.486651869956404, ms=00093}
22:49:30.246680 run                             mass: MS performed LU  {at=1487196.454901076, lu_delay=4.647143066860735, ms=00094}
22:49:31.684537 run                osmo-ms-mob/00099: Starting mobile
22:49:31.700806 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.707086 run                             mass: All started... {duration=55.75529515999369, too_slow=0}
22:49:31.712898 run                             mass: MS start registered  {at=1487197.921225499, delay=0.00580543396063149, ms=00099}
22:49:32.064587 run                             mass: MS performed LU  {at=1487198.272747101, lu_delay=5.659015018027276, ms=00095}
22:49:32.318487 run                             mass: MS performed LU  {at=1487198.526706096, lu_delay=4.817852617939934, ms=00096}
22:49:33.994076 run                             mass: MS performed LU  {at=1487200.202295541, lu_delay=5.375393262133002, ms=00097}
22:49:35.830377 run                             mass: MS performed LU  {at=1487202.038551471, lu_delay=5.943788090953603, ms=00098}
22:49:35.855482 run                             mass: MS performed LU  {at=1487202.063811886, lu_delay=21.922237813007087, ms=00073}
22:49:37.760861 run                             mass: MS performed LU  {at=1487203.969084063, lu_delay=6.047858564183116, ms=00099}
22:49:37.771389 run                             mass: Tests done {all_completed=True, max=22.548021415015683, min=3.6695868661627173}
22:49:37.776845 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.782202 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.785461 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.788707 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.791957 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.795241 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.798652 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.801968 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.805327 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.808709 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.812054 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.815354 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.818696 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.822039 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.825345 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.828724 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.832120 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.835642 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.839041 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.842472 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.845878 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.849283 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.852661 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.856388 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.860396 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.863748 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.867355 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.870925 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.874873 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.878339 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.881824 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.885295 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.888747 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.892203 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.895645 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.899131 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.902743 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.906104 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.909883 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.913567 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.917117 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.920740 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.924228 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.927720 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.931162 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.934984 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.938468 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.941905 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.945353 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.949058 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.952805 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.956777 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.960416 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.963758 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.967088 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.970458 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.974331 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.977701 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.981059 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.984451 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.987811 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.991160 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.994615 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.997970 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.001338 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.004956 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.008292 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.011637 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.015023 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.018387 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.021750 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.025095 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.028442 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.031774 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.035133 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.038466 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.042254 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.045633 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.049038 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.052387 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.055734 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.059123 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.062467 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.066084 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.069674 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.073356 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.076734 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.080078 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.083375 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.086925 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.090281 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.093872 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.097320 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.100793 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.104269 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.107741 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.111249 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.114725 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.118166 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.121642 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.125095 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.128600 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.132518 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.136428 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.139812 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.143217 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.146574 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.149931 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.153304 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.156678 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.160040 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.163401 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.166796 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.170167 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.173526 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.176890 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.180208 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.183470 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.186816 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.190172 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.193537 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.196898 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.200255 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.203600 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.206974 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.210345 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.213757 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.217171 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.220602 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.224027 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.227435 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.230866 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.234307 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.237734 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.241155 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.244573 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.247996 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.251408 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.254822 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.258262 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.261695 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.265115 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.268537 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.271951 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.275353 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.278776 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.282216 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.285640 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.289057 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.292484 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.295907 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.299262 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.302628 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.305965 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.309328 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.312687 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.316051 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.319412 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.322763 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.326120 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.329475 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.332840 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.336198 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.339550 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.342913 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.346285 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.349653 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.352998 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.356355 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.359707 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.363055 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.366318 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.369575 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.372828 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.376077 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.379321 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.382573 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.385820 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.389062 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.392321 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.395569 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.398820 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.402073 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.405407 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.408764 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.412127 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.415480 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.418855 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.422205 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.425553 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.428902 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.432258 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.435601 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.438959 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.442321 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.445677 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.449029 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.452398 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.455823 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.459179 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.462522 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.465885 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.469227 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.472601 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.475956 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.479316 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.482681 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.486021 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.489373 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.492733 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.496097 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.499458 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.502821 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.506181 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.509549 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.511064 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.514782 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.516297 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.519985 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.521505 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.525217 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.526728 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.530409 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.531925 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.535649 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.537153 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.540854 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.542371 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.546113 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.547623 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.551330 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.552849 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.556560 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.558060 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.561796 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.563296 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.567021 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.568566 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.572303 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.573811 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.577615 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.579123 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.582850 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.584370 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.588089 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.589633 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.593452 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.594990 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.598777 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.600325 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.604112 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.605651 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.609440 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.610974 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.614744 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.616280 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.620062 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.621593 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.625401 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.626933 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.630707 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.632253 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.636019 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.637550 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.641326 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.642854 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.646623 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.648163 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.651920 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.653452 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.657216 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.658735 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.662523 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.664050 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.667818 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.669345 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.673154 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.674693 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.678457 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.680003 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.683772 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.685297 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.689047 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.690580 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.694347 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.695890 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.699644 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.701181 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.704969 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.706503 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.710296 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.711851 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.715622 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.717185 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.720959 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.722506 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.726302 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.727860 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.731638 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.733188 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.736953 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.738485 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.742285 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.743815 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.747601 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.749152 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.752957 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.754496 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.758302 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.759832 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.763601 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.765155 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.768943 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.770493 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.774288 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.775828 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.779619 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.781170 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.784941 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.786476 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.790268 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.791812 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.795603 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.797142 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.800904 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.802437 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.806226 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.807758 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.811533 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.813081 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.816860 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.818397 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.822189 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.823728 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.827508 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.829048 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.832820 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.834354 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.838131 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.839666 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.843463 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.845023 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.848814 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.850349 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.854159 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.855711 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.859494 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.861044 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.864857 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.866409 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.870221 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.871763 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.875550 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.877089 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.880890 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.882431 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.886226 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.887772 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.891581 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.893146 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.896926 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.898481 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.902289 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.903835 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.907624 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.909183 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.912956 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.914493 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.918300 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.919840 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.923617 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.925166 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.928952 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.930495 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.934300 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.935839 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.939626 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.941168 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.944980 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.946510 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.950290 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.951833 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.955619 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.957156 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.960940 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.962467 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.966245 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.967786 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.971567 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.973121 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.976923 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.978468 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.982250 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.983829 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.987614 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.989161 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.992972 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.994510 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.998281 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.999858 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.003673 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.005201 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.009012 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.010560 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.014352 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.015911 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.019724 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.021270 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.025078 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.026625 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.030410 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.031956 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.035751 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.037286 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.041107 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.042640 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.046426 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.047975 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.051785 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.053326 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.057136 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.058680 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.062465 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.064034 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.067835 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.069378 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.073158 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.074706 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.078497 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.080042 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.083849 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.085389 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.089182 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.090718 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.094521 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.096067 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.099860 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.101398 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.105190 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.106730 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.110547 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.112092 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.115943 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.117489 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.121302 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.122836 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.126678 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.128224 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.132055 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.133603 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.137428 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.138969 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.142777 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.144361 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.148191 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.149731 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.153552 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.155095 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.158932 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.160473 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.164288 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.165831 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.169661 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.171208 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.174912 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.176409 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.180106 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.181597 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.185311 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.186803 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.190499 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.192015 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.195721 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.197215 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.200929 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.202428 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.206116 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.207614 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.211308 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.212816 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.216527 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.218022 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.221728 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.223223 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.226937 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.228452 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.232153 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.233640 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.237371 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.238874 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.242573 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.244076 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.247786 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.249290 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.252980 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.254470 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.258170 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.259675 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.263375 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.264875 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.268563 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.270050 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.273738 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.275230 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.278940 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.280442 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.284131 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.285617 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.289310 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.290801 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.294498 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.295998 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.299702 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.301212 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.304902 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.306399 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.310125 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.311613 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.315316 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.316816 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.320514 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.322016 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.325719 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.327206 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.330879 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.332378 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.336085 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.337583 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.341293 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.342791 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.346543 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.348040 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.351755 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.353248 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.356950 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.358449 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.362127 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.363618 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.367325 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.368825 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.372506 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.373993 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.377681 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.379177 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.382880 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.384378 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.388079 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.389574 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.393291 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.394796 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.398494 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.399999 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.403719 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.405218 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.408919 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.410412 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.414113 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.415606 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.419307 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.420809 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.424510 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.425989 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.429655 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.431149 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.434836 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.436353 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.440046 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.441518 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.445195 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.446671 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.450375 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.451871 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.455537 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.457028 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.460711 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.462197 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.465892 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.467368 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.471058 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.472550 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.476230 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.477716 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.481398 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.482879 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.486566 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.488053 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.491732 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.493220 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.496924 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.498407 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.502088 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.503570 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.507252 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.508756 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.512468 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.513953 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.517622 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.519095 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.522777 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.524270 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.527964 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.529455 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.533154 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.534643 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.538329 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.539823 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.543495 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.545029 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.548714 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.550198 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.553904 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.555390 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.559075 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.560594 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.564272 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.565752 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.569447 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.570936 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.574605 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.576101 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.579765 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.581242 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.584948 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.586430 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.590106 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.591589 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.595295 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.596787 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.600501 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.601987 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.605672 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.607151 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.610845 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.612330 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.616036 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.617514 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.621196 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.622688 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.027112 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.033004 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8240 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.109785 tst                       trial-8240: Storing JUnit report in /build/trial-8240/run.2026-02-12_22-48-16/trial-8240.xml

--------------------------------------------------------------------------------------------
trial-8240 PASS
--------------------------------------------------------------------------------------------
22:49:43.120731 tst                       trial-8240: trial-8240: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8240/inst
+ cd trial-8240
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-12 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8240-run.tgz run.2026-02-12_22-48-16
+ tar czf /build/trial-8240-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-12_17_00_35.tgz osmo-bts-oc2g.build-2026-02-12_16_58_28.tgz osmo-bts-sysmo.build-2026-02-12_16_58_44.tgz osmo-bts.build-2026-02-12_16_58_29.tgz osmo-ggsn.build-2026-02-12_20_42_34.tgz osmo-hlr.build-2026-02-12_16_57_49.tgz osmo-hnbgw.build-2026-02-12_13_31_40.tgz osmo-mgw.build-2026-02-12_16_56_58.tgz osmo-msc.build-2026-02-12_17_03_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-12_07_34_57.tgz osmo-pcu-sysmo.build-2026-02-12_07_35_01.tgz osmo-pcu.build-2026-02-12_07_35_06.tgz osmo-sgsn.build-2026-02-12_20_48_06.tgz osmo-stp.build-2026-02-12_13_25_36.tgz osmo-trx.build-2026-02-12_14_21_31.tgz osmocom-bb.build-2026-02-12_21_17_45.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