Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#26 [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
#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 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#29 CACHED

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b411d08a02d66b1fba54814fc7c694a8b8f033eca6914ad86e846ef4fb9c633f 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7931 -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-04-09 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7931
+ mkdir -p trial-7931
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-09_13_28_55.tgz osmo-bts-oc2g.build-2025-04-09_00_51_39.tgz osmo-bts-sysmo.build-2025-04-09_00_51_38.tgz osmo-bts.build-2025-04-09_00_51_41.tgz osmo-ggsn.build-2025-04-09_20_42_42.tgz osmo-hlr.build-2025-04-09_16_37_02.tgz osmo-hnbgw.build-2025-04-09_13_30_00.tgz osmo-mgw.build-2025-04-09_08_35_26.tgz osmo-msc.build-2025-04-09_18_53_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-09_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-09_07_34_06.tgz osmo-pcu.build-2025-04-09_07_34_06.tgz osmo-sgsn.build-2025-04-09_20_48_26.tgz osmo-stp.build-2025-04-09_13_23_03.tgz osmo-trx.build-2025-04-09_14_27_34.tgz osmocom-bb.build-2025-04-09_21_17_46.tgz srslte.build-19.tgz trial-7931
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-09_13_28_55.md5 osmo-bts-oc2g.build-2025-04-09_00_51_39.md5 osmo-bts-sysmo.build-2025-04-09_00_51_38.md5 osmo-bts.build-2025-04-09_00_51_41.md5 osmo-ggsn.build-2025-04-09_20_42_42.md5 osmo-hlr.build-2025-04-09_16_37_02.md5 osmo-hnbgw.build-2025-04-09_13_30_00.md5 osmo-mgw.build-2025-04-09_08_35_26.md5 osmo-msc.build-2025-04-09_18_53_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-09_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-09_07_34_06.md5 osmo-pcu.build-2025-04-09_07_34_06.md5 osmo-sgsn.build-2025-04-09_20_48_26.md5 osmo-stp.build-2025-04-09_13_23_03.md5 osmo-trx.build-2025-04-09_14_27_34.md5 osmocom-bb.build-2025-04-09_21_17_46.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-09_13_28_55.md5 osmo-bts-oc2g.build-2025-04-09_00_51_39.md5 osmo-bts-sysmo.build-2025-04-09_00_51_38.md5 osmo-bts.build-2025-04-09_00_51_41.md5 osmo-ggsn.build-2025-04-09_20_42_42.md5 osmo-hlr.build-2025-04-09_16_37_02.md5 osmo-hnbgw.build-2025-04-09_13_30_00.md5 osmo-mgw.build-2025-04-09_08_35_26.md5 osmo-msc.build-2025-04-09_18_53_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-09_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-09_07_34_06.md5 osmo-pcu.build-2025-04-09_07_34_06.md5 osmo-sgsn.build-2025-04-09_20_48_26.md5 osmo-stp.build-2025-04-09_13_23_03.md5 osmo-trx.build-2025-04-09_14_27_34.md5 osmocom-bb.build-2025-04-09_21_17_46.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-7931 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7931'
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-7931
--------------------------------------------------------------------------------------------
22:48:22.337207 tst                       trial-7931: Detailed log at /build/trial-7931/run.2025-04-09_22-48-22/log

---------------------------------------------------------------------
trial-7931 netreg_mass
---------------------------------------------------------------------
22:48:22.567312 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.567720 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.568652 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.569978 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.612468 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.613417 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.614755 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.696516 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-7931 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.697433 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.714758 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.715423 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.715963 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.716475 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.716994 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.717536 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.718057 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.765473 tst         register_default_mass.py: using LAC 2
22:48:22.811699 tst         register_default_mass.py: using RAC 2
22:48:22.844621 tst         register_default_mass.py: using CellId 2
22:48:22.880884 tst         register_default_mass.py: using BVCI 3
22:48:22.886897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.887599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.891574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.892157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.892720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.894475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.897401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.900452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.903575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.905482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.907413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.909333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.909966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.910587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.912505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.914407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.928593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.930536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.932578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.934494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.935131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.935776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.936414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.937042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.937677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.938311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.938937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.939555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.940194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.940814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.941436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.942081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.942718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.943354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.944010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.944671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.945312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.945973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.946609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.947250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.947883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.948545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.949182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.949810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.950547 tst      register_default_mass.py:21: Launching a simple network
22:48:22.962814 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.110884 run            create_hlr_db(pid=20): Launched
22:48:24.123489 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.149674 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.169253 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.183420 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.596005 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.628050 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.639619 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.584102 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.634239 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.661612 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.786945 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.803471 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.810980 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.840205 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.857811 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.864516 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.222677 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.241236 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.259446 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.416001 run         osmo-bts-virtual(pid=34): Launched
22:48:36.468507 tst         register_default_mass.py: using MSISDN 1001
22:48:36.474651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.590383 tst         register_default_mass.py: using MSISDN 1002
22:48:36.596383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.667029 tst         register_default_mass.py: using MSISDN 1003
22:48:36.673189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.752233 tst         register_default_mass.py: using MSISDN 1004
22:48:36.758593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.174928 tst         register_default_mass.py: using MSISDN 1005
22:48:37.181234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.273069 tst         register_default_mass.py: using MSISDN 1006
22:48:37.279242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.349792 tst         register_default_mass.py: using MSISDN 1007
22:48:37.355995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.465538 tst         register_default_mass.py: using MSISDN 1008
22:48:37.471637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.559879 tst         register_default_mass.py: using MSISDN 1009
22:48:37.571654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.652532 tst         register_default_mass.py: using MSISDN 1010
22:48:37.658350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.747923 tst         register_default_mass.py: using MSISDN 1011
22:48:37.754621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.840709 tst         register_default_mass.py: using MSISDN 1012
22:48:37.853314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.932898 tst         register_default_mass.py: using MSISDN 1013
22:48:37.944886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:38.016602 tst         register_default_mass.py: using MSISDN 1014
22:48:38.022799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:38.101007 tst         register_default_mass.py: using MSISDN 1015
22:48:38.121874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:38.200859 tst         register_default_mass.py: using MSISDN 1016
22:48:38.207166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.285011 tst         register_default_mass.py: using MSISDN 1017
22:48:38.303348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.396030 tst         register_default_mass.py: using MSISDN 1018
22:48:38.402292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.464722 tst         register_default_mass.py: using MSISDN 1019
22:48:38.470846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.558292 tst         register_default_mass.py: using MSISDN 1020
22:48:38.565952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.638207 tst         register_default_mass.py: using MSISDN 1021
22:48:38.644317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.712809 tst         register_default_mass.py: using MSISDN 1022
22:48:38.724042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.811429 tst         register_default_mass.py: using MSISDN 1023
22:48:38.818259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.895744 tst         register_default_mass.py: using MSISDN 1024
22:48:38.901835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.975548 tst         register_default_mass.py: using MSISDN 1025
22:48:38.981716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:39.066837 tst         register_default_mass.py: using MSISDN 1026
22:48:39.072957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:39.149872 tst         register_default_mass.py: using MSISDN 1027
22:48:39.155834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:39.230448 tst         register_default_mass.py: using MSISDN 1028
22:48:39.239053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:39.315927 tst         register_default_mass.py: using MSISDN 1029
22:48:39.332717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.412273 tst         register_default_mass.py: using MSISDN 1030
22:48:39.418340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.481789 tst         register_default_mass.py: using MSISDN 1031
22:48:39.492335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.560689 tst         register_default_mass.py: using MSISDN 1032
22:48:39.566734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.634966 tst         register_default_mass.py: using MSISDN 1033
22:48:39.641205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.768772 tst         register_default_mass.py: using MSISDN 1034
22:48:39.783399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.867276 tst         register_default_mass.py: using MSISDN 1035
22:48:39.888838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.972293 tst         register_default_mass.py: using MSISDN 1036
22:48:39.993213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:40.075962 tst         register_default_mass.py: using MSISDN 1037
22:48:40.094697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:40.166632 tst         register_default_mass.py: using MSISDN 1038
22:48:40.181455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:40.265826 tst         register_default_mass.py: using MSISDN 1039
22:48:40.280554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:40.367850 tst         register_default_mass.py: using MSISDN 1040
22:48:40.388577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:40.464273 tst         register_default_mass.py: using MSISDN 1041
22:48:40.497359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:40.577169 tst         register_default_mass.py: using MSISDN 1042
22:48:40.595587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.660860 tst         register_default_mass.py: using MSISDN 1043
22:48:40.671694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.756766 tst         register_default_mass.py: using MSISDN 1044
22:48:40.769405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.850769 tst         register_default_mass.py: using MSISDN 1045
22:48:40.872900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.954501 tst         register_default_mass.py: using MSISDN 1046
22:48:40.973191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:41.043239 tst         register_default_mass.py: using MSISDN 1047
22:48:41.049060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:41.127102 tst         register_default_mass.py: using MSISDN 1048
22:48:41.133915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:41.228197 tst         register_default_mass.py: using MSISDN 1049
22:48:41.234257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.313461 tst         register_default_mass.py: using MSISDN 1050
22:48:41.320772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:41.389640 tst         register_default_mass.py: using MSISDN 1051
22:48:41.398963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.474628 tst         register_default_mass.py: using MSISDN 1052
22:48:41.489939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.557381 tst         register_default_mass.py: using MSISDN 1053
22:48:41.563450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.633074 tst         register_default_mass.py: using MSISDN 1054
22:48:41.639334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.722057 tst         register_default_mass.py: using MSISDN 1055
22:48:41.728156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.812543 tst         register_default_mass.py: using MSISDN 1056
22:48:41.818788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.892177 tst         register_default_mass.py: using MSISDN 1057
22:48:41.908514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.991967 tst         register_default_mass.py: using MSISDN 1058
22:48:42.006885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.088221 tst         register_default_mass.py: using MSISDN 1059
22:48:42.094259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.175238 tst         register_default_mass.py: using MSISDN 1060
22:48:42.181384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:43.551208 tst         register_default_mass.py: using MSISDN 1061
22:48:43.560884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:43.635521 tst         register_default_mass.py: using MSISDN 1062
22:48:43.655374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:43.731203 tst         register_default_mass.py: using MSISDN 1063
22:48:43.748420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:43.822489 tst         register_default_mass.py: using MSISDN 1064
22:48:43.838272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:43.911318 tst         register_default_mass.py: using MSISDN 1065
22:48:43.922748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:43.986328 tst         register_default_mass.py: using MSISDN 1066
22:48:43.992402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.074230 tst         register_default_mass.py: using MSISDN 1067
22:48:44.079870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.162792 tst         register_default_mass.py: using MSISDN 1068
22:48:44.183780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.257921 tst         register_default_mass.py: using MSISDN 1069
22:48:44.280124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.357154 tst         register_default_mass.py: using MSISDN 1070
22:48:44.366976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:44.440396 tst         register_default_mass.py: using MSISDN 1071
22:48:44.461475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:44.540474 tst         register_default_mass.py: using MSISDN 1072
22:48:44.546536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:44.644836 tst         register_default_mass.py: using MSISDN 1073
22:48:44.650799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:44.724962 tst         register_default_mass.py: using MSISDN 1074
22:48:44.730937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:44.866006 tst         register_default_mass.py: using MSISDN 1075
22:48:44.888545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:44.973615 tst         register_default_mass.py: using MSISDN 1076
22:48:44.994771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.079749 tst         register_default_mass.py: using MSISDN 1077
22:48:45.099471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.177015 tst         register_default_mass.py: using MSISDN 1078
22:48:45.192232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.262613 tst         register_default_mass.py: using MSISDN 1079
22:48:45.285534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.364785 tst         register_default_mass.py: using MSISDN 1080
22:48:45.385922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.473133 tst         register_default_mass.py: using MSISDN 1081
22:48:45.488465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:45.561454 tst         register_default_mass.py: using MSISDN 1082
22:48:45.581167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:45.660873 tst         register_default_mass.py: using MSISDN 1083
22:48:45.681905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:45.763899 tst         register_default_mass.py: using MSISDN 1084
22:48:45.785002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:45.868848 tst         register_default_mass.py: using MSISDN 1085
22:48:45.888406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:45.951261 tst         register_default_mass.py: using MSISDN 1086
22:48:45.962210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.033073 tst         register_default_mass.py: using MSISDN 1087
22:48:46.053311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.120872 tst         register_default_mass.py: using MSISDN 1088
22:48:46.140603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.214839 tst         register_default_mass.py: using MSISDN 1089
22:48:46.220652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.300217 tst         register_default_mass.py: using MSISDN 1090
22:48:46.320345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.382753 tst         register_default_mass.py: using MSISDN 1091
22:48:46.402985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.477811 tst         register_default_mass.py: using MSISDN 1092
22:48:46.496512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.576536 tst         register_default_mass.py: using MSISDN 1093
22:48:46.597481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.688993 tst         register_default_mass.py: using MSISDN 1094
22:48:46.706481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.782899 tst         register_default_mass.py: using MSISDN 1095
22:48:46.803637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.864515 tst         register_default_mass.py: using MSISDN 1096
22:48:46.879055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:46.957851 tst         register_default_mass.py: using MSISDN 1097
22:48:46.963628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:47.037437 tst         register_default_mass.py: using MSISDN 1098
22:48:47.061695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:47.141217 tst         register_default_mass.py: using MSISDN 1099
22:48:47.152958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:47.227606 tst         register_default_mass.py: using MSISDN 1100
22:48:47.233516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:47.358020 run                             mass: Starting testcase
22:48:47.363864 run                             mass: Pre-launching all virtphy's
22:48:47.369359 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.382697 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:47.388933 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.402138 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:47.408226 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.421572 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:47.427809 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.441263 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:47.447568 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.461293 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:47.467623 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.481139 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:47.487585 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.501143 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:47.507476 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.520962 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:47.527234 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.540688 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:47.546711 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.559761 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.565796 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.579752 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.586090 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.599242 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:47.605473 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.618878 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:47.625216 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.638463 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:47.644600 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.657650 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:47.664165 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.677521 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.683589 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.697080 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.703197 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.716241 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.722292 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.735354 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.741399 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.754553 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.760689 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.773970 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.780025 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.793052 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.799156 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.812464 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.818507 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.831904 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.837943 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.851079 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.857166 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.870315 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.876506 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.889884 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.896021 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.909061 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.915264 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.929140 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.935864 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.949458 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.955577 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.968784 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.974963 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.988232 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.994428 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:48.007673 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:48.013718 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:48.026744 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:48.032810 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:48.045757 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:48.051875 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:48.064960 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:48.071065 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:48.083982 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:48.090156 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:48.103440 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:48.109746 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:48.123359 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:48.129552 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:48.142495 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:48.148554 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:48.161870 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:48.167909 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.181135 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:48.187146 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.200523 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:48.206699 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.219795 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:48.225846 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.238945 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:48.245275 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.258415 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.264603 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.277598 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.283615 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.296657 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.302706 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.315789 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.322035 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.335189 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.479992 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.493145 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.499283 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.512216 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.518814 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.532297 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.538654 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.552280 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.558582 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.572255 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.578969 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.592604 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.598636 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.611641 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.617626 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.630546 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.636553 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.649580 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.655715 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.708058 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.714097 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.726827 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.732722 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.745631 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.751574 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.764420 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:48.770425 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.783240 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:48.789147 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.802147 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:48.808158 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.821235 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:48.827276 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.840474 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:48.846791 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.860150 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:48.866226 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.879528 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:48.885634 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.898737 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:48.905146 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.918842 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:48.925039 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.938247 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:48.944440 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.957635 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:48.963762 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.976800 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:48.982888 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.995986 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:49.002226 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.015899 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:49.022210 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.035705 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:49.042071 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:49.055542 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:49.061686 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:49.074756 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:49.080792 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:49.093964 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:49.099974 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:49.113371 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:49.119440 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:49.132545 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:49.138724 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:49.152607 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:49.159279 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:49.173065 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:49.179448 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:49.192733 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:49.199008 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:49.212131 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:49.218479 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:49.231787 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:49.238083 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:49.251109 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:49.257447 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:49.271206 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:49.277722 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:49.291379 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:49.297656 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:49.310989 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:49.317112 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:49.330762 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:49.336894 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:49.350873 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:49.357240 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:49.371047 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:49.377744 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:49.391481 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:49.398109 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:49.411408 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:49.417629 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.430780 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:49.436966 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.450342 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:49.456398 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.470094 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:49.476527 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.490236 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:49.496386 run                             mass: Checking if sockets are in the filesystem
22:48:49.508629 run                osmo-ms-mob/00000: Starting mobile
22:48:49.522371 run       osmo-ms-mob/00000(pid=135): Launched
22:48:49.534208 run                             mass: MS start registered  {at=7469835.237554396, delay=0.005456169135868549, ms=00000}
22:48:53.710348 run                osmo-ms-mob/00001: Starting mobile
22:48:53.723995 run       osmo-ms-mob/00001(pid=136): Launched
22:48:53.735945 run                             mass: MS start registered  {at=7469839.439262302, delay=0.005190933123230934, ms=00001}
22:48:55.507872 run                osmo-ms-mob/00002: Starting mobile
22:48:55.521559 run       osmo-ms-mob/00002(pid=137): Launched
22:48:55.532830 run                             mass: MS start registered  {at=7469841.236167837, delay=0.005066197365522385, ms=00002}
22:48:55.776406 run                             mass: MS performed LU  {at=7469841.479733441, lu_delay=6.242179045453668, ms=00000}
22:48:56.809160 run                osmo-ms-mob/00003: Starting mobile
22:48:56.823028 run       osmo-ms-mob/00003(pid=138): Launched
22:48:56.834353 run                             mass: MS start registered  {at=7469842.53769857, delay=0.004918811842799187, ms=00003}
22:48:57.917551 run                osmo-ms-mob/00004: Starting mobile
22:48:57.931429 run       osmo-ms-mob/00004(pid=139): Launched
22:48:57.942815 run                             mass: MS start registered  {at=7469843.646158386, delay=0.004979806020855904, ms=00004}
22:48:59.405013 run                osmo-ms-mob/00005: Starting mobile
22:48:59.423707 run       osmo-ms-mob/00005(pid=140): Launched
22:48:59.429995 run                             mass: Starting too slowly. Moving on {now=7469845.13336327, sleep=-0.4278800757601857, target=7469844.705483194}
22:48:59.435776 run                             mass: MS start registered  {at=7469845.139133877, delay=0.005773145705461502, ms=00005}
22:48:59.441611 run                             mass: Starting too slowly. Moving on {now=7469845.144981795, sleep=-0.33949860092252493, target=7469844.805483194}
22:48:59.447283 run                             mass: Starting too slowly. Moving on {now=7469845.150654114, sleep=-0.24517092015594244, target=7469844.905483194}
22:48:59.453192 run                             mass: Starting too slowly. Moving on {now=7469845.156562576, sleep=-0.15107938274741173, target=7469845.005483193}
22:48:59.458825 run                             mass: Starting too slowly. Moving on {now=7469845.162196757, sleep=-0.056713564321398735, target=7469845.105483193}
22:48:59.541843 run                             mass: MS performed LU  {at=7469845.245141315, lu_delay=5.805879013612866, ms=00001}
22:48:59.811758 run                osmo-ms-mob/00006: Starting mobile
22:48:59.825458 run       osmo-ms-mob/00006(pid=141): Launched
22:48:59.836869 run                             mass: MS start registered  {at=7469845.540202235, delay=0.004930275492370129, ms=00006}
22:49:00.708331 run                osmo-ms-mob/00007: Starting mobile
22:49:00.722629 run       osmo-ms-mob/00007(pid=142): Launched
22:49:00.733938 run                             mass: MS start registered  {at=7469846.437285276, delay=0.005040280520915985, ms=00007}
22:49:01.442843 run                             mass: MS performed LU  {at=7469847.146174582, lu_delay=5.910006744787097, ms=00002}
22:49:01.454054 run                osmo-ms-mob/00008: Starting mobile
22:49:01.467517 run       osmo-ms-mob/00008(pid=143): Launched
22:49:01.478913 run                             mass: MS start registered  {at=7469847.182258364, delay=0.004953476600348949, ms=00008}
22:49:01.941147 run                             mass: MS performed LU  {at=7469847.64447446, lu_delay=5.106775890104473, ms=00003}
22:49:02.210289 run                osmo-ms-mob/00009: Starting mobile
22:49:02.224739 run       osmo-ms-mob/00009(pid=144): Launched
22:49:02.236150 run                             mass: MS start registered  {at=7469847.93949633, delay=0.005276218988001347, ms=00009}
22:49:02.908824 run                osmo-ms-mob/00010: Starting mobile
22:49:02.922489 run       osmo-ms-mob/00010(pid=145): Launched
22:49:02.933555 run                             mass: MS start registered  {at=7469848.63690474, delay=0.004726015031337738, ms=00010}
22:49:03.309287 run                             mass: MS performed LU  {at=7469849.012535162, lu_delay=5.366376776248217, ms=00004}
22:49:03.508953 run                osmo-ms-mob/00011: Starting mobile
22:49:03.522752 run       osmo-ms-mob/00011(pid=146): Launched
22:49:03.534342 run                             mass: MS start registered  {at=7469849.237687546, delay=0.005257263779640198, ms=00011}
22:49:04.109537 run                osmo-ms-mob/00012: Starting mobile
22:49:04.123368 run       osmo-ms-mob/00012(pid=147): Launched
22:49:04.134684 run                             mass: MS start registered  {at=7469849.838036705, delay=0.004954492673277855, ms=00012}
22:49:05.075880 run                osmo-ms-mob/00013: Starting mobile
22:49:05.090101 run       osmo-ms-mob/00013(pid=148): Launched
22:49:05.096419 run                             mass: Starting too slowly. Moving on {now=7469850.799787973, sleep=-0.29430480021983385, target=7469850.505483173}
22:49:05.102551 run                             mass: Starting too slowly. Moving on {now=7469850.805919429, sleep=-0.20043625682592392, target=7469850.605483172}
22:49:05.108292 run                             mass: MS start registered  {at=7469850.811652026, delay=0.01186644658446312, ms=00013}
22:49:05.114244 run                             mass: Starting too slowly. Moving on {now=7469850.817613896, sleep=-0.11213072389364243, target=7469850.705483172}
22:49:05.120328 run                             mass: Starting too slowly. Moving on {now=7469850.823697213, sleep=-0.018214041367173195, target=7469850.805483172}
22:49:05.309037 run                osmo-ms-mob/00014: Starting mobile
22:49:05.322372 run       osmo-ms-mob/00014(pid=149): Launched
22:49:05.333889 run                             mass: MS start registered  {at=7469851.037229302, delay=0.005129833705723286, ms=00014}
22:49:05.679327 run                             mass: MS performed LU  {at=7469851.382660827, lu_delay=5.842458591796458, ms=00006}
22:49:05.918481 run                osmo-ms-mob/00015: Starting mobile
22:49:05.932138 run       osmo-ms-mob/00015(pid=150): Launched
22:49:05.943706 run                             mass: MS start registered  {at=7469851.647045561, delay=0.005077592097222805, ms=00015}
22:49:05.961328 run                             mass: MS performed LU  {at=7469851.664604596, lu_delay=5.227319319732487, ms=00007}
22:49:06.411685 run                osmo-ms-mob/00016: Starting mobile
22:49:06.432605 run       osmo-ms-mob/00016(pid=151): Launched
22:49:06.444140 run                             mass: MS start registered  {at=7469852.147489046, delay=0.005307353101670742, ms=00016}
22:49:06.910072 run                osmo-ms-mob/00017: Starting mobile
22:49:06.924296 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.935836 run                             mass: MS start registered  {at=7469852.639180484, delay=0.0052217766642570496, ms=00017}
22:49:06.971774 run                             mass: MS performed LU  {at=7469852.67509815, lu_delay=4.73560182005167, ms=00009}
22:49:07.073606 run                             mass: MS performed LU  {at=7469852.776936819, lu_delay=5.594678455032408, ms=00008}
22:49:07.508191 run                osmo-ms-mob/00018: Starting mobile
22:49:07.521854 run       osmo-ms-mob/00018(pid=153): Launched
22:49:07.533074 run                             mass: MS start registered  {at=7469853.236416026, delay=0.005113775841891766, ms=00018}
22:49:07.908414 run                osmo-ms-mob/00019: Starting mobile
22:49:07.922619 run       osmo-ms-mob/00019(pid=154): Launched
22:49:07.934661 run                             mass: MS start registered  {at=7469853.638006045, delay=0.005557464435696602, ms=00019}
22:49:08.408459 run                osmo-ms-mob/00020: Starting mobile
22:49:08.422282 run       osmo-ms-mob/00020(pid=155): Launched
22:49:08.433870 run                             mass: MS start registered  {at=7469854.137210554, delay=0.005275373347103596, ms=00020}
22:49:08.873339 run                             mass: MS performed LU  {at=7469854.576673781, lu_delay=4.7386370757594705, ms=00012}
22:49:08.885644 run                osmo-ms-mob/00021: Starting mobile
22:49:08.899234 run       osmo-ms-mob/00021(pid=156): Launched
22:49:08.910681 run                             mass: MS start registered  {at=7469854.614021445, delay=0.005111080594360828, ms=00021}
22:49:08.975678 run                             mass: MS performed LU  {at=7469854.678923819, lu_delay=5.441236273385584, ms=00011}
22:49:09.021053 run                             mass: MS performed LU  {at=7469854.724388703, lu_delay=6.087483962997794, ms=00010}
22:49:09.320713 run                osmo-ms-mob/00022: Starting mobile
22:49:09.335117 run       osmo-ms-mob/00022(pid=157): Launched
22:49:09.346834 run                             mass: MS start registered  {at=7469855.050189312, delay=0.0017799688503146172, ms=00022}
22:49:09.825566 run                osmo-ms-mob/00023: Starting mobile
22:49:09.848196 run       osmo-ms-mob/00023(pid=158): Launched
22:49:09.863300 run                             mass: MS start registered  {at=7469855.566634396, delay=0.007142200134694576, ms=00023}
22:49:10.220226 run                osmo-ms-mob/00024: Starting mobile
22:49:10.235774 run       osmo-ms-mob/00024(pid=159): Launched
22:49:10.246919 run                             mass: MS start registered  {at=7469855.950269622, delay=0.004742283374071121, ms=00024}
22:49:10.712217 run                osmo-ms-mob/00025: Starting mobile
22:49:10.725186 run       osmo-ms-mob/00025(pid=160): Launched
22:49:10.735921 run                             mass: MS start registered  {at=7469856.439269308, delay=0.004706284962594509, ms=00025}
22:49:10.742260 run                             mass: MS performed LU  {at=7469856.44561677, lu_delay=5.408387467265129, ms=00014}
22:49:10.839559 run                             mass: MS performed LU  {at=7469856.542849794, lu_delay=4.895804232917726, ms=00015}
22:49:11.121132 run                osmo-ms-mob/00026: Starting mobile
22:49:11.134760 run       osmo-ms-mob/00026(pid=161): Launched
22:49:11.145960 run                             mass: MS start registered  {at=7469856.849309383, delay=0.00492057204246521, ms=00026}
22:49:11.265438 run                             mass: MS performed LU  {at=7469856.968693504, lu_delay=4.821204458363354, ms=00016}
22:49:11.508598 run                osmo-ms-mob/00027: Starting mobile
22:49:11.522989 run       osmo-ms-mob/00027(pid=162): Launched
22:49:11.534176 run                             mass: MS start registered  {at=7469857.237513466, delay=0.00490492582321167, ms=00027}
22:49:11.925503 run                osmo-ms-mob/00028: Starting mobile
22:49:11.939455 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.950446 run                             mass: MS start registered  {at=7469857.653797435, delay=0.004619215615093708, ms=00028}
22:49:12.329454 run                osmo-ms-mob/00029: Starting mobile
22:49:12.346071 run       osmo-ms-mob/00029(pid=164): Launched
22:49:12.357219 run                             mass: MS start registered  {at=7469858.060558155, delay=0.004832603968679905, ms=00029}
22:49:12.724090 run                osmo-ms-mob/00030: Starting mobile
22:49:12.737990 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.744383 run                             mass: MS performed LU  {at=7469858.44774025, lu_delay=5.808559766039252, ms=00017}
22:49:12.750269 run                             mass: MS start registered  {at=7469858.453635604, delay=0.0059129782021045685, ms=00030}
22:49:12.768510 run                             mass: MS performed LU  {at=7469858.471861427, lu_delay=4.833855382166803, ms=00019}
22:49:12.787120 run                             mass: MS performed LU  {at=7469858.490462884, lu_delay=5.254046858288348, ms=00018}
22:49:12.799879 run                osmo-ms-mob/00031: Starting mobile
22:49:12.813162 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.823896 run                             mass: MS start registered  {at=7469858.527248786, delay=0.004549103789031506, ms=00031}
22:49:13.410249 run                osmo-ms-mob/00032: Starting mobile
22:49:13.424140 run       osmo-ms-mob/00032(pid=167): Launched
22:49:13.435708 run                             mass: MS start registered  {at=7469859.139053509, delay=0.004675684496760368, ms=00032}
22:49:13.809318 run                osmo-ms-mob/00033: Starting mobile
22:49:13.823254 run       osmo-ms-mob/00033(pid=168): Launched
22:49:13.834699 run                             mass: MS start registered  {at=7469859.538046867, delay=0.004906501621007919, ms=00033}
22:49:14.221773 run                osmo-ms-mob/00034: Starting mobile
22:49:14.235649 run       osmo-ms-mob/00034(pid=169): Launched
22:49:14.247480 run                             mass: MS start registered  {at=7469859.950811948, delay=0.0050184885039925575, ms=00034}
22:49:14.531584 run                osmo-ms-mob/00035: Starting mobile
22:49:14.546494 run       osmo-ms-mob/00035(pid=170): Launched
22:49:14.552973 run                             mass: MS performed LU  {at=7469860.25633028, lu_delay=5.642308834940195, ms=00021}
22:49:14.559176 run                             mass: MS performed LU  {at=7469860.26253865, lu_delay=5.212349338456988, ms=00022}
22:49:14.565009 run                             mass: MS start registered  {at=7469860.268374673, delay=0.012065490707755089, ms=00035}
22:49:14.605769 run                             mass: MS performed LU  {at=7469860.309048382, lu_delay=4.742413985542953, ms=00023}
22:49:14.617436 run                osmo-ms-mob/00036: Starting mobile
22:49:14.630663 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.641657 run                             mass: MS start registered  {at=7469860.345005516, delay=0.004799428395926952, ms=00036}
22:49:14.796740 run                             mass: MS performed LU  {at=7469860.499979749, lu_delay=6.362769194878638, ms=00020}
22:49:15.049713 run                             mass: MS performed LU  {at=7469860.752962369, lu_delay=4.80269274674356, ms=00024}
22:49:15.316684 run                osmo-ms-mob/00037: Starting mobile
22:49:15.330225 run       osmo-ms-mob/00037(pid=172): Launched
22:49:15.341578 run                             mass: MS start registered  {at=7469861.044921476, delay=0.00501919724047184, ms=00037}
22:49:15.623282 run                osmo-ms-mob/00038: Starting mobile
22:49:15.636993 run       osmo-ms-mob/00038(pid=173): Launched
22:49:15.648371 run                             mass: MS start registered  {at=7469861.351720405, delay=0.0052883196622133255, ms=00038}
22:49:15.923580 run                osmo-ms-mob/00039: Starting mobile
22:49:15.939185 run       osmo-ms-mob/00039(pid=174): Launched
22:49:15.950669 run                             mass: MS start registered  {at=7469861.654020882, delay=0.004823907278478146, ms=00039}
22:49:16.307889 run                osmo-ms-mob/00040: Starting mobile
22:49:16.321581 run       osmo-ms-mob/00040(pid=175): Launched
22:49:16.332728 run                             mass: MS start registered  {at=7469862.036073741, delay=0.004797377623617649, ms=00040}
22:49:16.507440 run                             mass: MS performed LU  {at=7469862.210691178, lu_delay=5.36138179525733, ms=00026}
22:49:16.530293 run                osmo-ms-mob/00041: Starting mobile
22:49:16.544520 run       osmo-ms-mob/00041(pid=176): Launched
22:49:16.550764 run                             mass: MS performed LU  {at=7469862.254123496, lu_delay=5.814854187890887, ms=00025}
22:49:16.557284 run                             mass: MS performed LU  {at=7469862.260648214, lu_delay=5.023134748451412, ms=00027}
22:49:16.563301 run                             mass: MS start registered  {at=7469862.266644652, delay=0.012537865899503231, ms=00041}
22:49:16.574878 run                osmo-ms-mob/00042: Starting mobile
22:49:16.588465 run       osmo-ms-mob/00042(pid=177): Launched
22:49:16.599852 run                             mass: MS start registered  {at=7469862.303203204, delay=0.005135994404554367, ms=00042}
22:49:16.715414 run                             mass: MS performed LU  {at=7469862.418663592, lu_delay=4.764866157434881, ms=00028}
22:49:17.324593 run                osmo-ms-mob/00043: Starting mobile
22:49:17.338782 run       osmo-ms-mob/00043(pid=178): Launched
22:49:17.350405 run                             mass: MS start registered  {at=7469863.053754383, delay=0.005259841680526733, ms=00043}
22:49:17.625845 run                osmo-ms-mob/00044: Starting mobile
22:49:17.639477 run       osmo-ms-mob/00044(pid=179): Launched
22:49:17.650541 run                             mass: MS start registered  {at=7469863.353893132, delay=0.005089856684207916, ms=00044}
22:49:17.908569 run                osmo-ms-mob/00045: Starting mobile
22:49:17.922378 run       osmo-ms-mob/00045(pid=180): Launched
22:49:17.933572 run                             mass: MS start registered  {at=7469863.636923567, delay=0.005103125236928463, ms=00045}
22:49:18.223231 run                osmo-ms-mob/00046: Starting mobile
22:49:18.237234 run       osmo-ms-mob/00046(pid=181): Launched
22:49:18.248485 run                             mass: MS start registered  {at=7469863.951838516, delay=0.00487526785582304, ms=00046}
22:49:18.288774 run                             mass: MS performed LU  {at=7469863.992026464, lu_delay=5.931468308903277, ms=00029}
22:49:18.371480 run                             mass: MS performed LU  {at=7469864.074737856, lu_delay=4.935684347525239, ms=00032}
22:49:18.392788 run                osmo-ms-mob/00047: Starting mobile
22:49:18.406835 run       osmo-ms-mob/00047(pid=182): Launched
22:49:18.418340 run                             mass: MS start registered  {at=7469864.121690278, delay=0.005063983611762524, ms=00047}
22:49:18.542658 run                             mass: MS performed LU  {at=7469864.24590644, lu_delay=5.792270835489035, ms=00030}
22:49:18.560754 run                             mass: MS performed LU  {at=7469864.26408707, lu_delay=5.7368382839486, ms=00031}
22:49:18.572348 run                osmo-ms-mob/00048: Starting mobile
22:49:18.586400 run       osmo-ms-mob/00048(pid=183): Launched
22:49:18.597753 run                             mass: MS start registered  {at=7469864.301105549, delay=0.005039324052631855, ms=00048}
22:49:19.125885 run                osmo-ms-mob/00049: Starting mobile
22:49:19.143557 run       osmo-ms-mob/00049(pid=184): Launched
22:49:19.154743 run                             mass: MS start registered  {at=7469864.858094061, delay=0.005051453597843647, ms=00049}
22:49:19.408675 run                osmo-ms-mob/00050: Starting mobile
22:49:19.421995 run       osmo-ms-mob/00050(pid=185): Launched
22:49:19.433684 run                             mass: MS start registered  {at=7469865.137027977, delay=0.005070156417787075, ms=00050}
22:49:19.812867 run                osmo-ms-mob/00051: Starting mobile
22:49:19.826261 run       osmo-ms-mob/00051(pid=186): Launched
22:49:19.837850 run                             mass: MS start registered  {at=7469865.54119937, delay=0.00505733210593462, ms=00051}
22:49:20.122651 run                osmo-ms-mob/00052: Starting mobile
22:49:20.136784 run       osmo-ms-mob/00052(pid=187): Launched
22:49:20.148117 run                             mass: MS start registered  {at=7469865.851464198, delay=0.004901333712041378, ms=00052}
22:49:20.227701 run                             mass: MS performed LU  {at=7469865.930956746, lu_delay=5.6625820733606815, ms=00035}
22:49:20.301245 run                             mass: MS performed LU  {at=7469866.004494836, lu_delay=4.959573359228671, ms=00037}
22:49:20.329156 run                osmo-ms-mob/00053: Starting mobile
22:49:20.342365 run       osmo-ms-mob/00053(pid=188): Launched
22:49:20.348855 run                             mass: MS performed LU  {at=7469866.052212525, lu_delay=5.707207009196281, ms=00036}
22:49:20.354754 run                             mass: MS start registered  {at=7469866.058120648, delay=0.005927087739109993, ms=00053}
22:49:20.481636 run                             mass: MS performed LU  {at=7469866.184887669, lu_delay=6.2340757213532925, ms=00034}
22:49:20.507798 run                osmo-ms-mob/00054: Starting mobile
22:49:20.521042 run       osmo-ms-mob/00054(pid=189): Launched
22:49:20.532002 run                             mass: MS start registered  {at=7469866.235355725, delay=0.004862506873905659, ms=00054}
22:49:21.021780 run                osmo-ms-mob/00055: Starting mobile
22:49:21.036118 run       osmo-ms-mob/00055(pid=190): Launched
22:49:21.047636 run                             mass: MS start registered  {at=7469866.750984982, delay=0.005126493982970715, ms=00055}
22:49:21.196808 run                             mass: MS performed LU  {at=7469866.900066556, lu_delay=5.548346151597798, ms=00038}
22:49:21.309659 run                osmo-ms-mob/00056: Starting mobile
22:49:21.324863 run       osmo-ms-mob/00056(pid=191): Launched
22:49:21.336267 run                             mass: MS start registered  {at=7469867.039618083, delay=0.004885372705757618, ms=00056}
22:49:21.367657 run                             mass: MS performed LU  {at=7469867.070914263, lu_delay=21.931780385784805, ms=00005}
22:49:21.545841 run                             mass: MS performed LU  {at=7469867.249170183, lu_delay=3.895277051255107, ms=00044}
22:49:21.558251 run                osmo-ms-mob/00057: Starting mobile
22:49:21.572236 run       osmo-ms-mob/00057(pid=192): Launched
22:49:21.584066 run                             mass: MS start registered  {at=7469867.28741214, delay=0.0052611930295825005, ms=00057}
22:49:22.014830 run                osmo-ms-mob/00058: Starting mobile
22:49:22.028867 run       osmo-ms-mob/00058(pid=193): Launched
22:49:22.040233 run                             mass: MS start registered  {at=7469867.743578469, delay=0.005015325732529163, ms=00058}
22:49:22.053782 run                             mass: MS performed LU  {at=7469867.757129559, lu_delay=5.721055818721652, ms=00040}
22:49:22.071517 run                             mass: MS performed LU  {at=7469867.774850057, lu_delay=5.508205405436456, ms=00041}
22:49:22.083598 run                osmo-ms-mob/00059: Starting mobile
22:49:22.097622 run       osmo-ms-mob/00059(pid=194): Launched
22:49:22.103962 run                             mass: MS performed LU  {at=7469867.807321721, lu_delay=5.504118517041206, ms=00042}
22:49:22.110428 run                             mass: MS start registered  {at=7469867.813792606, delay=0.006490388885140419, ms=00059}
22:49:22.381181 run                             mass: MS performed LU  {at=7469868.084495483, lu_delay=5.030741100199521, ms=00043}
22:49:22.403172 run                osmo-ms-mob/00060: Starting mobile
22:49:22.417205 run       osmo-ms-mob/00060(pid=195): Launched
22:49:22.423549 run                             mass: MS performed LU  {at=7469868.12690688, lu_delay=6.472885997965932, ms=00039}
22:49:22.430025 run                             mass: MS start registered  {at=7469868.133389243, delay=0.006501464173197746, ms=00060}
22:49:23.016645 run                osmo-ms-mob/00061: Starting mobile
22:49:23.031776 run       osmo-ms-mob/00061(pid=196): Launched
22:49:23.043521 run                             mass: MS start registered  {at=7469868.746871063, delay=0.005087568424642086, ms=00061}
22:49:23.289773 run                             mass: MS performed LU  {at=7469868.993015582, lu_delay=3.8559876047074795, ms=00050}
22:49:23.325619 run                osmo-ms-mob/00062: Starting mobile
22:49:23.340739 run       osmo-ms-mob/00062(pid=197): Launched
22:49:23.347460 run                             mass: MS performed LU  {at=7469869.050816419, lu_delay=4.192722357809544, ms=00049}
22:49:23.353824 run                             mass: MS start registered  {at=7469869.057188277, delay=0.006391383707523346, ms=00062}
22:49:23.623974 run                osmo-ms-mob/00063: Starting mobile
22:49:23.637953 run       osmo-ms-mob/00063(pid=198): Launched
22:49:23.649451 run                             mass: MS start registered  {at=7469869.352799104, delay=0.005368856713175774, ms=00063}
22:49:23.993977 run                             mass: MS performed LU  {at=7469869.697231839, lu_delay=6.060308272019029, ms=00045}
22:49:24.017569 run                osmo-ms-mob/00064: Starting mobile
22:49:24.031267 run       osmo-ms-mob/00064(pid=199): Launched
22:49:24.042492 run                             mass: MS start registered  {at=7469869.745842918, delay=0.004886140115559101, ms=00064}
22:49:24.066213 run                             mass: MS performed LU  {at=7469869.769540045, lu_delay=5.46843449678272, ms=00048}
22:49:24.084454 run                             mass: MS performed LU  {at=7469869.787732029, lu_delay=5.835893513634801, ms=00046}
22:49:24.424932 run                osmo-ms-mob/00065: Starting mobile
22:49:24.438901 run       osmo-ms-mob/00065(pid=200): Launched
22:49:24.450439 run                             mass: MS start registered  {at=7469870.153781157, delay=0.005159452557563782, ms=00065}
22:49:24.708837 run                osmo-ms-mob/00066: Starting mobile
22:49:24.727814 run       osmo-ms-mob/00066(pid=201): Launched
22:49:24.739552 run                             mass: MS start registered  {at=7469870.442891369, delay=0.0056157102808356285, ms=00066}
22:49:25.118282 run                osmo-ms-mob/00067: Starting mobile
22:49:25.133192 run       osmo-ms-mob/00067(pid=202): Launched
22:49:25.144344 run                             mass: MS start registered  {at=7469870.847696401, delay=0.0048672789707779884, ms=00067}
22:49:25.421268 run                osmo-ms-mob/00068: Starting mobile
22:49:25.435790 run       osmo-ms-mob/00068(pid=203): Launched
22:49:25.496759 run                             mass: MS start registered  {at=7469871.200031769, delay=0.054451288655400276, ms=00068}
22:49:25.817392 run                osmo-ms-mob/00069: Starting mobile
22:49:25.834495 run       osmo-ms-mob/00069(pid=204): Launched
22:49:25.840943 run                             mass: MS performed LU  {at=7469871.54429907, lu_delay=5.486178421415389, ms=00053}
22:49:25.846803 run                             mass: MS performed LU  {at=7469871.550168188, lu_delay=4.510550105012953, ms=00056}
22:49:25.852599 run                             mass: MS start registered  {at=7469871.555966055, delay=0.011686134152114391, ms=00069}
22:49:25.858696 run                             mass: MS performed LU  {at=7469871.562057391, lu_delay=5.710593192838132, ms=00052}
22:49:25.869551 run                osmo-ms-mob/00070: Starting mobile
22:49:25.883388 run       osmo-ms-mob/00070(pid=205): Launched
22:49:25.894511 run                             mass: MS start registered  {at=7469871.597862887, delay=0.00479800533503294, ms=00070}
22:49:26.148128 run                             mass: MS performed LU  {at=7469871.851383684, lu_delay=6.31018431391567, ms=00051}
22:49:26.165318 run                             mass: MS performed LU  {at=7469871.868672589, lu_delay=4.581260449253023, ms=00057}
22:49:26.618344 run                osmo-ms-mob/00071: Starting mobile
22:49:26.632570 run       osmo-ms-mob/00071(pid=206): Launched
22:49:26.644256 run                             mass: MS start registered  {at=7469872.347605519, delay=0.005244673229753971, ms=00071}
22:49:26.766694 run                             mass: MS performed LU  {at=7469872.469922547, lu_delay=4.3365333043038845, ms=00060}
22:49:26.891136 run                             mass: MS performed LU  {at=7469872.594368939, lu_delay=6.359013214707375, ms=00054}
22:49:26.909766 run                             mass: MS performed LU  {at=7469872.612889675, lu_delay=5.861904693767428, ms=00055}
22:49:26.928982 run                osmo-ms-mob/00072: Starting mobile
22:49:26.942992 run       osmo-ms-mob/00072(pid=207): Launched
22:49:26.955079 run                             mass: MS start registered  {at=7469872.658426316, delay=0.005316857248544693, ms=00072}
22:49:27.031087 run                             mass: MS performed LU  {at=7469872.734319812, lu_delay=4.990741342306137, ms=00058}
22:49:27.052509 run                             mass: MS performed LU  {at=7469872.755838424, lu_delay=4.942045818082988, ms=00059}
22:49:27.058623 run                             mass: MS performed LU  {at=7469872.76199049, lu_delay=3.7048022132366896, ms=00062}
22:49:27.070360 run                osmo-ms-mob/00073: Starting mobile
22:49:27.084493 run       osmo-ms-mob/00073(pid=208): Launched
22:49:27.096219 run                             mass: MS start registered  {at=7469872.799575582, delay=0.005038251169025898, ms=00073}
22:49:27.759610 run                             mass: MS performed LU  {at=7469873.462872371, lu_delay=22.651220344938338, ms=00013}
22:49:27.777559 run                osmo-ms-mob/00074: Starting mobile
22:49:27.791492 run       osmo-ms-mob/00074(pid=209): Launched
22:49:27.802744 run                             mass: MS start registered  {at=7469873.506095175, delay=0.005005226470530033, ms=00074}
22:49:27.809117 run                             mass: MS performed LU  {at=7469873.512473111, lu_delay=4.765602048486471, ms=00061}
22:49:28.209024 run                osmo-ms-mob/00075: Starting mobile
22:49:28.223300 run       osmo-ms-mob/00075(pid=210): Launched
22:49:28.235210 run                             mass: MS start registered  {at=7469873.938563306, delay=0.005042573437094688, ms=00075}
22:49:28.709221 run                osmo-ms-mob/00076: Starting mobile
22:49:28.723106 run       osmo-ms-mob/00076(pid=211): Launched
22:49:28.734829 run                             mass: MS start registered  {at=7469874.438178285, delay=0.005106437020003796, ms=00076}
22:49:29.125930 run                osmo-ms-mob/00077: Starting mobile
22:49:29.139658 run       osmo-ms-mob/00077(pid=212): Launched
22:49:29.151174 run                             mass: MS start registered  {at=7469874.854492506, delay=0.005292500369250774, ms=00077}
22:49:29.586278 run                             mass: MS performed LU  {at=7469875.289525071, lu_delay=5.936725967563689, ms=00063}
22:49:29.612970 run                osmo-ms-mob/00078: Starting mobile
22:49:29.627325 run       osmo-ms-mob/00078(pid=213): Launched
22:49:29.633776 run                             mass: MS performed LU  {at=7469875.337132009, lu_delay=5.1833508517593145, ms=00065}
22:49:29.640033 run                             mass: MS performed LU  {at=7469875.343379166, lu_delay=4.90048779733479, ms=00066}
22:49:29.646420 run                             mass: MS start registered  {at=7469875.34978367, delay=0.01267286203801632, ms=00078}
22:49:29.913393 run                             mass: MS performed LU  {at=7469875.616637718, lu_delay=5.870794800110161, ms=00064}
22:49:29.940992 run                osmo-ms-mob/00079: Starting mobile
22:49:29.954021 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.960117 run                             mass: MS performed LU  {at=7469875.663475791, lu_delay=4.815779389813542, ms=00067}
22:49:29.966112 run                             mass: MS start registered  {at=7469875.669477213, delay=0.006018907763063908, ms=00079}
22:49:30.508441 run                osmo-ms-mob/00080: Starting mobile
22:49:30.522157 run       osmo-ms-mob/00080(pid=215): Launched
22:49:30.534499 run                             mass: MS start registered  {at=7469876.237844818, delay=0.00595532450824976, ms=00080}
22:49:31.044429 run                osmo-ms-mob/00081: Starting mobile
22:49:31.060387 run       osmo-ms-mob/00081(pid=216): Launched
22:49:31.072716 run                             mass: MS start registered  {at=7469876.776035192, delay=0.006101722829043865, ms=00081}
22:49:31.586398 run                osmo-ms-mob/00082: Starting mobile
22:49:31.606789 run       osmo-ms-mob/00082(pid=217): Launched
22:49:31.613128 run                             mass: Starting too slowly. Moving on {now=7469877.316496761, sleep=-0.11101368721574545, target=7469877.205483073}
22:49:31.619282 run                             mass: MS performed LU  {at=7469877.322638235, lu_delay=5.76667218003422, ms=00069}
22:49:31.625448 run                             mass: Starting too slowly. Moving on {now=7469877.328816606, sleep=-0.023333532735705376, target=7469877.305483073}
22:49:31.631341 run                             mass: MS performed LU  {at=7469877.334702881, lu_delay=5.736839993856847, ms=00070}
22:49:31.637396 run                             mass: MS start registered  {at=7469877.340762969, delay=0.024268398992717266, ms=00082}
22:49:31.888565 run                             mass: MS performed LU  {at=7469877.591896409, lu_delay=4.792320827022195, ms=00073}
22:49:32.023671 run                osmo-ms-mob/00083: Starting mobile
22:49:32.037416 run       osmo-ms-mob/00083(pid=218): Launched
22:49:32.049235 run                             mass: MS start registered  {at=7469877.752577312, delay=0.00564496498554945, ms=00083}
22:49:32.483573 run                             mass: MS performed LU  {at=7469878.186864192, lu_delay=5.528437875211239, ms=00072}
22:49:32.504613 run                osmo-ms-mob/00084: Starting mobile
22:49:32.518101 run       osmo-ms-mob/00084(pid=219): Launched
22:49:32.524607 run                             mass: MS performed LU  {at=7469878.227964314, lu_delay=5.88035879470408, ms=00071}
22:49:32.530595 run                             mass: MS start registered  {at=7469878.233961293, delay=0.006015101447701454, ms=00084}
22:49:33.012164 run                osmo-ms-mob/00085: Starting mobile
22:49:33.026691 run       osmo-ms-mob/00085(pid=220): Launched
22:49:33.038527 run                             mass: MS start registered  {at=7469878.741875623, delay=0.005148780532181263, ms=00085}
22:49:33.433869 run                             mass: MS performed LU  {at=7469879.137179505, lu_delay=4.6990012200549245, ms=00076}
22:49:33.480533 run                             mass: MS performed LU  {at=7469879.183878084, lu_delay=5.245314777828753, ms=00075}
22:49:33.492045 run                osmo-ms-mob/00086: Starting mobile
22:49:33.505972 run       osmo-ms-mob/00086(pid=221): Launched
22:49:33.517216 run                             mass: MS start registered  {at=7469879.220566119, delay=0.004739091731607914, ms=00086}
22:49:33.568949 run                             mass: MS performed LU  {at=7469879.272205768, lu_delay=5.76611059345305, ms=00074}
22:49:34.208500 run                osmo-ms-mob/00087: Starting mobile
22:49:34.224008 run       osmo-ms-mob/00087(pid=222): Launched
22:49:34.235152 run                             mass: MS start registered  {at=7469879.938503562, delay=0.00425388477742672, ms=00087}
22:49:34.808976 run                osmo-ms-mob/00088: Starting mobile
22:49:34.823366 run       osmo-ms-mob/00088(pid=223): Launched
22:49:34.834702 run                             mass: MS start registered  {at=7469880.53805323, delay=0.004961562342941761, ms=00088}
22:49:35.233671 run                             mass: MS performed LU  {at=7469880.937006169, lu_delay=4.699161350727081, ms=00080}
22:49:35.252111 run                             mass: MS performed LU  {at=7469880.955458233, lu_delay=6.100965727120638, ms=00077}
22:49:35.266209 run                osmo-ms-mob/00089: Starting mobile
22:49:35.279933 run       osmo-ms-mob/00089(pid=224): Launched
22:49:35.291769 run                             mass: MS start registered  {at=7469880.995114366, delay=0.005464560352265835, ms=00089}
22:49:35.336031 run                             mass: MS performed LU  {at=7469881.0392828, lu_delay=5.369805586524308, ms=00079}
22:49:35.509083 run                             mass: MS performed LU  {at=7469881.212333774, lu_delay=5.862550104036927, ms=00078}
22:49:35.529440 run                             mass: MS performed LU  {at=7469881.232801087, lu_delay=21.694754220545292, ms=00033}
22:49:36.022887 run                osmo-ms-mob/00090: Starting mobile
22:49:36.036935 run       osmo-ms-mob/00090(pid=225): Launched
22:49:36.047796 run                             mass: MS start registered  {at=7469881.751147256, delay=0.004650029353797436, ms=00090}
22:49:36.755598 run                osmo-ms-mob/00091: Starting mobile
22:49:36.768510 run       osmo-ms-mob/00091(pid=226): Launched
22:49:36.780832 run                             mass: MS start registered  {at=7469882.484165902, delay=0.0062475260347127914, ms=00091}
22:49:37.201297 run                             mass: MS performed LU  {at=7469882.904504388, lu_delay=5.1519270753487945, ms=00083}
22:49:37.246448 run                             mass: MS performed LU  {at=7469882.949755745, lu_delay=6.173720552586019, ms=00081}
22:49:37.408274 run                osmo-ms-mob/00092: Starting mobile
22:49:37.422306 run       osmo-ms-mob/00092(pid=227): Launched
22:49:37.428900 run                             mass: MS performed LU  {at=7469883.132257842, lu_delay=4.898296549916267, ms=00084}
22:49:37.434804 run                             mass: MS start registered  {at=7469883.138170868, delay=0.00593151431530714, ms=00092}
22:49:38.209675 run                osmo-ms-mob/00093: Starting mobile
22:49:38.224918 run       osmo-ms-mob/00093(pid=228): Launched
22:49:38.236414 run                             mass: MS start registered  {at=7469883.939760814, delay=0.0050832293927669525, ms=00093}
22:49:39.000256 run                             mass: MS performed LU  {at=7469884.703576134, lu_delay=5.483010014519095, ms=00086}
22:49:39.102607 run                             mass: MS performed LU  {at=7469884.80583515, lu_delay=4.867331588640809, ms=00087}
22:49:39.125480 run                osmo-ms-mob/00094: Starting mobile
22:49:39.138963 run       osmo-ms-mob/00094(pid=229): Launched
22:49:39.147108 run                             mass: MS performed LU  {at=7469884.850444956, lu_delay=6.108569332398474, ms=00085}
22:49:39.154385 run                             mass: MS start registered  {at=7469884.857749433, delay=0.009022651240229607, ms=00094}
22:49:40.019519 run                osmo-ms-mob/00095: Starting mobile
22:49:40.034015 run       osmo-ms-mob/00095(pid=230): Launched
22:49:40.045542 run                             mass: MS start registered  {at=7469885.748867307, delay=0.005381827242672443, ms=00095}
22:49:40.902445 run                             mass: MS performed LU  {at=7469886.605670669, lu_delay=5.610556303523481, ms=00089}
22:49:40.967599 run                             mass: MS performed LU  {at=7469886.670850993, lu_delay=6.132797762751579, ms=00088}
22:49:40.992555 run                osmo-ms-mob/00096: Starting mobile
22:49:41.005674 run       osmo-ms-mob/00096(pid=231): Launched
22:49:41.012215 run                             mass: MS performed LU  {at=7469886.715571614, lu_delay=4.964424357749522, ms=00090}
22:49:41.018058 run                             mass: MS start registered  {at=7469886.721424037, delay=0.005871002562344074, ms=00096}
22:49:41.155720 run                             mass: MS performed LU  {at=7469886.859036395, lu_delay=22.73734611738473, ms=00047}
22:49:42.118295 run                osmo-ms-mob/00097: Starting mobile
22:49:42.145307 run       osmo-ms-mob/00097(pid=232): Launched
22:49:42.156694 run                             mass: MS start registered  {at=7469887.860043482, delay=0.005204973742365837, ms=00097}
22:49:42.765986 run                             mass: MS performed LU  {at=7469888.469319595, lu_delay=4.529558780603111, ms=00093}
22:49:42.867125 run                             mass: MS performed LU  {at=7469888.570434487, lu_delay=6.086268585175276, ms=00091}
22:49:42.913710 run                             mass: MS performed LU  {at=7469888.616976164, lu_delay=5.478805296123028, ms=00092}
22:49:43.408217 run                osmo-ms-mob/00098: Starting mobile
22:49:43.422375 run       osmo-ms-mob/00098(pid=233): Launched
22:49:43.433909 run                             mass: MS start registered  {at=7469889.137254524, delay=0.005283919163048267, ms=00098}
22:49:44.732344 run                             mass: MS performed LU  {at=7469890.435545118, lu_delay=5.577795684337616, ms=00094}
22:49:44.778491 run                             mass: MS performed LU  {at=7469890.481827923, lu_delay=4.732960616238415, ms=00095}
22:49:45.211581 run                osmo-ms-mob/00099: Starting mobile
22:49:45.224899 run       osmo-ms-mob/00099(pid=234): Launched
22:49:45.231084 run                             mass: All started... {duration=55.72897065989673, too_slow=11}
22:49:45.237006 run                             mass: MS start registered  {at=7469890.940366852, delay=0.005916365422308445, ms=00099}
22:49:46.634111 run                             mass: MS performed LU  {at=7469892.337356421, lu_delay=5.615932384505868, ms=00096}
22:49:46.679899 run                             mass: MS performed LU  {at=7469892.383155862, lu_delay=4.523112379945815, ms=00097}
22:49:48.498605 run                             mass: MS performed LU  {at=7469894.201820296, lu_delay=5.06456577219069, ms=00098}
22:49:48.544072 run                             mass: MS performed LU  {at=7469894.247406212, lu_delay=23.047374442219734, ms=00068}
22:49:50.398994 run                             mass: MS performed LU  {at=7469896.102327247, lu_delay=5.161960395053029, ms=00099}
22:49:54.383051 run                             mass: MS performed LU  {at=7469900.086301026, lu_delay=22.74553805682808, ms=00082}
22:49:54.398140 run                             mass: Tests done {all_completed=True, max=23.047374442219734, min=3.7048022132366896}
22:49:54.403974 tst         register_default_mass.py: Test passed (91.7 sec)
22:49:54.409319 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:54.412512 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:54.415757 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:54.418958 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:54.422157 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:54.425402 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:54.428665 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:54.435960 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:54.439640 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:54.443091 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:54.446536 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:54.450031 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:54.453421 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:54.457228 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:54.460711 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:54.464110 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:54.467579 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:54.471125 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:54.474788 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:54.478824 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:54.482223 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:54.485637 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:54.489047 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:54.492452 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:54.495825 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:54.499183 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:54.502636 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:54.506062 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:54.509463 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:54.513581 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:54.517087 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:54.520554 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:54.523949 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:54.528368 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:54.532098 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:54.535519 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:54.538893 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:54.542477 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:54.546535 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:54.549981 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:54.553408 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:54.556799 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:54.560171 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:54.563608 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:54.566980 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:54.570358 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:54.574081 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:54.577518 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:54.580918 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:54.584284 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:54.587670 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:54.591290 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:54.594685 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:54.598053 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:54.601442 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:54.604809 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:54.608861 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:54.612279 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:54.615662 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:54.619163 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:54.622540 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:54.625920 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:54.629288 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:54.632691 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:54.636084 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:54.639468 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:54.642834 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:54.646234 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:54.649622 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:54.653558 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:54.657223 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:54.660636 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:54.664014 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:54.667391 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:54.671005 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:54.674835 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:54.678206 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:54.681593 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:54.685001 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:54.688417 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:54.691825 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:54.695224 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:54.698671 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:54.702056 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:54.705698 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:54.709195 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:54.712581 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:54.715980 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:54.719676 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:54.723113 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:54.726508 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:54.730014 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:54.733421 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:54.736823 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:54.740188 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:54.743598 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:54.747014 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:54.750396 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:54.753758 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:54.757186 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:54.760636 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:54.764022 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:54.767409 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:54.770797 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:54.774955 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:54.778426 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:54.781816 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:54.785266 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:54.789216 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:54.792640 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:54.796042 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:54.799462 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:54.802893 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:54.806294 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:54.809675 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:54.813021 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:54.816239 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:54.819528 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:54.822785 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:54.826035 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:54.829261 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:54.832483 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:54.835749 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:54.839130 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:54.842462 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:54.845742 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:54.849003 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:54.852225 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:54.855458 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:54.858720 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:54.861930 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:54.865142 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:54.868386 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:54.871598 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:54.874820 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:54.878038 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:54.881263 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:54.884467 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:54.887701 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:54.890946 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:54.894165 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:54.897384 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:54.900598 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:54.903891 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:54.907143 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:54.910426 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:54.913823 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:54.917193 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:54.920578 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:54.923962 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:54.927328 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:54.930696 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:54.934067 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:54.937437 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:54.940805 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:54.944171 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:54.947542 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:54.950938 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:54.954292 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:54.957682 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:54.961076 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:54.964442 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:54.967820 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:54.971192 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:54.974586 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:54.977947 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:54.981305 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:54.984682 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:54.988037 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:54.991263 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:54.994496 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:54.997790 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:55.001150 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:55.004514 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:55.007877 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:55.011251 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:55.014616 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:55.017990 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:55.021354 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:55.024734 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:55.028096 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:55.031469 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:55.034831 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:55.038199 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:55.041591 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:55.044957 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:55.048332 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:55.051699 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:55.055083 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:55.058457 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:55.061826 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:55.065191 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:55.068564 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:55.071936 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:55.075303 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:55.078689 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:55.082075 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:55.085447 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:55.088833 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:55.092203 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:55.095587 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:55.098980 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:55.102354 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:55.105736 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:55.109111 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:55.112494 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:55.115860 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:55.119233 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:55.122610 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:55.125997 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:55.129368 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:55.132741 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:55.136267 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:55.139671 ---      ParallelTerminationStrategy: PID 22 died...
22:49:55.141238 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:55.145016 ---      ParallelTerminationStrategy: PID 23 died...
22:49:55.146547 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:55.150493 ---      ParallelTerminationStrategy: PID 24 died...
22:49:55.152017 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:55.155776 ---      ParallelTerminationStrategy: PID 25 died...
22:49:55.157313 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:55.161076 ---      ParallelTerminationStrategy: PID 26 died...
22:49:55.162615 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:55.166394 ---      ParallelTerminationStrategy: PID 27 died...
22:49:55.167929 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:55.171719 ---      ParallelTerminationStrategy: PID 28 died...
22:49:55.173322 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:55.177117 ---      ParallelTerminationStrategy: PID 29 died...
22:49:55.178661 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:55.182438 ---      ParallelTerminationStrategy: PID 30 died...
22:49:55.183956 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:55.187705 ---      ParallelTerminationStrategy: PID 31 died...
22:49:55.189244 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:55.193058 ---      ParallelTerminationStrategy: PID 32 died...
22:49:55.194589 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:55.198295 ---      ParallelTerminationStrategy: PID 33 died...
22:49:55.199760 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:55.203409 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.204942 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:55.208569 ---      ParallelTerminationStrategy: PID 36 died...
22:49:55.210063 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:55.213833 ---      ParallelTerminationStrategy: PID 37 died...
22:49:55.215370 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:55.219029 ---      ParallelTerminationStrategy: PID 38 died...
22:49:55.220495 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:55.224273 ---      ParallelTerminationStrategy: PID 39 died...
22:49:55.225806 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:55.229592 ---      ParallelTerminationStrategy: PID 40 died...
22:49:55.231123 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:55.234870 ---      ParallelTerminationStrategy: PID 41 died...
22:49:55.236391 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:55.240143 ---      ParallelTerminationStrategy: PID 42 died...
22:49:55.241717 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:55.245479 ---      ParallelTerminationStrategy: PID 43 died...
22:49:55.247017 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:55.250700 ---      ParallelTerminationStrategy: PID 44 died...
22:49:55.252155 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:55.255782 ---      ParallelTerminationStrategy: PID 45 died...
22:49:55.257256 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:55.260849 ---      ParallelTerminationStrategy: PID 46 died...
22:49:55.262311 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:55.265950 ---      ParallelTerminationStrategy: PID 47 died...
22:49:55.267447 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:55.271098 ---      ParallelTerminationStrategy: PID 48 died...
22:49:55.272542 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:55.276130 ---      ParallelTerminationStrategy: PID 49 died...
22:49:55.277603 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:55.281198 ---      ParallelTerminationStrategy: PID 50 died...
22:49:55.282686 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:55.286264 ---      ParallelTerminationStrategy: PID 51 died...
22:49:55.287708 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:55.291286 ---      ParallelTerminationStrategy: PID 52 died...
22:49:55.292730 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:55.296291 ---      ParallelTerminationStrategy: PID 53 died...
22:49:55.297790 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:55.301394 ---      ParallelTerminationStrategy: PID 54 died...
22:49:55.302838 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:55.306436 ---      ParallelTerminationStrategy: PID 55 died...
22:49:55.307878 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:55.311445 ---      ParallelTerminationStrategy: PID 56 died...
22:49:55.312912 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:55.316500 ---      ParallelTerminationStrategy: PID 57 died...
22:49:55.317992 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:55.321571 ---      ParallelTerminationStrategy: PID 58 died...
22:49:55.323020 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:55.326636 ---      ParallelTerminationStrategy: PID 59 died...
22:49:55.328135 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:55.331893 ---      ParallelTerminationStrategy: PID 60 died...
22:49:55.333375 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:55.337033 ---      ParallelTerminationStrategy: PID 61 died...
22:49:55.338486 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:55.342091 ---      ParallelTerminationStrategy: PID 62 died...
22:49:55.343579 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:55.347255 ---      ParallelTerminationStrategy: PID 63 died...
22:49:55.348775 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:55.352385 ---      ParallelTerminationStrategy: PID 64 died...
22:49:55.353853 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:55.357438 ---      ParallelTerminationStrategy: PID 65 died...
22:49:55.358876 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:55.362546 ---      ParallelTerminationStrategy: PID 66 died...
22:49:55.364022 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:55.367620 ---      ParallelTerminationStrategy: PID 67 died...
22:49:55.369125 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:55.372856 ---      ParallelTerminationStrategy: PID 68 died...
22:49:55.374373 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:55.378144 ---      ParallelTerminationStrategy: PID 69 died...
22:49:55.379652 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:55.383399 ---      ParallelTerminationStrategy: PID 70 died...
22:49:55.384922 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:55.388687 ---      ParallelTerminationStrategy: PID 71 died...
22:49:55.390206 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:55.393948 ---      ParallelTerminationStrategy: PID 72 died...
22:49:55.395453 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:55.399199 ---      ParallelTerminationStrategy: PID 73 died...
22:49:55.400719 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:55.404449 ---      ParallelTerminationStrategy: PID 74 died...
22:49:55.405972 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:55.409742 ---      ParallelTerminationStrategy: PID 75 died...
22:49:55.411206 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:55.414748 ---      ParallelTerminationStrategy: PID 76 died...
22:49:55.416186 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:55.419750 ---      ParallelTerminationStrategy: PID 77 died...
22:49:55.421191 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:55.424780 ---      ParallelTerminationStrategy: PID 78 died...
22:49:55.426238 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:55.429841 ---      ParallelTerminationStrategy: PID 79 died...
22:49:55.431415 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:55.435142 ---      ParallelTerminationStrategy: PID 80 died...
22:49:55.436594 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:55.440152 ---      ParallelTerminationStrategy: PID 81 died...
22:49:55.441600 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:55.445155 ---      ParallelTerminationStrategy: PID 82 died...
22:49:55.446588 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:55.450185 ---      ParallelTerminationStrategy: PID 83 died...
22:49:55.451624 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:55.455184 ---      ParallelTerminationStrategy: PID 84 died...
22:49:55.456663 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:55.460209 ---      ParallelTerminationStrategy: PID 85 died...
22:49:55.461645 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:55.465255 ---      ParallelTerminationStrategy: PID 86 died...
22:49:55.466739 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:55.470520 ---      ParallelTerminationStrategy: PID 87 died...
22:49:55.472017 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:55.475713 ---      ParallelTerminationStrategy: PID 88 died...
22:49:55.477225 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:55.480955 ---      ParallelTerminationStrategy: PID 89 died...
22:49:55.482470 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:55.486178 ---      ParallelTerminationStrategy: PID 90 died...
22:49:55.487672 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:55.491442 ---      ParallelTerminationStrategy: PID 91 died...
22:49:55.492953 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:55.496659 ---      ParallelTerminationStrategy: PID 92 died...
22:49:55.498166 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:55.501886 ---      ParallelTerminationStrategy: PID 93 died...
22:49:55.503396 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:55.507098 ---      ParallelTerminationStrategy: PID 94 died...
22:49:55.508598 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:55.512322 ---      ParallelTerminationStrategy: PID 95 died...
22:49:55.513832 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:55.517551 ---      ParallelTerminationStrategy: PID 96 died...
22:49:55.519049 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:55.522764 ---      ParallelTerminationStrategy: PID 97 died...
22:49:55.524257 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:55.527956 ---      ParallelTerminationStrategy: PID 98 died...
22:49:55.529510 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:55.533215 ---      ParallelTerminationStrategy: PID 99 died...
22:49:55.534718 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:55.538435 ---      ParallelTerminationStrategy: PID 100 died...
22:49:55.539935 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:55.543672 ---      ParallelTerminationStrategy: PID 101 died...
22:49:55.545222 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:55.548940 ---      ParallelTerminationStrategy: PID 102 died...
22:49:55.550442 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:55.554141 ---      ParallelTerminationStrategy: PID 103 died...
22:49:55.555650 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:55.559364 ---      ParallelTerminationStrategy: PID 104 died...
22:49:55.560865 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.564591 ---      ParallelTerminationStrategy: PID 105 died...
22:49:55.566163 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.569912 ---      ParallelTerminationStrategy: PID 106 died...
22:49:55.571413 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.575171 ---      ParallelTerminationStrategy: PID 107 died...
22:49:55.576703 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.580402 ---      ParallelTerminationStrategy: PID 108 died...
22:49:55.581910 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.585632 ---      ParallelTerminationStrategy: PID 109 died...
22:49:55.587142 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.590978 ---      ParallelTerminationStrategy: PID 110 died...
22:49:55.592491 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.596228 ---      ParallelTerminationStrategy: PID 111 died...
22:49:55.597741 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.601483 ---      ParallelTerminationStrategy: PID 112 died...
22:49:55.603014 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.606694 ---      ParallelTerminationStrategy: PID 113 died...
22:49:55.608128 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.611779 ---      ParallelTerminationStrategy: PID 114 died...
22:49:55.613278 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.616941 ---      ParallelTerminationStrategy: PID 115 died...
22:49:55.618462 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.622199 ---      ParallelTerminationStrategy: PID 116 died...
22:49:55.623714 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.627533 ---      ParallelTerminationStrategy: PID 117 died...
22:49:55.628983 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.632557 ---      ParallelTerminationStrategy: PID 118 died...
22:49:55.634016 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.637639 ---      ParallelTerminationStrategy: PID 119 died...
22:49:55.639076 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.642703 ---      ParallelTerminationStrategy: PID 120 died...
22:49:55.644155 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.647801 ---      ParallelTerminationStrategy: PID 121 died...
22:49:55.649604 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.653254 ---      ParallelTerminationStrategy: PID 122 died...
22:49:55.654703 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.658257 ---      ParallelTerminationStrategy: PID 123 died...
22:49:55.659696 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.663239 ---      ParallelTerminationStrategy: PID 124 died...
22:49:55.664681 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.668232 ---      ParallelTerminationStrategy: PID 125 died...
22:49:55.669671 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.673252 ---      ParallelTerminationStrategy: PID 126 died...
22:49:55.674696 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.678255 ---      ParallelTerminationStrategy: PID 127 died...
22:49:55.679697 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.683275 ---      ParallelTerminationStrategy: PID 128 died...
22:49:55.684715 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.688248 ---      ParallelTerminationStrategy: PID 129 died...
22:49:55.689719 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.693408 ---      ParallelTerminationStrategy: PID 130 died...
22:49:55.694912 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.698552 ---      ParallelTerminationStrategy: PID 131 died...
22:49:55.699986 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.703577 ---      ParallelTerminationStrategy: PID 132 died...
22:49:55.705043 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.708607 ---      ParallelTerminationStrategy: PID 133 died...
22:49:55.710067 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.713637 ---      ParallelTerminationStrategy: PID 134 died...
22:49:55.715126 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.718863 ---      ParallelTerminationStrategy: PID 135 died...
22:49:55.720370 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.724128 ---      ParallelTerminationStrategy: PID 136 died...
22:49:55.725644 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.729343 ---      ParallelTerminationStrategy: PID 137 died...
22:49:55.730775 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.734420 ---      ParallelTerminationStrategy: PID 138 died...
22:49:55.735927 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.739527 ---      ParallelTerminationStrategy: PID 139 died...
22:49:55.741025 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.744682 ---      ParallelTerminationStrategy: PID 140 died...
22:49:55.746140 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.749855 ---      ParallelTerminationStrategy: PID 141 died...
22:49:55.751355 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:55.754969 ---      ParallelTerminationStrategy: PID 142 died...
22:49:55.756405 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:55.760001 ---      ParallelTerminationStrategy: PID 143 died...
22:49:55.761436 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:55.765050 ---      ParallelTerminationStrategy: PID 144 died...
22:49:55.766484 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:55.770188 ---      ParallelTerminationStrategy: PID 145 died...
22:49:55.771627 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:55.775308 ---      ParallelTerminationStrategy: PID 146 died...
22:49:55.776826 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:55.780540 ---      ParallelTerminationStrategy: PID 147 died...
22:49:55.782037 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:55.785797 ---      ParallelTerminationStrategy: PID 148 died...
22:49:55.787286 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:55.790994 ---      ParallelTerminationStrategy: PID 149 died...
22:49:55.792498 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:55.796234 ---      ParallelTerminationStrategy: PID 150 died...
22:49:55.797755 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:55.801471 ---      ParallelTerminationStrategy: PID 151 died...
22:49:55.802963 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:55.806707 ---      ParallelTerminationStrategy: PID 152 died...
22:49:55.808219 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:55.811926 ---      ParallelTerminationStrategy: PID 153 died...
22:49:55.813420 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:55.817130 ---      ParallelTerminationStrategy: PID 154 died...
22:49:55.818633 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:55.822353 ---      ParallelTerminationStrategy: PID 155 died...
22:49:55.823847 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:55.827586 ---      ParallelTerminationStrategy: PID 156 died...
22:49:55.829104 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:55.832818 ---      ParallelTerminationStrategy: PID 157 died...
22:49:55.834323 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:55.838041 ---      ParallelTerminationStrategy: PID 158 died...
22:49:55.839540 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:55.843297 ---      ParallelTerminationStrategy: PID 159 died...
22:49:55.844819 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:55.848531 ---      ParallelTerminationStrategy: PID 160 died...
22:49:55.850033 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:55.853742 ---      ParallelTerminationStrategy: PID 161 died...
22:49:55.855226 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:55.858957 ---      ParallelTerminationStrategy: PID 162 died...
22:49:55.860451 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:55.864182 ---      ParallelTerminationStrategy: PID 163 died...
22:49:55.865688 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:55.869386 ---      ParallelTerminationStrategy: PID 164 died...
22:49:55.870875 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:55.874601 ---      ParallelTerminationStrategy: PID 165 died...
22:49:55.876090 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:55.879768 ---      ParallelTerminationStrategy: PID 166 died...
22:49:55.881247 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:55.884814 ---      ParallelTerminationStrategy: PID 167 died...
22:49:55.886245 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:55.889819 ---      ParallelTerminationStrategy: PID 168 died...
22:49:55.891294 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:55.895005 ---      ParallelTerminationStrategy: PID 169 died...
22:49:55.896491 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:55.900207 ---      ParallelTerminationStrategy: PID 170 died...
22:49:55.901754 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:55.905475 ---      ParallelTerminationStrategy: PID 171 died...
22:49:55.906967 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:55.910681 ---      ParallelTerminationStrategy: PID 172 died...
22:49:55.912189 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:55.915901 ---      ParallelTerminationStrategy: PID 173 died...
22:49:55.917371 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:55.920950 ---      ParallelTerminationStrategy: PID 174 died...
22:49:55.922386 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:55.926010 ---      ParallelTerminationStrategy: PID 175 died...
22:49:55.927451 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:55.931022 ---      ParallelTerminationStrategy: PID 176 died...
22:49:55.932458 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:55.936008 ---      ParallelTerminationStrategy: PID 177 died...
22:49:55.937483 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:55.941043 ---      ParallelTerminationStrategy: PID 178 died...
22:49:55.942492 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:55.946163 ---      ParallelTerminationStrategy: PID 179 died...
22:49:55.947678 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:55.951329 ---      ParallelTerminationStrategy: PID 180 died...
22:49:55.952771 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:55.956389 ---      ParallelTerminationStrategy: PID 181 died...
22:49:55.957877 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:55.961520 ---      ParallelTerminationStrategy: PID 182 died...
22:49:55.963026 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:55.966802 ---      ParallelTerminationStrategy: PID 183 died...
22:49:55.968309 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:55.972118 ---      ParallelTerminationStrategy: PID 184 died...
22:49:55.973588 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:55.977150 ---      ParallelTerminationStrategy: PID 185 died...
22:49:55.978583 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:55.982182 ---      ParallelTerminationStrategy: PID 186 died...
22:49:55.983617 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:55.987259 ---      ParallelTerminationStrategy: PID 187 died...
22:49:55.988717 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:55.992399 ---      ParallelTerminationStrategy: PID 188 died...
22:49:55.993904 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:55.997609 ---      ParallelTerminationStrategy: PID 189 died...
22:49:55.999049 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:56.002636 ---      ParallelTerminationStrategy: PID 190 died...
22:49:56.004111 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:56.007762 ---      ParallelTerminationStrategy: PID 191 died...
22:49:56.009209 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:56.012934 ---      ParallelTerminationStrategy: PID 192 died...
22:49:56.014448 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:56.018192 ---      ParallelTerminationStrategy: PID 193 died...
22:49:56.019689 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:56.023410 ---      ParallelTerminationStrategy: PID 194 died...
22:49:56.024906 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:56.028606 ---      ParallelTerminationStrategy: PID 195 died...
22:49:56.030103 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:56.033819 ---      ParallelTerminationStrategy: PID 196 died...
22:49:56.035324 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:56.039103 ---      ParallelTerminationStrategy: PID 197 died...
22:49:56.040618 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:56.044360 ---      ParallelTerminationStrategy: PID 198 died...
22:49:56.045858 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:56.049610 ---      ParallelTerminationStrategy: PID 199 died...
22:49:56.051124 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:56.054844 ---      ParallelTerminationStrategy: PID 200 died...
22:49:56.056346 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:56.060101 ---      ParallelTerminationStrategy: PID 201 died...
22:49:56.061614 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:56.065377 ---      ParallelTerminationStrategy: PID 202 died...
22:49:56.066900 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:56.070650 ---      ParallelTerminationStrategy: PID 203 died...
22:49:56.072135 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:56.075725 ---      ParallelTerminationStrategy: PID 204 died...
22:49:56.077188 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:56.080782 ---      ParallelTerminationStrategy: PID 205 died...
22:49:56.082218 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:56.085811 ---      ParallelTerminationStrategy: PID 206 died...
22:49:56.087272 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:56.090848 ---      ParallelTerminationStrategy: PID 207 died...
22:49:56.092297 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:56.095881 ---      ParallelTerminationStrategy: PID 208 died...
22:49:56.097325 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:56.100901 ---      ParallelTerminationStrategy: PID 209 died...
22:49:56.102353 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:56.106042 ---      ParallelTerminationStrategy: PID 210 died...
22:49:56.107541 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:56.111154 ---      ParallelTerminationStrategy: PID 211 died...
22:49:56.112611 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:56.116334 ---      ParallelTerminationStrategy: PID 212 died...
22:49:56.117817 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:56.121497 ---      ParallelTerminationStrategy: PID 213 died...
22:49:56.122987 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:56.126683 ---      ParallelTerminationStrategy: PID 214 died...
22:49:56.128174 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:56.131910 ---      ParallelTerminationStrategy: PID 215 died...
22:49:56.133425 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:56.137152 ---      ParallelTerminationStrategy: PID 216 died...
22:49:56.138659 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:56.142388 ---      ParallelTerminationStrategy: PID 217 died...
22:49:56.143884 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:56.147581 ---      ParallelTerminationStrategy: PID 218 died...
22:49:56.149117 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:56.152832 ---      ParallelTerminationStrategy: PID 219 died...
22:49:56.154323 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:56.158047 ---      ParallelTerminationStrategy: PID 220 died...
22:49:56.159549 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:56.163275 ---      ParallelTerminationStrategy: PID 221 died...
22:49:56.164802 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:56.168506 ---      ParallelTerminationStrategy: PID 222 died...
22:49:56.169994 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:56.173718 ---      ParallelTerminationStrategy: PID 223 died...
22:49:56.175214 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:56.178941 ---      ParallelTerminationStrategy: PID 224 died...
22:49:56.180436 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:56.184175 ---      ParallelTerminationStrategy: PID 225 died...
22:49:56.185676 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:56.189400 ---      ParallelTerminationStrategy: PID 226 died...
22:49:56.190904 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:56.194624 ---      ParallelTerminationStrategy: PID 227 died...
22:49:56.196145 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:56.199869 ---      ParallelTerminationStrategy: PID 228 died...
22:49:56.201399 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:56.205155 ---      ParallelTerminationStrategy: PID 229 died...
22:49:56.206653 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:56.210382 ---      ParallelTerminationStrategy: PID 230 died...
22:49:56.211885 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:56.215626 ---      ParallelTerminationStrategy: PID 231 died...
22:49:56.217123 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:56.220854 ---      ParallelTerminationStrategy: PID 232 died...
22:49:56.222356 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:56.226098 ---      ParallelTerminationStrategy: PID 233 died...
22:49:56.227590 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:56.231320 ---      ParallelTerminationStrategy: PID 234 died...
22:49:56.232831 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.636457 ---      ParallelTerminationStrategy: PID 34 died...
22:49:59.638166 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7931 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.743973 tst                       trial-7931: Storing JUnit report in /build/trial-7931/run.2025-04-09_22-48-22/trial-7931.xml

--------------------------------------------------------------------------------------------
trial-7931 PASS
--------------------------------------------------------------------------------------------
22:49:59.764622 tst                       trial-7931: trial-7931: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (91.7 sec)
+ exit_code=0
+ rm -rf trial-7931/inst
+ cd trial-7931
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-09 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7931-run.tgz run.2025-04-09_22-48-22
+ tar czf /build/trial-7931-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-09_13_28_55.tgz osmo-bts-oc2g.build-2025-04-09_00_51_39.tgz osmo-bts-sysmo.build-2025-04-09_00_51_38.tgz osmo-bts.build-2025-04-09_00_51_41.tgz osmo-ggsn.build-2025-04-09_20_42_42.tgz osmo-hlr.build-2025-04-09_16_37_02.tgz osmo-hnbgw.build-2025-04-09_13_30_00.tgz osmo-mgw.build-2025-04-09_08_35_26.tgz osmo-msc.build-2025-04-09_18_53_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-09_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-09_07_34_06.tgz osmo-pcu.build-2025-04-09_07_34_06.tgz osmo-sgsn.build-2025-04-09_20_48_26.tgz osmo-stp.build-2025-04-09_13_23_03.tgz osmo-trx.build-2025-04-09_14_27_34.tgz osmocom-bb.build-2025-04-09_21_17_46.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