Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12547876227865270534.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-8034
+ 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
aaf623e Use debian/eol:buster instead of debian:buster
+ 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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
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=8035 -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-07-22 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8035
+ mkdir -p trial-8035
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-22_13_26_23.tgz osmo-bts-oc2g.build-2025-07-22_00_51_28.tgz osmo-bts-sysmo.build-2025-07-22_00_51_34.tgz osmo-bts.build-2025-07-22_00_51_39.tgz osmo-ggsn.build-2025-07-22_20_42_35.tgz osmo-hlr.build-2025-07-22_16_36_51.tgz osmo-hnbgw.build-2025-07-22_13_30_28.tgz osmo-mgw.build-2025-07-22_08_33_11.tgz osmo-msc.build-2025-07-22_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-22_07_33_58.tgz osmo-pcu-sysmo.build-2025-07-22_07_36_00.tgz osmo-pcu.build-2025-07-22_07_36_06.tgz osmo-sgsn.build-2025-07-22_20_48_19.tgz osmo-stp.build-2025-07-22_13_25_13.tgz osmo-trx.build-2025-07-22_14_31_08.tgz osmocom-bb.build-2025-07-22_21_17_15.tgz srslte.build-19.tgz trial-8035
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-22_13_26_23.md5 osmo-bts-oc2g.build-2025-07-22_00_51_28.md5 osmo-bts-sysmo.build-2025-07-22_00_51_34.md5 osmo-bts.build-2025-07-22_00_51_39.md5 osmo-ggsn.build-2025-07-22_20_42_35.md5 osmo-hlr.build-2025-07-22_16_36_51.md5 osmo-hnbgw.build-2025-07-22_13_30_28.md5 osmo-mgw.build-2025-07-22_08_33_11.md5 osmo-msc.build-2025-07-22_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-22_07_33_58.md5 osmo-pcu-sysmo.build-2025-07-22_07_36_00.md5 osmo-pcu.build-2025-07-22_07_36_06.md5 osmo-sgsn.build-2025-07-22_20_48_19.md5 osmo-stp.build-2025-07-22_13_25_13.md5 osmo-trx.build-2025-07-22_14_31_08.md5 osmocom-bb.build-2025-07-22_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-22_13_26_23.md5 osmo-bts-oc2g.build-2025-07-22_00_51_28.md5 osmo-bts-sysmo.build-2025-07-22_00_51_34.md5 osmo-bts.build-2025-07-22_00_51_39.md5 osmo-ggsn.build-2025-07-22_20_42_35.md5 osmo-hlr.build-2025-07-22_16_36_51.md5 osmo-hnbgw.build-2025-07-22_13_30_28.md5 osmo-mgw.build-2025-07-22_08_33_11.md5 osmo-msc.build-2025-07-22_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-22_07_33_58.md5 osmo-pcu-sysmo.build-2025-07-22_07_36_00.md5 osmo-pcu.build-2025-07-22_07_36_06.md5 osmo-sgsn.build-2025-07-22_20_48_19.md5 osmo-stp.build-2025-07-22_13_25_13.md5 osmo-trx.build-2025-07-22_14_31_08.md5 osmocom-bb.build-2025-07-22_21_17_15.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-8035 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8035'
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-8035
--------------------------------------------------------------------------------------------
22:48:20.761025 tst                       trial-8035: Detailed log at /build/trial-8035/run.2025-07-22_22-48-20/log

---------------------------------------------------------------------
trial-8035 netreg_mass
---------------------------------------------------------------------
22:48:20.974148 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.974517 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.975331 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.976546 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.014772 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.015599 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.016727 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.085330 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-8035 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.086101 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.101941 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.102520 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.102997 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.103451 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.103919 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.104386 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.104853 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.153950 tst         register_default_mass.py: using LAC 2
22:48:21.188910 tst         register_default_mass.py: using RAC 2
22:48:21.224153 tst         register_default_mass.py: using CellId 2
22:48:21.260311 tst         register_default_mass.py: using BVCI 3
22:48:21.266239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.266883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.267422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.267943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.268482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.269020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.269533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.277359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.277877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.282503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.285099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.285618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.287180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.287707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.291346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.291874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.295504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.306362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.306872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.308397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.308926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.309437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.309945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.310446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.310941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.311448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.311944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.312452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.312983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.313483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.313992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.314509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.315008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.315524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.316033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.316541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.317056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.317567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.318072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.318632 tst      register_default_mass.py:21: Launching a simple network
22:48:21.328829 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.452459 run            create_hlr_db(pid=20): Launched
22:48:22.467014 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.485219 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.500242 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.505903 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.684533 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.699527 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.705246 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.125244 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.140560 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.162118 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.280934 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.296412 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.302226 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.326842 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.342820 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.349130 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.669237 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.685211 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.713636 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.870058 run         osmo-bts-virtual(pid=34): Launched
22:48:33.917556 tst         register_default_mass.py: using MSISDN 1001
22:48:33.923518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.051203 tst         register_default_mass.py: using MSISDN 1002
22:48:34.057149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.151145 tst         register_default_mass.py: using MSISDN 1003
22:48:34.157657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.218538 tst         register_default_mass.py: using MSISDN 1004
22:48:34.224294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.296389 tst         register_default_mass.py: using MSISDN 1005
22:48:34.302272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.376080 tst         register_default_mass.py: using MSISDN 1006
22:48:34.382309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.464862 tst         register_default_mass.py: using MSISDN 1007
22:48:34.472462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.539774 tst         register_default_mass.py: using MSISDN 1008
22:48:34.545851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.647316 tst         register_default_mass.py: using MSISDN 1009
22:48:34.653120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.729170 tst         register_default_mass.py: using MSISDN 1010
22:48:34.736072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.803212 tst         register_default_mass.py: using MSISDN 1011
22:48:34.809235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.875367 tst         register_default_mass.py: using MSISDN 1012
22:48:34.881514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.955573 tst         register_default_mass.py: using MSISDN 1013
22:48:34.961516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.037604 tst         register_default_mass.py: using MSISDN 1014
22:48:35.044940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.129095 tst         register_default_mass.py: using MSISDN 1015
22:48:35.136898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.209413 tst         register_default_mass.py: using MSISDN 1016
22:48:35.220237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.311741 tst         register_default_mass.py: using MSISDN 1017
22:48:35.322415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.397659 tst         register_default_mass.py: using MSISDN 1018
22:48:35.408733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.489880 tst         register_default_mass.py: using MSISDN 1019
22:48:35.496074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.684011 tst         register_default_mass.py: using MSISDN 1020
22:48:35.690103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.793170 tst         register_default_mass.py: using MSISDN 1021
22:48:35.802738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.898515 tst         register_default_mass.py: using MSISDN 1022
22:48:35.904361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.018867 tst         register_default_mass.py: using MSISDN 1023
22:48:36.024782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.097309 tst         register_default_mass.py: using MSISDN 1024
22:48:36.104695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.164465 tst         register_default_mass.py: using MSISDN 1025
22:48:36.170468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.251332 tst         register_default_mass.py: using MSISDN 1026
22:48:36.257072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.330737 tst         register_default_mass.py: using MSISDN 1027
22:48:36.341009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.404233 tst         register_default_mass.py: using MSISDN 1028
22:48:36.410016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.474282 tst         register_default_mass.py: using MSISDN 1029
22:48:36.480607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.550563 tst         register_default_mass.py: using MSISDN 1030
22:48:36.561215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.643457 tst         register_default_mass.py: using MSISDN 1031
22:48:36.651959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.715765 tst         register_default_mass.py: using MSISDN 1032
22:48:36.722258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.794122 tst         register_default_mass.py: using MSISDN 1033
22:48:36.800234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.892214 tst         register_default_mass.py: using MSISDN 1034
22:48:36.898669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.977341 tst         register_default_mass.py: using MSISDN 1035
22:48:36.983296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.047258 tst         register_default_mass.py: using MSISDN 1036
22:48:37.055636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.124263 tst         register_default_mass.py: using MSISDN 1037
22:48:37.130138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.195010 tst         register_default_mass.py: using MSISDN 1038
22:48:37.205762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.291266 tst         register_default_mass.py: using MSISDN 1039
22:48:37.298208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.371861 tst         register_default_mass.py: using MSISDN 1040
22:48:37.377958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.453829 tst         register_default_mass.py: using MSISDN 1041
22:48:37.459875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.536167 tst         register_default_mass.py: using MSISDN 1042
22:48:37.542007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.617591 tst         register_default_mass.py: using MSISDN 1043
22:48:37.624872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.690125 tst         register_default_mass.py: using MSISDN 1044
22:48:37.697240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.766386 tst         register_default_mass.py: using MSISDN 1045
22:48:37.772416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.845015 tst         register_default_mass.py: using MSISDN 1046
22:48:37.851110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.934729 tst         register_default_mass.py: using MSISDN 1047
22:48:37.940542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.004869 tst         register_default_mass.py: using MSISDN 1048
22:48:38.010551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.089064 tst         register_default_mass.py: using MSISDN 1049
22:48:38.094788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.169441 tst         register_default_mass.py: using MSISDN 1050
22:48:38.182021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.265988 tst         register_default_mass.py: using MSISDN 1051
22:48:38.276750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.352141 tst         register_default_mass.py: using MSISDN 1052
22:48:38.358370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.438792 tst         register_default_mass.py: using MSISDN 1053
22:48:38.448986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.519839 tst         register_default_mass.py: using MSISDN 1054
22:48:38.528074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.596287 tst         register_default_mass.py: using MSISDN 1055
22:48:38.602446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.671814 tst         register_default_mass.py: using MSISDN 1056
22:48:38.677576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.751978 tst         register_default_mass.py: using MSISDN 1057
22:48:38.758013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.834929 tst         register_default_mass.py: using MSISDN 1058
22:48:38.840878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.903261 tst         register_default_mass.py: using MSISDN 1059
22:48:38.908999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.987747 tst         register_default_mass.py: using MSISDN 1060
22:48:38.993928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.069690 tst         register_default_mass.py: using MSISDN 1061
22:48:39.075725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.151877 tst         register_default_mass.py: using MSISDN 1062
22:48:39.157987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.254128 tst         register_default_mass.py: using MSISDN 1063
22:48:39.260247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.338900 tst         register_default_mass.py: using MSISDN 1064
22:48:39.349250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.409853 tst         register_default_mass.py: using MSISDN 1065
22:48:39.417103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.496731 tst         register_default_mass.py: using MSISDN 1066
22:48:39.502866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.568819 tst         register_default_mass.py: using MSISDN 1067
22:48:39.574663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.649869 tst         register_default_mass.py: using MSISDN 1068
22:48:39.655965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.738372 tst         register_default_mass.py: using MSISDN 1069
22:48:39.747422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.828511 tst         register_default_mass.py: using MSISDN 1070
22:48:39.834356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.944212 tst         register_default_mass.py: using MSISDN 1071
22:48:39.950608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.032560 tst         register_default_mass.py: using MSISDN 1072
22:48:40.038581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.112700 tst         register_default_mass.py: using MSISDN 1073
22:48:40.118617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.192298 tst         register_default_mass.py: using MSISDN 1074
22:48:40.198401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.272131 tst         register_default_mass.py: using MSISDN 1075
22:48:40.278110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.340603 tst         register_default_mass.py: using MSISDN 1076
22:48:40.350372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.412473 tst         register_default_mass.py: using MSISDN 1077
22:48:40.418528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.480755 tst         register_default_mass.py: using MSISDN 1078
22:48:40.486853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.555356 tst         register_default_mass.py: using MSISDN 1079
22:48:40.561475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.641334 tst         register_default_mass.py: using MSISDN 1080
22:48:40.647585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.742420 tst         register_default_mass.py: using MSISDN 1081
22:48:40.751241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.813233 tst         register_default_mass.py: using MSISDN 1082
22:48:40.818994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.882351 tst         register_default_mass.py: using MSISDN 1083
22:48:40.888153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.956156 tst         register_default_mass.py: using MSISDN 1084
22:48:40.961954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.023206 tst         register_default_mass.py: using MSISDN 1085
22:48:41.029343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.099060 tst         register_default_mass.py: using MSISDN 1086
22:48:41.104858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.185398 tst         register_default_mass.py: using MSISDN 1087
22:48:41.196889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.282520 tst         register_default_mass.py: using MSISDN 1088
22:48:41.290877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.363162 tst         register_default_mass.py: using MSISDN 1089
22:48:41.374637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.447447 tst         register_default_mass.py: using MSISDN 1090
22:48:41.458199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.527364 tst         register_default_mass.py: using MSISDN 1091
22:48:41.538177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.621082 tst         register_default_mass.py: using MSISDN 1092
22:48:41.628966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.713607 tst         register_default_mass.py: using MSISDN 1093
22:48:41.724714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.894477 tst         register_default_mass.py: using MSISDN 1094
22:48:41.901579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.037572 tst         register_default_mass.py: using MSISDN 1095
22:48:42.043627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.218486 tst         register_default_mass.py: using MSISDN 1096
22:48:42.227675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.306989 tst         register_default_mass.py: using MSISDN 1097
22:48:42.312924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.387500 tst         register_default_mass.py: using MSISDN 1098
22:48:42.395031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.460813 tst         register_default_mass.py: using MSISDN 1099
22:48:42.466789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.538644 tst         register_default_mass.py: using MSISDN 1100
22:48:42.544769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.663369 run                             mass: Starting testcase
22:48:42.669371 run                             mass: Pre-launching all virtphy's
22:48:42.675199 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.688649 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.694952 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.708597 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.714972 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.728266 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.734479 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.748086 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.754629 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.768461 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.774967 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.789063 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.795518 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.809471 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.816037 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.830153 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.836720 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.850845 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.857344 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.871238 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.877655 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.891401 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.897891 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.911882 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.918433 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.932518 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.938993 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.952473 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.958784 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.972196 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.978504 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.991794 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.998111 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.011475 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.017898 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.031480 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.037699 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.051309 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.057694 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.071270 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.077643 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.091540 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.097956 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.111857 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.118194 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.132132 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.138303 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.151547 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.157814 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.171700 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.178106 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.191929 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.198319 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.211897 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.218120 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.231513 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.237728 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.251095 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.257429 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.270748 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.276930 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.290263 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.296580 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.310193 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.316433 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.330002 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.336144 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.349531 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.355775 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.369248 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.375343 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.388619 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.394803 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.408406 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.414517 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.427908 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.434302 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.448154 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.454517 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.468599 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.475305 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.491621 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.498229 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.512798 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.519148 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.532511 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.538819 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.553162 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.559597 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.573410 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.579868 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.593772 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.600293 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.614314 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.620643 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.634383 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.686263 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.700332 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.706969 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.720770 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.727824 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.741598 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.748998 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.762779 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.770053 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.783895 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.790720 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.804606 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.810951 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.824839 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.831479 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.845824 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.852294 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.866244 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.872704 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.886686 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.893251 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.907438 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.913802 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.927824 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.934581 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.948602 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.954975 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.969156 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.975608 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.990058 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.996581 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.015365 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.027289 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.051180 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.057749 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.071910 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.078377 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.092314 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.098732 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.112614 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.119050 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.132908 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.140483 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.154580 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.161088 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.175074 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.181460 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.196155 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.209748 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.236969 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.249900 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.277970 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.290191 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.315649 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.327906 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.353919 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.366593 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.393792 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.408076 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.428142 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.438603 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.456761 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.467619 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.484656 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.492426 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.509814 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.517692 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.534585 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.542451 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.559491 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.567327 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.584163 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.592141 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.609309 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.617427 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.634747 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.642613 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.658510 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.665276 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.681271 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.689204 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.706292 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.714159 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.731546 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.739471 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.756563 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.764380 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.780783 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.788219 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.804679 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.812217 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.828637 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.836507 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.853356 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.861241 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.878118 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.886029 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.902715 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.910336 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.926992 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.934730 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.951566 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.959287 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.975434 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.982760 run                             mass: Checking if sockets are in the filesystem
22:48:44.997178 run                osmo-ms-mob/00000: Starting mobile
22:48:45.012205 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.025063 run                             mass: MS start registered  {at=16455430.728393879, delay=0.005898358300328255, ms=00000}
22:48:49.196082 run                osmo-ms-mob/00001: Starting mobile
22:48:49.209651 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.220635 run                             mass: MS start registered  {at=16455434.923976388, delay=0.004737230017781258, ms=00001}
22:48:50.998855 run                osmo-ms-mob/00002: Starting mobile
22:48:51.012516 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.023942 run                             mass: MS start registered  {at=16455436.727278301, delay=0.004858167842030525, ms=00002}
22:48:51.348791 run                             mass: MS performed LU  {at=16455437.0521052, lu_delay=6.323711320757866, ms=00000}
22:48:52.300933 run                osmo-ms-mob/00003: Starting mobile
22:48:52.316022 run       osmo-ms-mob/00003(pid=138): Launched
22:48:52.327002 run                             mass: MS start registered  {at=16455438.030344082, delay=0.004615111276507378, ms=00003}
22:48:53.399529 run                osmo-ms-mob/00004: Starting mobile
22:48:53.413757 run       osmo-ms-mob/00004(pid=139): Launched
22:48:53.425411 run                             mass: MS start registered  {at=16455439.128756156, delay=0.00502895750105381, ms=00004}
22:48:54.400402 run                osmo-ms-mob/00005: Starting mobile
22:48:54.426896 run       osmo-ms-mob/00005(pid=140): Launched
22:48:54.438942 run                             mass: MS start registered  {at=16455440.142286086, delay=2.89231538772583e-05, ms=00005}
22:48:55.115212 run                             mass: MS performed LU  {at=16455440.818528686, lu_delay=5.894552297890186, ms=00001}
22:48:55.296275 run                osmo-ms-mob/00006: Starting mobile
22:48:55.310793 run       osmo-ms-mob/00006(pid=141): Launched
22:48:55.322012 run                             mass: MS start registered  {at=16455441.025357248, delay=0.004823401570320129, ms=00006}
22:48:56.196794 run                osmo-ms-mob/00007: Starting mobile
22:48:56.213879 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.228060 run                             mass: MS start registered  {at=16455441.93138837, delay=0.004723032936453819, ms=00007}
22:48:56.996475 run                osmo-ms-mob/00008: Starting mobile
22:48:57.011223 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.018586 run                             mass: MS performed LU  {at=16455442.7219377, lu_delay=5.994659397751093, ms=00002}
22:48:57.025662 run                             mass: MS start registered  {at=16455442.729023129, delay=0.007107580080628395, ms=00008}
22:48:57.514863 run                             mass: MS performed LU  {at=16455443.218193037, lu_delay=5.1878489553928375, ms=00003}
22:48:57.696302 run                osmo-ms-mob/00009: Starting mobile
22:48:57.710002 run       osmo-ms-mob/00009(pid=144): Launched
22:48:57.721190 run                             mass: MS start registered  {at=16455443.424542379, delay=0.00494140200316906, ms=00009}
22:48:58.396459 run                osmo-ms-mob/00010: Starting mobile
22:48:58.410549 run       osmo-ms-mob/00010(pid=145): Launched
22:48:58.425041 run                             mass: MS start registered  {at=16455444.128367186, delay=0.00784662738442421, ms=00010}
22:48:58.881395 run                             mass: MS performed LU  {at=16455444.584724002, lu_delay=5.455967845395207, ms=00004}
22:48:58.996534 run                osmo-ms-mob/00011: Starting mobile
22:48:59.011447 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.024830 run                             mass: MS start registered  {at=16455444.72814769, delay=0.006098642945289612, ms=00011}
22:48:59.416141 run                             mass: MS performed LU  {at=16455445.119460229, lu_delay=4.977174142375588, ms=00005}
22:48:59.595654 run                osmo-ms-mob/00012: Starting mobile
22:48:59.611370 run       osmo-ms-mob/00012(pid=147): Launched
22:48:59.622488 run                             mass: MS start registered  {at=16455445.325840669, delay=0.004649616777896881, ms=00012}
22:49:00.196611 run                osmo-ms-mob/00013: Starting mobile
22:49:00.211872 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.224521 run                             mass: MS start registered  {at=16455445.92785642, delay=0.004996316507458687, ms=00013}
22:49:00.782001 run                             mass: MS performed LU  {at=16455446.485330017, lu_delay=5.459972769021988, ms=00006}
22:49:00.794834 run                osmo-ms-mob/00014: Starting mobile
22:49:00.810089 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.824046 run                             mass: MS start registered  {at=16455446.52737876, delay=0.00662960484623909, ms=00014}
22:49:01.045411 run                             mass: MS performed LU  {at=16455446.74874222, lu_delay=4.817353850230575, ms=00007}
22:49:01.396059 run                osmo-ms-mob/00015: Starting mobile
22:49:01.409567 run       osmo-ms-mob/00015(pid=150): Launched
22:49:01.420960 run                             mass: MS start registered  {at=16455447.124310547, delay=0.005148444324731827, ms=00015}
22:49:01.896195 run                osmo-ms-mob/00016: Starting mobile
22:49:01.910592 run       osmo-ms-mob/00016(pid=151): Launched
22:49:01.922286 run                             mass: MS start registered  {at=16455447.625634942, delay=0.004798492416739464, ms=00016}
22:49:02.396163 run                osmo-ms-mob/00017: Starting mobile
22:49:02.409893 run       osmo-ms-mob/00017(pid=152): Launched
22:49:02.421501 run                             mass: MS start registered  {at=16455448.124851255, delay=0.004967134445905685, ms=00017}
22:49:02.647110 run                             mass: MS performed LU  {at=16455448.350429498, lu_delay=5.621406368911266, ms=00008}
22:49:02.711462 run                             mass: MS performed LU  {at=16455448.414798142, lu_delay=4.990255763754249, ms=00009}
22:49:02.995646 run                osmo-ms-mob/00018: Starting mobile
22:49:03.009144 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.020019 run                             mass: MS start registered  {at=16455448.723374698, delay=0.004680505022406578, ms=00018}
22:49:03.396239 run                osmo-ms-mob/00019: Starting mobile
22:49:03.411717 run       osmo-ms-mob/00019(pid=154): Launched
22:49:03.423820 run                             mass: MS start registered  {at=16455449.127168281, delay=0.0047974735498428345, ms=00019}
22:49:03.896846 run                osmo-ms-mob/00020: Starting mobile
22:49:03.912854 run       osmo-ms-mob/00020(pid=155): Launched
22:49:03.925766 run                             mass: MS start registered  {at=16455449.629112577, delay=0.0051406379789114, ms=00020}
22:49:04.395772 run                osmo-ms-mob/00021: Starting mobile
22:49:04.410445 run       osmo-ms-mob/00021(pid=156): Launched
22:49:04.422747 run                             mass: MS start registered  {at=16455450.12608472, delay=0.004870714619755745, ms=00021}
22:49:04.548656 run                             mass: MS performed LU  {at=16455450.251953203, lu_delay=5.5238055139780045, ms=00011}
22:49:04.575508 run                             mass: MS performed LU  {at=16455450.27883514, lu_delay=4.952994471415877, ms=00012}
22:49:04.663352 run                             mass: MS performed LU  {at=16455450.366680838, lu_delay=6.238313652575016, ms=00010}
22:49:04.677467 run                osmo-ms-mob/00022: Starting mobile
22:49:04.734640 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.746194 run                             mass: MS start registered  {at=16455450.44954133, delay=0.003025287762284279, ms=00022}
22:49:05.297185 run                osmo-ms-mob/00023: Starting mobile
22:49:05.315014 run       osmo-ms-mob/00023(pid=158): Launched
22:49:05.330835 run                             mass: MS start registered  {at=16455451.034173107, delay=0.0011949464678764343, ms=00023}
22:49:05.696633 run                osmo-ms-mob/00024: Starting mobile
22:49:05.712801 run       osmo-ms-mob/00024(pid=159): Launched
22:49:05.726210 run                             mass: MS start registered  {at=16455451.42955198, delay=0.005788154900074005, ms=00024}
22:49:06.196344 run                osmo-ms-mob/00025: Starting mobile
22:49:06.211297 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.223216 run                             mass: MS start registered  {at=16455451.926564142, delay=0.004865512251853943, ms=00025}
22:49:06.329758 run                             mass: MS performed LU  {at=16455452.0330795, lu_delay=6.1052230801433325, ms=00013}
22:49:06.412805 run                             mass: MS performed LU  {at=16455452.116136711, lu_delay=5.588757950812578, ms=00014}
22:49:06.477325 run                             mass: MS performed LU  {at=16455452.1806549, lu_delay=5.056344352662563, ms=00015}
22:49:06.490172 run                osmo-ms-mob/00026: Starting mobile
22:49:06.625836 run       osmo-ms-mob/00026(pid=161): Launched
22:49:06.632656 run                             mass: MS performed LU  {at=16455452.336011954, lu_delay=4.710377011448145, ms=00016}
22:49:06.638891 run                             mass: MS start registered  {at=16455452.342256352, delay=0.006271015852689743, ms=00026}
22:49:06.996832 run                osmo-ms-mob/00027: Starting mobile
22:49:07.010943 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.022291 run                             mass: MS start registered  {at=16455452.725644302, delay=0.004504045471549034, ms=00027}
22:49:07.396290 run                osmo-ms-mob/00028: Starting mobile
22:49:07.410961 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.422414 run                             mass: MS start registered  {at=16455453.125765745, delay=0.004814252257347107, ms=00028}
22:49:07.800566 run                osmo-ms-mob/00029: Starting mobile
22:49:07.817355 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.829736 run                             mass: MS start registered  {at=16455453.533077959, delay=0.005375845357775688, ms=00029}
22:49:08.197081 run                osmo-ms-mob/00030: Starting mobile
22:49:08.213918 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.227484 run                             mass: MS start registered  {at=16455453.930826452, delay=0.005232084542512894, ms=00030}
22:49:08.314448 run                             mass: MS performed LU  {at=16455454.017779775, lu_delay=5.892928520217538, ms=00017}
22:49:08.342121 run                             mass: MS performed LU  {at=16455454.0454713, lu_delay=5.322096601128578, ms=00018}
22:49:08.429933 run                             mass: MS performed LU  {at=16455454.133263385, lu_delay=5.006095103919506, ms=00019}
22:49:08.445523 run                osmo-ms-mob/00031: Starting mobile
22:49:08.465442 run       osmo-ms-mob/00031(pid=166): Launched
22:49:08.478900 run                             mass: MS start registered  {at=16455454.18224432, delay=0.004921833053231239, ms=00031}
22:49:08.719937 run                             mass: MS performed LU  {at=16455454.423269972, lu_delay=4.794157395139337, ms=00020}
22:49:08.901111 run                osmo-ms-mob/00032: Starting mobile
22:49:08.919355 run       osmo-ms-mob/00032(pid=167): Launched
22:49:08.936372 run                             mass: MS start registered  {at=16455454.639712786, delay=0.007598007097840309, ms=00032}
22:49:09.297762 run                osmo-ms-mob/00033: Starting mobile
22:49:09.317759 run       osmo-ms-mob/00033(pid=168): Launched
22:49:09.331729 run                             mass: MS start registered  {at=16455455.03504916, delay=0.004622455686330795, ms=00033}
22:49:09.696835 run                osmo-ms-mob/00034: Starting mobile
22:49:09.714314 run       osmo-ms-mob/00034(pid=169): Launched
22:49:09.727817 run                             mass: MS start registered  {at=16455455.431157796, delay=0.005323130637407303, ms=00034}
22:49:09.995982 run                osmo-ms-mob/00035: Starting mobile
22:49:10.011307 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.023320 run                             mass: MS start registered  {at=16455455.726667373, delay=0.004999252036213875, ms=00035}
22:49:10.095405 run                             mass: MS performed LU  {at=16455455.798737906, lu_delay=4.764564799144864, ms=00023}
22:49:10.178206 run                             mass: MS performed LU  {at=16455455.881538903, lu_delay=5.431997573003173, ms=00022}
22:49:10.243157 run                             mass: MS performed LU  {at=16455455.94648781, lu_delay=5.820403089746833, ms=00021}
22:49:10.255909 run                osmo-ms-mob/00036: Starting mobile
22:49:10.271241 run       osmo-ms-mob/00036(pid=171): Launched
22:49:10.283699 run                             mass: MS start registered  {at=16455455.98704431, delay=0.005143944174051285, ms=00036}
22:49:10.349204 run                             mass: MS performed LU  {at=16455456.05253725, lu_delay=4.622985269874334, ms=00024}
22:49:10.796243 run                osmo-ms-mob/00037: Starting mobile
22:49:10.810528 run       osmo-ms-mob/00037(pid=172): Launched
22:49:10.822022 run                             mass: MS start registered  {at=16455456.525371704, delay=0.004845639690756798, ms=00037}
22:49:11.098177 run                osmo-ms-mob/00038: Starting mobile
22:49:11.114828 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.128139 run                             mass: MS start registered  {at=16455456.831481276, delay=0.005187856033444405, ms=00038}
22:49:11.542097 run                osmo-ms-mob/00039: Starting mobile
22:49:11.577218 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.594822 run                             mass: Starting too slowly. Moving on {now=16455457.29817519, sleep=-0.10506615228950977, target=16455457.193109037}
22:49:11.611035 run                             mass: MS start registered  {at=16455457.314367522, delay=0.016196660697460175, ms=00039}
22:49:11.628354 run                             mass: Starting too slowly. Moving on {now=16455457.331712825, sleep=-0.03860378824174404, target=16455457.293109037}
22:49:11.805462 run                osmo-ms-mob/00040: Starting mobile
22:49:11.842465 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.866951 run                             mass: MS start registered  {at=16455457.570262061, delay=0.007012680172920227, ms=00040}
22:49:12.080821 run                             mass: MS performed LU  {at=16455457.784126706, lu_delay=5.441870354115963, ms=00026}
22:49:12.114425 run                osmo-ms-mob/00041: Starting mobile
22:49:12.154687 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.180142 run                             mass: MS start registered  {at=16455457.883451957, delay=0.006450006738305092, ms=00041}
22:49:12.198714 run                             mass: MS performed LU  {at=16455457.902051184, lu_delay=5.975487042218447, ms=00025}
22:49:12.251130 run                             mass: MS performed LU  {at=16455457.954452023, lu_delay=5.228807721287012, ms=00027}
22:49:12.269697 run                osmo-ms-mob/00042: Starting mobile
22:49:12.292604 run       osmo-ms-mob/00042(pid=177): Launched
22:49:12.310727 run                             mass: MS start registered  {at=16455458.014061127, delay=4.321150481700897e-05, ms=00042}
22:49:12.342723 run                             mass: MS performed LU  {at=16455458.046027927, lu_delay=4.92026218213141, ms=00028}
22:49:12.802395 run                osmo-ms-mob/00043: Starting mobile
22:49:12.833976 run       osmo-ms-mob/00043(pid=178): Launched
22:49:12.848460 run                             mass: MS start registered  {at=16455458.551802527, delay=3.479607403278351e-05, ms=00043}
22:49:13.098277 run                osmo-ms-mob/00044: Starting mobile
22:49:13.114475 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.127405 run                             mass: MS start registered  {at=16455458.830746824, delay=0.0053435321897268295, ms=00044}
22:49:13.396203 run                osmo-ms-mob/00045: Starting mobile
22:49:13.412298 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.425600 run                             mass: MS start registered  {at=16455459.128922341, delay=0.005672050639986992, ms=00045}
22:49:13.697181 run                osmo-ms-mob/00046: Starting mobile
22:49:13.714678 run       osmo-ms-mob/00046(pid=181): Launched
22:49:13.728100 run                             mass: MS start registered  {at=16455459.431426793, delay=0.005516313016414642, ms=00046}
22:49:13.861603 run                             mass: MS performed LU  {at=16455459.56490245, lu_delay=4.9251896645873785, ms=00032}
22:49:13.944486 run                             mass: MS performed LU  {at=16455459.647787446, lu_delay=4.612738287076354, ms=00033}
22:49:13.961406 run                osmo-ms-mob/00047: Starting mobile
22:49:13.981922 run       osmo-ms-mob/00047(pid=182): Launched
22:49:14.004666 run                             mass: MS start registered  {at=16455459.70796622, delay=0.012767171487212181, ms=00047}
22:49:14.017728 run                             mass: MS performed LU  {at=16455459.721078016, lu_delay=6.188000056892633, ms=00029}
22:49:14.151803 run                             mass: MS performed LU  {at=16455459.855114508, lu_delay=5.924288056790829, ms=00030}
22:49:14.167241 run                osmo-ms-mob/00048: Starting mobile
22:49:14.184336 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.200539 run                             mass: MS start registered  {at=16455459.903866777, delay=0.008248347789049149, ms=00048}
22:49:14.604065 run                osmo-ms-mob/00049: Starting mobile
22:49:14.641022 run       osmo-ms-mob/00049(pid=184): Launched
22:49:14.663692 run                             mass: MS start registered  {at=16455460.367002781, delay=0.0064503103494644165, ms=00049}
22:49:14.905260 run                osmo-ms-mob/00050: Starting mobile
22:49:14.940188 run       osmo-ms-mob/00050(pid=185): Launched
22:49:14.956929 run                             mass: MS start registered  {at=16455460.6602339, delay=0.005822638049721718, ms=00050}
22:49:15.300440 run                osmo-ms-mob/00051: Starting mobile
22:49:15.320149 run       osmo-ms-mob/00051(pid=186): Launched
22:49:15.336893 run                             mass: MS start registered  {at=16455461.040209832, delay=0.0071459803730249405, ms=00051}
22:49:15.603275 run                osmo-ms-mob/00052: Starting mobile
22:49:15.637388 run       osmo-ms-mob/00052(pid=187): Launched
22:49:15.654434 run                             mass: MS start registered  {at=16455461.357766597, delay=0.00048801302909851074, ms=00052}
22:49:15.845305 run                             mass: MS performed LU  {at=16455461.548621068, lu_delay=5.023249363526702, ms=00037}
22:49:15.864319 run                osmo-ms-mob/00053: Starting mobile
22:49:15.884836 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.894635 run                             mass: MS performed LU  {at=16455461.597985761, lu_delay=4.766504485160112, ms=00038}
22:49:15.906288 run                             mass: MS start registered  {at=16455461.609624224, delay=0.011667553335428238, ms=00053}
22:49:15.961581 run                             mass: MS performed LU  {at=16455461.664887955, lu_delay=5.9382205829024315, ms=00035}
22:49:15.989510 run                osmo-ms-mob/00054: Starting mobile
22:49:16.022783 run       osmo-ms-mob/00054(pid=189): Launched
22:49:16.038736 run                             mass: MS performed LU  {at=16455461.74207563, lu_delay=6.310917833819985, ms=00034}
22:49:16.054507 run                             mass: MS start registered  {at=16455461.757856196, delay=0.015821421518921852, ms=00054}
22:49:16.070122 run                             mass: MS performed LU  {at=16455461.773464995, lu_delay=5.786420684307814, ms=00036}
22:49:16.099001 run                osmo-ms-mob/00055: Starting mobile
22:49:16.133873 run       osmo-ms-mob/00055(pid=190): Launched
22:49:16.153377 run                             mass: MS start registered  {at=16455461.856693234, delay=0.003405369818210602, ms=00055}
22:49:16.804054 run                osmo-ms-mob/00056: Starting mobile
22:49:16.838742 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.863213 run                             mass: MS start registered  {at=16455462.566518301, delay=0.008394628763198853, ms=00056}
22:49:17.103121 run                osmo-ms-mob/00057: Starting mobile
22:49:17.125485 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.149510 run                             mass: MS start registered  {at=16455462.852793489, delay=0.013920210301876068, ms=00057}
22:49:17.503040 run                osmo-ms-mob/00058: Starting mobile
22:49:17.535859 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.551903 run                             mass: MS start registered  {at=16455463.25523889, delay=4.076957702636719e-05, ms=00058}
22:49:17.627456 run                             mass: MS performed LU  {at=16455463.330784993, lu_delay=5.316723866388202, ms=00042}
22:49:17.710590 run                             mass: MS performed LU  {at=16455463.413898557, lu_delay=5.843636495992541, ms=00040}
22:49:17.736549 run                osmo-ms-mob/00059: Starting mobile
22:49:17.755872 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.772028 run                             mass: MS start registered  {at=16455463.475364566, delay=4.041008651256561e-05, ms=00059}
22:49:17.787329 run                             mass: MS performed LU  {at=16455463.490670923, lu_delay=6.176303401589394, ms=00039}
22:49:17.918712 run                             mass: MS performed LU  {at=16455463.622007025, lu_delay=5.738555068150163, ms=00041}
22:49:17.938161 run                osmo-ms-mob/00060: Starting mobile
22:49:17.956843 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.973079 run                             mass: MS start registered  {at=16455463.676412016, delay=4.499591886997223e-05, ms=00060}
22:49:17.988734 run                             mass: MS performed LU  {at=16455463.692073578, lu_delay=4.86132675409317, ms=00044}
22:49:18.502674 run                osmo-ms-mob/00061: Starting mobile
22:49:18.528641 run       osmo-ms-mob/00061(pid=196): Launched
22:49:18.542672 run                             mass: MS start registered  {at=16455464.246011106, delay=0.005519023165106773, ms=00061}
22:49:18.801959 run                osmo-ms-mob/00062: Starting mobile
22:49:18.826719 run       osmo-ms-mob/00062(pid=197): Launched
22:49:18.846051 run                             mass: MS start registered  {at=16455464.549375493, delay=0.009966421872377396, ms=00062}
22:49:19.104692 run                osmo-ms-mob/00063: Starting mobile
22:49:19.129677 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.145910 run                             mass: MS start registered  {at=16455464.84923377, delay=0.007843142375349998, ms=00063}
22:49:19.502696 run                osmo-ms-mob/00064: Starting mobile
22:49:19.524939 run       osmo-ms-mob/00064(pid=199): Launched
22:49:19.546038 run                             mass: MS start registered  {at=16455465.249345332, delay=0.011504026129841805, ms=00064}
22:49:19.611689 run                             mass: MS performed LU  {at=16455465.315004883, lu_delay=5.883578089997172, ms=00046}
22:49:19.639074 run                             mass: MS performed LU  {at=16455465.34240414, lu_delay=6.2134817987680435, ms=00045}
22:49:19.726741 run                             mass: MS performed LU  {at=16455465.43006474, lu_delay=5.526197962462902, ms=00048}
22:49:19.745925 run                osmo-ms-mob/00065: Starting mobile
22:49:19.767960 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.783086 run                             mass: MS performed LU  {at=16455465.4864191, lu_delay=5.119416318833828, ms=00049}
22:49:19.791377 run                             mass: MS start registered  {at=16455465.494739044, delay=0.014926794916391373, ms=00065}
22:49:19.818809 run                             mass: MS performed LU  {at=16455465.522130754, lu_delay=5.814164534211159, ms=00047}
22:49:19.836174 run                osmo-ms-mob/00066: Starting mobile
22:49:19.854980 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.876049 run                             mass: MS start registered  {at=16455465.579386313, delay=0.011885708197951317, ms=00066}
22:49:20.598998 run                osmo-ms-mob/00067: Starting mobile
22:49:20.631011 run       osmo-ms-mob/00067(pid=202): Launched
22:49:20.645371 run                             mass: MS start registered  {at=16455466.34870179, delay=4.7186389565467834e-05, ms=00067}
22:49:20.905413 run                osmo-ms-mob/00068: Starting mobile
22:49:20.940036 run       osmo-ms-mob/00068(pid=203): Launched
22:49:20.956487 run                             mass: MS start registered  {at=16455466.659828965, delay=3.783218562602997e-05, ms=00068}
22:49:21.302276 run                osmo-ms-mob/00069: Starting mobile
22:49:21.325836 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.346365 run                             mass: MS start registered  {at=16455467.049697893, delay=0.01191515102982521, ms=00069}
22:49:21.392810 run                             mass: MS performed LU  {at=16455467.096142583, lu_delay=5.738375985994935, ms=00052}
22:49:21.411401 run                             mass: MS performed LU  {at=16455467.114716701, lu_delay=4.548198400065303, ms=00056}
22:49:21.540964 run                             mass: MS performed LU  {at=16455467.244281052, lu_delay=6.204071220010519, ms=00051}
22:49:21.556570 run                osmo-ms-mob/00070: Starting mobile
22:49:21.574112 run       osmo-ms-mob/00070(pid=205): Launched
22:49:21.588666 run                             mass: MS start registered  {at=16455467.291998465, delay=0.006800804287195206, ms=00070}
22:49:21.684151 run                             mass: MS performed LU  {at=16455467.387482027, lu_delay=5.530788792297244, ms=00055}
22:49:21.739158 run                             mass: MS performed LU  {at=16455467.442471042, lu_delay=5.684614846482873, ms=00054}
22:49:22.097282 run                osmo-ms-mob/00071: Starting mobile
22:49:22.113953 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.128930 run                             mass: MS start registered  {at=16455467.83226435, delay=0.006737282499670982, ms=00071}
22:49:22.435601 run                             mass: MS performed LU  {at=16455468.138919411, lu_delay=6.529295187443495, ms=00053}
22:49:22.450427 run                osmo-ms-mob/00072: Starting mobile
22:49:22.467967 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.482539 run                             mass: MS start registered  {at=16455468.185873413, delay=0.006389666348695755, ms=00072}
22:49:22.541620 run                             mass: MS performed LU  {at=16455468.244912755, lu_delay=3.9989016484469175, ms=00061}
22:49:22.745406 run                             mass: MS performed LU  {at=16455468.44872669, lu_delay=3.8993511963635683, ms=00062}
22:49:22.903437 run                osmo-ms-mob/00073: Starting mobile
22:49:22.936615 run       osmo-ms-mob/00073(pid=208): Launched
22:49:22.953582 run                             mass: MS start registered  {at=16455468.65691764, delay=0.0008311569690704346, ms=00073}
22:49:23.257571 run                             mass: MS performed LU  {at=16455468.960883586, lu_delay=5.485519019886851, ms=00059}
22:49:23.278176 run                osmo-ms-mob/00074: Starting mobile
22:49:23.297423 run       osmo-ms-mob/00074(pid=209): Launched
22:49:23.313578 run                             mass: MS performed LU  {at=16455469.0168777, lu_delay=5.761638808995485, ms=00058}
22:49:23.323482 run                             mass: MS start registered  {at=16455469.026840938, delay=0.017199009656906128, ms=00074}
22:49:23.701063 run                osmo-ms-mob/00075: Starting mobile
22:49:23.719283 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.732609 run                             mass: MS start registered  {at=16455469.435947023, delay=0.005230912938714027, ms=00075}
22:49:24.197703 run                osmo-ms-mob/00076: Starting mobile
22:49:24.216504 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.239008 run                             mass: MS start registered  {at=16455469.942337818, delay=0.013978447765111923, ms=00076}
22:49:24.365295 run                             mass: MS performed LU  {at=16455470.068609806, lu_delay=6.392197789624333, ms=00060}
22:49:24.603206 run                osmo-ms-mob/00077: Starting mobile
22:49:24.626142 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.642862 run                             mass: MS start registered  {at=16455470.346193625, delay=0.007451510056853294, ms=00077}
22:49:25.101951 run                osmo-ms-mob/00078: Starting mobile
22:49:25.119430 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.132919 run                             mass: MS start registered  {at=16455470.836246708, delay=0.0042079780250787735, ms=00078}
22:49:25.158540 run                             mass: MS performed LU  {at=16455470.86186762, lu_delay=5.367128575220704, ms=00065}
22:49:25.177192 run                             mass: MS performed LU  {at=16455470.880531283, lu_delay=5.3011449705809355, ms=00066}
22:49:25.214440 run                             mass: MS performed LU  {at=16455470.91777484, lu_delay=6.068541068583727, ms=00063}
22:49:25.228208 run                osmo-ms-mob/00079: Starting mobile
22:49:25.243996 run       osmo-ms-mob/00079(pid=214): Launched
22:49:25.259436 run                             mass: MS start registered  {at=16455470.962774547, delay=0.007538026198744774, ms=00079}
22:49:25.486633 run                             mass: MS performed LU  {at=16455471.189950239, lu_delay=5.940604906529188, ms=00064}
22:49:25.504981 run                             mass: MS performed LU  {at=16455471.208313804, lu_delay=4.859612014144659, ms=00067}
22:49:26.002236 run                osmo-ms-mob/00080: Starting mobile
22:49:26.021980 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.043349 run                             mass: MS start registered  {at=16455471.746683573, delay=0.012623919174075127, ms=00080}
22:49:26.321835 run                             mass: MS performed LU  {at=16455472.025168883, lu_delay=5.365339918062091, ms=00068}
22:49:26.328458 run                             mass: MS performed LU  {at=16455472.031822264, lu_delay=3.845948850736022, ms=00072}
22:49:26.339741 run                osmo-ms-mob/00081: Starting mobile
22:49:26.354074 run       osmo-ms-mob/00081(pid=216): Launched
22:49:26.366390 run                             mass: MS start registered  {at=16455472.069727292, delay=0.005415609106421471, ms=00081}
22:49:26.896434 run                osmo-ms-mob/00082: Starting mobile
22:49:26.912255 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.924849 run                             mass: MS start registered  {at=16455472.628193896, delay=0.005075354129076004, ms=00082}
22:49:27.023073 run                             mass: MS performed LU  {at=16455472.726348426, lu_delay=5.434349961578846, ms=00070}
22:49:27.078461 run                             mass: MS performed LU  {at=16455472.78179897, lu_delay=4.949534619227052, ms=00071}
22:49:27.143482 run                             mass: MS performed LU  {at=16455472.846786706, lu_delay=5.79708881303668, ms=00069}
22:49:27.500039 run                osmo-ms-mob/00083: Starting mobile
22:49:27.517855 run       osmo-ms-mob/00083(pid=218): Launched
22:49:27.531602 run                             mass: MS start registered  {at=16455473.234949335, delay=0.0052612051367759705, ms=00083}
22:49:28.003073 run                osmo-ms-mob/00084: Starting mobile
22:49:28.023615 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.044236 run                             mass: MS start registered  {at=16455473.747549454, delay=0.009165395051240921, ms=00084}
22:49:28.498605 run                osmo-ms-mob/00085: Starting mobile
22:49:28.517691 run       osmo-ms-mob/00085(pid=220): Launched
22:49:28.532654 run                             mass: MS start registered  {at=16455474.23595617, delay=0.006246933713555336, ms=00085}
22:49:28.924001 run                             mass: MS performed LU  {at=16455474.627317777, lu_delay=5.191370753571391, ms=00075}
22:49:29.007878 run                             mass: MS performed LU  {at=16455474.711163172, lu_delay=4.76882535405457, ms=00076}
22:49:29.025019 run                osmo-ms-mob/00086: Starting mobile
22:49:29.043020 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.057231 run                             mass: MS start registered  {at=16455474.760574047, delay=0.0060600899159908295, ms=00086}
22:49:29.072747 run                             mass: MS performed LU  {at=16455474.776055248, lu_delay=6.119137609377503, ms=00073}
22:49:29.178690 run                             mass: MS performed LU  {at=16455474.882010644, lu_delay=5.855169706046581, ms=00074}
22:49:29.704925 run                osmo-ms-mob/00087: Starting mobile
22:49:29.731441 run       osmo-ms-mob/00087(pid=222): Launched
22:49:29.748996 run                             mass: MS start registered  {at=16455475.452330034, delay=0.0003329552710056305, ms=00087}
22:49:30.299808 run                osmo-ms-mob/00088: Starting mobile
22:49:30.316366 run       osmo-ms-mob/00088(pid=223): Launched
22:49:30.330327 run                             mass: MS start registered  {at=16455476.033663316, delay=0.004329079762101173, ms=00088}
22:49:30.896365 run                osmo-ms-mob/00089: Starting mobile
22:49:30.912658 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.920740 run                             mass: MS performed LU  {at=16455476.624090388, lu_delay=6.277896763756871, ms=00077}
22:49:30.929576 run                             mass: MS start registered  {at=16455476.632920468, delay=0.00894278846681118, ms=00089}
22:49:30.937559 run                             mass: MS performed LU  {at=16455476.640913999, lu_delay=5.678139451891184, ms=00079}
22:49:31.024769 run                             mass: MS performed LU  {at=16455476.728089662, lu_delay=22.54584534280002, ms=00031}
22:49:31.080141 run                             mass: MS performed LU  {at=16455476.783463148, lu_delay=5.947216439992189, ms=00078}
22:49:31.098554 run                             mass: MS performed LU  {at=16455476.801900761, lu_delay=5.055217187851667, ms=00080}
22:49:31.112281 run                osmo-ms-mob/00090: Starting mobile
22:49:31.128914 run       osmo-ms-mob/00090(pid=225): Launched
22:49:31.136981 run                             mass: MS performed LU  {at=16455476.840337286, lu_delay=4.7706099934875965, ms=00081}
22:49:31.145272 run                             mass: MS start registered  {at=16455476.848631836, delay=0.008315250277519226, ms=00090}
22:49:32.195875 run                osmo-ms-mob/00091: Starting mobile
22:49:32.210026 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.221802 run                             mass: MS start registered  {at=16455477.925151002, delay=0.004906425252556801, ms=00091}
22:49:32.690935 run                             mass: MS performed LU  {at=16455478.394245492, lu_delay=5.159296156838536, ms=00083}
22:49:32.773137 run                             mass: MS performed LU  {at=16455478.476405315, lu_delay=4.728855861350894, ms=00084}
22:49:32.789800 run                osmo-ms-mob/00092: Starting mobile
22:49:32.807189 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.821019 run                             mass: MS start registered  {at=16455478.524351656, delay=0.005572229623794556, ms=00092}
22:49:32.837923 run                             mass: MS performed LU  {at=16455478.541265538, lu_delay=5.91307164169848, ms=00082}
22:49:33.697886 run                osmo-ms-mob/00093: Starting mobile
22:49:33.712302 run       osmo-ms-mob/00093(pid=228): Launched
22:49:33.725129 run                             mass: MS start registered  {at=16455479.428473808, delay=0.005591459572315216, ms=00093}
22:49:34.601281 run                osmo-ms-mob/00094: Starting mobile
22:49:34.620059 run       osmo-ms-mob/00094(pid=229): Launched
22:49:34.633452 run                             mass: MS start registered  {at=16455480.336773995, delay=0.006058799102902412, ms=00094}
22:49:34.674931 run                             mass: MS performed LU  {at=16455480.37824539, lu_delay=4.925915354862809, ms=00087}
22:49:34.702678 run                             mass: MS performed LU  {at=16455480.40599334, lu_delay=4.372330024838448, ms=00088}
22:49:34.789581 run                             mass: MS performed LU  {at=16455480.492912157, lu_delay=5.732338109984994, ms=00086}
22:49:34.826553 run                             mass: MS performed LU  {at=16455480.529868342, lu_delay=6.293912172317505, ms=00085}
22:49:34.846541 run                             mass: MS performed LU  {at=16455480.549883142, lu_delay=21.998080614954233, ms=00043}
22:49:35.502600 run                osmo-ms-mob/00095: Starting mobile
22:49:35.533668 run       osmo-ms-mob/00095(pid=230): Launched
22:49:35.548884 run                             mass: MS start registered  {at=16455481.252223633, delay=3.658980131149292e-05, ms=00095}
22:49:36.500278 run                osmo-ms-mob/00096: Starting mobile
22:49:36.520431 run       osmo-ms-mob/00096(pid=231): Launched
22:49:36.533666 run                             mass: MS start registered  {at=16455482.237013882, delay=0.005589025095105171, ms=00096}
22:49:36.541611 run                             mass: MS performed LU  {at=16455482.244967628, lu_delay=5.6120471600443125, ms=00089}
22:49:36.604391 run                             mass: MS performed LU  {at=16455482.307720972, lu_delay=5.459089135751128, ms=00090}
22:49:36.926920 run                             mass: MS performed LU  {at=16455482.63024238, lu_delay=21.97000847943127, ms=00050}
22:49:37.597124 run                osmo-ms-mob/00097: Starting mobile
22:49:37.613055 run       osmo-ms-mob/00097(pid=232): Launched
22:49:37.628455 run                             mass: MS start registered  {at=16455483.331772866, delay=0.0073409732431173325, ms=00097}
22:49:38.441139 run                             mass: MS performed LU  {at=16455484.144451953, lu_delay=6.219300951808691, ms=00091}
22:49:38.468595 run                             mass: MS performed LU  {at=16455484.171930073, lu_delay=5.647578416392207, ms=00092}
22:49:38.556298 run                             mass: MS performed LU  {at=16455484.259613007, lu_delay=4.831139199435711, ms=00093}
22:49:38.897459 run                osmo-ms-mob/00098: Starting mobile
22:49:38.913696 run       osmo-ms-mob/00098(pid=233): Launched
22:49:38.926543 run                             mass: MS start registered  {at=16455484.629892373, delay=0.005295064300298691, ms=00098}
22:49:40.222153 run                             mass: MS performed LU  {at=16455485.925488763, lu_delay=4.673265129327774, ms=00095}
22:49:40.304725 run                             mass: MS performed LU  {at=16455486.008017505, lu_delay=23.155224015936255, ms=00057}
22:49:40.369381 run                             mass: MS performed LU  {at=16455486.072715163, lu_delay=5.735941167920828, ms=00094}
22:49:40.697261 run                osmo-ms-mob/00099: Starting mobile
22:49:40.713696 run       osmo-ms-mob/00099(pid=234): Launched
22:49:40.721323 run                             mass: All started... {duration=55.73157982341945, too_slow=2}
22:49:40.728452 run                             mass: MS start registered  {at=16455486.431807408, delay=0.007122723385691643, ms=00099}
22:49:42.206221 run                             mass: MS performed LU  {at=16455487.909541726, lu_delay=4.577768860384822, ms=00097}
22:49:42.343393 run                             mass: MS performed LU  {at=16455488.046664126, lu_delay=5.809650244191289, ms=00096}
22:49:44.071606 run                             mass: MS performed LU  {at=16455489.774883818, lu_delay=5.144991444423795, ms=00098}
22:49:45.972488 run                             mass: MS performed LU  {at=16455491.675818896, lu_delay=5.244011487811804, ms=00099}
22:49:45.979767 run                             mass: Tests done {all_completed=True, max=23.155224015936255, min=3.845948850736022}
22:49:45.986470 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:45.993099 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.997225 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.001302 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.005381 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.009440 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.013646 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.017877 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.022139 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.026394 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.030738 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.035043 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.039420 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.043627 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.047818 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.052031 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.056312 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.060733 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.065274 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.069991 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.074768 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.079489 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.084233 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.088962 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.093676 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.098846 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.103468 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.108031 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.112610 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.117426 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.122038 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.126615 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.131294 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.135970 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.140578 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.145684 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.150508 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.155213 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.159840 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.164812 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.169453 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.174078 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.178719 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.183327 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.187972 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.192584 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.197231 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.201869 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.206515 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.211898 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.216494 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.221115 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.225738 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.230345 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.235017 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.239644 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.247613 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.256862 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.263420 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.268055 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.272611 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.277116 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.281716 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.286283 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.290905 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.295530 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.300183 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.304823 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.309557 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.314214 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.318819 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.324129 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.328789 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.333964 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.339009 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.343927 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.348684 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.353806 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.358654 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.363344 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.367968 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.372591 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.377270 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.382443 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.387157 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.391831 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.396390 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.405833 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.414356 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.419976 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.424484 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.428985 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.433516 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.438006 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.442550 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.447104 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.451678 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.456274 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.460823 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.465370 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.469919 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.474470 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.479010 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.484288 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.488860 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.493395 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.497960 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.502505 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.507062 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.511613 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.516199 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.520886 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.525543 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.530241 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.534919 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.539640 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.544337 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.549018 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.553590 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.558109 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.562577 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.566949 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.571219 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.575380 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.579562 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.583737 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.587875 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.591914 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.595958 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.600105 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.604196 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.608241 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.612418 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.616586 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.620643 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.624704 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.628849 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.632967 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.637023 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.641172 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.645249 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.649379 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.653455 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.657614 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.661772 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.665935 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.670198 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.674464 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.678721 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.683000 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.687274 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.691532 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.695797 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.699949 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.704104 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.708335 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.712524 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.716748 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.720894 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.725109 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.729245 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.733502 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.737757 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.741970 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.746202 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.750421 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.754559 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.758734 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.762895 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.767180 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.771437 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.775635 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.779865 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.784145 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.788472 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.792763 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.797233 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.801622 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.805878 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.810158 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.814356 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.818614 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.822873 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.827224 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.831627 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.836009 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.840530 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.844913 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.849306 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.853810 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.858329 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.862748 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.867152 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.871576 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.875983 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.880387 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.884803 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.889210 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.893499 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.897747 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.901910 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.906085 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.910281 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.914364 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.918526 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.922725 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.926882 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.931036 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.935193 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.939364 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.943547 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.955936 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.960132 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.964321 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.968550 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.970475 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.975147 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.977047 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.981720 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.983577 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.988342 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.990245 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.994894 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.996828 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.001555 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.003445 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.008216 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.010115 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.014850 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.016800 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.021521 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.023452 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.028222 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.030189 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.035004 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.036943 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.041757 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.043703 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.048475 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.050428 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.055177 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.057128 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.061895 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.063831 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.069021 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.070980 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.075784 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.077717 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.082408 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.084345 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.089022 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.090915 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.095620 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.097533 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.102252 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.104184 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.108980 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.110900 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.115573 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.117468 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.122123 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.123997 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.128641 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.130588 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.135336 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.137277 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.142072 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.143987 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.148773 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.150718 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.155485 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.157372 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.162138 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.164078 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.169002 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.170978 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.175748 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.177680 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.182451 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.184334 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.189035 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.190946 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.195605 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.197558 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.202306 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.204233 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.208861 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.210728 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.215365 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.217242 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.221890 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.223777 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.228413 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.230368 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.235056 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.236924 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.241548 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.243415 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.248061 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.249988 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.254653 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.256553 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.261326 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.263223 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.267906 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.270462 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.275183 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.277109 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.281816 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.283694 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.288395 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.290332 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.295096 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.297021 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.301692 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.303632 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.308397 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.310329 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.315046 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.316939 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.321675 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.323538 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.328156 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.330061 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.334776 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.336648 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.341372 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.343257 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.347973 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.349912 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.354581 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.356465 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.361219 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.363119 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.367885 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.369767 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.374474 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.376386 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.381048 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.382936 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.387689 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.389581 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.394308 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.396183 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.400953 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.402878 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.407616 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.409552 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.414300 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.416225 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.420960 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.422868 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.427562 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.429466 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.434167 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.436028 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.440656 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.442527 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.447160 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.449025 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.453635 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.455513 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.460163 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.462049 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.466665 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.468538 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.473187 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.475120 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.479910 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.481845 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.486588 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.488497 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.493267 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.495181 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.499933 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.501854 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.506541 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.508434 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.513152 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.515075 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.519818 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.521696 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.526400 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.528272 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.533002 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.534871 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.539575 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.541527 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.546286 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.548213 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.552963 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.554879 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.559632 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.562714 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.571505 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.574063 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.578817 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.580753 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.585565 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.587527 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.592334 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.594464 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.599265 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.601208 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.606039 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.607975 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.612646 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.614522 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.619231 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.621157 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.625825 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.627746 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.632439 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.634337 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.639010 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.640939 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.645707 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.647639 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.652378 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.654321 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.659073 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.660958 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.665645 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.667532 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.672202 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.674145 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.678912 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.680851 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.685498 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.687369 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.692066 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.693929 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.698563 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.700419 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.705122 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.707029 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.711745 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.713616 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.718271 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.720192 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.724863 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.726743 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.731487 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.733424 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.738096 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.739989 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.744704 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.746612 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.751407 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.753335 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.758023 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.759959 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.764655 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.766518 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.771284 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.773188 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.777925 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.779860 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.784583 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.786469 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.791248 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.793137 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.797808 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.799660 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.804280 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.806117 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.810628 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.812447 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.816956 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.818779 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.823320 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.825136 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.829631 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.831409 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.835847 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.837678 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.842146 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.843900 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.848401 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.850218 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.854722 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.856548 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.860993 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.862783 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.867326 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.869229 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.873818 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.875631 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.880149 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.881982 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.886520 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.888328 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.892719 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.894491 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.898935 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.900747 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.905144 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.906969 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.911359 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.913223 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.917788 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.919628 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.924176 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.926017 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.930560 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.932390 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.936912 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.938728 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.943259 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.945085 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.949617 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.951465 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.956120 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.957993 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.962575 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.964398 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.968983 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.970809 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.975331 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.977145 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.981681 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.983503 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.988041 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.989878 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.994416 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.996244 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.000864 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.002729 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.007284 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.009118 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.013658 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.015479 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.019965 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.021803 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.026456 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.028377 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.033208 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.035305 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.039965 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.041811 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.046354 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.048168 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.052674 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.054444 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.058979 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.060767 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.065317 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.067161 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.071685 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.073512 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.078041 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.079869 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.084543 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.086387 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.090897 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.092717 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.097286 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.099116 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.106673 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.110243 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.118740 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.120873 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.125439 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.127233 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.131651 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.133444 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.137913 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.139700 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.144141 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.145937 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.150380 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.152158 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.156564 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.158389 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.162918 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.164717 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.169184 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.170988 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.175431 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.177245 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.181780 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.183594 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.188078 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.189880 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.194435 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.196251 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.200712 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.202523 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.207078 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.208952 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.213544 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.215443 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.220005 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.221843 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.226338 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.228106 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.232639 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.234500 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.239069 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.240877 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.245378 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.247225 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.251748 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.253577 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.258153 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.260014 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.264767 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.266700 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.271401 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.273384 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.278244 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.280469 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.285304 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.287229 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.292071 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.294021 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.298919 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.300878 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.305747 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.307695 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.312507 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.314435 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.319239 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.321212 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.326035 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.327988 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.332794 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.334728 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.339558 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.341485 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.346276 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.348197 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.352967 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.354887 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.359590 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.361542 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.366307 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.368252 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.772707 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.776307 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8035 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.866715 tst                       trial-8035: Storing JUnit report in /build/trial-8035/run.2025-07-22_22-48-20/trial-8035.xml

--------------------------------------------------------------------------------------------
trial-8035 PASS
--------------------------------------------------------------------------------------------
22:49:51.879992 tst                       trial-8035: trial-8035: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8035/inst
+ cd trial-8035
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-22 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8035-run.tgz run.2025-07-22_22-48-20
+ tar czf /build/trial-8035-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-22_13_26_23.tgz osmo-bts-oc2g.build-2025-07-22_00_51_28.tgz osmo-bts-sysmo.build-2025-07-22_00_51_34.tgz osmo-bts.build-2025-07-22_00_51_39.tgz osmo-ggsn.build-2025-07-22_20_42_35.tgz osmo-hlr.build-2025-07-22_16_36_51.tgz osmo-hnbgw.build-2025-07-22_13_30_28.tgz osmo-mgw.build-2025-07-22_08_33_11.tgz osmo-msc.build-2025-07-22_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-22_07_33_58.tgz osmo-pcu-sysmo.build-2025-07-22_07_36_00.tgz osmo-pcu.build-2025-07-22_07_36_06.tgz osmo-sgsn.build-2025-07-22_20_48_19.tgz osmo-stp.build-2025-07-22_13_25_13.tgz osmo-trx.build-2025-07-22_14_31_08.tgz osmocom-bb.build-2025-07-22_21_17_15.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