Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7899620282639458329.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-8106
+ 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
21e1259 debian-bookworm-build: add gdb
+ 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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:bddd7a92678cb398ed843fef429df8413f1793d6ed805f279754d72d1a74ece7 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=8107 -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-10-02 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8107
+ mkdir -p trial-8107
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-02_13_29_03.tgz osmo-bts-oc2g.build-2025-10-02_07_55_46.tgz osmo-bts-sysmo.build-2025-10-02_07_55_57.tgz osmo-bts.build-2025-10-02_07_55_48.tgz osmo-ggsn.build-2025-10-02_20_42_31.tgz osmo-hlr.build-2025-10-02_16_36_48.tgz osmo-hnbgw.build-2025-10-02_13_30_29.tgz osmo-mgw.build-2025-10-02_08_33_13.tgz osmo-msc.build-2025-10-02_13_34_36.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-02_07_34_07.tgz osmo-pcu-sysmo.build-2025-10-02_07_37_57.tgz osmo-pcu.build-2025-10-02_07_38_07.tgz osmo-sgsn.build-2025-10-02_20_48_02.tgz osmo-stp.build-2025-10-02_13_25_23.tgz osmo-trx.build-2025-10-02_14_27_16.tgz osmocom-bb.build-2025-10-02_21_17_21.tgz srslte.build-19.tgz trial-8107
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-02_13_29_03.md5 osmo-bts-oc2g.build-2025-10-02_07_55_46.md5 osmo-bts-sysmo.build-2025-10-02_07_55_57.md5 osmo-bts.build-2025-10-02_07_55_48.md5 osmo-ggsn.build-2025-10-02_20_42_31.md5 osmo-hlr.build-2025-10-02_16_36_48.md5 osmo-hnbgw.build-2025-10-02_13_30_29.md5 osmo-mgw.build-2025-10-02_08_33_13.md5 osmo-msc.build-2025-10-02_13_34_36.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-02_07_34_07.md5 osmo-pcu-sysmo.build-2025-10-02_07_37_57.md5 osmo-pcu.build-2025-10-02_07_38_07.md5 osmo-sgsn.build-2025-10-02_20_48_02.md5 osmo-stp.build-2025-10-02_13_25_23.md5 osmo-trx.build-2025-10-02_14_27_16.md5 osmocom-bb.build-2025-10-02_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-02_13_29_03.md5 osmo-bts-oc2g.build-2025-10-02_07_55_46.md5 osmo-bts-sysmo.build-2025-10-02_07_55_57.md5 osmo-bts.build-2025-10-02_07_55_48.md5 osmo-ggsn.build-2025-10-02_20_42_31.md5 osmo-hlr.build-2025-10-02_16_36_48.md5 osmo-hnbgw.build-2025-10-02_13_30_29.md5 osmo-mgw.build-2025-10-02_08_33_13.md5 osmo-msc.build-2025-10-02_13_34_36.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-02_07_34_07.md5 osmo-pcu-sysmo.build-2025-10-02_07_37_57.md5 osmo-pcu.build-2025-10-02_07_38_07.md5 osmo-sgsn.build-2025-10-02_20_48_02.md5 osmo-stp.build-2025-10-02_13_25_23.md5 osmo-trx.build-2025-10-02_14_27_16.md5 osmocom-bb.build-2025-10-02_21_17_21.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-8107 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8107'
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-8107
--------------------------------------------------------------------------------------------
22:48:20.443952 tst                       trial-8107: Detailed log at /build/trial-8107/run.2025-10-02_22-48-20/log

---------------------------------------------------------------------
trial-8107 netreg_mass
---------------------------------------------------------------------
22:48:20.653759 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.654112 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.654891 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.656034 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.699041 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.699887 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.701163 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.769702 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-8107 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.770482 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.786900 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.787486 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.787973 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.788439 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.788917 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.789390 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.789847 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.842726 tst         register_default_mass.py: using LAC 2
22:48:20.906140 tst         register_default_mass.py: using RAC 2
22:48:20.953958 tst         register_default_mass.py: using CellId 2
22:48:21.007254 tst         register_default_mass.py: using BVCI 3
22:48:21.021634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.022321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.022875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.023384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.023902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.024414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.024918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.025438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.026009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.026507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.027023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.027517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.028038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.028575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.029095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.029609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.030126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.030651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.031164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.031692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.032210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.032759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.033279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.033813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.034322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.034829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.035356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.035864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.036372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.036908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.037421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.037930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.038463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.038983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.039497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.040026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.040533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.041051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.041578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.042090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.042583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.043092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.043607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.044127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.044652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.045159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.045665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.046205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.046715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.047219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.047745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.048266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.048775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.049291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.049800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.063068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.063573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.064084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.064601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.065121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.065615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.066113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.066622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.067126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.067632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.068145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.068651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.069157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.069676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.070178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.070681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.071192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.071702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.072221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.072735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.073233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.073795 tst      register_default_mass.py:21: Launching a simple network
22:48:21.083950 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.207094 run            create_hlr_db(pid=20): Launched
22:48:22.227790 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.247275 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.262427 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.268172 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.449158 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.464916 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.471082 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.902692 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.918884 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.933390 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.202615 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.217876 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.223501 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.246991 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.262717 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.268930 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.590295 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.605796 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.623827 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.782031 run         osmo-bts-virtual(pid=34): Launched
22:48:33.842194 tst         register_default_mass.py: using MSISDN 1001
22:48:33.847992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.931203 tst         register_default_mass.py: using MSISDN 1002
22:48:33.940492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.008099 tst         register_default_mass.py: using MSISDN 1003
22:48:34.016208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.080454 tst         register_default_mass.py: using MSISDN 1004
22:48:34.101038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.170947 tst         register_default_mass.py: using MSISDN 1005
22:48:34.191821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.272616 tst         register_default_mass.py: using MSISDN 1006
22:48:34.295108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.368307 tst         register_default_mass.py: using MSISDN 1007
22:48:34.383201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.458370 tst         register_default_mass.py: using MSISDN 1008
22:48:34.480733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.556452 tst         register_default_mass.py: using MSISDN 1009
22:48:34.564546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.716691 tst         register_default_mass.py: using MSISDN 1010
22:48:34.726596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.802579 tst         register_default_mass.py: using MSISDN 1011
22:48:34.821410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.886635 tst         register_default_mass.py: using MSISDN 1012
22:48:34.906370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.981992 tst         register_default_mass.py: using MSISDN 1013
22:48:35.017099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.105201 tst         register_default_mass.py: using MSISDN 1014
22:48:35.124318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.201940 tst         register_default_mass.py: using MSISDN 1015
22:48:35.214851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.282206 tst         register_default_mass.py: using MSISDN 1016
22:48:35.301390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.375664 tst         register_default_mass.py: using MSISDN 1017
22:48:35.397662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.466621 tst         register_default_mass.py: using MSISDN 1018
22:48:35.487283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.563645 tst         register_default_mass.py: using MSISDN 1019
22:48:35.577326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.656127 tst         register_default_mass.py: using MSISDN 1020
22:48:35.678272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.749121 tst         register_default_mass.py: using MSISDN 1021
22:48:35.761541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.851195 tst         register_default_mass.py: using MSISDN 1022
22:48:35.873549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.958014 tst         register_default_mass.py: using MSISDN 1023
22:48:35.971515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.048117 tst         register_default_mass.py: using MSISDN 1024
22:48:36.057519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.126058 tst         register_default_mass.py: using MSISDN 1025
22:48:36.137631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.214887 tst         register_default_mass.py: using MSISDN 1026
22:48:36.229316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.297647 tst         register_default_mass.py: using MSISDN 1027
22:48:36.313941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.407482 tst         register_default_mass.py: using MSISDN 1028
22:48:36.413613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.567090 tst         register_default_mass.py: using MSISDN 1029
22:48:36.586997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.657810 tst         register_default_mass.py: using MSISDN 1030
22:48:36.678060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.799457 tst         register_default_mass.py: using MSISDN 1031
22:48:36.809773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.881671 tst         register_default_mass.py: using MSISDN 1032
22:48:36.898455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.971362 tst         register_default_mass.py: using MSISDN 1033
22:48:36.986144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.063075 tst         register_default_mass.py: using MSISDN 1034
22:48:37.084922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.164275 tst         register_default_mass.py: using MSISDN 1035
22:48:37.186194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.267426 tst         register_default_mass.py: using MSISDN 1036
22:48:37.277846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.355276 tst         register_default_mass.py: using MSISDN 1037
22:48:37.377425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.452656 tst         register_default_mass.py: using MSISDN 1038
22:48:37.465311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.545808 tst         register_default_mass.py: using MSISDN 1039
22:48:37.553974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.634251 tst         register_default_mass.py: using MSISDN 1040
22:48:37.641433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.726960 tst         register_default_mass.py: using MSISDN 1041
22:48:37.744799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.815853 tst         register_default_mass.py: using MSISDN 1042
22:48:37.825855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.908072 tst         register_default_mass.py: using MSISDN 1043
22:48:37.916042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.979159 tst         register_default_mass.py: using MSISDN 1044
22:48:37.985174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.062493 tst         register_default_mass.py: using MSISDN 1045
22:48:38.085645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.172241 tst         register_default_mass.py: using MSISDN 1046
22:48:38.191959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.260868 tst         register_default_mass.py: using MSISDN 1047
22:48:38.282493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.360047 tst         register_default_mass.py: using MSISDN 1048
22:48:38.366414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.445547 tst         register_default_mass.py: using MSISDN 1049
22:48:38.455046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.545380 tst         register_default_mass.py: using MSISDN 1050
22:48:38.558241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.635405 tst         register_default_mass.py: using MSISDN 1051
22:48:38.657007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.726596 tst         register_default_mass.py: using MSISDN 1052
22:48:38.736796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.808734 tst         register_default_mass.py: using MSISDN 1053
22:48:38.823440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.894813 tst         register_default_mass.py: using MSISDN 1054
22:48:38.913380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.982043 tst         register_default_mass.py: using MSISDN 1055
22:48:38.997341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.066654 tst         register_default_mass.py: using MSISDN 1056
22:48:39.080419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.151391 tst         register_default_mass.py: using MSISDN 1057
22:48:39.167084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.251247 tst         register_default_mass.py: using MSISDN 1058
22:48:39.275266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.355732 tst         register_default_mass.py: using MSISDN 1059
22:48:39.376982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.450725 tst         register_default_mass.py: using MSISDN 1060
22:48:39.462018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.552725 tst         register_default_mass.py: using MSISDN 1061
22:48:39.569267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.636065 tst         register_default_mass.py: using MSISDN 1062
22:48:39.644474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.728324 tst         register_default_mass.py: using MSISDN 1063
22:48:39.738285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.807374 tst         register_default_mass.py: using MSISDN 1064
22:48:39.817906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.901677 tst         register_default_mass.py: using MSISDN 1065
22:48:39.917768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.989451 tst         register_default_mass.py: using MSISDN 1066
22:48:40.004515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.079460 tst         register_default_mass.py: using MSISDN 1067
22:48:40.102641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.191099 tst         register_default_mass.py: using MSISDN 1068
22:48:40.197311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.281381 tst         register_default_mass.py: using MSISDN 1069
22:48:40.287485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.373155 tst         register_default_mass.py: using MSISDN 1070
22:48:40.379223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.460966 tst         register_default_mass.py: using MSISDN 1071
22:48:40.468602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.594612 tst         register_default_mass.py: using MSISDN 1072
22:48:40.609534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.681235 tst         register_default_mass.py: using MSISDN 1073
22:48:40.688045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.763421 tst         register_default_mass.py: using MSISDN 1074
22:48:40.774066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.847903 tst         register_default_mass.py: using MSISDN 1075
22:48:40.865150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.938496 tst         register_default_mass.py: using MSISDN 1076
22:48:40.944621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.016758 tst         register_default_mass.py: using MSISDN 1077
22:48:41.022950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.102020 tst         register_default_mass.py: using MSISDN 1078
22:48:41.109143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.181884 tst         register_default_mass.py: using MSISDN 1079
22:48:41.188593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.252945 tst         register_default_mass.py: using MSISDN 1080
22:48:41.258899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.338066 tst         register_default_mass.py: using MSISDN 1081
22:48:41.345013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.423192 tst         register_default_mass.py: using MSISDN 1082
22:48:41.429969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.500737 tst         register_default_mass.py: using MSISDN 1083
22:48:41.506738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.576048 tst         register_default_mass.py: using MSISDN 1084
22:48:41.586118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.665893 tst         register_default_mass.py: using MSISDN 1085
22:48:41.672114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.740361 tst         register_default_mass.py: using MSISDN 1086
22:48:41.750116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.836244 tst         register_default_mass.py: using MSISDN 1087
22:48:41.845601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.906759 tst         register_default_mass.py: using MSISDN 1088
22:48:41.920750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.990921 tst         register_default_mass.py: using MSISDN 1089
22:48:41.996918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.061311 tst         register_default_mass.py: using MSISDN 1090
22:48:42.070934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.141740 tst         register_default_mass.py: using MSISDN 1091
22:48:42.152574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.214830 tst         register_default_mass.py: using MSISDN 1092
22:48:42.225510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.298738 tst         register_default_mass.py: using MSISDN 1093
22:48:42.304806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.418063 tst         register_default_mass.py: using MSISDN 1094
22:48:42.424421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.515564 tst         register_default_mass.py: using MSISDN 1095
22:48:42.529842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.607909 tst         register_default_mass.py: using MSISDN 1096
22:48:42.613729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.675777 tst         register_default_mass.py: using MSISDN 1097
22:48:42.681652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.767714 tst         register_default_mass.py: using MSISDN 1098
22:48:42.782515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.847772 tst         register_default_mass.py: using MSISDN 1099
22:48:42.867262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.945539 tst         register_default_mass.py: using MSISDN 1100
22:48:42.964326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.090200 run                             mass: Starting testcase
22:48:43.096007 run                             mass: Pre-launching all virtphy's
22:48:43.101660 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.115395 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.121567 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.134797 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.140992 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.154503 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.160967 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.174990 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.181364 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.195185 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.201442 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.215048 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.221540 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.235385 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.241751 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.255136 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.261221 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.274560 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.280668 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.293930 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.300065 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.313268 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.319345 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.332940 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.340301 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.354286 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.360608 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.374512 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.380878 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.394646 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.400978 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.414659 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.421032 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.434700 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.441143 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.454855 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.461142 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.474402 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.480627 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.493770 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.499925 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.513187 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.519423 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.532645 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.538946 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.552710 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.558951 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.572143 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.578210 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.591654 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.597961 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.611687 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.618157 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.631899 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.638228 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.651825 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.658202 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.671382 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.677374 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.690357 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.696352 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.710124 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.716110 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.728976 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.734960 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.747904 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.753919 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.766805 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.772833 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.785762 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.791872 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.805131 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.811263 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.824510 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.830662 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.843844 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.849962 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.863676 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.870044 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.883745 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.890248 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.904036 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.910344 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.923962 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.930319 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.944083 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.950393 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.964100 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.970434 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.984635 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.990987 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.004816 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.012123 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.025609 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.031640 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.045110 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.051096 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.064166 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.070559 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.083579 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.089627 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.102612 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.108865 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.122071 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.128331 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.141538 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.147788 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.161385 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.167569 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.181248 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.187650 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.201235 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.207452 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.220995 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.227322 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.240973 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.247432 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.261266 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.267644 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.281161 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.287388 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.300486 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.306734 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.319825 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.325938 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.339182 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.345593 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.359437 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.365753 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.378891 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.384950 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.398332 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.404450 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.417552 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.423532 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.436906 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.443000 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.456327 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.462412 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.475650 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.481802 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.495490 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.501886 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.515698 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.522056 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.535733 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.542319 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.556002 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.562347 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.576195 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.582517 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.596305 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.602598 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.616273 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.622642 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.636340 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.642767 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.656559 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.662858 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.676543 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.682889 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.696701 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.703000 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.716810 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.723026 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.736146 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.742293 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.755799 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.761864 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.775120 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.781341 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.794410 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.800421 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.813778 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.819962 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.833190 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.839289 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.852494 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.858712 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.872063 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.889731 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.903071 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.909195 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.922463 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.928532 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.941869 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.947872 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.960846 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.966877 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.980073 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.986068 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.999209 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.005544 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.019402 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.025747 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.039439 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.045743 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.059662 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.066146 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.079818 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.086024 run                             mass: Checking if sockets are in the filesystem
22:48:45.098539 run                osmo-ms-mob/00000: Starting mobile
22:48:45.112132 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.128225 run                             mass: MS start registered  {at=22676230.831566785, delay=0.00991758331656456, ms=00000}
22:48:49.314712 run                osmo-ms-mob/00001: Starting mobile
22:48:49.329317 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.340761 run                             mass: MS start registered  {at=22676235.044113684, delay=0.0032381415367126465, ms=00001}
22:48:51.098662 run                osmo-ms-mob/00002: Starting mobile
22:48:51.112474 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.123901 run                             mass: MS start registered  {at=22676236.827245522, delay=0.0051007866859436035, ms=00002}
22:48:51.259389 run                             mass: MS performed LU  {at=22676236.96262421, lu_delay=6.131057426333427, ms=00000}
22:48:52.418505 run                osmo-ms-mob/00003: Starting mobile
22:48:52.436355 run       osmo-ms-mob/00003(pid=138): Launched
22:48:52.447452 run                             mass: MS start registered  {at=22676238.15079943, delay=0.004912950098514557, ms=00003}
22:48:53.500214 run                osmo-ms-mob/00004: Starting mobile
22:48:53.514362 run       osmo-ms-mob/00004(pid=139): Launched
22:48:53.531285 run                             mass: MS start registered  {at=22676239.234608013, delay=0.008609183132648468, ms=00004}
22:48:54.498438 run                osmo-ms-mob/00005: Starting mobile
22:48:54.513993 run       osmo-ms-mob/00005(pid=140): Launched
22:48:54.525823 run                             mass: MS start registered  {at=22676240.229163628, delay=0.00540696457028389, ms=00005}
22:48:55.024383 run                             mass: MS performed LU  {at=22676240.727713544, lu_delay=5.6835998594760895, ms=00001}
22:48:55.399925 run                osmo-ms-mob/00006: Starting mobile
22:48:55.414124 run       osmo-ms-mob/00006(pid=141): Launched
22:48:55.425743 run                             mass: MS start registered  {at=22676241.12908772, delay=0.004972826689481735, ms=00006}
22:48:56.297666 run                osmo-ms-mob/00007: Starting mobile
22:48:56.311603 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.323176 run                             mass: MS start registered  {at=22676242.02650944, delay=0.0051422119140625, ms=00007}
22:48:56.925717 run                             mass: MS performed LU  {at=22676242.628969148, lu_delay=5.801723625510931, ms=00002}
22:48:57.110023 run                osmo-ms-mob/00008: Starting mobile
22:48:57.124248 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.135376 run                             mass: MS start registered  {at=22676242.83872534, delay=0.004939410835504532, ms=00008}
22:48:57.799693 run                osmo-ms-mob/00009: Starting mobile
22:48:57.813813 run       osmo-ms-mob/00009(pid=144): Launched
22:48:57.825769 run                             mass: MS start registered  {at=22676243.529102877, delay=0.0055504851043224335, ms=00009}
22:48:58.506021 run                osmo-ms-mob/00010: Starting mobile
22:48:58.519578 run       osmo-ms-mob/00010(pid=145): Launched
22:48:58.531090 run                             mass: MS start registered  {at=22676244.234433684, delay=0.005362424999475479, ms=00010}
22:48:58.791396 run                             mass: MS performed LU  {at=22676244.494638402, lu_delay=6.343838971108198, ms=00003}
22:48:58.837580 run                             mass: MS performed LU  {at=22676244.540833402, lu_delay=5.306225389242172, ms=00004}
22:48:59.098450 run                osmo-ms-mob/00011: Starting mobile
22:48:59.121917 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.135802 run                             mass: MS start registered  {at=22676244.839136455, delay=0.006024491041898727, ms=00011}
22:48:59.701702 run                osmo-ms-mob/00012: Starting mobile
22:48:59.715086 run       osmo-ms-mob/00012(pid=147): Launched
22:48:59.725921 run                             mass: MS start registered  {at=22676245.42927225, delay=0.00460323691368103, ms=00012}
22:49:00.314096 run                osmo-ms-mob/00013: Starting mobile
22:49:00.328778 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.339996 run                             mass: MS start registered  {at=22676246.043339882, delay=0.004780817776918411, ms=00013}
22:49:00.692506 run                             mass: MS performed LU  {at=22676246.39576296, lu_delay=5.266675241291523, ms=00006}
22:49:00.792869 run                             mass: MS performed LU  {at=22676246.496201165, lu_delay=6.267037536948919, ms=00005}
22:49:00.807805 run                osmo-ms-mob/00014: Starting mobile
22:49:00.821989 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.832954 run                             mass: MS start registered  {at=22676246.536305968, delay=0.004599530249834061, ms=00014}
22:49:01.498075 run                osmo-ms-mob/00015: Starting mobile
22:49:01.512282 run       osmo-ms-mob/00015(pid=150): Launched
22:49:01.524167 run                             mass: MS start registered  {at=22676247.227516025, delay=0.0048797279596328735, ms=00015}
22:49:02.016709 run                osmo-ms-mob/00016: Starting mobile
22:49:02.030322 run       osmo-ms-mob/00016(pid=151): Launched
22:49:02.042159 run                             mass: MS start registered  {at=22676247.745491702, delay=0.005355324596166611, ms=00016}
22:49:02.497826 run                osmo-ms-mob/00017: Starting mobile
22:49:02.511666 run       osmo-ms-mob/00017(pid=152): Launched
22:49:02.522608 run                             mass: MS start registered  {at=22676248.225952923, delay=0.004642188549041748, ms=00017}
22:49:02.556162 run                             mass: MS performed LU  {at=22676248.259488612, lu_delay=5.420763272792101, ms=00008}
22:49:02.602063 run                             mass: MS performed LU  {at=22676248.305396337, lu_delay=4.776293460279703, ms=00009}
22:49:02.689383 run                             mass: MS performed LU  {at=22676248.392716274, lu_delay=6.366206832230091, ms=00007}
22:49:03.097980 run                osmo-ms-mob/00018: Starting mobile
22:49:03.111744 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.122687 run                             mass: MS start registered  {at=22676248.8260379, delay=0.004506189376115799, ms=00018}
22:49:03.498404 run                osmo-ms-mob/00019: Starting mobile
22:49:03.512028 run       osmo-ms-mob/00019(pid=154): Launched
22:49:03.523493 run                             mass: MS start registered  {at=22676249.226813793, delay=0.004888366907835007, ms=00019}
22:49:04.014806 run                osmo-ms-mob/00020: Starting mobile
22:49:04.029010 run       osmo-ms-mob/00020(pid=155): Launched
22:49:04.040167 run                             mass: MS start registered  {at=22676249.743513625, delay=0.004608679562807083, ms=00020}
22:49:04.355981 run                             mass: MS performed LU  {at=22676250.05924329, lu_delay=5.824809607118368, ms=00010}
22:49:04.457891 run                             mass: MS performed LU  {at=22676250.161162097, lu_delay=5.322025641798973, ms=00011}
22:49:04.481256 run                osmo-ms-mob/00021: Starting mobile
22:49:04.494598 run       osmo-ms-mob/00021(pid=156): Launched
22:49:04.503316 run                             mass: MS performed LU  {at=22676250.206661142, lu_delay=4.777388893067837, ms=00012}
22:49:04.509415 run                             mass: MS start registered  {at=22676250.21278032, delay=0.008445270359516144, ms=00021}
22:49:04.898613 run                osmo-ms-mob/00022: Starting mobile
22:49:04.912808 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.924065 run                             mass: MS start registered  {at=22676250.627402626, delay=0.004632048308849335, ms=00022}
22:49:05.398159 run                osmo-ms-mob/00023: Starting mobile
22:49:05.412494 run       osmo-ms-mob/00023(pid=158): Launched
22:49:05.423674 run                             mass: MS start registered  {at=22676251.127020802, delay=0.004849288612604141, ms=00023}
22:49:05.798200 run                osmo-ms-mob/00024: Starting mobile
22:49:05.812076 run       osmo-ms-mob/00024(pid=159): Launched
22:49:05.823848 run                             mass: MS start registered  {at=22676251.52719393, delay=0.005423586815595627, ms=00024}
22:49:06.299130 run                osmo-ms-mob/00025: Starting mobile
22:49:06.312570 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.321813 run                             mass: MS performed LU  {at=22676252.02515356, lu_delay=5.9818136766552925, ms=00013}
22:49:06.328186 run                             mass: MS start registered  {at=22676252.031550787, delay=0.00926079973578453, ms=00025}
22:49:06.367537 run                             mass: MS performed LU  {at=22676252.07087075, lu_delay=5.534564781934023, ms=00014}
22:49:06.455148 run                             mass: MS performed LU  {at=22676252.158482756, lu_delay=4.930966731160879, ms=00015}
22:49:06.467705 run                osmo-ms-mob/00026: Starting mobile
22:49:06.482955 run       osmo-ms-mob/00026(pid=161): Launched
22:49:06.494284 run                             mass: MS start registered  {at=22676252.19762532, delay=0.004931412637233734, ms=00026}
22:49:07.098715 run                osmo-ms-mob/00027: Starting mobile
22:49:07.112574 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.123859 run                             mass: MS start registered  {at=22676252.827200927, delay=0.0049927569925785065, ms=00027}
22:49:07.498552 run                osmo-ms-mob/00028: Starting mobile
22:49:07.512090 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.523286 run                             mass: MS start registered  {at=22676253.226637185, delay=0.004949774593114853, ms=00028}
22:49:07.898831 run                osmo-ms-mob/00029: Starting mobile
22:49:07.913044 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.924315 run                             mass: MS start registered  {at=22676253.6276619, delay=0.004849124699831009, ms=00029}
22:49:08.121270 run                             mass: MS performed LU  {at=22676253.824603934, lu_delay=4.597790140658617, ms=00019}
22:49:08.222693 run                             mass: MS performed LU  {at=22676253.926016983, lu_delay=6.180525280535221, ms=00016}
22:49:08.235395 run                osmo-ms-mob/00030: Starting mobile
22:49:08.249096 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.260189 run                             mass: MS start registered  {at=22676253.963539936, delay=0.004730559885501862, ms=00030}
22:49:08.269317 run                             mass: MS performed LU  {at=22676253.97267031, lu_delay=5.746717385947704, ms=00017}
22:49:08.375450 run                             mass: MS performed LU  {at=22676254.078783926, lu_delay=5.2527460269629955, ms=00018}
22:49:08.698362 run                osmo-ms-mob/00031: Starting mobile
22:49:08.712185 run       osmo-ms-mob/00031(pid=166): Launched
22:49:08.723956 run                             mass: MS start registered  {at=22676254.427297104, delay=0.0054600052535533905, ms=00031}
22:49:08.998528 run                osmo-ms-mob/00032: Starting mobile
22:49:09.012756 run       osmo-ms-mob/00032(pid=167): Launched
22:49:09.023931 run                             mass: MS start registered  {at=22676254.727283034, delay=0.004802003502845764, ms=00032}
22:49:09.398489 run                osmo-ms-mob/00033: Starting mobile
22:49:09.411966 run       osmo-ms-mob/00033(pid=168): Launched
22:49:09.423130 run                             mass: MS start registered  {at=22676255.12647826, delay=0.004950083792209625, ms=00033}
22:49:09.798610 run                osmo-ms-mob/00034: Starting mobile
22:49:09.812867 run       osmo-ms-mob/00034(pid=169): Launched
22:49:09.824418 run                             mass: MS start registered  {at=22676255.52776555, delay=0.005127783864736557, ms=00034}
22:49:10.087751 run                             mass: MS performed LU  {at=22676255.79107992, lu_delay=5.163677293807268, ms=00022}
22:49:10.099209 run                osmo-ms-mob/00035: Starting mobile
22:49:10.112401 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.123636 run                             mass: MS start registered  {at=22676255.826987796, delay=0.0049913376569747925, ms=00035}
22:49:10.134112 run                             mass: MS performed LU  {at=22676255.837458473, lu_delay=5.624678153544664, ms=00021}
22:49:10.221144 run                             mass: MS performed LU  {at=22676255.924482312, lu_delay=6.180968686938286, ms=00020}
22:49:10.276479 run                             mass: MS performed LU  {at=22676255.979811594, lu_delay=4.852790791541338, ms=00023}
22:49:10.287991 run                osmo-ms-mob/00036: Starting mobile
22:49:10.302139 run       osmo-ms-mob/00036(pid=171): Launched
22:49:10.313610 run                             mass: MS start registered  {at=22676256.0169537, delay=0.0051042623817920685, ms=00036}
22:49:10.898288 run                osmo-ms-mob/00037: Starting mobile
22:49:10.912471 run       osmo-ms-mob/00037(pid=172): Launched
22:49:10.923918 run                             mass: MS start registered  {at=22676256.627259806, delay=0.005093764513731003, ms=00037}
22:49:11.198438 run                osmo-ms-mob/00038: Starting mobile
22:49:11.212618 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.225252 run                             mass: MS start registered  {at=22676256.928597476, delay=0.005847275257110596, ms=00038}
22:49:11.498171 run                osmo-ms-mob/00039: Starting mobile
22:49:11.511129 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.522177 run                             mass: MS start registered  {at=22676257.22551611, delay=0.004930712282657623, ms=00039}
22:49:11.887598 run                             mass: MS performed LU  {at=22676257.59093361, lu_delay=4.763732682913542, ms=00027}
22:49:11.899367 run                osmo-ms-mob/00040: Starting mobile
22:49:11.912992 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.924252 run                             mass: MS start registered  {at=22676257.627604526, delay=0.004917167127132416, ms=00040}
22:49:11.989021 run                             mass: MS performed LU  {at=22676257.692353733, lu_delay=5.660802945494652, ms=00025}
22:49:12.034770 run                             mass: MS performed LU  {at=22676257.738083456, lu_delay=5.540458135306835, ms=00026}
22:49:12.056543 run                osmo-ms-mob/00041: Starting mobile
22:49:12.071533 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.089648 run                             mass: MS start registered  {at=22676257.7929776, delay=0.011213067919015884, ms=00041}
22:49:12.141026 run                             mass: MS performed LU  {at=22676257.844360743, lu_delay=6.317166812717915, ms=00024}
22:49:12.178099 run                             mass: MS performed LU  {at=22676257.881414145, lu_delay=4.654776960611343, ms=00028}
22:49:12.200673 run                osmo-ms-mob/00042: Starting mobile
22:49:12.226696 run       osmo-ms-mob/00042(pid=177): Launched
22:49:12.239009 run                             mass: MS start registered  {at=22676257.942359053, delay=2.871081233024597e-05, ms=00042}
22:49:12.900614 run                osmo-ms-mob/00043: Starting mobile
22:49:12.915345 run       osmo-ms-mob/00043(pid=178): Launched
22:49:12.926416 run                             mass: MS start registered  {at=22676258.62977048, delay=0.004745207726955414, ms=00043}
22:49:13.198520 run                osmo-ms-mob/00044: Starting mobile
22:49:13.212901 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.224193 run                             mass: MS start registered  {at=22676258.927544676, delay=0.0047791264951229095, ms=00044}
22:49:13.498402 run                osmo-ms-mob/00045: Starting mobile
22:49:13.512320 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.524585 run                             mass: MS start registered  {at=22676259.22793161, delay=0.005745533853769302, ms=00045}
22:49:13.800234 run                osmo-ms-mob/00046: Starting mobile
22:49:13.814887 run       osmo-ms-mob/00046(pid=181): Launched
22:49:13.826704 run                             mass: MS start registered  {at=22676259.530040868, delay=0.005352269858121872, ms=00046}
22:49:13.852843 run                             mass: MS performed LU  {at=22676259.556175772, lu_delay=5.12887866795063, ms=00031}
22:49:13.899390 run                             mass: MS performed LU  {at=22676259.60272439, lu_delay=5.639184452593327, ms=00030}
22:49:13.911419 run                osmo-ms-mob/00047: Starting mobile
22:49:13.925328 run       osmo-ms-mob/00047(pid=182): Launched
22:49:13.937036 run                             mass: MS start registered  {at=22676259.640385125, delay=0.005303721874952316, ms=00047}
22:49:13.987185 run                             mass: MS performed LU  {at=22676259.69051847, lu_delay=6.062856569886208, ms=00029}
22:49:14.042507 run                             mass: MS performed LU  {at=22676259.7458422, lu_delay=5.018559165298939, ms=00032}
22:49:14.054752 run                osmo-ms-mob/00048: Starting mobile
22:49:14.069239 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.080622 run                             mass: MS start registered  {at=22676259.78397218, delay=0.004852253943681717, ms=00048}
22:49:14.314322 run                             mass: MS performed LU  {at=22676260.017658006, lu_delay=4.891179747879505, ms=00033}
22:49:14.698523 run                osmo-ms-mob/00049: Starting mobile
22:49:14.713135 run       osmo-ms-mob/00049(pid=184): Launched
22:49:14.724908 run                             mass: MS start registered  {at=22676260.428251334, delay=0.005278781056404114, ms=00049}
22:49:14.998262 run                osmo-ms-mob/00050: Starting mobile
22:49:15.012060 run       osmo-ms-mob/00050(pid=185): Launched
22:49:15.023630 run                             mass: MS start registered  {at=22676260.7269775, delay=0.005228713154792786, ms=00050}
22:49:15.398029 run                osmo-ms-mob/00051: Starting mobile
22:49:15.413522 run       osmo-ms-mob/00051(pid=186): Launched
22:49:15.425108 run                             mass: MS start registered  {at=22676261.128458396, delay=0.004595506936311722, ms=00051}
22:49:15.652843 run                             mass: MS performed LU  {at=22676261.35617796, lu_delay=5.529190164059401, ms=00035}
22:49:15.664396 run                osmo-ms-mob/00052: Starting mobile
22:49:15.678291 run       osmo-ms-mob/00052(pid=187): Launched
22:49:15.689540 run                             mass: MS start registered  {at=22676261.392886423, delay=0.0050139278173446655, ms=00052}
22:49:15.754430 run                             mass: MS performed LU  {at=22676261.4577591, lu_delay=4.830499295145273, ms=00037}
22:49:15.800347 run                             mass: MS performed LU  {at=22676261.503680456, lu_delay=5.4867267571389675, ms=00036}
22:49:15.812462 run                osmo-ms-mob/00053: Starting mobile
22:49:15.826679 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.838054 run                             mass: MS start registered  {at=22676261.541403566, delay=0.004965387284755707, ms=00053}
22:49:15.907196 run                             mass: MS performed LU  {at=22676261.61052795, lu_delay=6.082762401551008, ms=00034}
22:49:15.944251 run                             mass: MS performed LU  {at=22676261.647587765, lu_delay=4.718990288674831, ms=00038}
22:49:15.956224 run                osmo-ms-mob/00054: Starting mobile
22:49:15.969771 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.980931 run                             mass: MS start registered  {at=22676261.684282597, delay=0.004788253456354141, ms=00054}
22:49:16.656466 run                osmo-ms-mob/00055: Starting mobile
22:49:16.670617 run       osmo-ms-mob/00055(pid=190): Launched
22:49:16.681940 run                             mass: MS start registered  {at=22676262.38528743, delay=0.004900801926851273, ms=00055}
22:49:16.898028 run                osmo-ms-mob/00056: Starting mobile
22:49:16.911727 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.924468 run                             mass: MS start registered  {at=22676262.627809253, delay=0.0063079483807086945, ms=00056}
22:49:17.198865 run                osmo-ms-mob/00057: Starting mobile
22:49:17.213154 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.224461 run                             mass: MS start registered  {at=22676262.927802354, delay=0.0049620382487773895, ms=00057}
22:49:17.598344 run                osmo-ms-mob/00058: Starting mobile
22:49:17.612594 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.619557 run                             mass: MS performed LU  {at=22676263.322909042, lu_delay=5.69530451670289, ms=00040}
22:49:17.625991 run                             mass: MS start registered  {at=22676263.32935581, delay=0.006467893719673157, ms=00058}
22:49:17.665156 run                             mass: MS performed LU  {at=22676263.36847416, lu_delay=6.142958048731089, ms=00039}
22:49:17.681045 run                osmo-ms-mob/00059: Starting mobile
22:49:17.695033 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.706467 run                             mass: MS start registered  {at=22676263.40980288, delay=0.004930432885885239, ms=00059}
22:49:17.753678 run                             mass: MS performed LU  {at=22676263.45699603, lu_delay=5.514636978507042, ms=00042}
22:49:17.808878 run                             mass: MS performed LU  {at=22676263.512211476, lu_delay=5.719233874231577, ms=00041}
22:49:17.820794 run                osmo-ms-mob/00060: Starting mobile
22:49:17.835807 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.845657 run                             mass: MS performed LU  {at=22676263.54899617, lu_delay=4.919225689023733, ms=00043}
22:49:17.852000 run                             mass: MS start registered  {at=22676263.555365536, delay=0.00988798588514328, ms=00060}
22:49:18.099386 run                             mass: MS performed LU  {at=22676263.80270055, lu_delay=4.875155873596668, ms=00044}
22:49:18.603889 run                osmo-ms-mob/00061: Starting mobile
22:49:18.619360 run       osmo-ms-mob/00061(pid=196): Launched
22:49:18.631075 run                             mass: MS start registered  {at=22676264.33442219, delay=0.004719875752925873, ms=00061}
22:49:18.898824 run                osmo-ms-mob/00062: Starting mobile
22:49:18.913191 run       osmo-ms-mob/00062(pid=197): Launched
22:49:18.924437 run                             mass: MS start registered  {at=22676264.62778704, delay=0.004690699279308319, ms=00062}
22:49:19.200608 run                osmo-ms-mob/00063: Starting mobile
22:49:19.215052 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.226613 run                             mass: MS start registered  {at=22676264.92996024, delay=0.004522256553173065, ms=00063}
22:49:19.419493 run                             mass: MS performed LU  {at=22676265.122813396, lu_delay=5.592772528529167, ms=00046}
22:49:19.520731 run                             mass: MS performed LU  {at=22676265.224061504, lu_delay=5.440089322626591, ms=00048}
22:49:19.545802 run                osmo-ms-mob/00064: Starting mobile
22:49:19.559666 run       osmo-ms-mob/00064(pid=199): Launched
22:49:19.566580 run                             mass: MS performed LU  {at=22676265.2699301, lu_delay=4.841678764671087, ms=00049}
22:49:19.572855 run                             mass: MS start registered  {at=22676265.276220858, delay=0.006878834217786789, ms=00064}
22:49:19.672839 run                             mass: MS performed LU  {at=22676265.37617166, lu_delay=5.735786534845829, ms=00047}
22:49:19.709791 run                             mass: MS performed LU  {at=22676265.413127843, lu_delay=6.185196232050657, ms=00045}
22:49:19.721804 run                osmo-ms-mob/00065: Starting mobile
22:49:19.735790 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.747057 run                             mass: MS start registered  {at=22676265.450408492, delay=0.004797354340553284, ms=00065}
22:49:19.765460 run                             mass: MS performed LU  {at=22676265.468805626, lu_delay=4.741828124970198, ms=00050}
22:49:20.298182 run                osmo-ms-mob/00066: Starting mobile
22:49:20.312808 run       osmo-ms-mob/00066(pid=201): Launched
22:49:20.326533 run                             mass: MS start registered  {at=22676266.02988172, delay=0.007277611643075943, ms=00066}
22:49:20.698122 run                osmo-ms-mob/00067: Starting mobile
22:49:20.711647 run       osmo-ms-mob/00067(pid=202): Launched
22:49:20.722788 run                             mass: MS start registered  {at=22676266.426137492, delay=0.004903025925159454, ms=00067}
22:49:20.997827 run                osmo-ms-mob/00068: Starting mobile
22:49:21.011214 run       osmo-ms-mob/00068(pid=203): Launched
22:49:21.022714 run                             mass: MS start registered  {at=22676266.72605577, delay=0.004991546273231506, ms=00068}
22:49:21.385124 run                             mass: MS performed LU  {at=22676267.088444233, lu_delay=5.547040667384863, ms=00053}
22:49:21.398994 run                osmo-ms-mob/00069: Starting mobile
22:49:21.413031 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.442912 run                             mass: MS performed LU  {at=22676267.146269508, lu_delay=5.461986910551786, ms=00054}
22:49:21.448912 run                             mass: MS start registered  {at=22676267.152276102, delay=0.006025906652212143, ms=00069}
22:49:21.573323 run                             mass: MS performed LU  {at=22676267.27662601, lu_delay=6.148167613893747, ms=00051}
22:49:21.610916 run                             mass: MS performed LU  {at=22676267.314246017, lu_delay=4.928958587348461, ms=00055}
22:49:21.623021 run                osmo-ms-mob/00070: Starting mobile
22:49:21.637067 run       osmo-ms-mob/00070(pid=205): Launched
22:49:21.648552 run                             mass: MS start registered  {at=22676267.351899136, delay=0.00510532408952713, ms=00070}
22:49:21.864881 run                             mass: MS performed LU  {at=22676267.56821191, lu_delay=4.940402656793594, ms=00056}
22:49:22.198699 run                osmo-ms-mob/00071: Starting mobile
22:49:22.212925 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.225208 run                             mass: MS start registered  {at=22676267.928554084, delay=0.0058693960309028625, ms=00071}
22:49:22.598605 run                osmo-ms-mob/00072: Starting mobile
22:49:22.612846 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.624425 run                             mass: MS start registered  {at=22676268.32777287, delay=0.005259957164525986, ms=00072}
22:49:22.998005 run                osmo-ms-mob/00073: Starting mobile
22:49:23.011701 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.022928 run                             mass: MS start registered  {at=22676268.72626864, delay=0.005150817334651947, ms=00073}
22:49:23.185140 run                             mass: MS performed LU  {at=22676268.888454974, lu_delay=5.4786520935595036, ms=00059}
22:49:23.286745 run                             mass: MS performed LU  {at=22676268.990076985, lu_delay=6.062274631112814, ms=00057}
22:49:23.332576 run                             mass: MS performed LU  {at=22676269.035909772, lu_delay=5.480544235557318, ms=00060}
22:49:23.344164 run                osmo-ms-mob/00074: Starting mobile
22:49:23.357571 run       osmo-ms-mob/00074(pid=209): Launched
22:49:23.369382 run                             mass: MS start registered  {at=22676269.072722178, delay=0.0052699558436870575, ms=00074}
22:49:23.438982 run                             mass: MS performed LU  {at=22676269.142313544, lu_delay=5.812957733869553, ms=00058}
22:49:23.476116 run                             mass: MS performed LU  {at=22676269.179449618, lu_delay=4.845027428120375, ms=00061}
22:49:23.798340 run                osmo-ms-mob/00075: Starting mobile
22:49:23.813221 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.825099 run                             mass: MS start registered  {at=22676269.52841398, delay=0.005291499197483063, ms=00075}
22:49:24.298233 run                osmo-ms-mob/00076: Starting mobile
22:49:24.313511 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.325067 run                             mass: MS start registered  {at=22676270.02841708, delay=0.005139071494340897, ms=00076}
22:49:24.698659 run                osmo-ms-mob/00077: Starting mobile
22:49:24.713375 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.724890 run                             mass: MS start registered  {at=22676270.428232353, delay=0.0050651878118515015, ms=00077}
22:49:25.104994 run                             mass: MS performed LU  {at=22676270.808317002, lu_delay=4.778435282409191, ms=00066}
22:49:25.118032 run                osmo-ms-mob/00078: Starting mobile
22:49:25.131582 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.142997 run                             mass: MS start registered  {at=22676270.84633622, delay=0.0050534941256046295, ms=00078}
22:49:25.151440 run                             mass: MS performed LU  {at=22676270.854789697, lu_delay=6.2270026579499245, ms=00062}
22:49:25.197430 run                             mass: MS performed LU  {at=22676270.90076652, lu_delay=5.4503580294549465, ms=00065}
22:49:25.377112 run                             mass: MS performed LU  {at=22676271.08044643, lu_delay=5.804225571453571, ms=00064}
22:49:25.388902 run                osmo-ms-mob/00079: Starting mobile
22:49:25.402426 run       osmo-ms-mob/00079(pid=214): Launched
22:49:25.408648 run                             mass: MS performed LU  {at=22676271.11200563, lu_delay=6.182045388966799, ms=00063}
22:49:25.414739 run                             mass: MS start registered  {at=22676271.11810544, delay=0.0061218589544296265, ms=00079}
22:49:25.648864 run                             mass: MS performed LU  {at=22676271.35219977, lu_delay=4.926062278449535, ms=00067}
22:49:26.098665 run                osmo-ms-mob/00080: Starting mobile
22:49:26.112821 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.127496 run                             mass: MS start registered  {at=22676271.830823578, delay=0.006975039839744568, ms=00080}
22:49:26.695472 run                osmo-ms-mob/00081: Starting mobile
22:49:26.710592 run       osmo-ms-mob/00081(pid=216): Launched
22:49:26.732965 run                             mass: Starting too slowly. Moving on {now=22676272.436332818, sleep=-0.04110986739397049, target=22676272.39522295}
22:49:26.739056 run                             mass: MS start registered  {at=22676272.442412514, delay=0.006081856787204742, ms=00081}
22:49:26.950795 run                             mass: MS performed LU  {at=22676272.654114287, lu_delay=5.501838184893131, ms=00069}
22:49:26.969659 run                osmo-ms-mob/00082: Starting mobile
22:49:26.983566 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.995088 run                             mass: MS start registered  {at=22676272.698436998, delay=0.0048348568379879, ms=00082}
22:49:27.052521 run                             mass: MS performed LU  {at=22676272.75585191, lu_delay=5.403952773660421, ms=00070}
22:49:27.098211 run                             mass: MS performed LU  {at=22676272.801546127, lu_delay=6.075490355491638, ms=00068}
22:49:27.204220 run                             mass: MS performed LU  {at=22676272.90755386, lu_delay=4.978999774903059, ms=00071}
22:49:27.599276 run                osmo-ms-mob/00083: Starting mobile
22:49:27.613342 run       osmo-ms-mob/00083(pid=218): Launched
22:49:27.625263 run                             mass: MS start registered  {at=22676273.328596987, delay=0.005486603826284409, ms=00083}
22:49:27.712646 run                             mass: MS performed LU  {at=22676273.41596456, lu_delay=5.0881916880607605, ms=00072}
22:49:28.098903 run                osmo-ms-mob/00084: Starting mobile
22:49:28.113692 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.126062 run                             mass: MS start registered  {at=22676273.82940884, delay=0.005613114684820175, ms=00084}
22:49:28.598232 run                osmo-ms-mob/00085: Starting mobile
22:49:28.612953 run       osmo-ms-mob/00085(pid=220): Launched
22:49:28.631003 run                             mass: MS start registered  {at=22676274.334330227, delay=0.00986400619149208, ms=00085}
22:49:28.916567 run                             mass: MS performed LU  {at=22676274.61987426, lu_delay=5.091460280120373, ms=00075}
22:49:28.962994 run                             mass: MS performed LU  {at=22676274.666314334, lu_delay=5.593592155724764, ms=00074}
22:49:29.197785 run                osmo-ms-mob/00086: Starting mobile
22:49:29.211281 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.222613 run                             mass: MS start registered  {at=22676274.925960213, delay=0.00502261146903038, ms=00086}
22:49:29.342073 run                             mass: MS performed LU  {at=22676275.04539722, lu_delay=5.016980137676001, ms=00076}
22:49:29.798552 run                osmo-ms-mob/00087: Starting mobile
22:49:29.812834 run       osmo-ms-mob/00087(pid=222): Launched
22:49:29.824208 run                             mass: MS start registered  {at=22676275.52755561, delay=0.004925809800624847, ms=00087}
22:49:30.398864 run                osmo-ms-mob/00088: Starting mobile
22:49:30.412904 run       osmo-ms-mob/00088(pid=223): Launched
22:49:30.428401 run                             mass: MS start registered  {at=22676276.13174927, delay=0.00752238929271698, ms=00088}
22:49:30.716462 run                             mass: MS performed LU  {at=22676276.419792213, lu_delay=5.991559859365225, ms=00077}
22:49:30.818331 run                             mass: MS performed LU  {at=22676276.521631144, lu_delay=5.403525702655315, ms=00079}
22:49:30.864418 run                             mass: MS performed LU  {at=22676276.567741293, lu_delay=5.721405074000359, ms=00078}
22:49:30.876162 run                osmo-ms-mob/00089: Starting mobile
22:49:30.889655 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.901193 run                             mass: MS start registered  {at=22676276.604520958, delay=0.00512256845831871, ms=00089}
22:49:30.970130 run                             mass: MS performed LU  {at=22676276.673464682, lu_delay=4.842641104012728, ms=00080}
22:49:31.802955 run                osmo-ms-mob/00090: Starting mobile
22:49:31.819312 run       osmo-ms-mob/00090(pid=225): Launched
22:49:31.825768 run                             mass: Starting too slowly. Moving on {now=22676277.52913753, sleep=-0.1339145042002201, target=22676277.395223025}
22:49:31.832270 run                             mass: MS start registered  {at=22676277.535628818, delay=0.006493419408798218, ms=00090}
22:49:31.838858 run                             mass: Starting too slowly. Moving on {now=22676277.54222606, sleep=-0.04700303450226784, target=22676277.495223027}
22:49:32.304993 run                osmo-ms-mob/00091: Starting mobile
22:49:32.318918 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.330817 run                             mass: MS start registered  {at=22676278.034157712, delay=0.005502238869667053, ms=00091}
22:49:32.872010 run                             mass: MS performed LU  {at=22676278.575341213, lu_delay=5.246744226664305, ms=00083}
22:49:32.890488 run                             mass: MS performed LU  {at=22676278.593808204, lu_delay=6.1513956896960735, ms=00081}
22:49:32.907492 run                osmo-ms-mob/00092: Starting mobile
22:49:32.922156 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.928687 run                             mass: MS performed LU  {at=22676278.63204056, lu_delay=5.933603562414646, ms=00082}
22:49:32.940676 run                             mass: MS start registered  {at=22676278.644030236, delay=0.012019973248243332, ms=00092}
22:49:33.797833 run                osmo-ms-mob/00093: Starting mobile
22:49:33.811977 run       osmo-ms-mob/00093(pid=228): Launched
22:49:33.823933 run                             mass: MS start registered  {at=22676279.527280807, delay=0.0031255297362804413, ms=00093}
22:49:34.482719 run                             mass: MS performed LU  {at=22676280.18604424, lu_delay=4.658488627523184, ms=00087}
22:49:34.583533 run                             mass: MS performed LU  {at=22676280.286847517, lu_delay=5.360887303948402, ms=00086}
22:49:34.629603 run                             mass: MS performed LU  {at=22676280.33293939, lu_delay=5.998609162867069, ms=00085}
22:49:34.641959 run                osmo-ms-mob/00094: Starting mobile
22:49:34.655521 run       osmo-ms-mob/00094(pid=229): Launched
22:49:34.666482 run                             mass: MS start registered  {at=22676280.369823314, delay=0.004390958696603775, ms=00094}
22:49:35.598300 run                osmo-ms-mob/00095: Starting mobile
22:49:35.612782 run       osmo-ms-mob/00095(pid=230): Launched
22:49:35.624738 run                             mass: MS start registered  {at=22676281.32808443, delay=0.0055483244359493256, ms=00095}
22:49:36.347043 run                             mass: MS performed LU  {at=22676282.05036511, lu_delay=5.918615840375423, ms=00088}
22:49:36.448713 run                             mass: MS performed LU  {at=22676282.15199189, lu_delay=5.547470930963755, ms=00089}
22:49:36.597583 run                osmo-ms-mob/00096: Starting mobile
22:49:36.611165 run       osmo-ms-mob/00096(pid=231): Launched
22:49:36.622825 run                             mass: MS start registered  {at=22676282.326174464, delay=0.005490891635417938, ms=00096}
22:49:36.854378 run                             mass: MS performed LU  {at=22676282.557712913, lu_delay=5.022084094583988, ms=00090}
22:49:37.698343 run                osmo-ms-mob/00097: Starting mobile
22:49:37.712022 run       osmo-ms-mob/00097(pid=232): Launched
22:49:37.723043 run                             mass: MS start registered  {at=22676283.426392812, delay=0.004685588181018829, ms=00097}
22:49:38.248664 run                             mass: MS performed LU  {at=22676283.951992817, lu_delay=5.307962581515312, ms=00092}
22:49:38.349810 run                             mass: MS performed LU  {at=22676284.05303816, lu_delay=4.5257573537528515, ms=00093}
22:49:38.395548 run                             mass: MS performed LU  {at=22676284.098858666, lu_delay=6.0647009536623955, ms=00091}
22:49:38.520555 run                             mass: MS performed LU  {at=22676284.223835103, lu_delay=22.830948680639267, ms=00052}
22:49:38.998353 run                osmo-ms-mob/00098: Starting mobile
22:49:39.012500 run       osmo-ms-mob/00098(pid=233): Launched
22:49:39.023699 run                             mass: MS start registered  {at=22676284.727051128, delay=0.004783999174833298, ms=00098}
22:49:40.214265 run                             mass: MS performed LU  {at=22676285.917567007, lu_delay=4.5894825756549835, ms=00095}
22:49:40.260720 run                             mass: MS performed LU  {at=22676285.96401929, lu_delay=5.594195976853371, ms=00094}
22:49:40.872596 run                osmo-ms-mob/00099: Starting mobile
22:49:40.888817 run       osmo-ms-mob/00099(pid=234): Launched
22:49:40.895646 run                             mass: Starting too slowly. Moving on {now=22676286.59901396, sleep=-0.003790799528360367, target=22676286.595223162}
22:49:40.901464 run                             mass: All started... {duration=55.809612307697535, too_slow=4}
22:49:40.960954 run                             mass: MS start registered  {at=22676286.664310683, delay=0.06529908999800682, ms=00099}
22:49:42.293492 run                             mass: MS performed LU  {at=22676287.996775374, lu_delay=4.570382561534643, ms=00097}
22:49:42.350805 run                             mass: MS performed LU  {at=22676288.05413943, lu_delay=5.7279649674892426, ms=00096}
22:49:43.980082 run                             mass: MS performed LU  {at=22676289.683394104, lu_delay=4.956342976540327, ms=00098}
22:49:45.881654 run                             mass: MS performed LU  {at=22676291.584975168, lu_delay=4.920664485543966, ms=00099}
22:49:46.143992 run                             mass: MS performed LU  {at=22676291.847314235, lu_delay=23.121045593172312, ms=00073}
22:49:49.863931 run                             mass: MS performed LU  {at=22676295.567254864, lu_delay=21.73784602433443, ms=00084}
22:49:49.871213 run                             mass: Tests done {all_completed=True, max=23.121045593172312, min=4.5257573537528515}
22:49:49.878078 tst         register_default_mass.py: Test passed (89.1 sec)
22:49:49.885005 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.889259 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.893472 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.897586 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.901692 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.905768 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.909925 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.914020 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.918098 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.922209 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.926422 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.930558 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.934659 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.939166 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.943232 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.947352 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.951652 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.956062 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.960877 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.965424 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.969848 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.974368 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.978923 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.983430 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.987981 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.992503 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.997125 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.001720 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.030522 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.034400 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.038264 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.042452 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.046832 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.051359 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.056465 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.061125 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.065658 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.070437 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.075579 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.080302 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.084987 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.089579 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.094144 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:50.100090 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:50.109197 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:50.113683 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:50.118067 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:50.122277 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:50.126662 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:50.131058 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:50.135527 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:50.139955 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:50.144267 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:50.148837 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.153157 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.157478 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.162434 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.166742 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.171187 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.175568 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.179953 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.184403 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.188694 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.193039 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.197391 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.201760 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.206106 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.210681 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.215142 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.219669 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.224091 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.228582 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.233048 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.237500 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.241918 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.247133 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.251617 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.255886 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.260570 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.264937 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.269478 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.273926 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.278431 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.282939 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.287656 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.295071 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.299747 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.304235 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.309116 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.313634 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.318161 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.322715 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.327328 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.331938 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.336725 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.341716 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.346327 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.350967 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.355496 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.360139 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.364756 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.369358 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.373872 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.378409 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.383062 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.387693 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.392342 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.397629 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.402385 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.407111 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.411587 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.416174 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.420745 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.425273 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.429833 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.434401 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.438851 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.443258 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:50.447550 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:50.451822 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:50.456170 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.460330 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.464594 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.468907 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.473166 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.477489 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.481636 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.485836 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.490066 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.494228 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.498474 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.502742 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.506892 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.511127 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.515283 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.519492 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.523715 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.527925 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.532083 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.536306 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.540499 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.544689 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.548915 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.553174 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.557436 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.561779 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.566118 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.570428 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.574697 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.578951 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.583194 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.587401 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.591555 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.595742 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.599987 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.604141 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.608307 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.612574 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.616847 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.620992 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.625136 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.629272 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.633348 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.637354 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.641281 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.645209 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.649513 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.653580 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.657652 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.661725 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.665753 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.669719 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.673683 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.677576 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.681418 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.685304 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.689252 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.693340 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.697495 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.701650 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.705775 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.709836 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.713941 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.718006 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.722074 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.726110 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.730155 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.734262 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.738324 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.742296 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.746227 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.750175 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.754028 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.757961 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.761962 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.765964 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.770126 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.774276 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.778447 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.782571 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.786698 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.790851 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.795056 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.799203 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.803360 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.807575 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.811727 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.815966 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.820169 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.824415 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.828537 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.832705 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.836925 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.841069 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.842957 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.847546 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.849395 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.853972 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.855828 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.860467 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.862343 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.866951 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.868812 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.873533 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.875476 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.880168 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.882056 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.886789 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.888707 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.893400 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.895320 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.900028 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.901920 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.906664 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.908537 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.913326 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.915208 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.919913 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.921819 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.926568 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.928490 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.933166 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.935105 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.939955 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.941949 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.946786 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.948814 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.953550 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.955433 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.960152 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.962062 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.966850 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.968776 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.973450 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.975326 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.980030 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.981997 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.986746 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.988660 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.993454 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.995431 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.000145 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.002009 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.006876 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.008780 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.013411 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.015280 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.019829 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.021635 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.026138 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.027961 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.032426 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.034204 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.038579 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.040346 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.044827 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.046640 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.051162 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.052969 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.057485 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.059310 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.063773 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.065562 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.069925 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.071694 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.076025 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.077756 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.082020 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.083735 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.088002 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.089730 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.094035 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.095803 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.100172 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.101979 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.106361 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.108125 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.112500 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.114294 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.118672 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.120553 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.124994 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.126771 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.131181 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.132961 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.137360 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.139115 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.143406 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.145152 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.149619 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.151456 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.155955 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.157800 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.162471 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.164342 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.168946 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.170782 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.175282 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.177111 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.181629 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.183497 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.187912 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.189740 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.194244 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.196053 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.200517 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.202378 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.206786 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.208570 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.212960 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.214729 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.219138 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.220933 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.225291 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.227089 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.231503 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.233275 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:51.237670 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.239455 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:51.243948 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.245723 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:51.250164 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.251941 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:51.256320 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.258101 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:51.262483 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.264250 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:51.268609 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.270372 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:51.274839 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.276708 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:51.281228 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.283043 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:51.287540 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.289413 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:51.293930 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.295767 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:51.300271 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.302083 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:51.306489 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.308357 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:51.312791 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.314549 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:51.318935 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.320730 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:51.325212 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.327021 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:51.331496 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.333291 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:51.337682 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.339442 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:51.343809 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.345599 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:51.350061 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.351882 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:51.356481 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.358345 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:51.362940 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.364813 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:51.369440 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.371300 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:51.375883 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.377756 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:51.382348 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.384217 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:51.388868 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.390773 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:51.395470 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.397426 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:51.402049 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.403914 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:51.408597 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.410495 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:51.415134 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.416993 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:51.421664 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.423548 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:51.428096 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.429917 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:51.434405 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.436197 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:51.440610 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.442437 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:51.446789 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.448550 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:51.452925 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.454693 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:51.459067 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.460881 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:51.465272 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.467053 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:51.471369 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.473155 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:51.477655 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.479555 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.484135 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.485959 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.490496 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.492297 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.496790 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.498625 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.503096 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.504871 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.509249 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.511005 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.515406 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.517188 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.521583 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.523353 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.527799 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.529670 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.534133 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.535969 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.540468 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.542284 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.546811 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.548634 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.553017 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.554796 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.559226 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.561042 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.565641 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.567550 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.572235 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.574150 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.578819 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.580732 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.585509 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.587425 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.592133 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.593993 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.598544 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.600389 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.604927 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.606748 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.611393 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.613394 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.618060 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.619943 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.624586 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.626447 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.631185 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.633060 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.637854 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.639736 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.644464 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.646410 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.651117 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.653047 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.657961 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.659924 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.664765 ---      ParallelTerminationStrategy: PID 152 died...
22:49:51.666716 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.671506 ---      ParallelTerminationStrategy: PID 153 died...
22:49:51.673512 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.678277 ---      ParallelTerminationStrategy: PID 154 died...
22:49:51.680135 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.684809 ---      ParallelTerminationStrategy: PID 155 died...
22:49:51.686647 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.691151 ---      ParallelTerminationStrategy: PID 156 died...
22:49:51.693299 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.697790 ---      ParallelTerminationStrategy: PID 157 died...
22:49:51.699551 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.703994 ---      ParallelTerminationStrategy: PID 158 died...
22:49:51.705791 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.710196 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.711958 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.716375 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.718147 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.722567 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.724361 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.728803 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.730610 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.735130 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.736996 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.741661 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.743547 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.748224 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.750092 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.754655 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.756472 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.761007 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.762832 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.767361 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.769133 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.773523 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.775302 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.779828 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.781656 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.786172 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.787980 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.792374 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.794214 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.798667 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.800431 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.804760 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.806558 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.811095 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.812904 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.817432 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.819246 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.823760 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.825611 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.830144 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.831956 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.836490 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.838318 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.842849 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.844669 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.849217 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.851048 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.855564 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.857392 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.861882 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.863650 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.868140 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.869943 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.874463 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.876285 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.880878 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.882758 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.887393 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.889209 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.893761 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.895603 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.900173 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.901993 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.906505 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.908373 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.912920 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.914726 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.919240 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.921046 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.925564 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.927390 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.932088 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.933970 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.938644 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.940576 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.945220 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.947137 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.951919 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.953839 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.958761 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.960731 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.965596 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.967524 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.972301 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.974183 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.978824 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.980704 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.985499 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.987438 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.992127 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.993988 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.998698 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.000567 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.005260 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.007134 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.011827 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.013704 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.018460 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.020417 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.025183 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.027057 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.031656 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.033493 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.038035 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.039857 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.044345 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.046114 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.050612 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.052409 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.056906 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.058725 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.063200 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.064981 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.069389 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.071170 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.075608 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.077423 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.081836 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.083643 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.088100 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.089876 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.094297 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.096107 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.100520 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.102398 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.106795 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.108617 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.113089 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.114865 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.119385 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.121248 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.125910 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.127772 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.132452 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.134353 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.139088 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.141019 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.145793 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.147686 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.152477 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.154415 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.159148 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.161103 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.165876 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.167842 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.172681 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.174603 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.179347 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.181275 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.186110 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.188048 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.193135 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.195150 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:55.599574 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.603089 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8107 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.690230 tst                       trial-8107: Storing JUnit report in /build/trial-8107/run.2025-10-02_22-48-20/trial-8107.xml

--------------------------------------------------------------------------------------------
trial-8107 PASS
--------------------------------------------------------------------------------------------
22:49:55.702453 tst                       trial-8107: trial-8107: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.1 sec)
+ exit_code=0
+ rm -rf trial-8107/inst
+ cd trial-8107
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-02 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8107-run.tgz run.2025-10-02_22-48-20
+ tar czf /build/trial-8107-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-02_13_29_03.tgz osmo-bts-oc2g.build-2025-10-02_07_55_46.tgz osmo-bts-sysmo.build-2025-10-02_07_55_57.tgz osmo-bts.build-2025-10-02_07_55_48.tgz osmo-ggsn.build-2025-10-02_20_42_31.tgz osmo-hlr.build-2025-10-02_16_36_48.tgz osmo-hnbgw.build-2025-10-02_13_30_29.tgz osmo-mgw.build-2025-10-02_08_33_13.tgz osmo-msc.build-2025-10-02_13_34_36.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-02_07_34_07.tgz osmo-pcu-sysmo.build-2025-10-02_07_37_57.tgz osmo-pcu.build-2025-10-02_07_38_07.tgz osmo-sgsn.build-2025-10-02_20_48_02.tgz osmo-stp.build-2025-10-02_13_25_23.tgz osmo-trx.build-2025-10-02_14_27_16.tgz osmocom-bb.build-2025-10-02_21_17_21.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