Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7238
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5878630902467045911.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-8061
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ 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 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 DONE 0.1s

#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.1s

#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.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:54587a0d346214302baee30a9a4238cb4317187ee70684d4a7b1e0b9b29d3e62 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8062 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-18 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8062
+ mkdir -p trial-8062
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-18_13_26_00.tgz osmo-bts-oc2g.build-2025-08-18_00_51_29.tgz osmo-bts-sysmo.build-2025-08-18_00_51_37.tgz osmo-bts.build-2025-08-18_00_51_41.tgz osmo-ggsn.build-2025-08-18_20_42_50.tgz osmo-hlr.build-2025-08-18_16_36_53.tgz osmo-hnbgw.build-2025-08-18_13_29_22.tgz osmo-mgw.build-2025-08-18_08_33_09.tgz osmo-msc.build-2025-08-18_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-18_11_34_15.tgz osmo-pcu-sysmo.build-2025-08-18_11_34_16.tgz osmo-pcu.build-2025-08-18_11_34_14.tgz osmo-sgsn.build-2025-08-18_20_49_15.tgz osmo-stp.build-2025-08-18_13_23_02.tgz osmo-trx.build-2025-08-18_14_29_10.tgz osmocom-bb.build-2025-08-18_21_17_42.tgz srslte.build-19.tgz trial-8062
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-18_13_26_00.md5 osmo-bts-oc2g.build-2025-08-18_00_51_29.md5 osmo-bts-sysmo.build-2025-08-18_00_51_37.md5 osmo-bts.build-2025-08-18_00_51_41.md5 osmo-ggsn.build-2025-08-18_20_42_50.md5 osmo-hlr.build-2025-08-18_16_36_53.md5 osmo-hnbgw.build-2025-08-18_13_29_22.md5 osmo-mgw.build-2025-08-18_08_33_09.md5 osmo-msc.build-2025-08-18_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-18_11_34_15.md5 osmo-pcu-sysmo.build-2025-08-18_11_34_16.md5 osmo-pcu.build-2025-08-18_11_34_14.md5 osmo-sgsn.build-2025-08-18_20_49_15.md5 osmo-stp.build-2025-08-18_13_23_02.md5 osmo-trx.build-2025-08-18_14_29_10.md5 osmocom-bb.build-2025-08-18_21_17_42.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-18_13_26_00.md5 osmo-bts-oc2g.build-2025-08-18_00_51_29.md5 osmo-bts-sysmo.build-2025-08-18_00_51_37.md5 osmo-bts.build-2025-08-18_00_51_41.md5 osmo-ggsn.build-2025-08-18_20_42_50.md5 osmo-hlr.build-2025-08-18_16_36_53.md5 osmo-hnbgw.build-2025-08-18_13_29_22.md5 osmo-mgw.build-2025-08-18_08_33_09.md5 osmo-msc.build-2025-08-18_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-18_11_34_15.md5 osmo-pcu-sysmo.build-2025-08-18_11_34_16.md5 osmo-pcu.build-2025-08-18_11_34_14.md5 osmo-sgsn.build-2025-08-18_20_49_15.md5 osmo-stp.build-2025-08-18_13_23_02.md5 osmo-trx.build-2025-08-18_14_29_10.md5 osmocom-bb.build-2025-08-18_21_17_42.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-8062 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8062'
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-8062
--------------------------------------------------------------------------------------------
22:48:23.099902 tst                       trial-8062: Detailed log at /build/trial-8062/run.2025-08-18_22-48-23/log

---------------------------------------------------------------------
trial-8062 netreg_mass
---------------------------------------------------------------------
22:48:23.309948 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.310301 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.311061 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.312187 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.349077 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.349832 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.350938 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.417668 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-8062 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.418485 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.434483 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.435071 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.435573 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.436039 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.436492 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.436993 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.437462 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.487010 tst         register_default_mass.py: using LAC 2
22:48:23.543111 tst         register_default_mass.py: using RAC 2
22:48:23.585715 tst         register_default_mass.py: using CellId 2
22:48:23.620524 tst         register_default_mass.py: using BVCI 3
22:48:23.626509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.627145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.627686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.628198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.628716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.629235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.629733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.630242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.630784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.631301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.631804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.632307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.632819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.633339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.633836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.634328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.634836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.635326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.635816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.636323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.636822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.637330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.637837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.638331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.638839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.639340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.639842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.640352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.640865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.641362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.641869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.642363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.642856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.643369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.643876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.644367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.644916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.645421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.645921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.646425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.646912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.647401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.647911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.648403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.648957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.649460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.649953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.650447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.650944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.651433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.651926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.652428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.652921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.653401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.653880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.654371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.654854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.655405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.655925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.656428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.656935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.657440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.657934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.658425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.658913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.659410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.659902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.660392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.660918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.661404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.661904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.662398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.662976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.663476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.663991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.664488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.665009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.665519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.666019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.666519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.667018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.667510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.668030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.668532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.669037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.669547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.670052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.670547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.671060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.671568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.672097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.672603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.673137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.673659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.674163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.674653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.675167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.675683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.676194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.676704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.677229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.677799 tst      register_default_mass.py:21: Launching a simple network
22:48:23.688086 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.812942 run            create_hlr_db(pid=20): Launched
22:48:24.835632 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.856601 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.872434 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.878440 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.061730 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.079263 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.085114 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.513031 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.528889 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.539831 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.662566 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.678587 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.684712 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.709947 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.726108 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.732307 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.052819 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.069037 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.098957 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.262592 run         osmo-bts-virtual(pid=34): Launched
22:48:36.312693 tst         register_default_mass.py: using MSISDN 1001
22:48:36.325644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.432098 tst         register_default_mass.py: using MSISDN 1002
22:48:36.454302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.530755 tst         register_default_mass.py: using MSISDN 1003
22:48:36.551769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.611209 tst         register_default_mass.py: using MSISDN 1004
22:48:36.621396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.685919 tst         register_default_mass.py: using MSISDN 1005
22:48:36.707804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.773995 tst         register_default_mass.py: using MSISDN 1006
22:48:36.780821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.841635 tst         register_default_mass.py: using MSISDN 1007
22:48:36.849212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.917069 tst         register_default_mass.py: using MSISDN 1008
22:48:36.933359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.000681 tst         register_default_mass.py: using MSISDN 1009
22:48:37.011799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.098533 tst         register_default_mass.py: using MSISDN 1010
22:48:37.109551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.187393 tst         register_default_mass.py: using MSISDN 1011
22:48:37.207705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.279726 tst         register_default_mass.py: using MSISDN 1012
22:48:37.301004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.372394 tst         register_default_mass.py: using MSISDN 1013
22:48:37.389628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.449728 tst         register_default_mass.py: using MSISDN 1014
22:48:37.466673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.544380 tst         register_default_mass.py: using MSISDN 1015
22:48:37.557187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.633124 tst         register_default_mass.py: using MSISDN 1016
22:48:37.643285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.710773 tst         register_default_mass.py: using MSISDN 1017
22:48:37.724087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.800702 tst         register_default_mass.py: using MSISDN 1018
22:48:37.817904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.880958 tst         register_default_mass.py: using MSISDN 1019
22:48:37.892241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.951917 tst         register_default_mass.py: using MSISDN 1020
22:48:37.968700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.030795 tst         register_default_mass.py: using MSISDN 1021
22:48:38.052284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.121016 tst         register_default_mass.py: using MSISDN 1022
22:48:38.143128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.206389 tst         register_default_mass.py: using MSISDN 1023
22:48:38.220115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.286198 tst         register_default_mass.py: using MSISDN 1024
22:48:38.308794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.370582 tst         register_default_mass.py: using MSISDN 1025
22:48:38.387287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.470149 tst         register_default_mass.py: using MSISDN 1026
22:48:38.476209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.561672 tst         register_default_mass.py: using MSISDN 1027
22:48:38.569090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.664974 tst         register_default_mass.py: using MSISDN 1028
22:48:38.670933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.748125 tst         register_default_mass.py: using MSISDN 1029
22:48:38.754314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.825142 tst         register_default_mass.py: using MSISDN 1030
22:48:38.847028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.920505 tst         register_default_mass.py: using MSISDN 1031
22:48:38.940578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.015344 tst         register_default_mass.py: using MSISDN 1032
22:48:39.039020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.102932 tst         register_default_mass.py: using MSISDN 1033
22:48:39.109520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.187479 tst         register_default_mass.py: using MSISDN 1034
22:48:39.203364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.275525 tst         register_default_mass.py: using MSISDN 1035
22:48:39.286847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.350953 tst         register_default_mass.py: using MSISDN 1036
22:48:39.372873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.435040 tst         register_default_mass.py: using MSISDN 1037
22:48:39.455365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.525365 tst         register_default_mass.py: using MSISDN 1038
22:48:39.543949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.613918 tst         register_default_mass.py: using MSISDN 1039
22:48:39.620198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.777485 tst         register_default_mass.py: using MSISDN 1040
22:48:39.785759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.844081 tst         register_default_mass.py: using MSISDN 1041
22:48:39.865130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.944365 tst         register_default_mass.py: using MSISDN 1042
22:48:39.969750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.046129 tst         register_default_mass.py: using MSISDN 1043
22:48:40.068638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.146553 tst         register_default_mass.py: using MSISDN 1044
22:48:40.152825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.230489 tst         register_default_mass.py: using MSISDN 1045
22:48:40.240816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.321786 tst         register_default_mass.py: using MSISDN 1046
22:48:40.332107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.405871 tst         register_default_mass.py: using MSISDN 1047
22:48:40.428924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.496325 tst         register_default_mass.py: using MSISDN 1048
22:48:40.516963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.591390 tst         register_default_mass.py: using MSISDN 1049
22:48:40.600593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.674975 tst         register_default_mass.py: using MSISDN 1050
22:48:40.697682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.768691 tst         register_default_mass.py: using MSISDN 1051
22:48:40.784704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.857171 tst         register_default_mass.py: using MSISDN 1052
22:48:40.863014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.933912 tst         register_default_mass.py: using MSISDN 1053
22:48:40.948889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.023092 tst         register_default_mass.py: using MSISDN 1054
22:48:41.046062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.113542 tst         register_default_mass.py: using MSISDN 1055
22:48:41.136015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.198894 tst         register_default_mass.py: using MSISDN 1056
22:48:41.208521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.280417 tst         register_default_mass.py: using MSISDN 1057
22:48:41.286608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.349383 tst         register_default_mass.py: using MSISDN 1058
22:48:41.367542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.428480 tst         register_default_mass.py: using MSISDN 1059
22:48:41.434518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.506835 tst         register_default_mass.py: using MSISDN 1060
22:48:41.527218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.589412 tst         register_default_mass.py: using MSISDN 1061
22:48:41.607097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.682038 tst         register_default_mass.py: using MSISDN 1062
22:48:41.696460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.758237 tst         register_default_mass.py: using MSISDN 1063
22:48:41.777575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.847693 tst         register_default_mass.py: using MSISDN 1064
22:48:41.858699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.937757 tst         register_default_mass.py: using MSISDN 1065
22:48:41.953178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.027598 tst         register_default_mass.py: using MSISDN 1066
22:48:42.043831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.108719 tst         register_default_mass.py: using MSISDN 1067
22:48:42.114972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.181981 tst         register_default_mass.py: using MSISDN 1068
22:48:42.191910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.254809 tst         register_default_mass.py: using MSISDN 1069
22:48:42.260890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.333409 tst         register_default_mass.py: using MSISDN 1070
22:48:42.354838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.422519 tst         register_default_mass.py: using MSISDN 1071
22:48:42.433545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.500013 tst         register_default_mass.py: using MSISDN 1072
22:48:42.521227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.587060 tst         register_default_mass.py: using MSISDN 1073
22:48:42.593237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.664732 tst         register_default_mass.py: using MSISDN 1074
22:48:42.682540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.747471 tst         register_default_mass.py: using MSISDN 1075
22:48:42.756424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.829409 tst         register_default_mass.py: using MSISDN 1076
22:48:42.851484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.920542 tst         register_default_mass.py: using MSISDN 1077
22:48:42.933548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.007921 tst         register_default_mass.py: using MSISDN 1078
22:48:43.026572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.095995 tst         register_default_mass.py: using MSISDN 1079
22:48:43.102182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.183632 tst         register_default_mass.py: using MSISDN 1080
22:48:43.200159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.272704 tst         register_default_mass.py: using MSISDN 1081
22:48:43.279175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.369023 tst         register_default_mass.py: using MSISDN 1082
22:48:43.386343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.458950 tst         register_default_mass.py: using MSISDN 1083
22:48:43.480324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.542800 tst         register_default_mass.py: using MSISDN 1084
22:48:43.556840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.626992 tst         register_default_mass.py: using MSISDN 1085
22:48:43.633146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.708235 tst         register_default_mass.py: using MSISDN 1086
22:48:43.718059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.784051 tst         register_default_mass.py: using MSISDN 1087
22:48:43.790248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.865661 tst         register_default_mass.py: using MSISDN 1088
22:48:43.885708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.956116 tst         register_default_mass.py: using MSISDN 1089
22:48:43.978438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.042499 tst         register_default_mass.py: using MSISDN 1090
22:48:44.048485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.112297 tst         register_default_mass.py: using MSISDN 1091
22:48:44.119046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.185683 tst         register_default_mass.py: using MSISDN 1092
22:48:44.191687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.255379 tst         register_default_mass.py: using MSISDN 1093
22:48:44.261993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.341221 tst         register_default_mass.py: using MSISDN 1094
22:48:44.347227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.421871 tst         register_default_mass.py: using MSISDN 1095
22:48:44.429344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.506633 tst         register_default_mass.py: using MSISDN 1096
22:48:44.512830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.582200 tst         register_default_mass.py: using MSISDN 1097
22:48:44.603269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.676404 tst         register_default_mass.py: using MSISDN 1098
22:48:44.686452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.762044 tst         register_default_mass.py: using MSISDN 1099
22:48:44.772462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.833725 tst         register_default_mass.py: using MSISDN 1100
22:48:44.841327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.970364 run                             mass: Starting testcase
22:48:44.976405 run                             mass: Pre-launching all virtphy's
22:48:44.982294 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.995921 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.002463 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.015809 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.022003 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.035526 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.042264 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.056145 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.062737 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.076778 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.083216 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.096928 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.103532 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.117677 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.124143 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.138174 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.144604 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.158634 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.165090 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.179120 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.185534 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.199243 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.205614 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.219239 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.225462 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.238865 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.245159 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.258743 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.265025 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.278324 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.284517 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.297979 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.304225 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.317774 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.323978 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.337629 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.344036 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.357630 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.363871 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.377437 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.383574 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.396937 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.403143 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.417047 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.423257 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.436703 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.442918 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.456346 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.462673 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.476405 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.482944 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.497127 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.503705 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.517766 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.524039 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.538493 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.544976 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.559013 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.565532 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.579387 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.585876 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.599399 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.605724 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.619393 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.625684 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.639211 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.645580 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.659158 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.665533 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.679010 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.685237 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.698638 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.704826 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.718473 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.724862 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.738635 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.745190 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.758954 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.765251 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.778992 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.785268 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.798590 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.804834 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.818244 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.824329 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.837698 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.844012 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.857514 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.863798 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.877518 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.883926 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.897636 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.904112 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.917744 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.924019 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.938181 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.944764 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.958782 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.965263 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.979293 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.985762 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.999812 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.006322 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.020361 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.026860 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.040365 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.046557 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.060567 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.067056 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.081101 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.087583 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.101154 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.107347 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.121008 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.127296 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.140898 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.147087 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.160730 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.168783 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.182344 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.188537 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.202040 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.208419 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.221877 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.228143 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.241860 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.248101 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.261750 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.267945 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.281586 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.287881 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.301470 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.307857 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.321640 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.327875 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.341534 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.347790 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.361824 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.368353 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.382437 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.388981 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.403242 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.409748 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.423884 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.430382 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.444370 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.450946 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.464484 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.470742 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.484336 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.490846 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.504739 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.511093 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.524465 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.530902 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.544440 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.550649 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.564198 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.570501 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.584000 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.590479 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.604271 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.610640 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.624215 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.630629 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.644180 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.650545 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.664390 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.670797 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.684487 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.690905 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.704401 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.710615 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.724154 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.730510 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.744058 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.750566 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.764506 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.770720 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.784474 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.790960 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.804433 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.810671 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.824316 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.830663 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.844438 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.850790 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.864333 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.870715 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.884959 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.891379 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.905149 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.911516 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.925138 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.931340 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.944895 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.951097 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.964683 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.971054 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.984830 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.991225 run                             mass: Checking if sockets are in the filesystem
22:48:47.003846 run                osmo-ms-mob/00000: Starting mobile
22:48:47.017640 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.031528 run                             mass: MS start registered  {at=18788232.734878678, delay=0.0075726620852947235, ms=00000}
22:48:51.209875 run                osmo-ms-mob/00001: Starting mobile
22:48:51.223142 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.233805 run                             mass: MS start registered  {at=18788236.937152173, delay=0.004330046474933624, ms=00001}
22:48:51.855570 run                             mass: MS performed LU  {at=18788237.558868956, lu_delay=4.823990277945995, ms=00000}
22:48:53.008168 run                osmo-ms-mob/00002: Starting mobile
22:48:53.022248 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.033242 run                             mass: MS start registered  {at=18788238.73658433, delay=0.00464373454451561, ms=00002}
22:48:54.307357 run                osmo-ms-mob/00003: Starting mobile
22:48:54.320610 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.331715 run                             mass: MS start registered  {at=18788240.03506181, delay=0.004873394966125488, ms=00003}
22:48:55.412869 run                osmo-ms-mob/00004: Starting mobile
22:48:55.427158 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.438182 run                             mass: MS start registered  {at=18788241.141530354, delay=0.004810664802789688, ms=00004}
22:48:56.406966 run                osmo-ms-mob/00005: Starting mobile
22:48:56.421546 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.432309 run                             mass: MS start registered  {at=18788242.135660827, delay=0.004196129739284515, ms=00005}
22:48:57.313202 run                osmo-ms-mob/00006: Starting mobile
22:48:57.326793 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.337859 run                             mass: MS start registered  {at=18788243.041209705, delay=0.004861354827880859, ms=00006}
22:48:57.504553 run                             mass: MS performed LU  {at=18788243.20788368, lu_delay=6.270731505006552, ms=00001}
22:48:57.993293 run                             mass: MS performed LU  {at=18788243.696621917, lu_delay=4.960037585347891, ms=00002}
22:48:58.217400 run                osmo-ms-mob/00007: Starting mobile
22:48:58.231654 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.244070 run                             mass: MS start registered  {at=18788243.947412867, delay=0.005954813212156296, ms=00007}
22:48:59.020000 run                osmo-ms-mob/00008: Starting mobile
22:48:59.034041 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.045059 run                             mass: MS start registered  {at=18788244.748406142, delay=0.0046599917113780975, ms=00008}
22:48:59.434765 run                             mass: MS performed LU  {at=18788245.13798624, lu_delay=5.102924428880215, ms=00003}
22:48:59.703885 run                osmo-ms-mob/00009: Starting mobile
22:48:59.717771 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.729074 run                             mass: MS start registered  {at=18788245.43241166, delay=0.004845764487981796, ms=00009}
22:49:00.404048 run                osmo-ms-mob/00010: Starting mobile
22:49:00.417732 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.429207 run                             mass: MS start registered  {at=18788246.13255267, delay=0.004714764654636383, ms=00010}
22:49:01.020430 run                osmo-ms-mob/00011: Starting mobile
22:49:01.034538 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.046464 run                             mass: MS start registered  {at=18788246.74981285, delay=0.0050366707146167755, ms=00011}
22:49:01.271315 run                             mass: MS performed LU  {at=18788246.974538527, lu_delay=4.838877700269222, ms=00005}
22:49:01.288599 run                             mass: MS performed LU  {at=18788246.9919508, lu_delay=5.850420445203781, ms=00004}
22:49:01.614228 run                osmo-ms-mob/00012: Starting mobile
22:49:01.627957 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.639160 run                             mass: MS start registered  {at=18788247.342508033, delay=0.004557549953460693, ms=00012}
22:49:02.222267 run                osmo-ms-mob/00013: Starting mobile
22:49:02.242607 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.253476 run                             mass: MS start registered  {at=18788247.956827592, delay=0.004579659551382065, ms=00013}
22:49:02.819264 run                osmo-ms-mob/00014: Starting mobile
22:49:02.833432 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.844822 run                             mass: MS start registered  {at=18788248.54816148, delay=0.005023159086704254, ms=00014}
22:49:03.201146 run                             mass: MS performed LU  {at=18788248.90439457, lu_delay=5.863184865564108, ms=00006}
22:49:03.224563 run                             mass: MS performed LU  {at=18788248.92792164, lu_delay=4.980508774518967, ms=00007}
22:49:03.235744 run                osmo-ms-mob/00015: Starting mobile
22:49:03.249000 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.259774 run                             mass: MS start registered  {at=18788248.963128693, delay=0.004568155854940414, ms=00015}
22:49:03.918625 run                osmo-ms-mob/00016: Starting mobile
22:49:03.932812 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.943889 run                             mass: MS start registered  {at=18788249.647239324, delay=0.00450042262673378, ms=00016}
22:49:04.410073 run                osmo-ms-mob/00017: Starting mobile
22:49:04.423463 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.434237 run                             mass: MS start registered  {at=18788250.13758433, delay=0.004556760191917419, ms=00017}
22:49:05.004203 run                osmo-ms-mob/00018: Starting mobile
22:49:05.019398 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.030458 run                             mass: MS start registered  {at=18788250.733809248, delay=0.004229407757520676, ms=00018}
22:49:05.037260 run                             mass: MS performed LU  {at=18788250.7406177, lu_delay=5.308206040412188, ms=00009}
22:49:05.054824 run                             mass: MS performed LU  {at=18788250.758168064, lu_delay=6.009761922061443, ms=00008}
22:49:05.406549 run                osmo-ms-mob/00019: Starting mobile
22:49:05.420135 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.426645 run                             mass: MS performed LU  {at=18788251.130001653, lu_delay=4.997448984533548, ms=00010}
22:49:05.433140 run                             mass: MS start registered  {at=18788251.136502907, delay=0.006523262709379196, ms=00019}
22:49:05.919137 run                osmo-ms-mob/00020: Starting mobile
22:49:05.935378 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.946143 run                             mass: MS start registered  {at=18788251.64949304, delay=0.004536092281341553, ms=00020}
22:49:06.422173 run                osmo-ms-mob/00021: Starting mobile
22:49:06.445256 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.456644 run                             mass: MS start registered  {at=18788252.159975585, delay=0.004726085811853409, ms=00021}
22:49:06.807671 run                osmo-ms-mob/00022: Starting mobile
22:49:06.821144 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.832433 run                             mass: MS start registered  {at=18788252.53578548, delay=0.0044617317616939545, ms=00022}
22:49:06.965119 run                             mass: MS performed LU  {at=18788252.668442324, lu_delay=5.325934290885925, ms=00012}
22:49:06.983525 run                             mass: MS performed LU  {at=18788252.68688061, lu_delay=4.7300530187785625, ms=00013}
22:49:07.318551 run                osmo-ms-mob/00023: Starting mobile
22:49:07.332912 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.344095 run                             mass: MS start registered  {at=18788253.04744541, delay=0.004923660308122635, ms=00023}
22:49:07.717419 run                osmo-ms-mob/00024: Starting mobile
22:49:07.731985 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.743144 run                             mass: MS start registered  {at=18788253.446495757, delay=0.004654329270124435, ms=00024}
22:49:08.213903 run                osmo-ms-mob/00025: Starting mobile
22:49:08.227686 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.240361 run                             mass: MS start registered  {at=18788253.943704914, delay=0.005633171647787094, ms=00025}
22:49:08.617225 run                osmo-ms-mob/00026: Starting mobile
22:49:08.631165 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.642202 run                             mass: MS start registered  {at=18788254.34555342, delay=0.0048290640115737915, ms=00026}
22:49:08.801751 run                             mass: MS performed LU  {at=18788254.50507517, lu_delay=5.541946478188038, ms=00015}
22:49:08.820141 run                             mass: MS performed LU  {at=18788254.52348152, lu_delay=4.876242198050022, ms=00016}
22:49:08.832125 run                osmo-ms-mob/00027: Starting mobile
22:49:08.846101 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.857172 run                             mass: MS start registered  {at=18788254.560519356, delay=0.0047098807990550995, ms=00027}
22:49:08.937182 run                             mass: MS performed LU  {at=18788254.6404461, lu_delay=6.092284619808197, ms=00014}
22:49:09.207666 run                             mass: MS performed LU  {at=18788254.9109997, lu_delay=4.773415371775627, ms=00017}
22:49:09.403799 run                osmo-ms-mob/00028: Starting mobile
22:49:09.418605 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.430194 run                             mass: MS start registered  {at=18788255.133537944, delay=0.005157429724931717, ms=00028}
22:49:09.806143 run                osmo-ms-mob/00029: Starting mobile
22:49:09.820613 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.831807 run                             mass: MS start registered  {at=18788255.535154846, delay=0.004496291279792786, ms=00029}
22:49:10.214776 run                osmo-ms-mob/00030: Starting mobile
22:49:10.229427 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.240594 run                             mass: MS start registered  {at=18788255.94392763, delay=0.00472794845700264, ms=00030}
22:49:10.603522 run                osmo-ms-mob/00031: Starting mobile
22:49:10.617379 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.628478 run                             mass: MS start registered  {at=18788256.331831068, delay=0.004617951810359955, ms=00031}
22:49:10.638800 run                             mass: MS performed LU  {at=18788256.342149764, lu_delay=5.205646857619286, ms=00019}
22:49:10.730615 run                             mass: MS performed LU  {at=18788256.433944993, lu_delay=5.700135745108128, ms=00018}
22:49:10.742626 run                osmo-ms-mob/00032: Starting mobile
22:49:10.756836 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.763371 run                             mass: MS performed LU  {at=18788256.46673028, lu_delay=4.817237243056297, ms=00020}
22:49:10.769685 run                             mass: MS start registered  {at=18788256.473051097, delay=0.006340179592370987, ms=00032}
22:49:11.307405 run                osmo-ms-mob/00033: Starting mobile
22:49:11.321850 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.333057 run                             mass: MS start registered  {at=18788257.03640555, delay=0.004607032984495163, ms=00033}
22:49:11.729784 run                osmo-ms-mob/00034: Starting mobile
22:49:11.745128 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.756113 run                             mass: MS start registered  {at=18788257.45946744, delay=0.004864457994699478, ms=00034}
22:49:12.019933 run                osmo-ms-mob/00035: Starting mobile
22:49:12.034388 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.045383 run                             mass: MS start registered  {at=18788257.74873419, delay=0.0047736503183841705, ms=00035}
22:49:12.413170 run                osmo-ms-mob/00036: Starting mobile
22:49:12.427683 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.440477 run                             mass: MS start registered  {at=18788258.143787228, delay=0.005994606763124466, ms=00036}
22:49:12.569557 run                             mass: MS performed LU  {at=18788258.272786424, lu_delay=5.225341014564037, ms=00023}
22:49:12.594802 run                             mass: MS performed LU  {at=18788258.298162624, lu_delay=6.138187039643526, ms=00021}
22:49:12.701980 run                             mass: MS performed LU  {at=18788258.405315023, lu_delay=4.958819266408682, ms=00024}
22:49:12.713975 run                osmo-ms-mob/00037: Starting mobile
22:49:12.727433 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.738864 run                             mass: MS performed LU  {at=18788258.44220824, lu_delay=5.906422760337591, ms=00022}
22:49:12.745106 run                             mass: MS start registered  {at=18788258.448473584, delay=0.011134322732686996, ms=00037}
22:49:13.010490 run                             mass: MS performed LU  {at=18788258.713801835, lu_delay=4.77009692043066, ms=00025}
22:49:13.022688 run                osmo-ms-mob/00038: Starting mobile
22:49:13.036523 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.047765 run                             mass: MS start registered  {at=18788258.75111836, delay=0.004551738500595093, ms=00038}
22:49:13.420741 run                osmo-ms-mob/00039: Starting mobile
22:49:13.437835 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.448882 run                             mass: MS start registered  {at=18788259.15222932, delay=0.00477985292673111, ms=00039}
22:49:13.816627 run                osmo-ms-mob/00040: Starting mobile
22:49:13.829873 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.841057 run                             mass: MS start registered  {at=18788259.544403292, delay=0.004831273108720779, ms=00040}
22:49:14.103262 run                osmo-ms-mob/00041: Starting mobile
22:49:14.116791 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.128151 run                             mass: MS start registered  {at=18788259.831500232, delay=0.004793889820575714, ms=00041}
22:49:14.367575 run                             mass: MS performed LU  {at=18788260.070857875, lu_delay=4.535703029483557, ms=00029}
22:49:14.388367 run                osmo-ms-mob/00042: Starting mobile
22:49:14.403150 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.414649 run                             mass: MS start registered  {at=18788260.11799723, delay=0.004130132496356964, ms=00042}
22:49:14.498206 run                             mass: MS performed LU  {at=18788260.20147148, lu_delay=5.067933537065983, ms=00028}
22:49:14.515147 run                             mass: MS performed LU  {at=18788260.218501586, lu_delay=5.657982230186462, ms=00027}
22:49:14.639508 run                             mass: MS performed LU  {at=18788260.342844095, lu_delay=5.997290674597025, ms=00026}
22:49:14.651314 run                osmo-ms-mob/00043: Starting mobile
22:49:14.665444 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.676406 run                             mass: MS start registered  {at=18788260.37975587, delay=0.004629321396350861, ms=00043}
22:49:15.104620 run                osmo-ms-mob/00044: Starting mobile
22:49:15.119330 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.130701 run                             mass: MS start registered  {at=18788260.8340452, delay=0.005152560770511627, ms=00044}
22:49:15.410348 run                osmo-ms-mob/00045: Starting mobile
22:49:15.426027 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.437530 run                             mass: MS start registered  {at=18788261.140882768, delay=0.004923127591609955, ms=00045}
22:49:15.716302 run                osmo-ms-mob/00046: Starting mobile
22:49:15.729960 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.741110 run                             mass: MS start registered  {at=18788261.44446133, delay=0.004849836230278015, ms=00046}
22:49:16.003529 run                osmo-ms-mob/00047: Starting mobile
22:49:16.018352 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.032348 run                             mass: MS start registered  {at=18788261.735697214, delay=0.007257673889398575, ms=00047}
22:49:16.319402 run                osmo-ms-mob/00048: Starting mobile
22:49:16.333731 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.340307 run                             mass: MS performed LU  {at=18788262.043664925, lu_delay=6.099737294018269, ms=00030}
22:49:16.346587 run                             mass: MS start registered  {at=18788262.0499528, delay=0.006308410316705704, ms=00048}
22:49:16.352949 run                             mass: MS performed LU  {at=18788262.05631001, lu_delay=5.72447894141078, ms=00031}
22:49:16.364054 run                osmo-ms-mob/00049: Starting mobile
22:49:16.377543 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.388414 run                             mass: MS start registered  {at=18788262.09176843, delay=0.004469156265258789, ms=00049}
22:49:16.469199 run                             mass: MS performed LU  {at=18788262.172432523, lu_delay=5.699381425976753, ms=00032}
22:49:16.504449 run                             mass: MS performed LU  {at=18788262.207784135, lu_delay=5.1713785864412785, ms=00033}
22:49:16.517440 run                osmo-ms-mob/00050: Starting mobile
22:49:16.531992 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.541735 run                             mass: MS performed LU  {at=18788262.245074827, lu_delay=4.785607386380434, ms=00034}
22:49:16.548084 run                             mass: MS start registered  {at=18788262.251450464, delay=0.00946865975856781, ms=00050}
22:49:17.312391 run                osmo-ms-mob/00051: Starting mobile
22:49:17.326709 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.337626 run                             mass: MS start registered  {at=18788263.040974952, delay=0.0044899508357048035, ms=00051}
22:49:17.614169 run                osmo-ms-mob/00052: Starting mobile
22:49:17.628973 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.640470 run                             mass: MS start registered  {at=18788263.343820915, delay=0.005036439746618271, ms=00052}
22:49:17.903577 run                osmo-ms-mob/00053: Starting mobile
22:49:17.917937 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.929149 run                             mass: MS start registered  {at=18788263.632493794, delay=0.004719797521829605, ms=00053}
22:49:18.133184 run                             mass: MS performed LU  {at=18788263.83652069, lu_delay=4.684291370213032, ms=00039}
22:49:18.146448 run                osmo-ms-mob/00054: Starting mobile
22:49:18.161056 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.172981 run                             mass: MS start registered  {at=18788263.87632465, delay=0.005227819085121155, ms=00054}
22:49:18.262591 run                             mass: MS performed LU  {at=18788263.965923335, lu_delay=4.421520043164492, ms=00040}
22:49:18.280656 run                             mass: MS performed LU  {at=18788263.983996652, lu_delay=5.232878293842077, ms=00038}
22:49:18.292050 run                osmo-ms-mob/00055: Starting mobile
22:49:18.305646 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.316686 run                             mass: MS start registered  {at=18788264.0200379, delay=0.004568707197904587, ms=00055}
22:49:18.408214 run                             mass: MS performed LU  {at=18788264.11147054, lu_delay=5.662996955215931, ms=00037}
22:49:18.442099 run                             mass: MS performed LU  {at=18788264.145436388, lu_delay=6.396702196449041, ms=00035}
22:49:18.454258 run                osmo-ms-mob/00056: Starting mobile
22:49:18.475234 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.482819 run                             mass: MS performed LU  {at=18788264.18617463, lu_delay=6.042387403547764, ms=00036}
22:49:18.489288 run                             mass: MS start registered  {at=18788264.19265201, delay=0.006501227617263794, ms=00056}
22:49:19.103888 run                osmo-ms-mob/00057: Starting mobile
22:49:19.118058 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.129428 run                             mass: MS start registered  {at=18788264.832779452, delay=0.005005382001399994, ms=00057}
22:49:19.520055 run                osmo-ms-mob/00058: Starting mobile
22:49:19.534292 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.546304 run                             mass: MS start registered  {at=18788265.24964853, delay=0.0052643753588199615, ms=00058}
22:49:19.804146 run                osmo-ms-mob/00059: Starting mobile
22:49:19.819722 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.830919 run                             mass: MS start registered  {at=18788265.534263734, delay=0.004638411104679108, ms=00059}
22:49:19.999223 run                             mass: MS performed LU  {at=18788265.702476185, lu_delay=5.584478955715895, ms=00042}
22:49:20.024964 run                osmo-ms-mob/00060: Starting mobile
22:49:20.039176 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.045623 run                             mass: MS performed LU  {at=18788265.74897976, lu_delay=4.914934556931257, ms=00044}
22:49:20.051869 run                             mass: MS start registered  {at=18788265.75523489, delay=0.006275758147239685, ms=00060}
22:49:20.118569 run                             mass: MS performed LU  {at=18788265.821822237, lu_delay=5.442066367715597, ms=00043}
22:49:20.505376 run                osmo-ms-mob/00061: Starting mobile
22:49:20.520239 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.532022 run                             mass: MS start registered  {at=18788266.235372044, delay=0.005028106272220612, ms=00061}
22:49:20.598270 run                             mass: MS performed LU  {at=18788266.301607043, lu_delay=4.857145711779594, ms=00046}
22:49:20.803848 run                osmo-ms-mob/00062: Starting mobile
22:49:20.818674 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.830271 run                             mass: MS start registered  {at=18788266.533619404, delay=0.004738412797451019, ms=00062}
22:49:21.087034 run                             mass: MS performed LU  {at=18788266.790369216, lu_delay=6.958868984133005, ms=00041}
22:49:21.099127 run                osmo-ms-mob/00063: Starting mobile
22:49:21.113483 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.124723 run                             mass: MS start registered  {at=18788266.82807544, delay=0.004624765366315842, ms=00063}
22:49:21.518647 run                osmo-ms-mob/00064: Starting mobile
22:49:21.532915 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.544820 run                             mass: MS start registered  {at=18788267.24816599, delay=0.005162499845027924, ms=00064}
22:49:21.904643 run                osmo-ms-mob/00065: Starting mobile
22:49:21.919055 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.925672 run                             mass: MS performed LU  {at=18788267.629029457, lu_delay=5.377578992396593, ms=00050}
22:49:21.932033 run                             mass: MS start registered  {at=18788267.635398764, delay=0.006390929222106934, ms=00065}
22:49:21.938671 run                             mass: MS performed LU  {at=18788267.64203022, lu_delay=5.550261791795492, ms=00049}
22:49:21.950390 run                osmo-ms-mob/00066: Starting mobile
22:49:21.964534 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.977766 run                             mass: MS start registered  {at=18788267.6811074, delay=0.006854169070720673, ms=00066}
22:49:22.047137 run                             mass: MS performed LU  {at=18788267.75047086, lu_delay=4.709495909512043, ms=00051}
22:49:22.209115 run                             mass: MS performed LU  {at=18788267.912385453, lu_delay=5.862432651221752, ms=00048}
22:49:22.231663 run                             mass: MS performed LU  {at=18788267.93502482, lu_delay=6.199327606707811, ms=00047}
22:49:22.243278 run                osmo-ms-mob/00067: Starting mobile
22:49:22.257098 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.268926 run                             mass: MS start registered  {at=18788267.97227297, delay=0.005046013742685318, ms=00067}
22:49:22.903394 run                osmo-ms-mob/00068: Starting mobile
22:49:22.918307 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.929379 run                             mass: MS start registered  {at=18788268.632723242, delay=0.004558391869068146, ms=00068}
22:49:23.116111 run                             mass: MS performed LU  {at=18788268.819325794, lu_delay=5.475504878908396, ms=00052}
22:49:23.133408 run                             mass: MS performed LU  {at=18788268.83676718, lu_delay=4.003987729549408, ms=00057}
22:49:23.145504 run                osmo-ms-mob/00069: Starting mobile
22:49:23.160010 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.171582 run                             mass: MS start registered  {at=18788268.874927655, delay=0.005040623247623444, ms=00069}
22:49:23.703909 run                osmo-ms-mob/00070: Starting mobile
22:49:23.718338 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.730335 run                             mass: MS start registered  {at=18788269.433682255, delay=0.005421377718448639, ms=00070}
22:49:23.763787 run                             mass: MS performed LU  {at=18788269.467119526, lu_delay=5.447081625461578, ms=00055}
22:49:23.892536 run                             mass: MS performed LU  {at=18788269.595847588, lu_delay=4.346199057996273, ms=00058}
22:49:24.121712 run                osmo-ms-mob/00071: Starting mobile
22:49:24.161150 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.172883 run                             mass: MS start registered  {at=18788269.87622857, delay=0.0049329884350299835, ms=00071}
22:49:24.383053 run                             mass: MS performed LU  {at=18788270.086307853, lu_delay=23.336495004594326, ms=00011}
22:49:24.509895 run                osmo-ms-mob/00072: Starting mobile
22:49:24.526746 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.538691 run                             mass: MS start registered  {at=18788270.242029797, delay=0.005436934530735016, ms=00072}
22:49:24.871105 run                             mass: MS performed LU  {at=18788270.574426185, lu_delay=6.698101535439491, ms=00054}
22:49:24.890968 run                osmo-ms-mob/00073: Starting mobile
22:49:24.905871 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.917657 run                             mass: MS start registered  {at=18788270.620995615, delay=0.005029685795307159, ms=00073}
22:49:24.972855 run                             mass: MS performed LU  {at=18788270.676190913, lu_delay=4.44081886857748, ms=00061}
22:49:25.350025 run                osmo-ms-mob/00074: Starting mobile
22:49:25.368888 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.380470 run                             mass: MS start registered  {at=18788271.08381629, delay=0.004718225449323654, ms=00074}
22:49:25.665767 run                             mass: MS performed LU  {at=18788271.369024374, lu_delay=4.540948934853077, ms=00063}
22:49:25.693591 run                osmo-ms-mob/00075: Starting mobile
22:49:25.707165 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.713519 run                             mass: MS performed LU  {at=18788271.41687411, lu_delay=5.882610376924276, ms=00059}
22:49:25.719822 run                             mass: MS start registered  {at=18788271.423187423, delay=0.0063355304300785065, ms=00075}
22:49:25.738578 run                             mass: MS performed LU  {at=18788271.441919312, lu_delay=5.686684422194958, ms=00060}
22:49:25.993243 run                             mass: MS performed LU  {at=18788271.696572773, lu_delay=5.162953369319439, ms=00062}
22:49:26.203755 run                osmo-ms-mob/00076: Starting mobile
22:49:26.218157 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.229887 run                             mass: MS start registered  {at=18788271.933232795, delay=0.005261678248643875, ms=00076}
22:49:26.603711 run                osmo-ms-mob/00077: Starting mobile
22:49:26.618419 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.629813 run                             mass: MS start registered  {at=18788272.333160043, delay=0.004906989634037018, ms=00077}
22:49:27.122992 run                osmo-ms-mob/00078: Starting mobile
22:49:27.139685 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.150883 run                             mass: MS start registered  {at=18788272.85423202, delay=0.0048285797238349915, ms=00078}
22:49:27.506222 run                osmo-ms-mob/00079: Starting mobile
22:49:27.519837 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.529549 run                             mass: MS performed LU  {at=18788273.2328712, lu_delay=5.597472436726093, ms=00065}
22:49:27.536370 run                             mass: MS start registered  {at=18788273.239732575, delay=0.00992579385638237, ms=00079}
22:49:27.604540 run                             mass: MS performed LU  {at=18788273.30780362, lu_delay=4.675080377608538, ms=00068}
22:49:27.677392 run                             mass: MS performed LU  {at=18788273.380711913, lu_delay=5.408438943326473, ms=00067}
22:49:27.893677 run                             mass: MS performed LU  {at=18788273.59699247, lu_delay=6.348826479166746, ms=00064}
22:49:27.908895 run                osmo-ms-mob/00080: Starting mobile
22:49:27.922901 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.931280 run                             mass: MS performed LU  {at=18788273.63462267, lu_delay=4.759695015847683, ms=00069}
22:49:27.937680 run                             mass: MS start registered  {at=18788273.64104616, delay=0.008461445569992065, ms=00080}
22:49:28.504351 run                osmo-ms-mob/00081: Starting mobile
22:49:28.518389 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.530038 run                             mass: MS start registered  {at=18788274.233373858, delay=0.005089711397886276, ms=00081}
22:49:28.903662 run                osmo-ms-mob/00082: Starting mobile
22:49:28.917687 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.930503 run                             mass: MS start registered  {at=18788274.633838873, delay=0.005133688449859619, ms=00082}
22:49:29.431286 run                             mass: MS performed LU  {at=18788275.134514906, lu_delay=5.700832650065422, ms=00070}
22:49:29.457752 run                osmo-ms-mob/00083: Starting mobile
22:49:29.472298 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.478702 run                             mass: MS performed LU  {at=18788275.182060137, lu_delay=4.561064522713423, ms=00073}
22:49:29.484869 run                             mass: MS start registered  {at=18788275.18823547, delay=0.006195571273565292, ms=00083}
22:49:29.504192 run                             mass: MS performed LU  {at=18788275.20754335, lu_delay=5.331314779818058, ms=00071}
22:49:29.758258 run                             mass: MS performed LU  {at=18788275.461591218, lu_delay=5.219561420381069, ms=00072}
22:49:30.004526 run                osmo-ms-mob/00084: Starting mobile
22:49:30.019107 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.034729 run                             mass: MS start registered  {at=18788275.738067795, delay=0.00907217338681221, ms=00084}
22:49:30.520239 run                osmo-ms-mob/00085: Starting mobile
22:49:30.534444 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.545427 run                             mass: MS start registered  {at=18788276.248778723, delay=0.004722658544778824, ms=00085}
22:49:31.119797 run                osmo-ms-mob/00086: Starting mobile
22:49:31.133696 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.145272 run                             mass: MS start registered  {at=18788276.84861923, delay=0.005003463476896286, ms=00086}
22:49:31.415587 run                             mass: MS performed LU  {at=18788277.11892178, lu_delay=5.695734355598688, ms=00075}
22:49:31.443164 run                             mass: MS performed LU  {at=18788277.14649158, lu_delay=6.062675289809704, ms=00074}
22:49:31.461322 run                             mass: MS performed LU  {at=18788277.16467647, lu_delay=4.8315164260566235, ms=00077}
22:49:31.472652 run                osmo-ms-mob/00087: Starting mobile
22:49:31.486107 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.497148 run                             mass: MS start registered  {at=18788277.200501226, delay=0.004697520285844803, ms=00087}
22:49:31.531302 run                             mass: MS performed LU  {at=18788277.23464385, lu_delay=5.301411055028439, ms=00076}
22:49:32.315054 run                osmo-ms-mob/00088: Starting mobile
22:49:32.329750 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.340856 run                             mass: MS start registered  {at=18788278.044205125, delay=0.004514407366514206, ms=00088}
22:49:32.907042 run                osmo-ms-mob/00089: Starting mobile
22:49:32.921549 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.932743 run                             mass: MS start registered  {at=18788278.63609321, delay=0.004620399326086044, ms=00089}
22:49:33.216042 run                             mass: MS performed LU  {at=18788278.91928929, lu_delay=6.065057270228863, ms=00078}
22:49:33.234941 run                             mass: MS performed LU  {at=18788278.93823146, lu_delay=5.297185301780701, ms=00080}
22:49:33.432438 run                             mass: MS performed LU  {at=18788279.13569304, lu_delay=5.8959604650735855, ms=00079}
22:49:33.458958 run                osmo-ms-mob/00090: Starting mobile
22:49:33.472897 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.484187 run                             mass: MS start registered  {at=18788279.187523354, delay=0.004662029445171356, ms=00090}
22:49:33.491175 run                             mass: MS performed LU  {at=18788279.19453341, lu_delay=4.96115955337882, ms=00081}
22:49:34.204243 run                osmo-ms-mob/00091: Starting mobile
22:49:34.219146 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.231024 run                             mass: MS start registered  {at=18788279.93437518, delay=0.00481700524687767, ms=00091}
22:49:34.909245 run                osmo-ms-mob/00092: Starting mobile
22:49:34.923498 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.935317 run                             mass: MS start registered  {at=18788280.638667017, delay=0.005050819367170334, ms=00092}
22:49:35.163033 run                             mass: MS performed LU  {at=18788280.866300404, lu_delay=5.678064934909344, ms=00083}
22:49:35.181282 run                             mass: MS performed LU  {at=18788280.884625666, lu_delay=6.250786792486906, ms=00082}
22:49:35.444510 run                             mass: MS performed LU  {at=18788281.14784363, lu_delay=5.409775834530592, ms=00084}
22:49:35.463113 run                             mass: MS performed LU  {at=18788281.16645091, lu_delay=4.91767218708992, ms=00085}
22:49:35.705388 run                osmo-ms-mob/00093: Starting mobile
22:49:35.720941 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.732394 run                             mass: MS start registered  {at=18788281.435743462, delay=0.004103858023881912, ms=00093}
22:49:36.606873 run                osmo-ms-mob/00094: Starting mobile
22:49:36.620589 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.631936 run                             mass: MS start registered  {at=18788282.3352855, delay=0.004699278622865677, ms=00094}
22:49:36.944508 run                             mass: MS performed LU  {at=18788282.647836372, lu_delay=5.44733514636755, ms=00087}
22:49:36.981198 run                             mass: MS performed LU  {at=18788282.68453096, lu_delay=5.835911728441715, ms=00086}
22:49:37.199442 run                             mass: MS performed LU  {at=18788282.902696814, lu_delay=4.858491688966751, ms=00088}
22:49:37.236160 run                             mass: MS performed LU  {at=18788282.93944538, lu_delay=21.798562612384558, ms=00045}
22:49:37.503957 run                osmo-ms-mob/00095: Starting mobile
22:49:37.518132 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.529477 run                             mass: MS start registered  {at=18788283.232820384, delay=0.004503320902585983, ms=00095}
22:49:38.521019 run                osmo-ms-mob/00096: Starting mobile
22:49:38.535598 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.546528 run                             mass: MS start registered  {at=18788284.24988148, delay=0.004502803087234497, ms=00096}
22:49:38.930351 run                             mass: MS performed LU  {at=18788284.633601032, lu_delay=5.446077678352594, ms=00090}
22:49:38.952082 run                             mass: MS performed LU  {at=18788284.655444082, lu_delay=6.0193508714437485, ms=00089}
22:49:38.975698 run                             mass: MS performed LU  {at=18788284.679015066, lu_delay=4.74463988468051, ms=00091}
22:49:39.619898 run                osmo-ms-mob/00097: Starting mobile
22:49:39.634648 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.645815 run                             mass: MS start registered  {at=18788285.349162366, delay=0.0035348236560821533, ms=00097}
22:49:40.710201 run                             mass: MS performed LU  {at=18788286.413510937, lu_delay=5.774843920022249, ms=00092}
22:49:40.728689 run                             mass: MS performed LU  {at=18788286.432032682, lu_delay=4.996289219707251, ms=00093}
22:49:40.740934 run                osmo-ms-mob/00098: Starting mobile
22:49:40.755202 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.766828 run                             mass: MS start registered  {at=18788286.470165797, delay=0.004950519651174545, ms=00098}
22:49:40.875796 run                             mass: MS performed LU  {at=18788286.579127643, lu_delay=22.386475633829832, ms=00056}
22:49:40.982057 run                             mass: MS performed LU  {at=18788286.685392536, lu_delay=23.05289874225855, ms=00053}
22:49:42.694864 run                             mass: MS performed LU  {at=18788288.39819712, lu_delay=5.1653767339885235, ms=00095}
22:49:42.707023 run                osmo-ms-mob/00099: Starting mobile
22:49:42.721545 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.728010 run                             mass: All started... {duration=55.730706591159105, too_slow=0}
22:49:42.734113 run                             mass: MS performed LU  {at=18788288.43746958, lu_delay=6.10218407958746, ms=00094}
22:49:42.740336 run                             mass: MS start registered  {at=18788288.443702143, delay=0.012325800955295563, ms=00099}
22:49:44.623809 run                             mass: MS performed LU  {at=18788290.327141814, lu_delay=4.977979447692633, ms=00097}
22:49:44.642243 run                             mass: MS performed LU  {at=18788290.345595077, lu_delay=6.095713596791029, ms=00096}
22:49:44.946977 run                             mass: MS performed LU  {at=18788290.6502951, lu_delay=22.969187699258327, ms=00066}
22:49:46.460476 run                             mass: MS performed LU  {at=18788292.163808715, lu_delay=5.693642918020487, ms=00098}
22:49:48.361466 run                             mass: MS performed LU  {at=18788294.064801373, lu_delay=5.621099229902029, ms=00099}
22:49:48.368082 run                             mass: Tests done {all_completed=True, max=23.336495004594326, min=4.003987729549408}
22:49:48.373881 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:48.379646 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.383138 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.386599 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.390073 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.393519 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.396981 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.400445 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.403902 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.407364 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.410810 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.414260 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.417732 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.421231 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.424671 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.428146 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.431654 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.435152 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.438713 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.442293 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.445767 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.449266 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.452740 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.456202 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.459672 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.463216 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.467160 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.470654 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.474124 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.477614 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.481097 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.484561 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.488666 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.492245 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.495854 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.499427 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.503026 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.506870 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.510935 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.514581 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.518195 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.521781 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.525396 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.529015 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.533014 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.536603 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.540220 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.543810 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.547431 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.551174 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.554840 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.558511 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.562128 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.565843 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.569454 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.573041 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.576598 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.580176 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.583741 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.587317 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.590903 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.622919 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.626392 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.629868 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.633337 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.636819 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.640464 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.643968 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.648056 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.651526 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.654993 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.658440 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.661900 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.665366 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.668828 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.672297 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.675768 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.679665 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.683233 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.687031 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.690532 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.693997 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.697482 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.700942 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.704410 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.707881 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.711345 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.715254 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.718745 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.722317 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.725785 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.729264 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.732724 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.736198 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.778063 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.781504 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.784958 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.788516 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.792412 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.795859 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.799916 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.803460 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.806964 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.810372 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.814127 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.817965 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.821448 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.824788 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.828248 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.831629 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.835107 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.838596 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.842066 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.845548 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.849027 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.852505 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.855977 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.859437 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.862841 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.866229 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.869790 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.873324 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.876767 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.880223 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.883669 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.887157 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.890605 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.894014 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.897361 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.900681 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.904009 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.907340 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.910663 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.913963 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.917291 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.920583 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.923869 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.927188 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.930503 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.933799 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.937130 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.940459 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.943758 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.947040 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.950345 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.953664 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.956969 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.960274 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.963568 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.966871 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.970187 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.973474 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.976768 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.980153 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.983493 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.986854 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.990197 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.993612 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.997048 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.000472 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.003904 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.007344 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.010769 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.014174 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.017589 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.020898 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.024293 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.027747 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.031181 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.034616 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.038067 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.041522 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.044971 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.048401 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.051837 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.055278 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.058710 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.062122 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.065588 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.069023 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.072476 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.075934 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.079388 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.082847 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.086282 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.089729 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.093193 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.096639 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.100083 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.103540 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.106907 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.110278 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.113630 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.117083 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.120519 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.123958 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.127395 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.130831 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.134279 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.137709 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.141114 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.144549 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.147843 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.151197 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.154542 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.157884 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.161323 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.164629 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.167929 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.171228 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.174553 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.177937 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.181236 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.184551 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.187865 ---      ParallelTerminationStrategy: PID 22 died...
22:49:49.189525 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.193453 ---      ParallelTerminationStrategy: PID 23 died...
22:49:49.194997 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.198740 ---      ParallelTerminationStrategy: PID 24 died...
22:49:49.200289 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.204037 ---      ParallelTerminationStrategy: PID 25 died...
22:49:49.205552 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.209307 ---      ParallelTerminationStrategy: PID 26 died...
22:49:49.210822 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.214552 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.216138 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.220017 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.221591 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.225500 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.227076 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.230953 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.232512 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.236358 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.237926 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.241791 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.243348 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.247253 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.248831 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.252723 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.254289 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.258166 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.259727 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.263595 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.265180 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.269057 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.270616 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.274473 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.276033 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.279886 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.281475 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.285340 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.286896 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.290699 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.292257 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.296089 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.297664 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.301506 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.303058 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.306920 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.308480 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.312350 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.313884 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.317595 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.319120 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.322927 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.324485 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.328351 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.329856 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.333624 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.335109 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.338852 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.340339 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.344035 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.345542 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.349265 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.350823 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.354690 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.356257 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.360160 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.361734 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.365586 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.367261 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.371128 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.372720 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.376565 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.378128 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.381990 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.383554 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.387406 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.388980 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.392823 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.394402 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.398253 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.399813 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.403701 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.405259 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.409108 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.410674 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.414440 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.415928 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.419732 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.421285 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.424983 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.426484 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.430209 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.431694 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.435523 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.437117 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.440990 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.442544 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.446410 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.447967 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.451808 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.453366 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.457217 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.458774 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.462616 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.464165 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.468004 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.469569 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.473380 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.474874 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.478583 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.480075 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.483779 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.485307 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.489204 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.490759 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.494646 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.496203 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.500051 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.501638 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.505405 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.506924 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.510725 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.512273 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.516198 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.517766 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.521572 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.523065 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.526832 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.528399 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.532252 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.533837 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.537691 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.539238 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.543114 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.544684 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.548520 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.550102 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.553949 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.555505 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.559389 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.560945 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.564802 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.566361 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.570205 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.571755 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.575626 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.577192 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.581040 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.582597 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.586446 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.588001 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.591858 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.593386 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.597230 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.598724 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.602412 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.603992 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.607705 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.609216 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.613041 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.614594 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.618446 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.620018 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.623886 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.625461 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.629319 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.630882 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.634748 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.636299 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.640173 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.641750 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.645757 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.647317 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.651080 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.652564 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.656349 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.657949 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.661806 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.663359 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.667220 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.668781 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.672646 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.674216 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.678065 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.679615 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.683467 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.685040 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.688751 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.690302 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.694156 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.695711 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.699546 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.701113 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.704954 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.706509 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.710357 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.711909 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.715755 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.717284 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.720958 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.722447 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.726130 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.727619 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.731325 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.732819 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.736474 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.737963 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.741640 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.743122 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.746827 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.748404 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.752258 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.753817 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.757733 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.759294 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.763171 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.764726 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.768556 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.770054 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.773772 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.775324 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.779160 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.780737 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.784568 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.786129 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.789976 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.791534 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.795404 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.796982 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.800902 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.802457 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.806208 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.807696 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.811498 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.813012 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.816776 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.818250 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.821904 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.823396 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.827217 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.828771 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.832589 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.834121 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.837948 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.839480 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.843303 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.844856 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.848683 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.850222 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.854051 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.855594 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.859485 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.861029 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.864864 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.866414 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.870243 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.871772 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.875603 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.877138 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.880985 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.882518 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.886251 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.887732 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.891414 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.892908 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.896593 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.898116 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.901792 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.903330 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.907147 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.908706 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.912533 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.914089 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.917937 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.919476 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.923325 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.924889 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.928768 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.930315 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.934131 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.935669 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.939509 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.941047 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.944892 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.946431 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.950258 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.951802 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.955633 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.957173 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.961015 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.962565 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.966376 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.967920 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.971823 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.973405 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.977231 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.978767 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.982615 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.984153 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.987981 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.989531 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.993354 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.994903 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.998697 ---      ParallelTerminationStrategy: PID 174 died...
22:49:50.000180 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:50.003854 ---      ParallelTerminationStrategy: PID 175 died...
22:49:50.005355 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:50.009194 ---      ParallelTerminationStrategy: PID 176 died...
22:49:50.010739 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:50.014556 ---      ParallelTerminationStrategy: PID 177 died...
22:49:50.016101 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:50.019916 ---      ParallelTerminationStrategy: PID 178 died...
22:49:50.021477 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:50.025315 ---      ParallelTerminationStrategy: PID 179 died...
22:49:50.026849 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:50.030690 ---      ParallelTerminationStrategy: PID 180 died...
22:49:50.032241 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:50.036067 ---      ParallelTerminationStrategy: PID 181 died...
22:49:50.037601 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:50.041450 ---      ParallelTerminationStrategy: PID 182 died...
22:49:50.042994 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:50.046831 ---      ParallelTerminationStrategy: PID 183 died...
22:49:50.048382 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:50.052230 ---      ParallelTerminationStrategy: PID 184 died...
22:49:50.053771 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:50.057632 ---      ParallelTerminationStrategy: PID 185 died...
22:49:50.059186 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:50.063057 ---      ParallelTerminationStrategy: PID 186 died...
22:49:50.064608 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:50.068444 ---      ParallelTerminationStrategy: PID 187 died...
22:49:50.069993 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:50.073869 ---      ParallelTerminationStrategy: PID 188 died...
22:49:50.075419 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:50.079256 ---      ParallelTerminationStrategy: PID 189 died...
22:49:50.080804 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:50.084633 ---      ParallelTerminationStrategy: PID 190 died...
22:49:50.086178 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:50.090031 ---      ParallelTerminationStrategy: PID 191 died...
22:49:50.091572 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:50.095436 ---      ParallelTerminationStrategy: PID 192 died...
22:49:50.096995 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:50.100812 ---      ParallelTerminationStrategy: PID 193 died...
22:49:50.102355 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:50.106190 ---      ParallelTerminationStrategy: PID 194 died...
22:49:50.107744 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:50.111591 ---      ParallelTerminationStrategy: PID 195 died...
22:49:50.113143 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:50.116990 ---      ParallelTerminationStrategy: PID 196 died...
22:49:50.118549 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:50.122389 ---      ParallelTerminationStrategy: PID 197 died...
22:49:50.123934 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:50.127826 ---      ParallelTerminationStrategy: PID 198 died...
22:49:50.129387 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:50.133240 ---      ParallelTerminationStrategy: PID 199 died...
22:49:50.134789 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.138624 ---      ParallelTerminationStrategy: PID 200 died...
22:49:50.140165 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.144043 ---      ParallelTerminationStrategy: PID 201 died...
22:49:50.145584 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.149429 ---      ParallelTerminationStrategy: PID 202 died...
22:49:50.150966 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.154804 ---      ParallelTerminationStrategy: PID 203 died...
22:49:50.156353 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.160211 ---      ParallelTerminationStrategy: PID 204 died...
22:49:50.161752 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.165595 ---      ParallelTerminationStrategy: PID 205 died...
22:49:50.167147 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.170987 ---      ParallelTerminationStrategy: PID 206 died...
22:49:50.172532 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.176403 ---      ParallelTerminationStrategy: PID 207 died...
22:49:50.177961 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.181798 ---      ParallelTerminationStrategy: PID 208 died...
22:49:50.183364 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.187245 ---      ParallelTerminationStrategy: PID 209 died...
22:49:50.188797 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.192626 ---      ParallelTerminationStrategy: PID 210 died...
22:49:50.194170 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.198008 ---      ParallelTerminationStrategy: PID 211 died...
22:49:50.199627 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.203536 ---      ParallelTerminationStrategy: PID 212 died...
22:49:50.205095 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.208917 ---      ParallelTerminationStrategy: PID 213 died...
22:49:50.210489 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.214328 ---      ParallelTerminationStrategy: PID 214 died...
22:49:50.215878 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.219765 ---      ParallelTerminationStrategy: PID 215 died...
22:49:50.221330 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.225160 ---      ParallelTerminationStrategy: PID 216 died...
22:49:50.226708 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.230566 ---      ParallelTerminationStrategy: PID 217 died...
22:49:50.232122 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.236007 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.237562 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.241403 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.242959 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.246812 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.248360 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.252191 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.253730 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.257579 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.259132 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.262959 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.264518 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.268358 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.269907 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.273755 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.275303 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.279133 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.280715 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.284570 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.286131 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.289959 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.291500 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.295331 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.296894 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.300761 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.302298 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.306134 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.307690 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.311518 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.313053 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.316913 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.318457 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.322279 ---      ParallelTerminationStrategy: PID 234 died...
22:49:50.323835 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.727391 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.729081 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8062 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.801731 tst                       trial-8062: Storing JUnit report in /build/trial-8062/run.2025-08-18_22-48-23/trial-8062.xml

--------------------------------------------------------------------------------------------
trial-8062 PASS
--------------------------------------------------------------------------------------------
22:49:53.812553 tst                       trial-8062: trial-8062: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8062/inst
+ cd trial-8062
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-18 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8062-run.tgz run.2025-08-18_22-48-23
+ tar czf /build/trial-8062-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-18_13_26_00.tgz osmo-bts-oc2g.build-2025-08-18_00_51_29.tgz osmo-bts-sysmo.build-2025-08-18_00_51_37.tgz osmo-bts.build-2025-08-18_00_51_41.tgz osmo-ggsn.build-2025-08-18_20_42_50.tgz osmo-hlr.build-2025-08-18_16_36_53.tgz osmo-hnbgw.build-2025-08-18_13_29_22.tgz osmo-mgw.build-2025-08-18_08_33_09.tgz osmo-msc.build-2025-08-18_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-18_11_34_15.tgz osmo-pcu-sysmo.build-2025-08-18_11_34_16.tgz osmo-pcu.build-2025-08-18_11_34_14.tgz osmo-sgsn.build-2025-08-18_20_49_15.tgz osmo-stp.build-2025-08-18_13_23_02.tgz osmo-trx.build-2025-08-18_14_29_10.tgz osmocom-bb.build-2025-08-18_21_17_42.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