Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18013298356389006670.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8262
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#25 [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
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:474983b798142540864a2f6ae039f94a979c80bb28e03f9177ff667439fcc504 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=8263 -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=2026-03-07 22:49:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8263
+ mkdir -p trial-8263
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-07_13_29_09.tgz osmo-bts-oc2g.build-2026-03-07_00_51_19.tgz osmo-bts-sysmo.build-2026-03-07_00_51_22.tgz osmo-bts.build-2026-03-07_00_51_36.tgz osmo-ggsn.build-2026-03-07_20_42_55.tgz osmo-hlr.build-2026-03-07_16_36_50.tgz osmo-hnbgw.build-2026-03-07_13_29_02.tgz osmo-mgw.build-2026-03-07_08_33_05.tgz osmo-msc.build-2026-03-07_13_34_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-07_07_35_07.tgz osmo-pcu-sysmo.build-2026-03-07_07_35_01.tgz osmo-pcu.build-2026-03-07_07_35_12.tgz osmo-sgsn.build-2026-03-07_20_49_02.tgz osmo-stp.build-2026-03-07_13_25_43.tgz osmo-trx.build-2026-03-07_14_21_24.tgz osmocom-bb.build-2026-03-07_21_17_32.tgz srslte.build-19.tgz trial-8263
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-07_13_29_09.md5 osmo-bts-oc2g.build-2026-03-07_00_51_19.md5 osmo-bts-sysmo.build-2026-03-07_00_51_22.md5 osmo-bts.build-2026-03-07_00_51_36.md5 osmo-ggsn.build-2026-03-07_20_42_55.md5 osmo-hlr.build-2026-03-07_16_36_50.md5 osmo-hnbgw.build-2026-03-07_13_29_02.md5 osmo-mgw.build-2026-03-07_08_33_05.md5 osmo-msc.build-2026-03-07_13_34_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-07_07_35_07.md5 osmo-pcu-sysmo.build-2026-03-07_07_35_01.md5 osmo-pcu.build-2026-03-07_07_35_12.md5 osmo-sgsn.build-2026-03-07_20_49_02.md5 osmo-stp.build-2026-03-07_13_25_43.md5 osmo-trx.build-2026-03-07_14_21_24.md5 osmocom-bb.build-2026-03-07_21_17_32.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-07_13_29_09.md5 osmo-bts-oc2g.build-2026-03-07_00_51_19.md5 osmo-bts-sysmo.build-2026-03-07_00_51_22.md5 osmo-bts.build-2026-03-07_00_51_36.md5 osmo-ggsn.build-2026-03-07_20_42_55.md5 osmo-hlr.build-2026-03-07_16_36_50.md5 osmo-hnbgw.build-2026-03-07_13_29_02.md5 osmo-mgw.build-2026-03-07_08_33_05.md5 osmo-msc.build-2026-03-07_13_34_42.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-07_07_35_07.md5 osmo-pcu-sysmo.build-2026-03-07_07_35_01.md5 osmo-pcu.build-2026-03-07_07_35_12.md5 osmo-sgsn.build-2026-03-07_20_49_02.md5 osmo-stp.build-2026-03-07_13_25_43.md5 osmo-trx.build-2026-03-07_14_21_24.md5 osmocom-bb.build-2026-03-07_21_17_32.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-8263 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8263'
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-8263
--------------------------------------------------------------------------------------------
22:49:18.548372 tst                       trial-8263: Detailed log at /build/trial-8263/run.2026-03-07_22-49-18/log

---------------------------------------------------------------------
trial-8263 netreg_mass
---------------------------------------------------------------------
22:49:18.754491 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:18.754874 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:18.755632 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:18.756772 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:18.810120 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:18.812171 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:18.814507 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:18.878530 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-8263 netreg_mass register_default_mass.py
----------------------------------------------
22:49:18.879360 tst       register_default_mass.py:9: Claiming resources for the test
22:49:18.894635 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.895162 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.895610 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.896040 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.896466 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.896915 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:18.897342 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:18.927968 tst         register_default_mass.py: using LAC 2
22:49:18.950176 tst         register_default_mass.py: using RAC 2
22:49:18.977019 tst         register_default_mass.py: using CellId 2
22:49:19.006825 tst         register_default_mass.py: using BVCI 3
22:49:19.020615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.021289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.021850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.022457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.022982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.023491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.023984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.024503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.025014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.025506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.025991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.026491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.026993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.027484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.028002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.028501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.028987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.029473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.029973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.030462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.030938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.031440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.031936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.032422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.032898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.033397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.033883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.034363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.034864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.035354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.035834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.036321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.036812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.037299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.037783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.038258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.038752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.039241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.039727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.040216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.040696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.041178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.041659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.042149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.042630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.043109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.043609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.044099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.044577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.045072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.045561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.046048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.046532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.047010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.047484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.047972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.048456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.048942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.049416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.049898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.050375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.050852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.051351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.051839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.052311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.052798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.053282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.053763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.054240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.054726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.055201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.055678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.056228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.056705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.057176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.057658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.058126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.058596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.059083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.059558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.060040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.060512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.060994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.061471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.061940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.062409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.062894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.063366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.063846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.064335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.064811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.065289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.065790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.066273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.066747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.067233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.067719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.068205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.068705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.069187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.069674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:19.070214 tst      register_default_mass.py:21: Launching a simple network
22:49:19.080099 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:19.199787 run            create_hlr_db(pid=20): Launched
22:49:20.214269 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:20.238762 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:20.254370 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:20.260195 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:20.449530 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:20.464580 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:20.470306 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:20.889321 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:20.904389 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:23.918913 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:24.058905 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:24.074123 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:24.079895 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:24.104065 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:24.119410 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:24.125199 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:24.440774 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:24.456283 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:49:30.482574 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:30.656469 run         osmo-bts-virtual(pid=34): Launched
22:49:31.692933 tst         register_default_mass.py: using MSISDN 1001
22:49:31.707528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:31.748014 tst         register_default_mass.py: using MSISDN 1002
22:49:31.766039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:31.797645 tst         register_default_mass.py: using MSISDN 1003
22:49:31.812711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:31.844201 tst         register_default_mass.py: using MSISDN 1004
22:49:31.859162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:31.890562 tst         register_default_mass.py: using MSISDN 1005
22:49:31.905356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:31.936796 tst         register_default_mass.py: using MSISDN 1006
22:49:31.951650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:31.983147 tst         register_default_mass.py: using MSISDN 1007
22:49:31.998173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:32.029613 tst         register_default_mass.py: using MSISDN 1008
22:49:32.044712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:32.076037 tst         register_default_mass.py: using MSISDN 1009
22:49:32.090799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:32.122101 tst         register_default_mass.py: using MSISDN 1010
22:49:32.136894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:32.168354 tst         register_default_mass.py: using MSISDN 1011
22:49:32.183096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:32.214550 tst         register_default_mass.py: using MSISDN 1012
22:49:32.229437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:32.260865 tst         register_default_mass.py: using MSISDN 1013
22:49:32.275630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:32.307077 tst         register_default_mass.py: using MSISDN 1014
22:49:32.321935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:32.352734 tst         register_default_mass.py: using MSISDN 1015
22:49:32.367256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:32.398390 tst         register_default_mass.py: using MSISDN 1016
22:49:32.413300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:32.444400 tst         register_default_mass.py: using MSISDN 1017
22:49:32.459074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:32.490228 tst         register_default_mass.py: using MSISDN 1018
22:49:32.505041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:32.536555 tst         register_default_mass.py: using MSISDN 1019
22:49:32.551406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:32.582849 tst         register_default_mass.py: using MSISDN 1020
22:49:32.597837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:32.637889 tst         register_default_mass.py: using MSISDN 1021
22:49:32.656064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:32.687644 tst         register_default_mass.py: using MSISDN 1022
22:49:32.702851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:32.734004 tst         register_default_mass.py: using MSISDN 1023
22:49:32.748821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:32.780247 tst         register_default_mass.py: using MSISDN 1024
22:49:32.795130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:32.826377 tst         register_default_mass.py: using MSISDN 1025
22:49:32.841254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:32.872348 tst         register_default_mass.py: using MSISDN 1026
22:49:32.887121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:32.918458 tst         register_default_mass.py: using MSISDN 1027
22:49:32.933398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:32.964851 tst         register_default_mass.py: using MSISDN 1028
22:49:32.979436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:33.010643 tst         register_default_mass.py: using MSISDN 1029
22:49:33.025454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:33.056935 tst         register_default_mass.py: using MSISDN 1030
22:49:33.071898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:33.103428 tst         register_default_mass.py: using MSISDN 1031
22:49:33.118048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:33.149571 tst         register_default_mass.py: using MSISDN 1032
22:49:33.164330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:33.195678 tst         register_default_mass.py: using MSISDN 1033
22:49:33.210502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:33.241944 tst         register_default_mass.py: using MSISDN 1034
22:49:33.256957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:33.288221 tst         register_default_mass.py: using MSISDN 1035
22:49:33.303031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:33.334461 tst         register_default_mass.py: using MSISDN 1036
22:49:33.349183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:33.380854 tst         register_default_mass.py: using MSISDN 1037
22:49:33.395795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:33.427273 tst         register_default_mass.py: using MSISDN 1038
22:49:33.442158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:33.473676 tst         register_default_mass.py: using MSISDN 1039
22:49:33.488489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:33.519910 tst         register_default_mass.py: using MSISDN 1040
22:49:33.534798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:33.566367 tst         register_default_mass.py: using MSISDN 1041
22:49:33.581459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:33.612161 tst         register_default_mass.py: using MSISDN 1042
22:49:33.626610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:33.657568 tst         register_default_mass.py: using MSISDN 1043
22:49:33.672093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:33.711849 tst         register_default_mass.py: using MSISDN 1044
22:49:33.729832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:33.761201 tst         register_default_mass.py: using MSISDN 1045
22:49:33.776408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:33.808155 tst         register_default_mass.py: using MSISDN 1046
22:49:33.823196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:33.854626 tst         register_default_mass.py: using MSISDN 1047
22:49:33.869570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:33.900819 tst         register_default_mass.py: using MSISDN 1048
22:49:33.915630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:33.946767 tst         register_default_mass.py: using MSISDN 1049
22:49:33.961532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:33.992943 tst         register_default_mass.py: using MSISDN 1050
22:49:34.007912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:34.039265 tst         register_default_mass.py: using MSISDN 1051
22:49:34.054137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:34.085490 tst         register_default_mass.py: using MSISDN 1052
22:49:34.100299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:34.131048 tst         register_default_mass.py: using MSISDN 1053
22:49:34.145636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:34.176990 tst         register_default_mass.py: using MSISDN 1054
22:49:34.191845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:34.223236 tst         register_default_mass.py: using MSISDN 1055
22:49:34.238166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:34.269447 tst         register_default_mass.py: using MSISDN 1056
22:49:34.284412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:34.315832 tst         register_default_mass.py: using MSISDN 1057
22:49:34.330650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:34.362305 tst         register_default_mass.py: using MSISDN 1058
22:49:34.372025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:34.403565 tst         register_default_mass.py: using MSISDN 1059
22:49:34.419797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:34.450620 tst         register_default_mass.py: using MSISDN 1060
22:49:34.465328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:34.496295 tst         register_default_mass.py: using MSISDN 1061
22:49:34.510900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:34.542108 tst         register_default_mass.py: using MSISDN 1062
22:49:34.556799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:34.587801 tst         register_default_mass.py: using MSISDN 1063
22:49:34.602593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:34.633793 tst         register_default_mass.py: using MSISDN 1064
22:49:34.648545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:34.679501 tst         register_default_mass.py: using MSISDN 1065
22:49:34.694159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:34.725407 tst         register_default_mass.py: using MSISDN 1066
22:49:34.740172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:34.771322 tst         register_default_mass.py: using MSISDN 1067
22:49:34.786027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:34.817373 tst         register_default_mass.py: using MSISDN 1068
22:49:34.832116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:34.863393 tst         register_default_mass.py: using MSISDN 1069
22:49:34.878408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:34.909761 tst         register_default_mass.py: using MSISDN 1070
22:49:34.924616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:34.955572 tst         register_default_mass.py: using MSISDN 1071
22:49:34.970315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:35.001361 tst         register_default_mass.py: using MSISDN 1072
22:49:35.016126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:35.047365 tst         register_default_mass.py: using MSISDN 1073
22:49:35.062026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:35.093192 tst         register_default_mass.py: using MSISDN 1074
22:49:35.107957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:35.139055 tst         register_default_mass.py: using MSISDN 1075
22:49:35.153804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:35.184670 tst         register_default_mass.py: using MSISDN 1076
22:49:35.199184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:35.230748 tst         register_default_mass.py: using MSISDN 1077
22:49:35.245760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:35.276956 tst         register_default_mass.py: using MSISDN 1078
22:49:35.291551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:35.322028 tst         register_default_mass.py: using MSISDN 1079
22:49:35.336490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:35.366739 tst         register_default_mass.py: using MSISDN 1080
22:49:35.381150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:35.411226 tst         register_default_mass.py: using MSISDN 1081
22:49:35.425405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:35.455527 tst         register_default_mass.py: using MSISDN 1082
22:49:35.469626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:35.499766 tst         register_default_mass.py: using MSISDN 1083
22:49:35.513993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:35.544110 tst         register_default_mass.py: using MSISDN 1084
22:49:35.558279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:35.588560 tst         register_default_mass.py: using MSISDN 1085
22:49:35.602789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:35.632945 tst         register_default_mass.py: using MSISDN 1086
22:49:35.647220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:35.677234 tst         register_default_mass.py: using MSISDN 1087
22:49:35.691273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:35.721299 tst         register_default_mass.py: using MSISDN 1088
22:49:35.735536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:35.765714 tst         register_default_mass.py: using MSISDN 1089
22:49:35.779871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:35.810032 tst         register_default_mass.py: using MSISDN 1090
22:49:35.824242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:35.857933 tst         register_default_mass.py: using MSISDN 1091
22:49:35.873722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:35.903799 tst         register_default_mass.py: using MSISDN 1092
22:49:35.918206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:35.948092 tst         register_default_mass.py: using MSISDN 1093
22:49:35.962148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:35.992312 tst         register_default_mass.py: using MSISDN 1094
22:49:36.006405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:36.036448 tst         register_default_mass.py: using MSISDN 1095
22:49:36.050435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:36.080314 tst         register_default_mass.py: using MSISDN 1096
22:49:36.094436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:36.124673 tst         register_default_mass.py: using MSISDN 1097
22:49:36.138922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:36.169840 tst         register_default_mass.py: using MSISDN 1098
22:49:36.184464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:36.215580 tst         register_default_mass.py: using MSISDN 1099
22:49:36.230222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:36.261569 tst         register_default_mass.py: using MSISDN 1100
22:49:36.276446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:36.368939 run                             mass: Starting testcase
22:49:36.374582 run                             mass: Pre-launching all virtphy's
22:49:36.380089 run           osmo-ms-virt-phy/00000: Starting virtphy
22:49:36.393283 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:49:36.399507 run           osmo-ms-virt-phy/00001: Starting virtphy
22:49:36.413070 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:49:36.419217 run           osmo-ms-virt-phy/00002: Starting virtphy
22:49:36.432416 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:49:36.438651 run           osmo-ms-virt-phy/00003: Starting virtphy
22:49:36.452035 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:49:36.458233 run           osmo-ms-virt-phy/00004: Starting virtphy
22:49:36.471387 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:49:36.477602 run           osmo-ms-virt-phy/00005: Starting virtphy
22:49:36.490779 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:49:36.496959 run           osmo-ms-virt-phy/00006: Starting virtphy
22:49:36.510147 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:49:36.516429 run           osmo-ms-virt-phy/00007: Starting virtphy
22:49:36.529607 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:49:36.535758 run           osmo-ms-virt-phy/00008: Starting virtphy
22:49:36.548899 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:49:36.554959 run           osmo-ms-virt-phy/00009: Starting virtphy
22:49:36.568066 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:49:36.574173 run           osmo-ms-virt-phy/00010: Starting virtphy
22:49:36.587238 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:49:36.593378 run           osmo-ms-virt-phy/00011: Starting virtphy
22:49:36.606400 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:49:36.612546 run           osmo-ms-virt-phy/00012: Starting virtphy
22:49:36.625628 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:49:36.631667 run           osmo-ms-virt-phy/00013: Starting virtphy
22:49:36.644719 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:49:36.650800 run           osmo-ms-virt-phy/00014: Starting virtphy
22:49:36.663878 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:49:36.669939 run           osmo-ms-virt-phy/00015: Starting virtphy
22:49:36.682992 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:49:36.689081 run           osmo-ms-virt-phy/00016: Starting virtphy
22:49:36.702113 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:49:36.708176 run           osmo-ms-virt-phy/00017: Starting virtphy
22:49:36.721217 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:49:36.727302 run           osmo-ms-virt-phy/00018: Starting virtphy
22:49:36.740392 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:49:36.746443 run           osmo-ms-virt-phy/00019: Starting virtphy
22:49:36.759480 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:49:36.765533 run           osmo-ms-virt-phy/00020: Starting virtphy
22:49:36.778608 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:49:36.784667 run           osmo-ms-virt-phy/00021: Starting virtphy
22:49:36.797730 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:49:36.803948 run           osmo-ms-virt-phy/00022: Starting virtphy
22:49:36.817099 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:49:36.823211 run           osmo-ms-virt-phy/00023: Starting virtphy
22:49:36.836307 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:49:36.842385 run           osmo-ms-virt-phy/00024: Starting virtphy
22:49:36.855558 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:49:36.861613 run           osmo-ms-virt-phy/00025: Starting virtphy
22:49:36.874794 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:49:36.880918 run           osmo-ms-virt-phy/00026: Starting virtphy
22:49:36.894041 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:49:36.900108 run           osmo-ms-virt-phy/00027: Starting virtphy
22:49:36.913187 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:49:36.919216 run           osmo-ms-virt-phy/00028: Starting virtphy
22:49:36.932304 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:49:36.938374 run           osmo-ms-virt-phy/00029: Starting virtphy
22:49:36.951511 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:49:36.957570 run           osmo-ms-virt-phy/00030: Starting virtphy
22:49:36.970656 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:49:36.976676 run           osmo-ms-virt-phy/00031: Starting virtphy
22:49:36.989801 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:49:36.995878 run           osmo-ms-virt-phy/00032: Starting virtphy
22:49:37.008929 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:49:37.014944 run           osmo-ms-virt-phy/00033: Starting virtphy
22:49:37.028057 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:49:37.034085 run           osmo-ms-virt-phy/00034: Starting virtphy
22:49:37.047295 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:49:37.053346 run           osmo-ms-virt-phy/00035: Starting virtphy
22:49:37.066620 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:49:37.072704 run           osmo-ms-virt-phy/00036: Starting virtphy
22:49:37.085935 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:49:37.091992 run           osmo-ms-virt-phy/00037: Starting virtphy
22:49:37.105216 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:49:37.111255 run           osmo-ms-virt-phy/00038: Starting virtphy
22:49:37.124390 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:49:37.130449 run           osmo-ms-virt-phy/00039: Starting virtphy
22:49:37.143599 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:49:37.149704 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:37.162854 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:37.168951 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:37.182052 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:37.188168 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:37.201268 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:37.207309 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:37.220446 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:37.226497 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:37.239676 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:37.245810 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:37.258888 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:37.264971 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:37.278237 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:37.284331 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:37.297601 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:37.303724 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:37.316912 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:37.323136 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:37.336317 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:37.342500 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:37.355798 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:37.361943 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:37.375264 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:37.381410 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:37.394690 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:37.400890 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:37.414196 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:37.420351 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:37.433658 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:37.439833 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:37.453174 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:37.459293 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:37.472510 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:37.478671 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:37.491937 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:37.498060 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:37.511471 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:37.517601 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:37.530917 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:37.537027 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:37.550237 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:37.556521 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:37.569800 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:37.576039 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:37.589277 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:37.595408 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:37.608666 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:37.614761 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:37.627955 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:37.634095 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:37.647308 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:37.653476 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:37.666692 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:37.672840 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:37.686077 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:37.692180 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:37.705406 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:37.711524 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:37.724787 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:37.730885 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:37.744191 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:37.750219 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:37.763418 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:37.769460 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:37.782491 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:37.788724 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:37.801832 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:37.808074 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:37.821160 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:37.827212 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:37.840245 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:37.846267 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:37.859299 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:37.865357 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:37.878431 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:37.884466 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:37.897511 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:37.903521 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:37.916623 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:37.922651 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:37.935755 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:37.941820 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:37.954834 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:37.960835 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:37.973877 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:37.980107 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:37.993337 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:37.999576 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:38.012865 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:38.019025 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:38.032455 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:38.038625 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:38.052046 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:38.058182 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:38.071547 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:38.077672 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:38.090903 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:38.097052 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:38.110297 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:38.116463 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:38.129755 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:38.135902 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:38.149117 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:38.155203 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:38.168456 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:38.174557 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:38.187890 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:38.194005 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:38.207282 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:38.213574 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:38.226898 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:38.233157 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:38.246445 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:38.252510 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:38.265905 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:38.272051 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:38.285558 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:38.291660 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:38.304945 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:38.311003 run                             mass: Checking if sockets are in the filesystem
22:49:38.343937 run                osmo-ms-mob/00000: Starting mobile
22:49:38.357106 run       osmo-ms-mob/00000(pid=135): Launched
22:49:38.368642 run                             mass: MS start registered  {at=3474404.576862717, delay=0.005236431024968624, ms=00000}
22:49:42.539958 run                osmo-ms-mob/00001: Starting mobile
22:49:42.562025 run       osmo-ms-mob/00001(pid=136): Launched
22:49:42.572705 run                             mass: MS start registered  {at=3474408.781023898, delay=0.004443251062184572, ms=00001}
22:49:43.485681 run                             mass: MS performed LU  {at=3474409.693886396, lu_delay=5.117023678962141, ms=00000}
22:49:44.363264 run                osmo-ms-mob/00002: Starting mobile
22:49:44.376688 run       osmo-ms-mob/00002(pid=137): Launched
22:49:44.387525 run                             mass: MS start registered  {at=3474410.595840053, delay=0.004364542197436094, ms=00002}
22:49:45.657889 run                osmo-ms-mob/00003: Starting mobile
22:49:45.674832 run       osmo-ms-mob/00003(pid=138): Launched
22:49:45.685282 run                             mass: MS start registered  {at=3474411.893600006, delay=0.004291856195777655, ms=00003}
22:49:46.765437 run                osmo-ms-mob/00004: Starting mobile
22:49:46.781814 run       osmo-ms-mob/00004(pid=139): Launched
22:49:46.792451 run                             mass: MS start registered  {at=3474413.000768309, delay=0.004546922165900469, ms=00004}
22:49:47.250884 run                             mass: MS performed LU  {at=3474413.459092238, lu_delay=4.6780683398246765, ms=00001}
22:49:47.727094 run                osmo-ms-mob/00005: Starting mobile
22:49:47.740489 run       osmo-ms-mob/00005(pid=140): Launched
22:49:47.751119 run                             mass: MS start registered  {at=3474413.959436063, delay=0.004472160246223211, ms=00005}
22:49:48.658322 run                osmo-ms-mob/00006: Starting mobile
22:49:48.675529 run       osmo-ms-mob/00006(pid=141): Launched
22:49:48.686496 run                             mass: MS start registered  {at=3474414.894815157, delay=0.004582646302878857, ms=00006}
22:49:49.152694 run                             mass: MS performed LU  {at=3474415.360896728, lu_delay=4.765056674834341, ms=00002}
22:49:49.566934 run                osmo-ms-mob/00007: Starting mobile
22:49:49.583214 run       osmo-ms-mob/00007(pid=142): Launched
22:49:49.593911 run                             mass: MS start registered  {at=3474415.802231038, delay=0.004585788119584322, ms=00007}
22:49:50.340274 run                osmo-ms-mob/00008: Starting mobile
22:49:50.354145 run       osmo-ms-mob/00008(pid=143): Launched
22:49:50.364640 run                             mass: MS start registered  {at=3474416.572956352, delay=0.004429991822689772, ms=00008}
22:49:51.016651 run                             mass: MS performed LU  {at=3474417.224862594, lu_delay=5.331262588035315, ms=00003}
22:49:51.072212 run                osmo-ms-mob/00009: Starting mobile
22:49:51.087270 run       osmo-ms-mob/00009(pid=144): Launched
22:49:51.097801 run                             mass: MS start registered  {at=3474417.306122668, delay=0.004609119147062302, ms=00009}
22:49:51.766902 run                osmo-ms-mob/00010: Starting mobile
22:49:51.783589 run       osmo-ms-mob/00010(pid=145): Launched
22:49:51.794428 run                             mass: MS start registered  {at=3474418.002746955, delay=0.004774512257426977, ms=00010}
22:49:52.355816 run                osmo-ms-mob/00011: Starting mobile
22:49:52.369132 run       osmo-ms-mob/00011(pid=146): Launched
22:49:52.379683 run                             mass: MS start registered  {at=3474418.588005536, delay=0.004404348786920309, ms=00011}
22:49:52.926524 run                osmo-ms-mob/00012: Starting mobile
22:49:52.940130 run       osmo-ms-mob/00012(pid=147): Launched
22:49:52.946445 run                             mass: MS performed LU  {at=3474419.154769473, lu_delay=5.195333409588784, ms=00005}
22:49:52.952405 run                             mass: MS performed LU  {at=3474419.160737499, lu_delay=6.159969190135598, ms=00004}
22:49:52.958306 run                             mass: MS start registered  {at=3474419.166641309, delay=0.011889381799846888, ms=00012}
22:49:53.559371 run                osmo-ms-mob/00013: Starting mobile
22:49:53.578069 run       osmo-ms-mob/00013(pid=148): Launched
22:49:53.588624 run                             mass: MS start registered  {at=3474419.796943944, delay=0.004161689896136522, ms=00013}
22:49:54.149891 run                osmo-ms-mob/00014: Starting mobile
22:49:54.165922 run       osmo-ms-mob/00014(pid=149): Launched
22:49:54.176470 run                             mass: MS start registered  {at=3474420.384791155, delay=0.0043053459376096725, ms=00014}
22:49:54.763448 run                osmo-ms-mob/00015: Starting mobile
22:49:54.781927 run       osmo-ms-mob/00015(pid=150): Launched
22:49:54.788220 run                             mass: MS performed LU  {at=3474420.996544413, lu_delay=6.101729255635291, ms=00006}
22:49:54.794174 run                             mass: MS start registered  {at=3474421.002508336, delay=0.005980983376502991, ms=00015}
22:49:54.847389 run                             mass: MS performed LU  {at=3474421.055596389, lu_delay=5.253365350887179, ms=00007}
22:49:55.250040 run                osmo-ms-mob/00016: Starting mobile
22:49:55.269420 run       osmo-ms-mob/00016(pid=151): Launched
22:49:55.280143 run                             mass: MS start registered  {at=3474421.48846438, delay=0.004313429351896048, ms=00016}
22:49:55.746012 run                osmo-ms-mob/00017: Starting mobile
22:49:55.761801 run       osmo-ms-mob/00017(pid=152): Launched
22:49:55.773287 run                             mass: MS start registered  {at=3474421.981607523, delay=0.004714180715382099, ms=00017}
22:49:56.359915 run                osmo-ms-mob/00018: Starting mobile
22:49:56.376708 run       osmo-ms-mob/00018(pid=153): Launched
22:49:56.387633 run                             mass: MS start registered  {at=3474422.595954908, delay=0.004485105164349079, ms=00018}
22:49:56.683440 run                             mass: MS performed LU  {at=3474422.891658874, lu_delay=6.318702522199601, ms=00008}
22:49:56.699321 run                osmo-ms-mob/00019: Starting mobile
22:49:56.712857 run       osmo-ms-mob/00019(pid=154): Launched
22:49:56.718919 run                             mass: MS performed LU  {at=3474422.927250225, lu_delay=5.6211275570094585, ms=00009}
22:49:56.724807 run                             mass: MS start registered  {at=3474422.933142841, delay=0.005908885970711708, ms=00019}
22:49:56.799095 run                             mass: MS performed LU  {at=3474423.007314156, lu_delay=5.00456720078364, ms=00010}
22:49:57.258437 run                osmo-ms-mob/00020: Starting mobile
22:49:57.275274 run       osmo-ms-mob/00020(pid=155): Launched
22:49:57.286180 run                             mass: MS start registered  {at=3474423.494499229, delay=0.004627380985766649, ms=00020}
22:49:57.727080 run                osmo-ms-mob/00021: Starting mobile
22:49:57.740630 run       osmo-ms-mob/00021(pid=156): Launched
22:49:57.751497 run                             mass: MS start registered  {at=3474423.959816194, delay=0.004710996989160776, ms=00021}
22:49:58.158885 run                osmo-ms-mob/00022: Starting mobile
22:49:58.175622 run       osmo-ms-mob/00022(pid=157): Launched
22:49:58.186315 run                             mass: MS start registered  {at=3474424.394638492, delay=0.004649955779314041, ms=00022}
22:49:58.465210 run                             mass: MS performed LU  {at=3474424.673430753, lu_delay=5.50678944401443, ms=00012}
22:49:58.548801 run                             mass: MS performed LU  {at=3474424.757022719, lu_delay=4.960078774951398, ms=00013}
22:49:58.576971 run                osmo-ms-mob/00023: Starting mobile
22:49:58.590183 run       osmo-ms-mob/00023(pid=158): Launched
22:49:58.600693 run                             mass: MS start registered  {at=3474424.809018739, delay=0.0043120128102600574, ms=00023}
22:49:58.611428 run                             mass: MS performed LU  {at=3474424.819751856, lu_delay=6.231746320147067, ms=00011}
22:49:58.719577 run                             mass: MS performed LU  {at=3474424.927796717, lu_delay=4.5430055619217455, ms=00014}
22:49:59.028133 run                osmo-ms-mob/00024: Starting mobile
22:49:59.041583 run       osmo-ms-mob/00024(pid=159): Launched
22:49:59.052121 run                             mass: MS start registered  {at=3474425.260443175, delay=0.004397794138640165, ms=00024}
22:49:59.540839 run                osmo-ms-mob/00025: Starting mobile
22:49:59.554733 run       osmo-ms-mob/00025(pid=160): Launched
22:49:59.565427 run                             mass: MS start registered  {at=3474425.773749347, delay=0.0044393897987902164, ms=00025}
22:49:59.926744 run                osmo-ms-mob/00026: Starting mobile
22:49:59.940410 run       osmo-ms-mob/00026(pid=161): Launched
22:49:59.951227 run                             mass: MS start registered  {at=3474426.159549769, delay=0.004575299099087715, ms=00026}
22:50:00.350506 run                osmo-ms-mob/00027: Starting mobile
22:50:00.367178 run       osmo-ms-mob/00027(pid=162): Launched
22:50:00.377876 run                             mass: MS start registered  {at=3474426.58619788, delay=0.0044942148961126804, ms=00027}
22:50:00.449515 run                             mass: MS performed LU  {at=3474426.65773412, lu_delay=4.676126596983522, ms=00017}
22:50:00.476520 run                             mass: MS performed LU  {at=3474426.684828876, lu_delay=5.1963644959032536, ms=00016}
22:50:00.564933 run                             mass: MS performed LU  {at=3474426.773141445, lu_delay=5.7706331089138985, ms=00015}
22:50:00.587729 run                osmo-ms-mob/00028: Starting mobile
22:50:00.601306 run       osmo-ms-mob/00028(pid=163): Launched
22:50:00.612560 run                             mass: MS start registered  {at=3474426.820878049, delay=0.0051133399829268456, ms=00028}
22:50:01.157055 run                osmo-ms-mob/00029: Starting mobile
22:50:01.172377 run       osmo-ms-mob/00029(pid=164): Launched
22:50:01.183399 run                             mass: MS start registered  {at=3474427.391716786, delay=0.004732845351099968, ms=00029}
22:50:01.543019 run                osmo-ms-mob/00030: Starting mobile
22:50:01.556907 run       osmo-ms-mob/00030(pid=165): Launched
22:50:01.567997 run                             mass: MS start registered  {at=3474427.776318717, delay=0.004712268710136414, ms=00030}
22:50:01.956843 run                osmo-ms-mob/00031: Starting mobile
22:50:01.972723 run       osmo-ms-mob/00031(pid=166): Launched
22:50:01.983374 run                             mass: MS start registered  {at=3474428.19169647, delay=0.004508641082793474, ms=00031}
22:50:02.229916 run                osmo-ms-mob/00032: Starting mobile
22:50:02.243417 run       osmo-ms-mob/00032(pid=167): Launched
22:50:02.249781 run                             mass: MS performed LU  {at=3474428.458107514, lu_delay=4.963608284946531, ms=00020}
22:50:02.255752 run                             mass: MS start registered  {at=3474428.464085658, delay=0.005996535066515207, ms=00032}
22:50:02.314129 run                             mass: MS performed LU  {at=3474428.522361137, lu_delay=5.58921829611063, ms=00019}
22:50:02.379482 run                             mass: MS performed LU  {at=3474428.587702065, lu_delay=5.991747156716883, ms=00018}
22:50:02.406573 run                osmo-ms-mob/00033: Starting mobile
22:50:02.419879 run       osmo-ms-mob/00033(pid=168): Launched
22:50:02.430406 run                             mass: MS start registered  {at=3474428.638731766, delay=0.004394338931888342, ms=00033}
22:50:02.484979 run                             mass: MS performed LU  {at=3474428.69321244, lu_delay=4.733396245632321, ms=00021}
22:50:03.058423 run                osmo-ms-mob/00034: Starting mobile
22:50:03.075504 run       osmo-ms-mob/00034(pid=169): Launched
22:50:03.086544 run                             mass: MS start registered  {at=3474429.294861933, delay=0.004994101356714964, ms=00034}
22:50:03.328102 run                osmo-ms-mob/00035: Starting mobile
22:50:03.341464 run       osmo-ms-mob/00035(pid=170): Launched
22:50:03.352099 run                             mass: MS start registered  {at=3474429.560421085, delay=0.004372250754386187, ms=00035}
22:50:03.758838 run                osmo-ms-mob/00036: Starting mobile
22:50:03.774640 run       osmo-ms-mob/00036(pid=171): Launched
22:50:03.785477 run                             mass: MS start registered  {at=3474429.993798546, delay=0.004555652849376202, ms=00036}
22:50:04.127391 run                osmo-ms-mob/00037: Starting mobile
22:50:04.140590 run       osmo-ms-mob/00037(pid=172): Launched
22:50:04.151714 run                             mass: MS start registered  {at=3474430.360030401, delay=0.004945624154061079, ms=00037}
22:50:04.215841 run                             mass: MS performed LU  {at=3474430.424062875, lu_delay=5.61504413606599, ms=00023}
22:50:04.242357 run                             mass: MS performed LU  {at=3474430.450602921, lu_delay=6.055964429397136, ms=00022}
22:50:04.255067 run                osmo-ms-mob/00038: Starting mobile
22:50:04.268125 run       osmo-ms-mob/00038(pid=173): Launched
22:50:04.278724 run                             mass: MS start registered  {at=3474430.48704512, delay=0.0045320638455450535, ms=00038}
22:50:04.330925 run                             mass: MS performed LU  {at=3474430.539162437, lu_delay=5.278719261754304, ms=00024}
22:50:04.386566 run                             mass: MS performed LU  {at=3474430.594784618, lu_delay=4.8210352710448205, ms=00025}
22:50:04.414191 run                osmo-ms-mob/00039: Starting mobile
22:50:04.427308 run       osmo-ms-mob/00039(pid=174): Launched
22:50:04.437980 run                             mass: MS start registered  {at=3474430.646302521, delay=0.004434999078512192, ms=00039}
22:50:05.139692 run                osmo-ms-mob/00040: Starting mobile
22:50:05.153475 run       osmo-ms-mob/00040(pid=175): Launched
22:50:05.164402 run                             mass: MS start registered  {at=3474431.372720127, delay=0.004397759214043617, ms=00040}
22:50:05.440600 run                osmo-ms-mob/00041: Starting mobile
22:50:05.454432 run       osmo-ms-mob/00041(pid=176): Launched
22:50:05.465153 run                             mass: MS start registered  {at=3474431.673472439, delay=0.004531315993517637, ms=00041}
22:50:05.757954 run                osmo-ms-mob/00042: Starting mobile
22:50:05.773995 run       osmo-ms-mob/00042(pid=177): Launched
22:50:05.784899 run                             mass: MS start registered  {at=3474431.993219478, delay=0.004432978108525276, ms=00042}
22:50:05.997087 run                             mass: MS performed LU  {at=3474432.205305914, lu_delay=6.045756144914776, ms=00026}
22:50:06.080119 run                             mass: MS performed LU  {at=3474432.28834951, lu_delay=4.896632723975927, ms=00029}
22:50:06.108058 run                osmo-ms-mob/00043: Starting mobile
22:50:06.121524 run       osmo-ms-mob/00043(pid=178): Launched
22:50:06.132203 run                             mass: MS start registered  {at=3474432.340527713, delay=0.004475331865251064, ms=00043}
22:50:06.143254 run                             mass: MS performed LU  {at=3474432.351579251, lu_delay=5.530701201874763, ms=00028}
22:50:06.250935 run                             mass: MS performed LU  {at=3474432.459153066, lu_delay=5.872955185826868, ms=00027}
22:50:06.280400 run                osmo-ms-mob/00044: Starting mobile
22:50:06.294143 run       osmo-ms-mob/00044(pid=179): Launched
22:50:06.300291 run                             mass: MS performed LU  {at=3474432.508620078, lu_delay=4.7323013613931835, ms=00030}
22:50:06.306161 run                             mass: MS start registered  {at=3474432.514496208, delay=0.005892645101994276, ms=00044}
22:50:06.767469 run                osmo-ms-mob/00045: Starting mobile
22:50:06.783923 run       osmo-ms-mob/00045(pid=180): Launched
22:50:06.794988 run                             mass: MS start registered  {at=3474433.003308094, delay=0.004690258298069239, ms=00045}
22:50:07.027554 run                osmo-ms-mob/00046: Starting mobile
22:50:07.041291 run       osmo-ms-mob/00046(pid=181): Launched
22:50:07.052191 run                             mass: MS start registered  {at=3474433.260514224, delay=0.004747733008116484, ms=00046}
22:50:07.328245 run                osmo-ms-mob/00047: Starting mobile
22:50:07.341676 run       osmo-ms-mob/00047(pid=182): Launched
22:50:07.352837 run                             mass: MS start registered  {at=3474433.561158752, delay=0.004890217911452055, ms=00047}
22:50:07.660115 run                osmo-ms-mob/00048: Starting mobile
22:50:07.678462 run       osmo-ms-mob/00048(pid=183): Launched
22:50:07.689973 run                             mass: MS start registered  {at=3474433.898291963, delay=0.004922149237245321, ms=00048}
22:50:07.861202 run                             mass: MS performed LU  {at=3474434.069411352, lu_delay=4.774549418594688, ms=00034}
22:50:07.876770 run                osmo-ms-mob/00049: Starting mobile
22:50:07.890243 run       osmo-ms-mob/00049(pid=184): Launched
22:50:07.901630 run                             mass: MS start registered  {at=3474434.109950431, delay=0.005129049066454172, ms=00049}
22:50:07.916531 run                             mass: MS performed LU  {at=3474434.124779295, lu_delay=5.660693637095392, ms=00032}
22:50:08.008617 run                             mass: MS performed LU  {at=3474434.21684119, lu_delay=4.656420105136931, ms=00035}
22:50:08.023114 run                osmo-ms-mob/00050: Starting mobile
22:50:08.036430 run       osmo-ms-mob/00050(pid=185): Launched
22:50:08.048449 run                             mass: MS start registered  {at=3474434.256765669, delay=0.005454336293041706, ms=00050}
22:50:08.189314 run                             mass: MS performed LU  {at=3474434.397532275, lu_delay=6.205835804808885, ms=00031}
22:50:08.658155 run                osmo-ms-mob/00051: Starting mobile
22:50:08.679551 run       osmo-ms-mob/00051(pid=186): Launched
22:50:08.691304 run                             mass: MS start registered  {at=3474434.899621611, delay=0.0052377101965248585, ms=00051}
22:50:08.904669 run                             mass: MS performed LU  {at=3474435.112888475, lu_delay=6.474156708922237, ms=00033}
22:50:08.919607 run                osmo-ms-mob/00052: Starting mobile
22:50:08.933122 run       osmo-ms-mob/00052(pid=187): Launched
22:50:08.944183 run                             mass: MS start registered  {at=3474435.152501762, delay=0.0048585678450763226, ms=00052}
22:50:09.241438 run                osmo-ms-mob/00053: Starting mobile
22:50:09.255565 run       osmo-ms-mob/00053(pid=188): Launched
22:50:09.266722 run                             mass: MS start registered  {at=3474435.475043005, delay=0.005003504920750856, ms=00053}
22:50:09.527496 run                osmo-ms-mob/00054: Starting mobile
22:50:09.541081 run       osmo-ms-mob/00054(pid=189): Launched
22:50:09.552198 run                             mass: MS start registered  {at=3474435.760519889, delay=0.004837124142795801, ms=00054}
22:50:09.762763 run                             mass: MS performed LU  {at=3474435.970983263, lu_delay=5.977184717077762, ms=00036}
22:50:09.777890 run                osmo-ms-mob/00055: Starting mobile
22:50:09.791408 run       osmo-ms-mob/00055(pid=190): Launched
22:50:09.797630 run                             mass: MS performed LU  {at=3474436.005959188, lu_delay=5.35965666687116, ms=00039}
22:50:09.803802 run                             mass: MS start registered  {at=3474436.012135343, delay=0.006194007117301226, ms=00055}
22:50:09.910823 run                             mass: MS performed LU  {at=3474436.119016725, lu_delay=4.746296598110348, ms=00040}
22:50:09.953871 run                osmo-ms-mob/00056: Starting mobile
22:50:09.968108 run       osmo-ms-mob/00056(pid=191): Launched
22:50:09.979232 run                             mass: MS start registered  {at=3474436.187554251, delay=0.0047904010862112045, ms=00056}
22:50:10.054761 run                             mass: MS performed LU  {at=3474436.262980335, lu_delay=5.775935214944184, ms=00038}
22:50:10.089468 run                             mass: MS performed LU  {at=3474436.2976928, lu_delay=5.937662398908287, ms=00037}
22:50:10.104488 run                osmo-ms-mob/00057: Starting mobile
22:50:10.118013 run       osmo-ms-mob/00057(pid=192): Launched
22:50:10.124203 run                             mass: MS performed LU  {at=3474436.332533084, lu_delay=4.65906064491719, ms=00041}
22:50:10.130091 run                             mass: MS start registered  {at=3474436.338427097, delay=0.0059091742150485516, ms=00057}
22:50:10.839679 run                osmo-ms-mob/00058: Starting mobile
22:50:10.853626 run       osmo-ms-mob/00058(pid=193): Launched
22:50:10.864634 run                             mass: MS start registered  {at=3474437.07295639, delay=0.004780857358127832, ms=00058}
22:50:11.138902 run                osmo-ms-mob/00059: Starting mobile
22:50:11.152892 run       osmo-ms-mob/00059(pid=194): Launched
22:50:11.159138 run                             mass: MS performed LU  {at=3474437.367464162, lu_delay=3.806305409874767, ms=00047}
22:50:11.165330 run                             mass: MS start registered  {at=3474437.373664136, delay=0.006218506023287773, ms=00059}
22:50:11.440981 run                osmo-ms-mob/00060: Starting mobile
22:50:11.455382 run       osmo-ms-mob/00060(pid=195): Launched
22:50:11.466699 run                             mass: MS start registered  {at=3474437.675010876, delay=0.00513538159430027, ms=00060}
22:50:11.627369 run                             mass: MS performed LU  {at=3474437.835593187, lu_delay=5.321096978615969, ms=00044}
22:50:11.683622 run                             mass: MS performed LU  {at=3474437.891856825, lu_delay=5.55132911214605, ms=00043}
22:50:11.711622 run                osmo-ms-mob/00061: Starting mobile
22:50:11.725276 run       osmo-ms-mob/00061(pid=196): Launched
22:50:11.731750 run                             mass: MS performed LU  {at=3474437.940074917, lu_delay=5.946855438873172, ms=00042}
22:50:11.737643 run                             mass: MS start registered  {at=3474437.945977204, delay=0.005947023164480925, ms=00061}
22:50:11.964087 run                             mass: MS performed LU  {at=3474438.172309621, lu_delay=4.911795396823436, ms=00046}
22:50:11.993411 run                osmo-ms-mob/00062: Starting mobile
22:50:12.006760 run       osmo-ms-mob/00062(pid=197): Launched
22:50:12.017898 run                             mass: MS start registered  {at=3474438.226220055, delay=0.0048253037966787815, ms=00062}
22:50:12.468516 run                osmo-ms-mob/00063: Starting mobile
22:50:12.485036 run       osmo-ms-mob/00063(pid=198): Launched
22:50:12.496279 run                             mass: MS start registered  {at=3474438.704598212, delay=0.0048540071584284306, ms=00063}
22:50:12.587535 run                             mass: MS performed LU  {at=3474438.795753889, lu_delay=5.7924457946792245, ms=00045}
22:50:12.841994 run                osmo-ms-mob/00064: Starting mobile
22:50:12.856082 run       osmo-ms-mob/00064(pid=199): Launched
22:50:12.867809 run                             mass: MS start registered  {at=3474439.076116094, delay=0.005208022892475128, ms=00064}
22:50:13.227308 run                osmo-ms-mob/00065: Starting mobile
22:50:13.240398 run       osmo-ms-mob/00065(pid=200): Launched
22:50:13.251362 run                             mass: MS start registered  {at=3474439.459682833, delay=0.004778312053531408, ms=00065}
22:50:13.549912 run                osmo-ms-mob/00066: Starting mobile
22:50:13.566154 run       osmo-ms-mob/00066(pid=201): Launched
22:50:13.572443 run                             mass: MS performed LU  {at=3474439.780770161, lu_delay=4.881148550193757, ms=00051}
22:50:13.578427 run                             mass: MS start registered  {at=3474439.786762953, delay=0.006010694894939661, ms=00066}
22:50:13.584615 run                             mass: MS performed LU  {at=3474439.792944087, lu_delay=4.640442325267941, ms=00052}
22:50:13.676406 run                             mass: MS performed LU  {at=3474439.884625534, lu_delay=5.627859864849597, ms=00050}
22:50:13.690590 run                osmo-ms-mob/00067: Starting mobile
22:50:13.703605 run       osmo-ms-mob/00067(pid=202): Launched
22:50:13.714647 run                             mass: MS start registered  {at=3474439.922970205, delay=0.005041742231696844, ms=00067}
22:50:13.856812 run                             mass: MS performed LU  {at=3474440.065029728, lu_delay=6.166737765073776, ms=00048}
22:50:13.873476 run                             mass: MS performed LU  {at=3474440.081760027, lu_delay=5.971809595823288, ms=00049}
22:50:13.890263 run                osmo-ms-mob/00068: Starting mobile
22:50:13.903456 run       osmo-ms-mob/00068(pid=203): Launched
22:50:13.914593 run                             mass: MS start registered  {at=3474440.122915759, delay=0.005049507133662701, ms=00068}
22:50:14.639562 run                osmo-ms-mob/00069: Starting mobile
22:50:14.654242 run       osmo-ms-mob/00069(pid=204): Launched
22:50:14.665313 run                             mass: MS start registered  {at=3474440.87363466, delay=0.0048322370275855064, ms=00069}
22:50:14.889786 run                             mass: MS performed LU  {at=3474441.098003015, lu_delay=3.724338878877461, ms=00059}
22:50:15.042448 run                osmo-ms-mob/00070: Starting mobile
22:50:15.056891 run       osmo-ms-mob/00070(pid=205): Launched
22:50:15.067895 run                             mass: MS start registered  {at=3474441.276213703, delay=0.004883174318820238, ms=00070}
22:50:15.392740 run                             mass: MS performed LU  {at=3474441.600956009, lu_delay=5.5888206656090915, ms=00055}
22:50:15.423804 run                osmo-ms-mob/00071: Starting mobile
22:50:15.437316 run       osmo-ms-mob/00071(pid=206): Launched
22:50:15.443453 run                             mass: MS performed LU  {at=3474441.651780374, lu_delay=5.464226122945547, ms=00056}
22:50:15.449837 run                             mass: MS start registered  {at=3474441.658161614, delay=0.006399434991180897, ms=00071}
22:50:15.512851 run                             mass: MS performed LU  {at=3474441.721077789, lu_delay=5.382650692015886, ms=00057}
22:50:15.685183 run                             mass: MS performed LU  {at=3474441.893400543, lu_delay=6.132880653720349, ms=00054}
22:50:15.715087 run                osmo-ms-mob/00072: Starting mobile
22:50:15.728986 run       osmo-ms-mob/00072(pid=207): Launched
22:50:15.735233 run                             mass: MS performed LU  {at=3474441.943561135, lu_delay=6.468518130015582, ms=00053}
22:50:15.741159 run                             mass: MS start registered  {at=3474441.949494053, delay=0.005951286293566227, ms=00072}
22:50:16.253778 run                osmo-ms-mob/00073: Starting mobile
22:50:16.269008 run       osmo-ms-mob/00073(pid=208): Launched
22:50:16.279864 run                             mass: MS start registered  {at=3474442.48818454, delay=0.0046079219318926334, ms=00073}
22:50:16.500411 run                             mass: MS performed LU  {at=3474442.708633114, lu_delay=5.635676723904908, ms=00058}
22:50:16.547803 run                             mass: MS performed LU  {at=3474442.75603539, lu_delay=3.6799192959442735, ms=00064}
22:50:16.570645 run                osmo-ms-mob/00074: Starting mobile
22:50:16.584402 run       osmo-ms-mob/00074(pid=209): Launched
22:50:16.595524 run                             mass: MS start registered  {at=3474442.803845188, delay=0.004667042288929224, ms=00074}
22:50:17.050040 run                osmo-ms-mob/00075: Starting mobile
22:50:17.066675 run       osmo-ms-mob/00075(pid=210): Launched
22:50:17.079952 run                             mass: MS start registered  {at=3474443.288270388, delay=0.00699832197278738, ms=00075}
22:50:17.313169 run                             mass: MS performed LU  {at=3474443.521388426, lu_delay=5.84637755015865, ms=00060}
22:50:17.350252 run                             mass: MS performed LU  {at=3474443.558483048, lu_delay=5.612505843862891, ms=00061}
22:50:17.387034 run                             mass: MS performed LU  {at=3474443.59522856, lu_delay=5.369008504785597, ms=00062}
22:50:17.432023 run                osmo-ms-mob/00076: Starting mobile
22:50:17.446553 run       osmo-ms-mob/00076(pid=211): Launched
22:50:17.457595 run                             mass: MS start registered  {at=3474443.665918603, delay=0.004771017003804445, ms=00076}
22:50:17.640206 run                             mass: MS performed LU  {at=3474443.848426509, lu_delay=5.143828297033906, ms=00063}
22:50:17.966825 run                osmo-ms-mob/00077: Starting mobile
22:50:17.983475 run       osmo-ms-mob/00077(pid=212): Launched
22:50:17.994828 run                             mass: MS start registered  {at=3474444.20314799, delay=0.004753784276545048, ms=00077}
22:50:18.440714 run                osmo-ms-mob/00078: Starting mobile
22:50:18.455070 run       osmo-ms-mob/00078(pid=213): Launched
22:50:18.466234 run                             mass: MS start registered  {at=3474444.674557939, delay=0.004844658076763153, ms=00078}
22:50:18.854543 run                osmo-ms-mob/00079: Starting mobile
22:50:18.869656 run       osmo-ms-mob/00079(pid=214): Launched
22:50:18.880605 run                             mass: MS start registered  {at=3474445.088927525, delay=0.004810151178389788, ms=00079}
22:50:19.279175 run                             mass: MS performed LU  {at=3474445.487390959, lu_delay=5.364475199952722, ms=00068}
22:50:19.311210 run                osmo-ms-mob/00080: Starting mobile
22:50:19.326142 run       osmo-ms-mob/00080(pid=215): Launched
22:50:19.332358 run                             mass: MS performed LU  {at=3474445.540688112, lu_delay=5.753925159107894, ms=00066}
22:50:19.338254 run                             mass: MS start registered  {at=3474445.546589199, delay=0.005916738882660866, ms=00080}
22:50:19.394131 run                             mass: MS performed LU  {at=3474445.602349462, lu_delay=5.6793792569078505, ms=00067}
22:50:19.415760 run                             mass: MS performed LU  {at=3474445.624091148, lu_delay=4.750456487759948, ms=00069}
22:50:19.450381 run                             mass: MS performed LU  {at=3474445.658619014, lu_delay=6.198936181142926, ms=00065}
22:50:19.471406 run                osmo-ms-mob/00081: Starting mobile
22:50:19.484759 run       osmo-ms-mob/00081(pid=216): Launched
22:50:19.495654 run                             mass: MS start registered  {at=3474445.703973404, delay=0.004743317142128944, ms=00081}
22:50:20.227329 run                osmo-ms-mob/00082: Starting mobile
22:50:20.240606 run       osmo-ms-mob/00082(pid=217): Launched
22:50:20.251769 run                             mass: MS start registered  {at=3474446.460087298, delay=0.005015831906348467, ms=00082}
22:50:20.857527 run                osmo-ms-mob/00083: Starting mobile
22:50:20.874432 run       osmo-ms-mob/00083(pid=218): Launched
22:50:20.886113 run                             mass: MS start registered  {at=3474447.094431809, delay=0.005182226188480854, ms=00083}
22:50:21.078614 run                             mass: MS performed LU  {at=3474447.286830082, lu_delay=5.628668467979878, ms=00071}
22:50:21.116618 run                             mass: MS performed LU  {at=3474447.324881712, lu_delay=6.048668008763343, ms=00070}
22:50:21.207843 run                             mass: MS performed LU  {at=3474447.416047979, lu_delay=5.466553926002234, ms=00072}
22:50:21.222043 run                osmo-ms-mob/00084: Starting mobile
22:50:21.235253 run       osmo-ms-mob/00084(pid=219): Launched
22:50:21.246216 run                             mass: MS start registered  {at=3474447.454540365, delay=0.004901601001620293, ms=00084}
22:50:21.369389 run                             mass: MS performed LU  {at=3474447.577606932, lu_delay=5.089422391727567, ms=00073}
22:50:21.859246 run                osmo-ms-mob/00085: Starting mobile
22:50:21.875053 run       osmo-ms-mob/00085(pid=220): Launched
22:50:21.886026 run                             mass: MS start registered  {at=3474448.094346224, delay=0.004769176710397005, ms=00085}
22:50:22.439904 run                osmo-ms-mob/00086: Starting mobile
22:50:22.454341 run       osmo-ms-mob/00086(pid=221): Launched
22:50:22.465986 run                             mass: MS start registered  {at=3474448.674302428, delay=0.0052814120426774025, ms=00086}
22:50:23.058599 run                osmo-ms-mob/00087: Starting mobile
22:50:23.075504 run       osmo-ms-mob/00087(pid=222): Launched
22:50:23.081823 run                             mass: MS performed LU  {at=3474449.290148587, lu_delay=4.615590647794306, ms=00078}
22:50:23.087904 run                             mass: MS performed LU  {at=3474449.296237888, lu_delay=5.630319284740835, ms=00076}
22:50:23.093899 run                             mass: MS performed LU  {at=3474449.302234626, lu_delay=6.01396423811093, ms=00075}
22:50:23.099949 run                             mass: MS start registered  {at=3474449.30828497, delay=0.018155420199036598, ms=00087}
22:50:23.160389 run                             mass: MS performed LU  {at=3474449.368607785, lu_delay=5.165459794923663, ms=00077}
22:50:23.650745 run                osmo-ms-mob/00088: Starting mobile
22:50:23.667846 run       osmo-ms-mob/00088(pid=223): Launched
22:50:23.678782 run                             mass: MS start registered  {at=3474449.88709956, delay=0.004722575657069683, ms=00088}
22:50:24.227415 run                osmo-ms-mob/00089: Starting mobile
22:50:24.241015 run       osmo-ms-mob/00089(pid=224): Launched
22:50:24.252484 run                             mass: MS start registered  {at=3474450.460804154, delay=0.005140798166394234, ms=00089}
22:50:24.829192 run                osmo-ms-mob/00090: Starting mobile
22:50:24.842990 run       osmo-ms-mob/00090(pid=225): Launched
22:50:24.849279 run                             mass: MS performed LU  {at=3474451.057605961, lu_delay=4.597518662922084, ms=00082}
22:50:24.855311 run                             mass: MS performed LU  {at=3474451.063646087, lu_delay=5.359672682825476, ms=00081}
22:50:24.861477 run                             mass: MS start registered  {at=3474451.069810748, delay=0.012222972232848406, ms=00090}
22:50:24.974572 run                             mass: MS performed LU  {at=3474451.182791612, lu_delay=6.09386408701539, ms=00079}
22:50:25.100252 run                             mass: MS performed LU  {at=3474451.308472073, lu_delay=5.761882874183357, ms=00080}
22:50:25.527211 run                osmo-ms-mob/00091: Starting mobile
22:50:25.541155 run       osmo-ms-mob/00091(pid=226): Launched
22:50:25.552263 run                             mass: MS start registered  {at=3474451.760583228, delay=0.004961996804922819, ms=00091}
22:50:26.228137 run                osmo-ms-mob/00092: Starting mobile
22:50:26.241666 run       osmo-ms-mob/00092(pid=227): Launched
22:50:26.252996 run                             mass: MS start registered  {at=3474452.461315291, delay=0.0046933358535170555, ms=00092}
22:50:26.792181 run                             mass: MS performed LU  {at=3474453.000293886, lu_delay=5.905862076673657, ms=00083}
22:50:26.815555 run                             mass: MS performed LU  {at=3474453.023885901, lu_delay=5.569345536176115, ms=00084}
22:50:26.838005 run                             mass: MS performed LU  {at=3474453.046301244, lu_delay=4.951955019962043, ms=00085}
22:50:26.877642 run                osmo-ms-mob/00093: Starting mobile
22:50:26.892607 run       osmo-ms-mob/00093(pid=228): Launched
22:50:26.903634 run                             mass: MS start registered  {at=3474453.111956442, delay=0.00489145377650857, ms=00093}
22:50:27.161440 run                             mass: MS performed LU  {at=3474453.369658459, lu_delay=4.69535603094846, ms=00086}
22:50:27.927432 run                osmo-ms-mob/00094: Starting mobile
22:50:27.941207 run       osmo-ms-mob/00094(pid=229): Launched
22:50:27.952088 run                             mass: MS start registered  {at=3474454.160410391, delay=0.004748011939227581, ms=00094}
22:50:28.592298 run                             mass: MS performed LU  {at=3474454.80051623, lu_delay=5.4922312600538135, ms=00087}
22:50:28.617310 run                             mass: MS performed LU  {at=3474454.825640511, lu_delay=4.93854095088318, ms=00088}
22:50:28.739465 run                             mass: MS performed LU  {at=3474454.947684611, lu_delay=4.486880457028747, ms=00089}
22:50:28.781409 run                osmo-ms-mob/00095: Starting mobile
22:50:28.797168 run       osmo-ms-mob/00095(pid=230): Launched
22:50:28.808075 run                             mass: MS start registered  {at=3474455.01639967, delay=0.004657477140426636, ms=00095}
22:50:29.841556 run                osmo-ms-mob/00096: Starting mobile
22:50:29.856363 run       osmo-ms-mob/00096(pid=231): Launched
22:50:29.867627 run                             mass: MS start registered  {at=3474456.075949694, delay=0.004982287995517254, ms=00096}
22:50:30.558319 run                             mass: MS performed LU  {at=3474456.766311443, lu_delay=5.696500694844872, ms=00090}
22:50:30.576268 run                             mass: MS performed LU  {at=3474456.784509156, lu_delay=5.0239259279333055, ms=00091}
22:50:30.959021 run                osmo-ms-mob/00097: Starting mobile
22:50:30.976026 run       osmo-ms-mob/00097(pid=232): Launched
22:50:30.987551 run                             mass: MS start registered  {at=3474457.195871732, delay=0.005027517210692167, ms=00097}
22:50:31.074819 run                             mass: MS performed LU  {at=3474457.283041319, lu_delay=4.821726027876139, ms=00092}
22:50:32.258078 run                osmo-ms-mob/00098: Starting mobile
22:50:32.273723 run       osmo-ms-mob/00098(pid=233): Launched
22:50:32.284764 run                             mass: MS start registered  {at=3474458.493082348, delay=0.004774219822138548, ms=00098}
22:50:32.339303 run                             mass: MS performed LU  {at=3474458.547520473, lu_delay=4.387110081966966, ms=00094}
22:50:32.505376 run                             mass: MS performed LU  {at=3474458.713590356, lu_delay=5.601633914280683, ms=00093}
22:50:34.071605 run                osmo-ms-mob/00099: Starting mobile
22:50:34.089413 run       osmo-ms-mob/00099(pid=234): Launched
22:50:34.095513 run                             mass: All started... {duration=55.778746970929205, too_slow=0}
22:50:34.101283 run                             mass: MS start registered  {at=3474460.30961169, delay=0.005763678345829248, ms=00099}
22:50:34.323628 run                             mass: MS performed LU  {at=3474460.53181451, lu_delay=5.515414840076119, ms=00095}
22:50:34.577490 run                             mass: MS performed LU  {at=3474460.785708279, lu_delay=4.709758584853262, ms=00096}
22:50:36.253365 run                             mass: MS performed LU  {at=3474462.461582443, lu_delay=5.265710711013526, ms=00097}
22:50:38.090636 run                             mass: MS performed LU  {at=3474464.298834164, lu_delay=5.805751816369593, ms=00098}
22:50:38.578554 run                             mass: MS performed LU  {at=3474464.786769341, lu_delay=21.982924153096974, ms=00074}
22:50:40.019602 run                             mass: MS performed LU  {at=3474466.227818996, lu_delay=5.918207305949181, ms=00099}
22:50:40.029937 run                             mass: Tests done {all_completed=True, max=21.982924153096974, min=3.6799192959442735}
22:50:40.035391 tst         register_default_mass.py: Test passed (81.2 sec)
22:50:40.040778 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:40.044044 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:40.047309 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:40.050567 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:40.053824 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:40.057086 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:40.060357 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:40.063636 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:40.066918 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:40.070272 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:40.073577 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:40.076868 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:40.080197 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:40.083521 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:40.086944 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:40.090361 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:40.093836 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:40.097292 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:40.100724 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:40.104071 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:40.107432 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:40.110846 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:40.114205 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:40.117927 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:40.121321 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:40.124716 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:40.128098 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:40.131566 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:40.135115 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:40.138561 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:40.142468 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:40.145839 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:40.149177 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:40.152562 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:40.156001 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:40.159421 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:40.163090 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:40.166522 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:40.169907 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:40.173275 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:40.176683 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:40.180235 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:40.183714 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:40.187076 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:40.190434 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:40.193870 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:40.197237 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:40.200599 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:40.203977 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:40.207307 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:40.210665 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:40.214002 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:40.217333 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:40.220676 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:40.224046 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:40.227439 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:40.230782 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:40.234149 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:40.237581 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:40.240967 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:40.244331 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:40.247634 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:40.250964 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:40.254414 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:40.257771 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:40.261158 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:40.264485 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:40.267904 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:40.271241 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:40.274635 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:40.277980 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:40.281378 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:40.284708 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:40.288278 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:40.291875 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:40.295744 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:40.299080 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:40.302511 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:40.305892 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:40.309343 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:40.312707 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:40.316067 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:40.319419 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:40.322867 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:40.326301 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:40.329683 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:40.333139 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:40.336990 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:40.340347 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:40.343773 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:40.347418 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:40.350884 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:40.354577 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:40.357954 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:40.361392 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:40.364769 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:40.368156 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:40.371562 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:40.375031 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:40.378408 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:40.381829 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:40.385295 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:40.388719 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:40.392179 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:40.395629 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:40.399063 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:40.402539 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:40.406012 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:40.409436 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:40.412889 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:40.416236 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:40.419590 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:40.422960 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:40.426411 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:40.429763 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:40.433099 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:40.436409 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:40.439727 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:40.443042 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:40.446356 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:40.449679 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:40.452982 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:40.456311 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:40.459620 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:40.462939 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:40.466267 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:40.469579 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:40.472909 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:40.476241 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:40.479566 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:40.482891 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:40.486213 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:40.489528 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:40.492850 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:40.496158 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:40.499476 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:40.502793 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:40.506089 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:40.509424 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:40.512757 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:40.516084 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:40.519407 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:40.522709 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:40.526028 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:40.529334 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:40.532640 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:40.535940 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:40.539253 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:40.542565 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:40.545885 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:40.549199 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:40.552513 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:40.555820 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:40.559129 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:40.562444 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:40.565752 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:40.569073 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:40.572370 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:40.575699 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:40.579004 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:40.582300 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:40.585626 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:40.588921 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:40.592239 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:40.595551 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:40.598843 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:40.602145 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:40.605461 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:40.608771 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:40.612097 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:40.615396 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:40.618708 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:40.622016 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:40.625336 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:40.628659 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:40.631969 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:40.635286 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:40.638606 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:40.641916 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:40.645238 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:40.648560 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:40.651878 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:40.655182 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:40.658508 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:40.661837 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:40.665152 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:40.668466 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:40.671801 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:40.675098 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:40.678407 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:40.681707 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:40.685023 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:40.688355 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:40.691658 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:40.694968 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:40.698294 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:40.701608 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:40.704936 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:40.708245 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:40.711559 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:40.714858 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:40.718175 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:40.721491 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:40.724811 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:40.728124 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:40.731436 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:40.734744 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:40.738073 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:40.741389 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:40.744696 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:40.748008 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:40.751305 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:40.754681 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:40.758006 ---      ParallelTerminationStrategy: PID 22 died...
22:50:40.759506 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:40.763178 ---      ParallelTerminationStrategy: PID 23 died...
22:50:40.764674 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:40.768434 ---      ParallelTerminationStrategy: PID 24 died...
22:50:40.769930 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:40.773639 ---      ParallelTerminationStrategy: PID 25 died...
22:50:40.775140 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:40.778815 ---      ParallelTerminationStrategy: PID 26 died...
22:50:40.780327 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:40.784028 ---      ParallelTerminationStrategy: PID 27 died...
22:50:40.785524 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:40.789201 ---      ParallelTerminationStrategy: PID 28 died...
22:50:40.790710 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:40.794433 ---      ParallelTerminationStrategy: PID 29 died...
22:50:40.795944 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:40.799647 ---      ParallelTerminationStrategy: PID 30 died...
22:50:40.801146 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:40.804834 ---      ParallelTerminationStrategy: PID 31 died...
22:50:40.806331 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:40.810055 ---      ParallelTerminationStrategy: PID 32 died...
22:50:40.811544 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:40.815236 ---      ParallelTerminationStrategy: PID 33 died...
22:50:40.816760 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:40.820478 ---      ParallelTerminationStrategy: PID 35 died...
22:50:40.821992 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:40.825693 ---      ParallelTerminationStrategy: PID 36 died...
22:50:40.827191 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:40.830902 ---      ParallelTerminationStrategy: PID 37 died...
22:50:40.832408 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:40.836111 ---      ParallelTerminationStrategy: PID 38 died...
22:50:40.837623 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:40.841327 ---      ParallelTerminationStrategy: PID 39 died...
22:50:40.842828 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:40.846538 ---      ParallelTerminationStrategy: PID 40 died...
22:50:40.848045 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:40.851741 ---      ParallelTerminationStrategy: PID 41 died...
22:50:40.853238 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:40.856940 ---      ParallelTerminationStrategy: PID 42 died...
22:50:40.858433 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:40.862126 ---      ParallelTerminationStrategy: PID 43 died...
22:50:40.863616 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:40.867285 ---      ParallelTerminationStrategy: PID 44 died...
22:50:40.868796 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:40.872477 ---      ParallelTerminationStrategy: PID 45 died...
22:50:40.873963 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:40.877660 ---      ParallelTerminationStrategy: PID 46 died...
22:50:40.879146 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:40.882822 ---      ParallelTerminationStrategy: PID 47 died...
22:50:40.884330 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:40.887996 ---      ParallelTerminationStrategy: PID 48 died...
22:50:40.889469 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:40.893149 ---      ParallelTerminationStrategy: PID 49 died...
22:50:40.894630 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:40.898287 ---      ParallelTerminationStrategy: PID 50 died...
22:50:40.899773 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:40.903449 ---      ParallelTerminationStrategy: PID 51 died...
22:50:40.904940 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:40.908607 ---      ParallelTerminationStrategy: PID 52 died...
22:50:40.910095 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:40.913762 ---      ParallelTerminationStrategy: PID 53 died...
22:50:40.915248 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:40.918938 ---      ParallelTerminationStrategy: PID 54 died...
22:50:40.920433 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:40.924138 ---      ParallelTerminationStrategy: PID 55 died...
22:50:40.925632 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:40.929306 ---      ParallelTerminationStrategy: PID 56 died...
22:50:40.930782 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:40.934459 ---      ParallelTerminationStrategy: PID 57 died...
22:50:40.935948 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:40.939599 ---      ParallelTerminationStrategy: PID 58 died...
22:50:40.941093 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:40.944768 ---      ParallelTerminationStrategy: PID 59 died...
22:50:40.946245 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:40.949923 ---      ParallelTerminationStrategy: PID 60 died...
22:50:40.951411 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:40.955081 ---      ParallelTerminationStrategy: PID 61 died...
22:50:40.956587 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:40.960252 ---      ParallelTerminationStrategy: PID 62 died...
22:50:40.961739 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:40.965416 ---      ParallelTerminationStrategy: PID 63 died...
22:50:40.966905 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:40.970578 ---      ParallelTerminationStrategy: PID 64 died...
22:50:40.972073 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:40.975738 ---      ParallelTerminationStrategy: PID 65 died...
22:50:40.977214 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:40.980890 ---      ParallelTerminationStrategy: PID 66 died...
22:50:40.982373 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:40.986040 ---      ParallelTerminationStrategy: PID 67 died...
22:50:40.987524 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:40.991207 ---      ParallelTerminationStrategy: PID 68 died...
22:50:40.992701 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:40.996356 ---      ParallelTerminationStrategy: PID 69 died...
22:50:40.997840 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:41.001512 ---      ParallelTerminationStrategy: PID 70 died...
22:50:41.003005 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:41.006682 ---      ParallelTerminationStrategy: PID 71 died...
22:50:41.008185 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:41.011857 ---      ParallelTerminationStrategy: PID 72 died...
22:50:41.013342 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:41.017016 ---      ParallelTerminationStrategy: PID 73 died...
22:50:41.018506 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:41.022173 ---      ParallelTerminationStrategy: PID 74 died...
22:50:41.023654 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:41.027320 ---      ParallelTerminationStrategy: PID 75 died...
22:50:41.028822 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:41.032517 ---      ParallelTerminationStrategy: PID 76 died...
22:50:41.034000 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:41.037690 ---      ParallelTerminationStrategy: PID 77 died...
22:50:41.039178 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:41.042856 ---      ParallelTerminationStrategy: PID 78 died...
22:50:41.044344 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:41.048023 ---      ParallelTerminationStrategy: PID 79 died...
22:50:41.049504 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:41.053188 ---      ParallelTerminationStrategy: PID 80 died...
22:50:41.054672 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:41.058347 ---      ParallelTerminationStrategy: PID 81 died...
22:50:41.059872 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:41.063527 ---      ParallelTerminationStrategy: PID 82 died...
22:50:41.065009 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:41.068682 ---      ParallelTerminationStrategy: PID 83 died...
22:50:41.070166 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:41.073833 ---      ParallelTerminationStrategy: PID 84 died...
22:50:41.075309 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:41.079007 ---      ParallelTerminationStrategy: PID 85 died...
22:50:41.080499 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:41.084171 ---      ParallelTerminationStrategy: PID 86 died...
22:50:41.085649 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:41.089348 ---      ParallelTerminationStrategy: PID 87 died...
22:50:41.090833 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:41.094527 ---      ParallelTerminationStrategy: PID 88 died...
22:50:41.096027 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:41.099733 ---      ParallelTerminationStrategy: PID 89 died...
22:50:41.101226 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:41.104890 ---      ParallelTerminationStrategy: PID 90 died...
22:50:41.106372 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:41.110066 ---      ParallelTerminationStrategy: PID 91 died...
22:50:41.111553 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:41.115233 ---      ParallelTerminationStrategy: PID 92 died...
22:50:41.116736 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:41.120429 ---      ParallelTerminationStrategy: PID 93 died...
22:50:41.121922 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:41.125596 ---      ParallelTerminationStrategy: PID 94 died...
22:50:41.127079 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:41.130736 ---      ParallelTerminationStrategy: PID 95 died...
22:50:41.132233 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:41.135914 ---      ParallelTerminationStrategy: PID 96 died...
22:50:41.137397 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:41.141090 ---      ParallelTerminationStrategy: PID 97 died...
22:50:41.142577 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:41.146288 ---      ParallelTerminationStrategy: PID 98 died...
22:50:41.147790 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:41.151475 ---      ParallelTerminationStrategy: PID 99 died...
22:50:41.152962 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:41.156640 ---      ParallelTerminationStrategy: PID 100 died...
22:50:41.158128 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:41.161805 ---      ParallelTerminationStrategy: PID 101 died...
22:50:41.163295 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:41.166981 ---      ParallelTerminationStrategy: PID 102 died...
22:50:41.168473 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:41.172163 ---      ParallelTerminationStrategy: PID 103 died...
22:50:41.173642 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:41.177322 ---      ParallelTerminationStrategy: PID 104 died...
22:50:41.178809 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:41.182510 ---      ParallelTerminationStrategy: PID 105 died...
22:50:41.183994 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:41.187677 ---      ParallelTerminationStrategy: PID 106 died...
22:50:41.189165 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:41.192835 ---      ParallelTerminationStrategy: PID 107 died...
22:50:41.194317 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:41.197988 ---      ParallelTerminationStrategy: PID 108 died...
22:50:41.199478 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:41.203145 ---      ParallelTerminationStrategy: PID 109 died...
22:50:41.204652 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:41.208337 ---      ParallelTerminationStrategy: PID 110 died...
22:50:41.209827 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:41.213510 ---      ParallelTerminationStrategy: PID 111 died...
22:50:41.214990 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:41.218669 ---      ParallelTerminationStrategy: PID 112 died...
22:50:41.220168 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:41.223841 ---      ParallelTerminationStrategy: PID 113 died...
22:50:41.225318 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:41.229021 ---      ParallelTerminationStrategy: PID 114 died...
22:50:41.230505 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:41.234177 ---      ParallelTerminationStrategy: PID 115 died...
22:50:41.235668 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:41.239354 ---      ParallelTerminationStrategy: PID 116 died...
22:50:41.240845 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:41.244542 ---      ParallelTerminationStrategy: PID 117 died...
22:50:41.246014 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:41.249613 ---      ParallelTerminationStrategy: PID 118 died...
22:50:41.251076 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:41.254678 ---      ParallelTerminationStrategy: PID 119 died...
22:50:41.256142 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:41.259734 ---      ParallelTerminationStrategy: PID 120 died...
22:50:41.261194 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:41.264782 ---      ParallelTerminationStrategy: PID 121 died...
22:50:41.266224 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:41.269824 ---      ParallelTerminationStrategy: PID 122 died...
22:50:41.271280 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:41.274866 ---      ParallelTerminationStrategy: PID 123 died...
22:50:41.276327 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:41.279917 ---      ParallelTerminationStrategy: PID 124 died...
22:50:41.281377 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:41.284970 ---      ParallelTerminationStrategy: PID 125 died...
22:50:41.286429 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:41.290033 ---      ParallelTerminationStrategy: PID 126 died...
22:50:41.291482 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:41.295083 ---      ParallelTerminationStrategy: PID 127 died...
22:50:41.296534 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:41.300130 ---      ParallelTerminationStrategy: PID 128 died...
22:50:41.301592 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:41.305182 ---      ParallelTerminationStrategy: PID 129 died...
22:50:41.306632 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:41.310250 ---      ParallelTerminationStrategy: PID 130 died...
22:50:41.311714 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:41.315320 ---      ParallelTerminationStrategy: PID 131 died...
22:50:41.316797 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:41.320391 ---      ParallelTerminationStrategy: PID 132 died...
22:50:41.321848 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:41.325472 ---      ParallelTerminationStrategy: PID 133 died...
22:50:41.326926 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:41.330516 ---      ParallelTerminationStrategy: PID 134 died...
22:50:41.331969 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:41.335554 ---      ParallelTerminationStrategy: PID 135 died...
22:50:41.337014 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:41.340648 ---      ParallelTerminationStrategy: PID 136 died...
22:50:41.342103 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:41.345754 ---      ParallelTerminationStrategy: PID 137 died...
22:50:41.347227 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:41.350871 ---      ParallelTerminationStrategy: PID 138 died...
22:50:41.352336 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:41.355990 ---      ParallelTerminationStrategy: PID 139 died...
22:50:41.357448 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:41.361079 ---      ParallelTerminationStrategy: PID 140 died...
22:50:41.362538 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:41.366170 ---      ParallelTerminationStrategy: PID 141 died...
22:50:41.367632 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:41.371242 ---      ParallelTerminationStrategy: PID 142 died...
22:50:41.372722 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:41.376331 ---      ParallelTerminationStrategy: PID 143 died...
22:50:41.377790 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:41.381416 ---      ParallelTerminationStrategy: PID 144 died...
22:50:41.382875 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:41.386525 ---      ParallelTerminationStrategy: PID 145 died...
22:50:41.387998 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:41.391613 ---      ParallelTerminationStrategy: PID 146 died...
22:50:41.393083 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:41.396734 ---      ParallelTerminationStrategy: PID 147 died...
22:50:41.398187 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:41.401809 ---      ParallelTerminationStrategy: PID 148 died...
22:50:41.403269 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:41.406907 ---      ParallelTerminationStrategy: PID 149 died...
22:50:41.408376 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:41.412003 ---      ParallelTerminationStrategy: PID 150 died...
22:50:41.413467 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:41.417074 ---      ParallelTerminationStrategy: PID 151 died...
22:50:41.418545 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:41.422174 ---      ParallelTerminationStrategy: PID 152 died...
22:50:41.423635 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:41.427255 ---      ParallelTerminationStrategy: PID 153 died...
22:50:41.428724 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:41.432348 ---      ParallelTerminationStrategy: PID 154 died...
22:50:41.433807 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:41.437439 ---      ParallelTerminationStrategy: PID 155 died...
22:50:41.438884 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:41.442514 ---      ParallelTerminationStrategy: PID 156 died...
22:50:41.443985 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:41.447597 ---      ParallelTerminationStrategy: PID 157 died...
22:50:41.449069 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:41.452696 ---      ParallelTerminationStrategy: PID 158 died...
22:50:41.454149 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:41.457800 ---      ParallelTerminationStrategy: PID 159 died...
22:50:41.459260 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:41.462899 ---      ParallelTerminationStrategy: PID 160 died...
22:50:41.464370 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:41.467999 ---      ParallelTerminationStrategy: PID 161 died...
22:50:41.469453 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:41.473088 ---      ParallelTerminationStrategy: PID 162 died...
22:50:41.474540 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:41.478175 ---      ParallelTerminationStrategy: PID 163 died...
22:50:41.479636 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:41.483258 ---      ParallelTerminationStrategy: PID 164 died...
22:50:41.484726 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:41.488344 ---      ParallelTerminationStrategy: PID 165 died...
22:50:41.489809 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:41.493437 ---      ParallelTerminationStrategy: PID 166 died...
22:50:41.494889 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:41.498514 ---      ParallelTerminationStrategy: PID 167 died...
22:50:41.499966 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:41.503605 ---      ParallelTerminationStrategy: PID 168 died...
22:50:41.505080 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:41.508705 ---      ParallelTerminationStrategy: PID 169 died...
22:50:41.510167 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:41.513802 ---      ParallelTerminationStrategy: PID 170 died...
22:50:41.515265 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:41.518900 ---      ParallelTerminationStrategy: PID 171 died...
22:50:41.520378 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:41.523998 ---      ParallelTerminationStrategy: PID 172 died...
22:50:41.525453 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:41.529095 ---      ParallelTerminationStrategy: PID 173 died...
22:50:41.530552 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:41.534164 ---      ParallelTerminationStrategy: PID 174 died...
22:50:41.535615 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:41.539251 ---      ParallelTerminationStrategy: PID 175 died...
22:50:41.540732 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:41.544360 ---      ParallelTerminationStrategy: PID 176 died...
22:50:41.545814 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:41.549446 ---      ParallelTerminationStrategy: PID 177 died...
22:50:41.550901 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:41.554538 ---      ParallelTerminationStrategy: PID 178 died...
22:50:41.555998 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:41.559596 ---      ParallelTerminationStrategy: PID 179 died...
22:50:41.561055 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:41.564679 ---      ParallelTerminationStrategy: PID 180 died...
22:50:41.566127 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:41.569738 ---      ParallelTerminationStrategy: PID 181 died...
22:50:41.571185 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:41.574831 ---      ParallelTerminationStrategy: PID 182 died...
22:50:41.576294 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:41.579918 ---      ParallelTerminationStrategy: PID 183 died...
22:50:41.581372 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:41.584982 ---      ParallelTerminationStrategy: PID 184 died...
22:50:41.586443 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:41.590058 ---      ParallelTerminationStrategy: PID 185 died...
22:50:41.591514 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:41.595138 ---      ParallelTerminationStrategy: PID 186 died...
22:50:41.596593 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:41.600228 ---      ParallelTerminationStrategy: PID 187 died...
22:50:41.601684 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:41.605282 ---      ParallelTerminationStrategy: PID 188 died...
22:50:41.606736 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:41.610380 ---      ParallelTerminationStrategy: PID 189 died...
22:50:41.611853 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:41.615493 ---      ParallelTerminationStrategy: PID 190 died...
22:50:41.616953 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:41.620607 ---      ParallelTerminationStrategy: PID 191 died...
22:50:41.622068 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:41.625687 ---      ParallelTerminationStrategy: PID 192 died...
22:50:41.627153 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:41.630802 ---      ParallelTerminationStrategy: PID 193 died...
22:50:41.632270 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:41.635909 ---      ParallelTerminationStrategy: PID 194 died...
22:50:41.637376 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:41.640988 ---      ParallelTerminationStrategy: PID 195 died...
22:50:41.642437 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:41.646074 ---      ParallelTerminationStrategy: PID 196 died...
22:50:41.647532 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:41.651172 ---      ParallelTerminationStrategy: PID 197 died...
22:50:41.652632 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:41.656273 ---      ParallelTerminationStrategy: PID 198 died...
22:50:41.657740 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:41.661371 ---      ParallelTerminationStrategy: PID 199 died...
22:50:41.662831 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:41.666453 ---      ParallelTerminationStrategy: PID 200 died...
22:50:41.667923 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:41.671539 ---      ParallelTerminationStrategy: PID 201 died...
22:50:41.673001 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:41.676626 ---      ParallelTerminationStrategy: PID 202 died...
22:50:41.678083 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:41.681702 ---      ParallelTerminationStrategy: PID 203 died...
22:50:41.683165 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:41.686805 ---      ParallelTerminationStrategy: PID 204 died...
22:50:41.688275 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:41.691935 ---      ParallelTerminationStrategy: PID 205 died...
22:50:41.693406 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:41.697039 ---      ParallelTerminationStrategy: PID 206 died...
22:50:41.698503 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:41.702134 ---      ParallelTerminationStrategy: PID 207 died...
22:50:41.703585 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:41.707214 ---      ParallelTerminationStrategy: PID 208 died...
22:50:41.708684 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:41.712330 ---      ParallelTerminationStrategy: PID 209 died...
22:50:41.713789 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:41.717418 ---      ParallelTerminationStrategy: PID 210 died...
22:50:41.718885 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:41.722536 ---      ParallelTerminationStrategy: PID 211 died...
22:50:41.724005 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:41.727637 ---      ParallelTerminationStrategy: PID 212 died...
22:50:41.729116 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:41.732746 ---      ParallelTerminationStrategy: PID 213 died...
22:50:41.734213 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:41.737893 ---      ParallelTerminationStrategy: PID 214 died...
22:50:41.739380 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:41.743074 ---      ParallelTerminationStrategy: PID 215 died...
22:50:41.744575 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:41.748267 ---      ParallelTerminationStrategy: PID 216 died...
22:50:41.749757 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:41.753459 ---      ParallelTerminationStrategy: PID 217 died...
22:50:41.754940 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:41.758656 ---      ParallelTerminationStrategy: PID 218 died...
22:50:41.760150 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:41.763858 ---      ParallelTerminationStrategy: PID 219 died...
22:50:41.765346 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:41.769040 ---      ParallelTerminationStrategy: PID 220 died...
22:50:41.770533 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:41.774243 ---      ParallelTerminationStrategy: PID 221 died...
22:50:41.775735 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:41.779423 ---      ParallelTerminationStrategy: PID 222 died...
22:50:41.780924 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:41.784638 ---      ParallelTerminationStrategy: PID 223 died...
22:50:41.786125 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:41.789837 ---      ParallelTerminationStrategy: PID 224 died...
22:50:41.791323 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:41.795042 ---      ParallelTerminationStrategy: PID 225 died...
22:50:41.796540 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:41.800228 ---      ParallelTerminationStrategy: PID 226 died...
22:50:41.801709 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:41.805426 ---      ParallelTerminationStrategy: PID 227 died...
22:50:41.806915 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:41.810618 ---      ParallelTerminationStrategy: PID 228 died...
22:50:41.812109 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:41.815809 ---      ParallelTerminationStrategy: PID 229 died...
22:50:41.817292 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:41.820989 ---      ParallelTerminationStrategy: PID 230 died...
22:50:41.822472 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:41.826192 ---      ParallelTerminationStrategy: PID 231 died...
22:50:41.827685 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:41.831390 ---      ParallelTerminationStrategy: PID 232 died...
22:50:41.832872 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:41.836567 ---      ParallelTerminationStrategy: PID 233 died...
22:50:41.838054 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:41.841767 ---      ParallelTerminationStrategy: PID 234 died...
22:50:41.843255 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:45.247620 ---      ParallelTerminationStrategy: PID 34 died...
22:50:45.253809 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8263 netreg_mass PASS
---------------------------------------------------------------------
22:50:45.328169 tst                       trial-8263: Storing JUnit report in /build/trial-8263/run.2026-03-07_22-49-18/trial-8263.xml

--------------------------------------------------------------------------------------------
trial-8263 PASS
--------------------------------------------------------------------------------------------
22:50:45.338637 tst                       trial-8263: trial-8263: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.2 sec)
+ exit_code=0
+ rm -rf trial-8263/inst
+ cd trial-8263
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-07 22:49:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8263-run.tgz run.2026-03-07_22-49-18
+ tar czf /build/trial-8263-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-07_13_29_09.tgz osmo-bts-oc2g.build-2026-03-07_00_51_19.tgz osmo-bts-sysmo.build-2026-03-07_00_51_22.tgz osmo-bts.build-2026-03-07_00_51_36.tgz osmo-ggsn.build-2026-03-07_20_42_55.tgz osmo-hlr.build-2026-03-07_16_36_50.tgz osmo-hnbgw.build-2026-03-07_13_29_02.tgz osmo-mgw.build-2026-03-07_08_33_05.tgz osmo-msc.build-2026-03-07_13_34_42.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-07_07_35_07.tgz osmo-pcu-sysmo.build-2026-03-07_07_35_01.tgz osmo-pcu.build-2026-03-07_07_35_12.tgz osmo-sgsn.build-2026-03-07_20_49_02.tgz osmo-stp.build-2026-03-07_13_25_43.tgz osmo-trx.build-2026-03-07_14_21_24.tgz osmocom-bb.build-2026-03-07_21_17_32.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