Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12372666989343637837.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-7862
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ 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_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 DONE 0.2s

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

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

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

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

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

#7 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#7 CACHED

#8 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:cb36bc30f24a6a042b38d1d0abc6e786f9d88350c39f6aceddbbed95d0b063b0 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=7863 -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-01-31 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7863
+ mkdir -p trial-7863
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-31_13_28_12.tgz osmo-bts-oc2g.build-2025-01-31_00_51_32.tgz osmo-bts-sysmo.build-2025-01-31_00_51_29.tgz osmo-bts.build-2025-01-31_00_51_43.tgz osmo-ggsn.build-2025-01-31_20_42_38.tgz osmo-hlr.build-2025-01-31_16_37_01.tgz osmo-hnbgw.build-2025-01-31_13_28_37.tgz osmo-mgw.build-2025-01-31_08_33_16.tgz osmo-msc.build-2025-01-31_13_32_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-31_07_41_27.tgz osmo-pcu-sysmo.build-2025-01-31_07_41_24.tgz osmo-pcu.build-2025-01-31_07_41_30.tgz osmo-sgsn.build-2025-01-31_20_48_06.tgz osmo-stp.build-2025-01-31_13_25_20.tgz osmo-trx.build-2025-01-31_14_27_39.tgz osmocom-bb.build-2025-01-31_21_17_16.tgz srslte.build-19.tgz trial-7863
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-31_13_28_12.md5 osmo-bts-oc2g.build-2025-01-31_00_51_32.md5 osmo-bts-sysmo.build-2025-01-31_00_51_29.md5 osmo-bts.build-2025-01-31_00_51_43.md5 osmo-ggsn.build-2025-01-31_20_42_38.md5 osmo-hlr.build-2025-01-31_16_37_01.md5 osmo-hnbgw.build-2025-01-31_13_28_37.md5 osmo-mgw.build-2025-01-31_08_33_16.md5 osmo-msc.build-2025-01-31_13_32_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-31_07_41_27.md5 osmo-pcu-sysmo.build-2025-01-31_07_41_24.md5 osmo-pcu.build-2025-01-31_07_41_30.md5 osmo-sgsn.build-2025-01-31_20_48_06.md5 osmo-stp.build-2025-01-31_13_25_20.md5 osmo-trx.build-2025-01-31_14_27_39.md5 osmocom-bb.build-2025-01-31_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-31_13_28_12.md5 osmo-bts-oc2g.build-2025-01-31_00_51_32.md5 osmo-bts-sysmo.build-2025-01-31_00_51_29.md5 osmo-bts.build-2025-01-31_00_51_43.md5 osmo-ggsn.build-2025-01-31_20_42_38.md5 osmo-hlr.build-2025-01-31_16_37_01.md5 osmo-hnbgw.build-2025-01-31_13_28_37.md5 osmo-mgw.build-2025-01-31_08_33_16.md5 osmo-msc.build-2025-01-31_13_32_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-31_07_41_27.md5 osmo-pcu-sysmo.build-2025-01-31_07_41_24.md5 osmo-pcu.build-2025-01-31_07_41_30.md5 osmo-sgsn.build-2025-01-31_20_48_06.md5 osmo-stp.build-2025-01-31_13_25_20.md5 osmo-trx.build-2025-01-31_14_27_39.md5 osmocom-bb.build-2025-01-31_21_17_16.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-7863 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7863'
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-7863
--------------------------------------------------------------------------------------------
22:48:20.340165 tst                       trial-7863: Detailed log at /build/trial-7863/run.2025-01-31_22-48-20/log

---------------------------------------------------------------------
trial-7863 netreg_mass
---------------------------------------------------------------------
22:48:20.539931 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.540295 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.541118 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.542273 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.581147 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.581910 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.583046 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.665750 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-7863 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.666993 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.686054 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.686608 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.687079 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.687529 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.687984 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.688476 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.688949 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.738888 tst         register_default_mass.py: using LAC 2
22:48:20.794038 tst         register_default_mass.py: using RAC 2
22:48:20.831875 tst         register_default_mass.py: using CellId 2
22:48:20.870724 tst         register_default_mass.py: using BVCI 3
22:48:20.889503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.890445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.893478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.897220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.897754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.899343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.899873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.901450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.901996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.902518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.905175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.905711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.909435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.909965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.910517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.914230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.914739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.916348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.916902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.917428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.917950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.918493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.919011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.919525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.920070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.920586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.921106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.921637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.922158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.922679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.923222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.923751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.924261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.924797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.925332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.925869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.926389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.926918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.927431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.927955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.928561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.929112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.929630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.930166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.930682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.931195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.931705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.932225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.932737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.933252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.933771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.934281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.934796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.935359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.935872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.936385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.936913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.937425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.937956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.938482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.939003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.939510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.940040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.940551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.941069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.941598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.942122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.942638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.943155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.943725 tst      register_default_mass.py:21: Launching a simple network
22:48:20.953743 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.071579 run            create_hlr_db(pid=20): Launched
22:48:22.081541 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.097606 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.112542 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.118221 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.290990 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.306601 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.312449 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.743947 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.759480 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.775763 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.895634 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.911298 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.917195 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.941634 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.957215 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.963104 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.282669 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.298519 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.319819 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.474801 run         osmo-bts-virtual(pid=34): Launched
22:48:33.568740 tst         register_default_mass.py: using MSISDN 1001
22:48:33.574540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.692089 tst         register_default_mass.py: using MSISDN 1002
22:48:33.702030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.767433 tst         register_default_mass.py: using MSISDN 1003
22:48:33.773457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.851511 tst         register_default_mass.py: using MSISDN 1004
22:48:33.857385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.929192 tst         register_default_mass.py: using MSISDN 1005
22:48:33.935025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.006570 tst         register_default_mass.py: using MSISDN 1006
22:48:34.012531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.106543 tst         register_default_mass.py: using MSISDN 1007
22:48:34.112306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.192316 tst         register_default_mass.py: using MSISDN 1008
22:48:34.198218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.281070 tst         register_default_mass.py: using MSISDN 1009
22:48:34.286754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.364695 tst         register_default_mass.py: using MSISDN 1010
22:48:34.376242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.448572 tst         register_default_mass.py: using MSISDN 1011
22:48:34.456744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.523761 tst         register_default_mass.py: using MSISDN 1012
22:48:34.532045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.606719 tst         register_default_mass.py: using MSISDN 1013
22:48:34.612902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.690101 tst         register_default_mass.py: using MSISDN 1014
22:48:34.703625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.764306 tst         register_default_mass.py: using MSISDN 1015
22:48:34.770160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.850717 tst         register_default_mass.py: using MSISDN 1016
22:48:34.858933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.927403 tst         register_default_mass.py: using MSISDN 1017
22:48:34.933335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.012283 tst         register_default_mass.py: using MSISDN 1018
22:48:35.025458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.114407 tst         register_default_mass.py: using MSISDN 1019
22:48:35.120458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.197774 tst         register_default_mass.py: using MSISDN 1020
22:48:35.203772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.731763 tst         register_default_mass.py: using MSISDN 1021
22:48:35.737858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.336363 tst         register_default_mass.py: using MSISDN 1022
22:48:36.342928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.424734 tst         register_default_mass.py: using MSISDN 1023
22:48:36.432013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.508237 tst         register_default_mass.py: using MSISDN 1024
22:48:36.514540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.582510 tst         register_default_mass.py: using MSISDN 1025
22:48:36.588589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.665604 tst         register_default_mass.py: using MSISDN 1026
22:48:36.671835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.757097 tst         register_default_mass.py: using MSISDN 1027
22:48:36.763357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.866124 tst         register_default_mass.py: using MSISDN 1028
22:48:36.875773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.945391 tst         register_default_mass.py: using MSISDN 1029
22:48:36.953391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.030848 tst         register_default_mass.py: using MSISDN 1030
22:48:37.037021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.114685 tst         register_default_mass.py: using MSISDN 1031
22:48:37.122152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.191458 tst         register_default_mass.py: using MSISDN 1032
22:48:37.197609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.301216 tst         register_default_mass.py: using MSISDN 1033
22:48:37.307204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.409110 tst         register_default_mass.py: using MSISDN 1034
22:48:37.420652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.493900 tst         register_default_mass.py: using MSISDN 1035
22:48:37.502877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.578366 tst         register_default_mass.py: using MSISDN 1036
22:48:37.590336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.660607 tst         register_default_mass.py: using MSISDN 1037
22:48:37.674445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.741707 tst         register_default_mass.py: using MSISDN 1038
22:48:37.751602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.824607 tst         register_default_mass.py: using MSISDN 1039
22:48:37.833625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.908033 tst         register_default_mass.py: using MSISDN 1040
22:48:37.914127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.987320 tst         register_default_mass.py: using MSISDN 1041
22:48:38.004572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.073154 tst         register_default_mass.py: using MSISDN 1042
22:48:38.083420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.166754 tst         register_default_mass.py: using MSISDN 1043
22:48:38.186631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.256209 tst         register_default_mass.py: using MSISDN 1044
22:48:38.272446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.351925 tst         register_default_mass.py: using MSISDN 1045
22:48:38.372875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.445567 tst         register_default_mass.py: using MSISDN 1046
22:48:38.453005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.517289 tst         register_default_mass.py: using MSISDN 1047
22:48:38.523038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.593692 tst         register_default_mass.py: using MSISDN 1048
22:48:38.611825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.690343 tst         register_default_mass.py: using MSISDN 1049
22:48:38.712306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.783861 tst         register_default_mass.py: using MSISDN 1050
22:48:38.789907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.868964 tst         register_default_mass.py: using MSISDN 1051
22:48:38.885902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.954077 tst         register_default_mass.py: using MSISDN 1052
22:48:38.976429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.043808 tst         register_default_mass.py: using MSISDN 1053
22:48:39.049634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.132063 tst         register_default_mass.py: using MSISDN 1054
22:48:39.143423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.216747 tst         register_default_mass.py: using MSISDN 1055
22:48:39.222871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.321321 tst         register_default_mass.py: using MSISDN 1056
22:48:39.327334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.411172 tst         register_default_mass.py: using MSISDN 1057
22:48:39.416982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.523011 tst         register_default_mass.py: using MSISDN 1058
22:48:39.528768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.622944 tst         register_default_mass.py: using MSISDN 1059
22:48:39.628823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.704789 tst         register_default_mass.py: using MSISDN 1060
22:48:39.711331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.793315 tst         register_default_mass.py: using MSISDN 1061
22:48:39.799099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.885351 tst         register_default_mass.py: using MSISDN 1062
22:48:39.892785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.975244 tst         register_default_mass.py: using MSISDN 1063
22:48:39.981742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.075022 tst         register_default_mass.py: using MSISDN 1064
22:48:40.081066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.145649 tst         register_default_mass.py: using MSISDN 1065
22:48:40.151680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.211956 tst         register_default_mass.py: using MSISDN 1066
22:48:40.219066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.282432 tst         register_default_mass.py: using MSISDN 1067
22:48:40.294188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.374464 tst         register_default_mass.py: using MSISDN 1068
22:48:40.380456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.479590 tst         register_default_mass.py: using MSISDN 1069
22:48:40.485936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.560587 tst         register_default_mass.py: using MSISDN 1070
22:48:40.570596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.635967 tst         register_default_mass.py: using MSISDN 1071
22:48:40.648459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.722702 tst         register_default_mass.py: using MSISDN 1072
22:48:40.743166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.810314 tst         register_default_mass.py: using MSISDN 1073
22:48:40.821570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.893229 tst         register_default_mass.py: using MSISDN 1074
22:48:40.900135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.210205 tst         register_default_mass.py: using MSISDN 1075
22:48:41.217457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.288115 tst         register_default_mass.py: using MSISDN 1076
22:48:41.296165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.374514 tst         register_default_mass.py: using MSISDN 1077
22:48:41.380751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.441609 tst         register_default_mass.py: using MSISDN 1078
22:48:41.447525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.534793 tst         register_default_mass.py: using MSISDN 1079
22:48:41.540622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.617446 tst         register_default_mass.py: using MSISDN 1080
22:48:41.623469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.692335 tst         register_default_mass.py: using MSISDN 1081
22:48:41.699333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.822448 tst         register_default_mass.py: using MSISDN 1082
22:48:41.828324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.911977 tst         register_default_mass.py: using MSISDN 1083
22:48:41.920052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.993606 tst         register_default_mass.py: using MSISDN 1084
22:48:42.004276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.075093 tst         register_default_mass.py: using MSISDN 1085
22:48:42.082277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.147040 tst         register_default_mass.py: using MSISDN 1086
22:48:42.155406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.227778 tst         register_default_mass.py: using MSISDN 1087
22:48:42.236503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:42.301878 tst         register_default_mass.py: using MSISDN 1088
22:48:42.320916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.396620 tst         register_default_mass.py: using MSISDN 1089
22:48:42.415929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.497502 tst         register_default_mass.py: using MSISDN 1090
22:48:42.511436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.579874 tst         register_default_mass.py: using MSISDN 1091
22:48:42.588874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.667545 tst         register_default_mass.py: using MSISDN 1092
22:48:42.678783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.748821 tst         register_default_mass.py: using MSISDN 1093
22:48:42.770813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.847197 tst         register_default_mass.py: using MSISDN 1094
22:48:42.865742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.944170 tst         register_default_mass.py: using MSISDN 1095
22:48:42.950112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.038581 tst         register_default_mass.py: using MSISDN 1096
22:48:43.049999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.126704 tst         register_default_mass.py: using MSISDN 1097
22:48:43.132560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.209439 tst         register_default_mass.py: using MSISDN 1098
22:48:43.215574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.307367 tst         register_default_mass.py: using MSISDN 1099
22:48:43.313362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.394608 tst         register_default_mass.py: using MSISDN 1100
22:48:43.400690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.523778 run                             mass: Starting testcase
22:48:43.529801 run                             mass: Pre-launching all virtphy's
22:48:43.535686 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.549548 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.556052 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.569833 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.576230 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.589956 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.596327 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.610240 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.616650 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.630483 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.636866 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.650584 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.656975 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.670808 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.677195 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.690827 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.697180 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.710890 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.717229 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.731000 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.737351 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.751224 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.757617 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.771332 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.777764 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.791604 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.799201 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.813157 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.819682 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.833520 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.840002 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.883802 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.890495 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.912295 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.918602 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.932268 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.938628 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.952281 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.958606 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.972310 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.978703 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.992463 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.998813 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.012934 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.019336 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.033248 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.039581 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.053438 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.059787 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.073488 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.079964 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.094887 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.102546 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.116429 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.122874 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.136862 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.143206 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.156901 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.163267 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.177060 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.183391 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.197283 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.203611 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.217334 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.223718 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.237484 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.243825 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.257489 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.263791 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.277547 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.283863 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.297560 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.304066 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.317297 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.323358 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.336562 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.342600 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.355987 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.362206 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.379394 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.385844 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.399557 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.405915 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.419596 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.425987 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.439917 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.446245 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.459916 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.466279 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.479943 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.486237 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.499765 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.506013 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.519330 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.525618 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.538732 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.544840 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.558607 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.564880 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.578088 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.584339 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.597668 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.603937 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.616976 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.622988 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.636131 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.642183 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.655302 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.661532 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.674659 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.680725 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.694140 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.700171 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.713396 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.719622 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.732750 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.738840 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.752048 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.758132 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.770934 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.776925 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.789884 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.796022 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.809756 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.816083 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.829709 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.836041 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.849707 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.856022 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.869384 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.875580 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.888597 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.894632 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.907699 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.913695 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.926544 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.932511 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.945716 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.951892 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.964986 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.971214 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.984618 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.990930 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.004550 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.010842 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.024269 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.030535 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.044282 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.050605 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.063985 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.070279 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.083493 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.089765 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.103272 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.109570 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.123157 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.129480 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.142525 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.148548 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.161998 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.168234 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.181860 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.188111 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.201305 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.207455 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.220817 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.226882 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.240066 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.246198 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.259540 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.265844 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.279965 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.286941 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.302286 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.309236 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.323952 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.330708 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.344501 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.350768 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.364303 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.370598 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.384115 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.390353 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.403936 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.410414 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.423963 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.430261 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.443878 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.450411 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.464557 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.470853 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.484594 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.490972 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.504708 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.511939 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.525917 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.532273 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.545876 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.552124 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.565750 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.572146 run                             mass: Checking if sockets are in the filesystem
22:48:45.584362 run                osmo-ms-mob/00000: Starting mobile
22:48:45.597808 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.614246 run                             mass: MS start registered  {at=1594631.317596097, delay=0.010120681952685118, ms=00000}
22:48:49.784115 run                osmo-ms-mob/00001: Starting mobile
22:48:49.797524 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.808505 run                             mass: MS start registered  {at=1594635.511851127, delay=0.004876120015978813, ms=00001}
22:48:50.951226 run                             mass: MS performed LU  {at=1594636.654535755, lu_delay=5.336939658038318, ms=00000}
22:48:51.585241 run                osmo-ms-mob/00002: Starting mobile
22:48:51.600013 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.611792 run                             mass: MS start registered  {at=1594637.315118762, delay=0.005338836926966906, ms=00002}
22:48:52.884756 run                osmo-ms-mob/00003: Starting mobile
22:48:52.898823 run       osmo-ms-mob/00003(pid=138): Launched
22:48:52.910197 run                             mass: MS start registered  {at=1594638.61354738, delay=0.0049661751836538315, ms=00003}
22:48:53.989221 run                osmo-ms-mob/00004: Starting mobile
22:48:54.002471 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.013667 run                             mass: MS start registered  {at=1594639.717014663, delay=0.00501598883420229, ms=00004}
22:48:54.717127 run                             mass: MS performed LU  {at=1594640.420457116, lu_delay=4.908605989068747, ms=00001}
22:48:54.983979 run                osmo-ms-mob/00005: Starting mobile
22:48:54.997879 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.008874 run                             mass: MS start registered  {at=1594640.712222381, delay=0.00463845394551754, ms=00005}
22:48:55.904909 run                osmo-ms-mob/00006: Starting mobile
22:48:55.957179 run       osmo-ms-mob/00006(pid=141): Launched
22:48:55.972825 run                             mass: MS start registered  {at=1594641.676170516, delay=0.004376464057713747, ms=00006}
22:48:56.620241 run                             mass: MS performed LU  {at=1594642.323477484, lu_delay=5.008358722086996, ms=00002}
22:48:56.973374 run                osmo-ms-mob/00007: Starting mobile
22:48:57.001481 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.007780 run                             mass: Starting too slowly. Moving on {now=1594642.711148992, sleep=-0.12989118741825223, target=1594642.5812578045}
22:48:57.013704 run                             mass: MS start registered  {at=1594642.717062522, delay=0.005917813861742616, ms=00007}
22:48:57.019719 run                             mass: Starting too slowly. Moving on {now=1594642.723089556, sleep=-0.041831751354038715, target=1594642.6812578046}
22:48:57.595359 run                osmo-ms-mob/00008: Starting mobile
22:48:57.609399 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.620440 run                             mass: MS start registered  {at=1594643.323792138, delay=0.004649023991078138, ms=00008}
22:48:58.292708 run                osmo-ms-mob/00009: Starting mobile
22:48:58.306842 run       osmo-ms-mob/00009(pid=144): Launched
22:48:58.317791 run                             mass: MS start registered  {at=1594644.021140097, delay=0.004855864914134145, ms=00009}
22:48:58.484587 run                             mass: MS performed LU  {at=1594644.187833846, lu_delay=5.574286465998739, ms=00003}
22:48:58.999562 run                osmo-ms-mob/00010: Starting mobile
22:48:59.013878 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.019998 run                             mass: MS performed LU  {at=1594644.723356966, lu_delay=5.006342303007841, ms=00004}
22:48:59.025961 run                             mass: MS start registered  {at=1594644.729328802, delay=0.005989292170852423, ms=00010}
22:48:59.597439 run                osmo-ms-mob/00011: Starting mobile
22:48:59.610837 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.621865 run                             mass: MS start registered  {at=1594645.325215217, delay=0.004625595873221755, ms=00011}
22:49:00.190451 run                osmo-ms-mob/00012: Starting mobile
22:49:00.206579 run       osmo-ms-mob/00012(pid=147): Launched
22:49:00.217578 run                             mass: MS start registered  {at=1594645.920929429, delay=0.004931317875161767, ms=00012}
22:49:00.385322 run                             mass: MS performed LU  {at=1594646.088566463, lu_delay=5.376344081945717, ms=00005}
22:49:00.801431 run                osmo-ms-mob/00013: Starting mobile
22:49:00.818235 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.829365 run                             mass: MS start registered  {at=1594646.532716114, delay=0.004867020063102245, ms=00013}
22:49:01.399008 run                osmo-ms-mob/00014: Starting mobile
22:49:01.418081 run       osmo-ms-mob/00014(pid=149): Launched
22:49:01.428873 run                             mass: MS start registered  {at=1594647.132222134, delay=0.004685158841311932, ms=00014}
22:49:01.991352 run                osmo-ms-mob/00015: Starting mobile
22:49:02.005180 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.016942 run                             mass: MS start registered  {at=1594647.72028758, delay=0.005383507115766406, ms=00015}
22:49:02.249111 run                             mass: MS performed LU  {at=1594647.952445094, lu_delay=6.2762745779473335, ms=00006}
22:49:02.371656 run                             mass: MS performed LU  {at=1594648.075004573, lu_delay=4.751212435076013, ms=00008}
22:49:02.379320 run                             mass: MS performed LU  {at=1594648.08268468, lu_delay=5.365622157929465, ms=00007}
22:49:02.559146 run                osmo-ms-mob/00016: Starting mobile
22:49:02.572332 run       osmo-ms-mob/00016(pid=151): Launched
22:49:02.578376 run                             mass: Starting too slowly. Moving on {now=1594648.281746934, sleep=-0.000489124096930027, target=1594648.2812578098}
22:49:02.584051 run                             mass: MS start registered  {at=1594648.287412357, delay=0.0056678850669413805, ms=00016}
22:49:03.001000 run                osmo-ms-mob/00017: Starting mobile
22:49:03.015048 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.027924 run                             mass: MS start registered  {at=1594648.731276793, delay=0.00528327189385891, ms=00017}
22:49:03.592509 run                osmo-ms-mob/00018: Starting mobile
22:49:03.605832 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.616819 run                             mass: MS start registered  {at=1594649.320166314, delay=0.004949803929775953, ms=00018}
22:49:03.987971 run                osmo-ms-mob/00019: Starting mobile
22:49:04.000853 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.011867 run                             mass: MS start registered  {at=1594649.715218127, delay=0.004928043112158775, ms=00019}
22:49:04.150507 run                             mass: MS performed LU  {at=1594649.853841169, lu_delay=5.832701072096825, ms=00009}
22:49:04.488280 run                osmo-ms-mob/00020: Starting mobile
22:49:04.501606 run       osmo-ms-mob/00020(pid=155): Launched
22:49:04.512677 run                             mass: MS start registered  {at=1594650.216024852, delay=0.005033347988501191, ms=00020}
22:49:04.519254 run                             mass: MS performed LU  {at=1594650.222598907, lu_delay=4.897383690113202, ms=00011}
22:49:04.994445 run                osmo-ms-mob/00021: Starting mobile
22:49:05.007823 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.018429 run                             mass: MS start registered  {at=1594650.721780224, delay=0.00459259795024991, ms=00021}
22:49:05.398060 run                osmo-ms-mob/00022: Starting mobile
22:49:05.412447 run       osmo-ms-mob/00022(pid=157): Launched
22:49:05.423745 run                             mass: MS start registered  {at=1594651.127093581, delay=0.005007270025089383, ms=00022}
22:49:05.884305 run                osmo-ms-mob/00023: Starting mobile
22:49:05.898014 run       osmo-ms-mob/00023(pid=158): Launched
22:49:05.909313 run                             mass: MS start registered  {at=1594651.612664039, delay=0.004932145122438669, ms=00023}
22:49:06.014236 run                             mass: MS performed LU  {at=1594651.717571747, lu_delay=5.796642318135127, ms=00012}
22:49:06.060630 run                             mass: MS performed LU  {at=1594651.76396588, lu_delay=5.231249765958637, ms=00013}
22:49:06.287456 run                osmo-ms-mob/00024: Starting mobile
22:49:06.301588 run       osmo-ms-mob/00024(pid=159): Launched
22:49:06.312882 run                             mass: MS start registered  {at=1594652.016231149, delay=0.004896573023870587, ms=00024}
22:49:06.319433 run                             mass: MS performed LU  {at=1594652.022792657, lu_delay=4.89057052298449, ms=00014}
22:49:06.798798 run                osmo-ms-mob/00025: Starting mobile
22:49:06.812597 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.823862 run                             mass: MS start registered  {at=1594652.527213486, delay=0.005187934963032603, ms=00025}
22:49:07.184110 run                osmo-ms-mob/00026: Starting mobile
22:49:07.198249 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.209741 run                             mass: MS start registered  {at=1594652.913087156, delay=0.005161773879081011, ms=00026}
22:49:07.584522 run                osmo-ms-mob/00027: Starting mobile
22:49:07.598417 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.609775 run                             mass: MS start registered  {at=1594653.313121685, delay=0.0050203860737383366, ms=00027}
22:49:07.815685 run                             mass: MS performed LU  {at=1594653.518935773, lu_delay=4.787658980116248, ms=00017}
22:49:07.838385 run                             mass: MS performed LU  {at=1594653.541736399, lu_delay=5.254324042005464, ms=00016}
22:49:07.853677 run                osmo-ms-mob/00028: Starting mobile
22:49:07.867490 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.879062 run                             mass: MS start registered  {at=1594653.582406509, delay=0.004827233962714672, ms=00028}
22:49:07.917117 run                             mass: MS performed LU  {at=1594653.620386333, lu_delay=5.900098752928898, ms=00015}
22:49:08.400019 run                osmo-ms-mob/00029: Starting mobile
22:49:08.413758 run       osmo-ms-mob/00029(pid=164): Launched
22:49:08.424819 run                             mass: MS start registered  {at=1594654.128168676, delay=0.004895780934020877, ms=00029}
22:49:08.791012 run                osmo-ms-mob/00030: Starting mobile
22:49:08.805862 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.816975 run                             mass: MS start registered  {at=1594654.520325783, delay=0.004709915025159717, ms=00030}
22:49:09.184877 run                osmo-ms-mob/00031: Starting mobile
22:49:09.198610 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.209815 run                             mass: MS start registered  {at=1594654.913162982, delay=0.004875322105363011, ms=00031}
22:49:09.483444 run                osmo-ms-mob/00032: Starting mobile
22:49:09.496510 run       osmo-ms-mob/00032(pid=167): Launched
22:49:09.507708 run                             mass: MS start registered  {at=1594655.211056409, delay=0.004911144962534308, ms=00032}
22:49:09.780129 run                             mass: MS performed LU  {at=1594655.483464742, lu_delay=6.163298428058624, ms=00018}
22:49:09.792247 run                osmo-ms-mob/00033: Starting mobile
22:49:09.806047 run       osmo-ms-mob/00033(pid=168): Launched
22:49:09.817064 run                             mass: MS start registered  {at=1594655.520409978, delay=0.004645539913326502, ms=00033}
22:49:09.826709 run                             mass: MS performed LU  {at=1594655.530058008, lu_delay=5.814839880913496, ms=00019}
22:49:09.970186 run                             mass: MS performed LU  {at=1594655.673522724, lu_delay=4.951742500066757, ms=00021}
22:49:10.284009 run                osmo-ms-mob/00034: Starting mobile
22:49:10.298158 run       osmo-ms-mob/00034(pid=169): Launched
22:49:10.309499 run                             mass: MS start registered  {at=1594656.012852384, delay=0.0050823630299419165, ms=00034}
22:49:10.583592 run                osmo-ms-mob/00035: Starting mobile
22:49:10.597383 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.608347 run                             mass: MS start registered  {at=1594656.311691855, delay=0.004783433163538575, ms=00035}
22:49:10.983838 run                osmo-ms-mob/00036: Starting mobile
22:49:10.997609 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.010055 run                             mass: MS start registered  {at=1594656.713400715, delay=0.00572290807031095, ms=00036}
22:49:11.384592 run                osmo-ms-mob/00037: Starting mobile
22:49:11.398130 run       osmo-ms-mob/00037(pid=172): Launched
22:49:11.409951 run                             mass: MS start registered  {at=1594657.113299652, delay=0.0050539548974484205, ms=00037}
22:49:11.563408 run                             mass: MS performed LU  {at=1594657.266654795, lu_delay=5.653990756021813, ms=00023}
22:49:11.581990 run                             mass: MS performed LU  {at=1594657.28535282, lu_delay=6.158259239047766, ms=00022}
22:49:11.593365 run                osmo-ms-mob/00038: Starting mobile
22:49:11.606889 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.618262 run                             mass: MS start registered  {at=1594657.321608483, delay=0.0049695810303092, ms=00038}
22:49:11.682059 run                             mass: MS performed LU  {at=1594657.385375423, lu_delay=4.858161936979741, ms=00025}
22:49:11.834196 run                             mass: MS performed LU  {at=1594657.537528293, lu_delay=5.521297144005075, ms=00024}
22:49:11.845894 run                osmo-ms-mob/00039: Starting mobile
22:49:11.859854 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.871371 run                             mass: MS performed LU  {at=1594657.574708011, lu_delay=4.66162085509859, ms=00026}
22:49:11.877840 run                             mass: MS start registered  {at=1594657.581204676, delay=0.011646629078313708, ms=00039}
22:49:12.383947 run                osmo-ms-mob/00040: Starting mobile
22:49:12.397382 run       osmo-ms-mob/00040(pid=175): Launched
22:49:12.408349 run                             mass: MS start registered  {at=1594658.111701167, delay=0.004823746858164668, ms=00040}
22:49:12.684274 run                osmo-ms-mob/00041: Starting mobile
22:49:12.698525 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.710148 run                             mass: MS start registered  {at=1594658.413493218, delay=0.005280154990032315, ms=00041}
22:49:12.984795 run                osmo-ms-mob/00042: Starting mobile
22:49:12.999173 run       osmo-ms-mob/00042(pid=177): Launched
22:49:13.010174 run                             mass: MS start registered  {at=1594658.713530444, delay=0.003736569080501795, ms=00042}
22:49:13.383482 run                osmo-ms-mob/00043: Starting mobile
22:49:13.397120 run       osmo-ms-mob/00043(pid=178): Launched
22:49:13.408093 run                             mass: MS start registered  {at=1594659.111443397, delay=0.004809173988178372, ms=00043}
22:49:13.502285 run                             mass: MS performed LU  {at=1594659.205539153, lu_delay=5.623132643988356, ms=00028}
22:49:13.546180 run                             mass: MS performed LU  {at=1594659.249514416, lu_delay=5.1213457400444895, ms=00029}
22:49:13.558175 run                osmo-ms-mob/00044: Starting mobile
22:49:13.571911 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.583139 run                             mass: MS start registered  {at=1594659.286489884, delay=0.0049456998240202665, ms=00044}
22:49:13.592796 run                             mass: MS performed LU  {at=1594659.29614547, lu_delay=4.7758196871727705, ms=00030}
22:49:13.772486 run                             mass: MS performed LU  {at=1594659.475821729, lu_delay=6.162700043991208, ms=00027}
22:49:13.784855 run                osmo-ms-mob/00045: Starting mobile
22:49:13.800109 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.806500 run                             mass: MS performed LU  {at=1594659.509858024, lu_delay=4.596695041982457, ms=00031}
22:49:13.812632 run                             mass: MS start registered  {at=1594659.515995612, delay=0.006155975861474872, ms=00045}
22:49:14.292627 run                osmo-ms-mob/00046: Starting mobile
22:49:14.307494 run       osmo-ms-mob/00046(pid=181): Launched
22:49:14.318900 run                             mass: MS start registered  {at=1594660.022235058, delay=0.005160113098099828, ms=00046}
22:49:14.584178 run                osmo-ms-mob/00047: Starting mobile
22:49:14.598630 run       osmo-ms-mob/00047(pid=182): Launched
22:49:14.609767 run                             mass: MS start registered  {at=1594660.313118894, delay=0.004676817916333675, ms=00047}
22:49:14.883988 run                osmo-ms-mob/00048: Starting mobile
22:49:14.898386 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.910090 run                             mass: MS start registered  {at=1594660.613438209, delay=0.0051160030998289585, ms=00048}
22:49:15.184317 run                osmo-ms-mob/00049: Starting mobile
22:49:15.197513 run       osmo-ms-mob/00049(pid=184): Launched
22:49:15.208556 run                             mass: MS start registered  {at=1594660.911907168, delay=0.004693325143307447, ms=00049}
22:49:15.328516 run                             mass: MS performed LU  {at=1594661.031770916, lu_delay=5.018918531946838, ms=00034}
22:49:15.350109 run                             mass: MS performed LU  {at=1594661.053457488, lu_delay=5.533047510078177, ms=00033}
22:49:15.364578 run                osmo-ms-mob/00050: Starting mobile
22:49:15.378418 run       osmo-ms-mob/00050(pid=185): Launched
22:49:15.390476 run                             mass: MS start registered  {at=1594661.093827385, delay=0.005499057937413454, ms=00050}
22:49:15.448002 run                             mass: MS performed LU  {at=1594661.151332814, lu_delay=4.83964095893316, ms=00035}
22:49:15.601543 run                             mass: MS performed LU  {at=1594661.30480648, lu_delay=6.093750071013346, ms=00032}
22:49:15.872775 run                             mass: MS performed LU  {at=1594661.57611206, lu_delay=4.862711345078424, ms=00036}
22:49:15.884642 run                osmo-ms-mob/00051: Starting mobile
22:49:15.898399 run       osmo-ms-mob/00051(pid=186): Launched
22:49:15.909846 run                             mass: MS start registered  {at=1594661.613184135, delay=0.005064151016995311, ms=00051}
22:49:16.184868 run                osmo-ms-mob/00052: Starting mobile
22:49:16.198769 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.210452 run                             mass: MS start registered  {at=1594661.913800988, delay=0.005019690142944455, ms=00052}
22:49:16.483939 run                osmo-ms-mob/00053: Starting mobile
22:49:16.498156 run       osmo-ms-mob/00053(pid=188): Launched
22:49:16.509550 run                             mass: MS start registered  {at=1594662.212898922, delay=0.004291879944503307, ms=00053}
22:49:16.783925 run                osmo-ms-mob/00054: Starting mobile
22:49:16.798158 run       osmo-ms-mob/00054(pid=189): Launched
22:49:16.809264 run                             mass: MS start registered  {at=1594662.512619073, delay=0.003322605974972248, ms=00054}
22:49:17.083942 run                osmo-ms-mob/00055: Starting mobile
22:49:17.097593 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.108877 run                             mass: MS start registered  {at=1594662.812221181, delay=0.004947798093780875, ms=00055}
22:49:17.312114 run                             mass: MS performed LU  {at=1594663.015451662, lu_delay=5.434246985940263, ms=00039}
22:49:17.323878 run                osmo-ms-mob/00056: Starting mobile
22:49:17.338060 run       osmo-ms-mob/00056(pid=191): Launched
22:49:17.349033 run                             mass: MS start registered  {at=1594663.052383477, delay=0.0046629521530121565, ms=00056}
22:49:17.358623 run                             mass: MS performed LU  {at=1594663.061966267, lu_delay=4.950265099992976, ms=00040}
22:49:17.377124 run                             mass: MS performed LU  {at=1594663.080471021, lu_delay=5.75886253779754, ms=00038}
22:49:17.388701 run                osmo-ms-mob/00057: Starting mobile
22:49:17.402498 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.413756 run                             mass: MS start registered  {at=1594663.117104654, delay=0.0048806509003043175, ms=00057}
22:49:17.501743 run                             mass: MS performed LU  {at=1594663.205076136, lu_delay=6.091776483925059, ms=00037}
22:49:17.538456 run                             mass: MS performed LU  {at=1594663.241785461, lu_delay=4.828292243182659, ms=00041}
22:49:18.086872 run                osmo-ms-mob/00058: Starting mobile
22:49:18.100840 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.112414 run                             mass: MS start registered  {at=1594663.815760729, delay=0.005117788910865784, ms=00058}
22:49:18.385415 run                osmo-ms-mob/00059: Starting mobile
22:49:18.399677 run       osmo-ms-mob/00059(pid=194): Launched
22:49:18.410868 run                             mass: MS start registered  {at=1594664.114215097, delay=0.004645159002393484, ms=00059}
22:49:18.684397 run                osmo-ms-mob/00060: Starting mobile
22:49:18.698780 run       osmo-ms-mob/00060(pid=195): Launched
22:49:18.710024 run                             mass: MS start registered  {at=1594664.413369272, delay=0.00470428098924458, ms=00060}
22:49:19.084341 run                osmo-ms-mob/00061: Starting mobile
22:49:19.098513 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.105199 run                             mass: MS performed LU  {at=1594664.808555035, lu_delay=4.786319976905361, ms=00046}
22:49:19.111627 run                             mass: MS performed LU  {at=1594664.814989924, lu_delay=6.101459479890764, ms=00042}
22:49:19.117751 run                             mass: MS start registered  {at=1594664.821116416, delay=0.012582265073433518, ms=00061}
22:49:19.129586 run                osmo-ms-mob/00062: Starting mobile
22:49:19.143447 run       osmo-ms-mob/00062(pid=197): Launched
22:49:19.155175 run                             mass: MS start registered  {at=1594664.858524558, delay=0.00511181796900928, ms=00062}
22:49:19.213188 run                             mass: MS performed LU  {at=1594664.916523768, lu_delay=5.400528156198561, ms=00045}
22:49:19.365999 run                             mass: MS performed LU  {at=1594665.069332494, lu_delay=4.756213600048795, ms=00047}
22:49:19.382709 run                osmo-ms-mob/00063: Starting mobile
22:49:19.397162 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.403784 run                             mass: MS performed LU  {at=1594665.107138888, lu_delay=5.820649004075676, ms=00044}
22:49:19.409850 run                             mass: MS start registered  {at=1594665.113216176, delay=0.0060979570262134075, ms=00063}
22:49:19.439273 run                             mass: MS performed LU  {at=1594665.142623382, lu_delay=6.031179985031486, ms=00043}
22:49:20.084939 run                osmo-ms-mob/00064: Starting mobile
22:49:20.100776 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.112875 run                             mass: MS start registered  {at=1594665.816193248, delay=0.005478926934301853, ms=00064}
22:49:20.483878 run                osmo-ms-mob/00065: Starting mobile
22:49:20.497648 run       osmo-ms-mob/00065(pid=200): Launched
22:49:20.505342 run                             mass: MS performed LU  {at=1594666.208689122, lu_delay=3.9957902000751346, ms=00053}
22:49:20.511778 run                             mass: MS start registered  {at=1594666.215142554, delay=0.00787640199996531, ms=00065}
22:49:20.784364 run                osmo-ms-mob/00066: Starting mobile
22:49:20.798951 run       osmo-ms-mob/00066(pid=201): Launched
22:49:20.810152 run                             mass: MS start registered  {at=1594666.513503916, delay=0.0048647120129317045, ms=00066}
22:49:21.078449 run                             mass: MS performed LU  {at=1594666.781774482, lu_delay=4.867973493877798, ms=00052}
22:49:21.123858 run                             mass: MS performed LU  {at=1594666.827178538, lu_delay=5.213994403136894, ms=00051}
22:49:21.136238 run                osmo-ms-mob/00067: Starting mobile
22:49:21.151904 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.158815 run                             mass: MS performed LU  {at=1594666.86216997, lu_delay=5.950262801954523, ms=00049}
22:49:21.166823 run                             mass: MS start registered  {at=1594666.870186027, delay=0.008041054010391235, ms=00067}
22:49:21.267549 run                             mass: MS performed LU  {at=1594666.970881094, lu_delay=5.877053709002212, ms=00050}
22:49:21.279487 run                osmo-ms-mob/00068: Starting mobile
22:49:21.293313 run       osmo-ms-mob/00068(pid=203): Launched
22:49:21.304200 run                             mass: MS performed LU  {at=1594667.007548757, lu_delay=6.3941105478443205, ms=00048}
22:49:21.310465 run                             mass: MS start registered  {at=1594667.013829721, delay=0.010889807948842645, ms=00068}
22:49:21.341162 run                             mass: MS performed LU  {at=1594667.044507968, lu_delay=22.31517916591838, ms=00010}
22:49:21.884400 run                osmo-ms-mob/00069: Starting mobile
22:49:21.898187 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.909736 run                             mass: MS start registered  {at=1594667.613078957, delay=0.005156317027285695, ms=00069}
22:49:22.284119 run                osmo-ms-mob/00070: Starting mobile
22:49:22.297986 run       osmo-ms-mob/00070(pid=205): Launched
22:49:22.310084 run                             mass: MS start registered  {at=1594668.01342477, delay=0.005478318082168698, ms=00070}
22:49:22.684925 run                osmo-ms-mob/00071: Starting mobile
22:49:22.698698 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.709939 run                             mass: MS start registered  {at=1594668.413289078, delay=0.004951975075528026, ms=00071}
22:49:22.877941 run                             mass: MS performed LU  {at=1594668.581276682, lu_delay=6.0686576089356095, ms=00054}
22:49:22.896429 run                             mass: MS performed LU  {at=1594668.599777105, lu_delay=5.787555923918262, ms=00055}
22:49:22.933944 run                             mass: MS performed LU  {at=1594668.637238219, lu_delay=4.5230231219902635, ms=00059}
22:49:22.964321 run                osmo-ms-mob/00072: Starting mobile
22:49:22.978806 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.993904 run                             mass: MS start registered  {at=1594668.697246806, delay=0.008607451105490327, ms=00072}
22:49:23.205187 run                             mass: MS performed LU  {at=1594668.908523687, lu_delay=5.09276295802556, ms=00058}
22:49:23.483669 run                osmo-ms-mob/00073: Starting mobile
22:49:23.497855 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.509269 run                             mass: MS start registered  {at=1594669.212612739, delay=0.00513407913967967, ms=00073}
22:49:23.884941 run                osmo-ms-mob/00074: Starting mobile
22:49:23.898764 run       osmo-ms-mob/00074(pid=209): Launched
22:49:23.905426 run                             mass: MS performed LU  {at=1594669.608781473, lu_delay=6.556397995911539, ms=00056}
22:49:23.912144 run                             mass: MS start registered  {at=1594669.615507092, delay=0.006745734019204974, ms=00074}
22:49:23.948124 run                             mass: MS performed LU  {at=1594669.651461971, lu_delay=6.534357317024842, ms=00057}
22:49:24.087378 run                             mass: MS performed LU  {at=1594669.790711811, lu_delay=4.969595395028591, ms=00061}
22:49:24.099577 run                osmo-ms-mob/00075: Starting mobile
22:49:24.114097 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.120755 run                             mass: MS performed LU  {at=1594669.824112187, lu_delay=3.608969633001834, ms=00065}
22:49:24.127559 run                             mass: MS start registered  {at=1594669.830923648, delay=0.0068322301376610994, ms=00075}
22:49:24.786704 run                osmo-ms-mob/00076: Starting mobile
22:49:24.800922 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.807441 run                             mass: MS performed LU  {at=1594670.51079729, lu_delay=6.097428017994389, ms=00060}
22:49:24.813461 run                             mass: MS start registered  {at=1594670.516826852, delay=0.006049495888873935, ms=00076}
22:49:24.834723 run                             mass: MS performed LU  {at=1594670.538069289, lu_delay=5.424853113014251, ms=00063}
22:49:24.908781 run                             mass: MS performed LU  {at=1594670.612116793, lu_delay=4.795923545025289, ms=00064}
22:49:24.920541 run                osmo-ms-mob/00077: Starting mobile
22:49:24.934654 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.946249 run                             mass: MS start registered  {at=1594670.649589295, delay=0.005308722145855427, ms=00077}
22:49:25.106936 run                             mass: MS performed LU  {at=1594670.81024273, lu_delay=5.951718172058463, ms=00062}
22:49:25.684795 run                osmo-ms-mob/00078: Starting mobile
22:49:25.698831 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.710698 run                             mass: MS start registered  {at=1594671.414042797, delay=0.005412577884271741, ms=00078}
22:49:26.084347 run                osmo-ms-mob/00079: Starting mobile
22:49:26.098268 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.109722 run                             mass: MS start registered  {at=1594671.813071861, delay=0.004941588966175914, ms=00079}
22:49:26.584258 run                osmo-ms-mob/00080: Starting mobile
22:49:26.598062 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.609450 run                             mass: MS start registered  {at=1594672.312798709, delay=0.005058027803897858, ms=00080}
22:49:26.644044 run                             mass: MS performed LU  {at=1594672.347380969, lu_delay=5.833877052878961, ms=00066}
22:49:26.726904 run                             mass: MS performed LU  {at=1594672.430219009, lu_delay=4.817140052095056, ms=00069}
22:49:26.934790 run                             mass: MS performed LU  {at=1594672.638103, lu_delay=5.767916972981766, ms=00067}
22:49:26.971357 run                             mass: MS performed LU  {at=1594672.67469368, lu_delay=4.661268909927458, ms=00070}
22:49:26.982934 run                osmo-ms-mob/00081: Starting mobile
22:49:26.996342 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.007760 run                             mass: MS start registered  {at=1594672.711106646, delay=0.005230194190517068, ms=00081}
22:49:27.013880 run                             mass: MS performed LU  {at=1594672.717241987, lu_delay=22.501217134995386, ms=00020}
22:49:27.486119 run                osmo-ms-mob/00082: Starting mobile
22:49:27.501418 run       osmo-ms-mob/00082(pid=217): Launched
22:49:27.512620 run                             mass: MS start registered  {at=1594673.21596866, delay=0.00466717011295259, ms=00082}
22:49:28.005328 run                             mass: MS performed LU  {at=1594673.708666004, lu_delay=3.877742355922237, ms=00075}
22:49:28.021197 run                osmo-ms-mob/00083: Starting mobile
22:49:28.042327 run       osmo-ms-mob/00083(pid=218): Launched
22:49:28.054221 run                             mass: MS start registered  {at=1594673.757567513, delay=0.005009621148929, ms=00083}
22:49:28.564052 run                             mass: MS performed LU  {at=1594674.267389548, lu_delay=5.054776808945462, ms=00073}
22:49:28.575740 run                osmo-ms-mob/00084: Starting mobile
22:49:28.590235 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.600900 run                             mass: MS performed LU  {at=1594674.304246931, lu_delay=5.890957853058353, ms=00071}
22:49:28.606995 run                             mass: MS start registered  {at=1594674.31036083, delay=0.010548593942075968, ms=00084}
22:49:28.674119 run                             mass: MS performed LU  {at=1594674.377455368, lu_delay=4.761948275845498, ms=00074}
22:49:28.872551 run                             mass: MS performed LU  {at=1594674.575887751, lu_delay=5.878640945069492, ms=00072}
22:49:29.084162 run                osmo-ms-mob/00085: Starting mobile
22:49:29.098138 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.109695 run                             mass: MS start registered  {at=1594674.813046624, delay=0.004993356065824628, ms=00085}
22:49:29.693310 run                osmo-ms-mob/00086: Starting mobile
22:49:29.707245 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.720218 run                             mass: MS start registered  {at=1594675.42356742, delay=0.006690051173791289, ms=00086}
22:49:30.284673 run                osmo-ms-mob/00087: Starting mobile
22:49:30.298478 run       osmo-ms-mob/00087(pid=222): Launched
22:49:30.309799 run                             mass: MS start registered  {at=1594676.013146211, delay=0.004634609911590815, ms=00087}
22:49:30.492515 run                             mass: MS performed LU  {at=1594676.195850122, lu_delay=5.679023270029575, ms=00076}
22:49:30.510679 run                             mass: MS performed LU  {at=1594676.214020914, lu_delay=5.564431618899107, ms=00077}
22:49:30.539170 run                             mass: MS performed LU  {at=1594676.242505191, lu_delay=4.828462393954396, ms=00078}
22:49:30.884498 run                osmo-ms-mob/00088: Starting mobile
22:49:30.898788 run       osmo-ms-mob/00088(pid=223): Launched
22:49:30.909971 run                             mass: MS start registered  {at=1594676.613323449, delay=0.004893891979008913, ms=00088}
22:49:31.485125 run                osmo-ms-mob/00089: Starting mobile
22:49:31.499000 run       osmo-ms-mob/00089(pid=224): Launched
22:49:31.510404 run                             mass: MS start registered  {at=1594677.213754399, delay=0.004058005986735225, ms=00089}
22:49:32.083968 run                osmo-ms-mob/00090: Starting mobile
22:49:32.098866 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.118097 run                             mass: MS start registered  {at=1594677.821410548, delay=0.00881009385921061, ms=00090}
22:49:32.273545 run                             mass: MS performed LU  {at=1594677.976859956, lu_delay=4.760891295969486, ms=00082}
22:49:32.292287 run                             mass: MS performed LU  {at=1594677.995627765, lu_delay=6.182555904146284, ms=00079}
22:49:32.440710 run                             mass: MS performed LU  {at=1594678.144029222, lu_delay=5.831230513053015, ms=00080}
22:49:32.565203 run                             mass: MS performed LU  {at=1594678.268518512, lu_delay=5.557411865796894, ms=00081}
22:49:32.789351 run                osmo-ms-mob/00091: Starting mobile
22:49:32.808608 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.819069 run                             mass: MS performed LU  {at=1594678.522389945, lu_delay=4.764822432072833, ms=00083}
22:49:32.826277 run                             mass: MS start registered  {at=1594678.529641818, delay=0.011262706946581602, ms=00091}
22:49:33.491722 run                osmo-ms-mob/00092: Starting mobile
22:49:33.505454 run       osmo-ms-mob/00092(pid=227): Launched
22:49:33.517286 run                             mass: MS start registered  {at=1594679.220633872, delay=0.005231200018897653, ms=00092}
22:49:34.258504 run                             mass: MS performed LU  {at=1594679.961840266, lu_delay=5.6514794358517975, ms=00084}
22:49:34.270106 run                osmo-ms-mob/00093: Starting mobile
22:49:34.283770 run       osmo-ms-mob/00093(pid=228): Launched
22:49:34.290012 run                             mass: MS performed LU  {at=1594679.993370115, lu_delay=5.18032349110581, ms=00085}
22:49:34.296160 run                             mass: MS start registered  {at=1594679.999525004, delay=0.00617505912669003, ms=00093}
22:49:34.539717 run                             mass: MS performed LU  {at=1594680.243055512, lu_delay=4.8194880918599665, ms=00086}
22:49:35.184675 run                osmo-ms-mob/00094: Starting mobile
22:49:35.197740 run       osmo-ms-mob/00094(pid=229): Launched
22:49:35.209445 run                             mass: MS start registered  {at=1594680.912797622, delay=0.005402651848271489, ms=00094}
22:49:36.039731 run                             mass: MS performed LU  {at=1594681.743060365, lu_delay=4.529305966105312, ms=00089}
22:49:36.051802 run                osmo-ms-mob/00095: Starting mobile
22:49:36.065587 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.072227 run                             mass: MS performed LU  {at=1594681.775581366, lu_delay=5.762435154989362, ms=00087}
22:49:36.081235 run                             mass: MS start registered  {at=1594681.784584224, delay=0.009024562081322074, ms=00095}
22:49:36.206285 run                             mass: MS performed LU  {at=1594681.909599313, lu_delay=5.2962758641224355, ms=00088}
22:49:37.092406 run                osmo-ms-mob/00096: Starting mobile
22:49:37.106124 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.117393 run                             mass: MS start registered  {at=1594682.820743802, delay=0.00519741210155189, ms=00096}
22:49:38.024964 run                             mass: MS performed LU  {at=1594683.728287512, lu_delay=5.906876964028925, ms=00090}
22:49:38.043155 run                             mass: MS performed LU  {at=1594683.74650879, lu_delay=5.216866971924901, ms=00091}
22:49:38.054396 run                osmo-ms-mob/00097: Starting mobile
22:49:38.067637 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.079021 run                             mass: MS start registered  {at=1594683.782369046, delay=0.004893752979114652, ms=00097}
22:49:38.305579 run                             mass: MS performed LU  {at=1594684.008889768, lu_delay=4.788255895953625, ms=00092}
22:49:39.502032 run                osmo-ms-mob/00098: Starting mobile
22:49:39.515123 run       osmo-ms-mob/00098(pid=233): Launched
22:49:39.526176 run                             mass: MS start registered  {at=1594685.22952864, delay=0.004813918843865395, ms=00098}
22:49:39.806254 run                             mass: MS performed LU  {at=1594685.509588585, lu_delay=5.510063580935821, ms=00093}
22:49:39.971605 run                             mass: MS performed LU  {at=1594685.674928182, lu_delay=4.762130560120568, ms=00094}
22:49:41.283993 run                osmo-ms-mob/00099: Starting mobile
22:49:41.298770 run       osmo-ms-mob/00099(pid=234): Launched
22:49:41.305108 run                             mass: All started... {duration=55.72721859696321, too_slow=3}
22:49:41.311061 run                             mass: MS start registered  {at=1594687.014417694, delay=0.005944740027189255, ms=00099}
22:49:41.789828 run                             mass: MS performed LU  {at=1594687.493127756, lu_delay=5.708543532062322, ms=00095}
22:49:41.808009 run                             mass: MS performed LU  {at=1594687.511357157, lu_delay=4.690613355021924, ms=00096}
22:49:43.719354 run                             mass: MS performed LU  {at=1594689.422687557, lu_delay=5.64031851105392, ms=00097}
22:49:43.973434 run                             mass: MS performed LU  {at=1594689.676769834, lu_delay=22.662940113106743, ms=00068}
22:49:45.556152 run                             mass: MS performed LU  {at=1594691.25948887, lu_delay=6.0299602299928665, ms=00098}
22:49:47.458035 run                             mass: MS performed LU  {at=1594693.161367444, lu_delay=6.146949750138447, ms=00099}
22:49:47.464379 run                             mass: Tests done {all_completed=True, max=22.662940113106743, min=3.608969633001834}
22:49:47.470202 tst         register_default_mass.py: Test passed (86.8 sec)
22:49:47.475849 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.479263 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.482550 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.485826 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.489203 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.492592 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.495963 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.499352 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.502720 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.506094 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.509459 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.512856 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.516205 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.519618 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.523024 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.526413 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.529815 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.533239 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.536672 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.540277 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.543748 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.547171 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.550575 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.553999 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.557428 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.560825 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.564190 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.567582 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.570976 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.574353 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.577764 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.581185 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.584964 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.588421 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.591893 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.595955 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.601187 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.610201 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.613749 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.617264 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.620737 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.626107 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.633432 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.640751 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.647002 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.651178 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.654768 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.658330 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.661754 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.665187 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.668599 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.672038 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.675533 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.678959 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.682403 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.685833 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.689316 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.693190 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.697374 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.700996 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.704434 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.707891 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.711330 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.714774 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.718195 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.721608 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.725014 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.728745 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.732185 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.735611 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.739043 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.742520 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.746001 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.749426 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.752858 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.756247 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.759658 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.763577 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.767047 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.770983 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.774456 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.777889 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.781716 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.785754 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.789263 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.792692 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.796126 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.799707 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.803242 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.806763 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.810829 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.814295 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.817792 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.821238 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.824684 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.828107 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.831519 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.834937 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.838490 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.841916 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.845349 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.848816 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.852283 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.855705 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.859119 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.862550 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.866016 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.869710 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.873232 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.876898 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.880311 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.883749 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.887178 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.890602 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.894028 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.897420 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.900806 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.904180 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.907575 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.910992 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.914406 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.918041 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.921456 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.924836 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.928204 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.931589 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.934901 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.938151 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.941403 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.944649 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.953496 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.956884 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.960271 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.963645 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.967038 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.970421 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.973805 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.977187 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.980556 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.983929 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.987302 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.990678 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.994054 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.997436 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.000812 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.004187 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.007566 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.010943 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.014328 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.017714 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.021101 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.024463 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.027845 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.031215 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.034570 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.037969 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.041358 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.044708 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.048065 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.051435 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.054794 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.058156 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.061515 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.064880 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.068271 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.071668 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.075068 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.078456 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.081871 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.085283 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.088695 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.092047 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.095392 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.098764 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.102125 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.105493 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.108848 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.112209 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.115568 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.118930 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.122294 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.125654 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.128996 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.132342 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.135705 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.139066 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.142431 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.145786 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.149149 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.152517 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.155881 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.159283 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.162655 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.166012 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.169365 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.172721 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.176090 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.179441 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.182792 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.186155 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.189514 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.193070 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.196443 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.199814 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.203187 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.206560 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.209862 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.213085 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.216300 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.219558 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.222925 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.226503 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.229861 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.233252 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.234793 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.238553 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.240070 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.243831 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.245358 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.249091 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.250620 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.254349 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.255943 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.259713 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.261245 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.264998 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.266518 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.270307 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.271852 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.275666 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.277199 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.280975 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.282506 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.286330 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.287878 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.291698 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.293234 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.297003 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.298547 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.302331 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.303872 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.307633 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.309154 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.312915 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.314436 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.318210 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.319754 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.323533 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.325087 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.328861 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.330390 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.334182 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.335713 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.339481 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.341011 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.344751 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.346273 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.350014 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.351547 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.355379 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.356931 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.360689 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.362211 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.366209 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.367740 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.371470 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.372983 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.376739 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.378249 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.381980 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.383492 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.387216 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.388732 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.392449 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.393996 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.397731 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.399258 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.403009 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.404532 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.408275 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.409788 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.413519 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.415029 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.418788 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.420369 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.424101 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.425582 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.429204 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.430723 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.434471 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.435992 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.439761 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.441279 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.445021 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.446558 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.450310 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.451872 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.455646 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.457165 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.460926 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.462444 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.466191 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.467713 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.471465 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.472993 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.476739 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.478259 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.481991 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.483678 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.487411 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.488980 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.492728 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.494269 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.521736 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.523603 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.527419 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.528946 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.532673 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.534185 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.537863 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.539318 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.542893 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.544347 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.547908 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.549387 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.553088 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.554609 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.558349 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.559852 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.563576 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.565123 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.568877 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.570410 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.574163 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.575680 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.579462 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.581395 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.585188 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.586709 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.590447 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.591976 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.595708 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.597968 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.601834 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.603393 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.607160 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.608698 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.612328 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.613799 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.617418 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.618892 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.622559 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.624021 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.627740 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.629285 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.632923 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.634385 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.638037 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.639501 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.643094 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.644612 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.648178 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.649652 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.653328 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.654839 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.658579 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.660087 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.663816 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.665356 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.669107 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.670626 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.674374 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.675894 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.679738 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.681280 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.685003 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.686514 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.690251 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.691777 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.695460 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.696969 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.700739 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.702250 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.705987 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.707496 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.711476 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.712992 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.716727 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.718245 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.722012 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.723526 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.727264 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.728779 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.732597 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.734112 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.737872 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.739393 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.743144 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.744663 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.748380 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.749898 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.753648 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.755175 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.758914 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.760430 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.764159 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.765672 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.769394 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.770927 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.774676 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.776178 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.779919 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.781440 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.785169 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.786695 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.790432 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.791948 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.795694 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.797213 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.800959 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.802491 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.806242 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.807757 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.811485 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.813004 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.816750 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.818372 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.822139 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.823649 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.827260 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.828764 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.832353 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.833815 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.837423 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.838893 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.842531 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.844006 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.847642 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.849129 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.852726 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.854215 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.857845 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.859302 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.862893 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.864340 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.868060 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.869625 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.873377 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.874897 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.878659 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.880167 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.883953 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.885476 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.889224 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.890740 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.894497 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.896026 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.899836 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.901351 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.905096 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.906604 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.910362 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.911884 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.915654 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.917147 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.920909 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.922421 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.926205 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.927716 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.931504 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.933021 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.936752 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.938261 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.942053 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.943800 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.947529 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.949043 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.952781 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.954317 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.958081 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.959597 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.963382 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.964907 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.968666 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.970178 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.973947 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.975461 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.979214 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.980740 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.984497 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.986015 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.989792 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.991315 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.995066 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.996580 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.000438 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.001971 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.005740 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.007250 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.011024 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.012543 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.016301 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.017843 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.021639 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.023170 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.026961 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.028483 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.032261 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.033780 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.037516 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.038953 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.042550 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.044005 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.047645 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.049113 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.052720 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.054164 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.057792 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.059246 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.062848 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.064294 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.067907 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.069413 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.073141 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.074584 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.078233 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.079690 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.083306 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.084772 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.088395 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.089858 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.093554 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.095013 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.098632 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.100105 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.103734 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.105236 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.109013 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.110547 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.114295 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.115797 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.119591 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.121131 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.124945 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.126475 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.130298 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.131831 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.135626 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.137163 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.140935 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.142455 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.146229 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.147755 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.151553 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.153125 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.156942 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.158458 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.162213 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.163749 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.167530 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.169077 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.172889 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.174409 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.178213 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.179728 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.183511 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.185069 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.188863 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.190394 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.194168 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.195697 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.199476 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.201057 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.204871 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.206400 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.210177 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.211709 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.215499 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.217059 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.220926 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.222444 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.226220 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.227753 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.231525 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.233052 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.236852 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.238377 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.242163 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.243697 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.247462 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.248984 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.252776 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.254301 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.258071 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.259589 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.263378 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.264891 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.268691 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.270209 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.273957 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.275480 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.279255 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.280792 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.284537 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.286062 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.289850 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.291361 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.295105 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.296613 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.300393 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.301900 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.305635 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.307166 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.310948 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.312459 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.316208 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.317736 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.321463 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.322972 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.326777 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.328303 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.332082 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.333597 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.337332 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.338839 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.347606 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.349234 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.352976 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.354490 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.358203 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.359720 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.363420 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.364948 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.368660 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.370177 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.373899 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.375405 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.778951 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.781521 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7863 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.889303 tst                       trial-7863: Storing JUnit report in /build/trial-7863/run.2025-01-31_22-48-20/trial-7863.xml

--------------------------------------------------------------------------------------------
trial-7863 PASS
--------------------------------------------------------------------------------------------
22:49:52.900255 tst                       trial-7863: trial-7863: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.8 sec)
+ exit_code=0
+ rm -rf trial-7863/inst
+ cd trial-7863
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-31 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7863-run.tgz run.2025-01-31_22-48-20
+ tar czf /build/trial-7863-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-31_13_28_12.tgz osmo-bts-oc2g.build-2025-01-31_00_51_32.tgz osmo-bts-sysmo.build-2025-01-31_00_51_29.tgz osmo-bts.build-2025-01-31_00_51_43.tgz osmo-ggsn.build-2025-01-31_20_42_38.tgz osmo-hlr.build-2025-01-31_16_37_01.tgz osmo-hnbgw.build-2025-01-31_13_28_37.tgz osmo-mgw.build-2025-01-31_08_33_16.tgz osmo-msc.build-2025-01-31_13_32_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-31_07_41_27.tgz osmo-pcu-sysmo.build-2025-01-31_07_41_24.tgz osmo-pcu.build-2025-01-31_07_41_30.tgz osmo-sgsn.build-2025-01-31_20_48_06.tgz osmo-stp.build-2025-01-31_13_25_20.tgz osmo-trx.build-2025-01-31_14_27_39.tgz osmocom-bb.build-2025-01-31_21_17_16.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