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/jenkins15106477896693130573.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-8236
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f69850b97aa2f4e080b6e31ae657ea2d6494665b4404ff2052f4c032d7fef28c done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
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=8237 -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-02-09 22:49:01
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8237
+ mkdir -p trial-8237
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-09_20_54_47.tgz osmo-bts-oc2g.build-2026-02-09_20_52_59.tgz osmo-bts-sysmo.build-2026-02-09_20_52_58.tgz osmo-bts.build-2026-02-09_20_53_17.tgz osmo-ggsn.build-2026-02-09_20_42_31.tgz osmo-hlr.build-2026-02-09_20_51_39.tgz osmo-hnbgw.build-2026-02-09_14_43_30.tgz osmo-mgw.build-2026-02-09_20_50_58.tgz osmo-msc.build-2026-02-09_20_58_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-09_07_34_52.tgz osmo-pcu-sysmo.build-2026-02-09_07_34_53.tgz osmo-pcu.build-2026-02-09_07_35_01.tgz osmo-sgsn.build-2026-02-09_20_55_05.tgz osmo-stp.build-2026-02-09_14_34_18.tgz osmo-trx.build-2026-02-09_14_37_24.tgz osmocom-bb.build-2026-02-09_21_17_06.tgz srslte.build-19.tgz trial-8237
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-09_20_54_47.md5 osmo-bts-oc2g.build-2026-02-09_20_52_59.md5 osmo-bts-sysmo.build-2026-02-09_20_52_58.md5 osmo-bts.build-2026-02-09_20_53_17.md5 osmo-ggsn.build-2026-02-09_20_42_31.md5 osmo-hlr.build-2026-02-09_20_51_39.md5 osmo-hnbgw.build-2026-02-09_14_43_30.md5 osmo-mgw.build-2026-02-09_20_50_58.md5 osmo-msc.build-2026-02-09_20_58_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-09_07_34_52.md5 osmo-pcu-sysmo.build-2026-02-09_07_34_53.md5 osmo-pcu.build-2026-02-09_07_35_01.md5 osmo-sgsn.build-2026-02-09_20_55_05.md5 osmo-stp.build-2026-02-09_14_34_18.md5 osmo-trx.build-2026-02-09_14_37_24.md5 osmocom-bb.build-2026-02-09_21_17_06.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-09_20_54_47.md5 osmo-bts-oc2g.build-2026-02-09_20_52_59.md5 osmo-bts-sysmo.build-2026-02-09_20_52_58.md5 osmo-bts.build-2026-02-09_20_53_17.md5 osmo-ggsn.build-2026-02-09_20_42_31.md5 osmo-hlr.build-2026-02-09_20_51_39.md5 osmo-hnbgw.build-2026-02-09_14_43_30.md5 osmo-mgw.build-2026-02-09_20_50_58.md5 osmo-msc.build-2026-02-09_20_58_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-09_07_34_52.md5 osmo-pcu-sysmo.build-2026-02-09_07_34_53.md5 osmo-pcu.build-2026-02-09_07_35_01.md5 osmo-sgsn.build-2026-02-09_20_55_05.md5 osmo-stp.build-2026-02-09_14_34_18.md5 osmo-trx.build-2026-02-09_14_37_24.md5 osmocom-bb.build-2026-02-09_21_17_06.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-8237 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8237'
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-8237
--------------------------------------------------------------------------------------------
22:49:01.867977 tst                       trial-8237: Detailed log at /build/trial-8237/run.2026-02-09_22-49-01/log

---------------------------------------------------------------------
trial-8237 netreg_mass
---------------------------------------------------------------------
22:49:02.073360 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:02.073728 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:02.074493 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:02.075647 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:02.117004 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:02.117868 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:02.119023 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:02.193541 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-8237 netreg_mass register_default_mass.py
----------------------------------------------
22:49:02.194278 tst       register_default_mass.py:9: Claiming resources for the test
22:49:02.209419 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.209927 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.210373 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.210802 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.211231 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.211684 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:02.212122 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:02.242932 tst         register_default_mass.py: using LAC 2
22:49:02.265068 tst         register_default_mass.py: using RAC 2
22:49:02.291518 tst         register_default_mass.py: using CellId 2
22:49:02.320834 tst         register_default_mass.py: using BVCI 3
22:49:02.334549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.335233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.335817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.336335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.336851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.337359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.337851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.338395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.338948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.339465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.339968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.340472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.340981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.341480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.341991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.342508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.343017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.343528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.344057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.344567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.345085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.345600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.346115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.346652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.347162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.347675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.348202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.348720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.349224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.349743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.350259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.350771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.351300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.351828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.352350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.352871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.353383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.353894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.354415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.354922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.355423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.355948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.356464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.356967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.357491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.357999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.358497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.359004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.359522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.360035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.360537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.361050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.361553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.362057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.362564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.363073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.363576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.364078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.364591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.365085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.365592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.366098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.366608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.367120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.367629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.368137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.368636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.369158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.369662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.370154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.370668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.371180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.371750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.372270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.372769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.373259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.373751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.374252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.374754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.375263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.375771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.376269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.376761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.377262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.377754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.378244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.378749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.379246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.379741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.380235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.380749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.381247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.381765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.382272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.382765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.383271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.383776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.384278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.384777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.385281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.385775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:02.386345 tst      register_default_mass.py:21: Launching a simple network
22:49:02.396178 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:02.515712 run            create_hlr_db(pid=20): Launched
22:49:03.530332 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:03.554405 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:03.569518 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:03.575102 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:03.762724 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:03.777613 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:03.783128 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:04.202238 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:04.217369 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:07.232005 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:07.360187 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:07.374909 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:07.380463 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:07.403501 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:07.418219 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:07.423808 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:07.737847 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:07.753090 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:49:13.785239 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:13.958250 run         osmo-bts-virtual(pid=34): Launched
22:49:14.993908 tst         register_default_mass.py: using MSISDN 1001
22:49:15.008371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:49:15.047933 tst         register_default_mass.py: using MSISDN 1002
22:49:15.065509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:49:15.096171 tst         register_default_mass.py: using MSISDN 1003
22:49:15.110832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:49:15.141676 tst         register_default_mass.py: using MSISDN 1004
22:49:15.156361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:49:15.186978 tst         register_default_mass.py: using MSISDN 1005
22:49:15.201471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:49:15.232025 tst         register_default_mass.py: using MSISDN 1006
22:49:15.246371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:49:15.276638 tst         register_default_mass.py: using MSISDN 1007
22:49:15.290949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:49:15.321470 tst         register_default_mass.py: using MSISDN 1008
22:49:15.335789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:49:15.366166 tst         register_default_mass.py: using MSISDN 1009
22:49:15.380607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:49:15.411139 tst         register_default_mass.py: using MSISDN 1010
22:49:15.425552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:49:15.456024 tst         register_default_mass.py: using MSISDN 1011
22:49:15.470264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:49:15.500643 tst         register_default_mass.py: using MSISDN 1012
22:49:15.514874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:49:15.545576 tst         register_default_mass.py: using MSISDN 1013
22:49:15.560051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:49:15.590389 tst         register_default_mass.py: using MSISDN 1014
22:49:15.604654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:49:15.634860 tst         register_default_mass.py: using MSISDN 1015
22:49:15.649067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:49:15.679235 tst         register_default_mass.py: using MSISDN 1016
22:49:15.693654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:49:15.724014 tst         register_default_mass.py: using MSISDN 1017
22:49:15.738306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:49:15.768544 tst         register_default_mass.py: using MSISDN 1018
22:49:15.782653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:49:15.813054 tst         register_default_mass.py: using MSISDN 1019
22:49:15.826973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:49:15.857354 tst         register_default_mass.py: using MSISDN 1020
22:49:15.871499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:49:15.901958 tst         register_default_mass.py: using MSISDN 1021
22:49:15.916124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:49:15.946560 tst         register_default_mass.py: using MSISDN 1022
22:49:15.960670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:49:15.990672 tst         register_default_mass.py: using MSISDN 1023
22:49:16.004700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:49:16.035165 tst         register_default_mass.py: using MSISDN 1024
22:49:16.049253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:49:16.079722 tst         register_default_mass.py: using MSISDN 1025
22:49:16.094076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:49:16.124856 tst         register_default_mass.py: using MSISDN 1026
22:49:16.139029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:49:16.169295 tst         register_default_mass.py: using MSISDN 1027
22:49:16.183324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:49:16.213721 tst         register_default_mass.py: using MSISDN 1028
22:49:16.227809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:49:16.258546 tst         register_default_mass.py: using MSISDN 1029
22:49:16.272756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:49:16.303296 tst         register_default_mass.py: using MSISDN 1030
22:49:16.317551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:49:16.348506 tst         register_default_mass.py: using MSISDN 1031
22:49:16.362923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:49:16.393371 tst         register_default_mass.py: using MSISDN 1032
22:49:16.407601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:49:16.438270 tst         register_default_mass.py: using MSISDN 1033
22:49:16.452545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:49:16.483203 tst         register_default_mass.py: using MSISDN 1034
22:49:16.497570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:49:16.528101 tst         register_default_mass.py: using MSISDN 1035
22:49:16.542380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:49:16.572995 tst         register_default_mass.py: using MSISDN 1036
22:49:16.587125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:49:16.617563 tst         register_default_mass.py: using MSISDN 1037
22:49:16.631659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:49:16.661991 tst         register_default_mass.py: using MSISDN 1038
22:49:16.676078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:49:16.706791 tst         register_default_mass.py: using MSISDN 1039
22:49:16.721091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:49:16.751758 tst         register_default_mass.py: using MSISDN 1040
22:49:16.766023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:49:16.796483 tst         register_default_mass.py: using MSISDN 1041
22:49:16.810539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:49:16.840885 tst         register_default_mass.py: using MSISDN 1042
22:49:16.854958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:49:16.885087 tst         register_default_mass.py: using MSISDN 1043
22:49:16.899109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:49:16.929470 tst         register_default_mass.py: using MSISDN 1044
22:49:16.943547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:49:16.973460 tst         register_default_mass.py: using MSISDN 1045
22:49:16.987454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:49:17.018161 tst         register_default_mass.py: using MSISDN 1046
22:49:17.032387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:49:17.062812 tst         register_default_mass.py: using MSISDN 1047
22:49:17.076851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:49:17.107373 tst         register_default_mass.py: using MSISDN 1048
22:49:17.121607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:49:17.151907 tst         register_default_mass.py: using MSISDN 1049
22:49:17.166068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:49:17.196458 tst         register_default_mass.py: using MSISDN 1050
22:49:17.210581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:49:17.241144 tst         register_default_mass.py: using MSISDN 1051
22:49:17.255366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:49:17.286149 tst         register_default_mass.py: using MSISDN 1052
22:49:17.300552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:49:17.330994 tst         register_default_mass.py: using MSISDN 1053
22:49:17.345128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:49:17.375188 tst         register_default_mass.py: using MSISDN 1054
22:49:17.389089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:49:17.419188 tst         register_default_mass.py: using MSISDN 1055
22:49:17.433204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:49:17.467263 tst         register_default_mass.py: using MSISDN 1056
22:49:17.483318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:49:17.521694 tst         register_default_mass.py: using MSISDN 1057
22:49:17.538959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:49:17.568755 tst         register_default_mass.py: using MSISDN 1058
22:49:17.582987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:49:17.613065 tst         register_default_mass.py: using MSISDN 1059
22:49:17.627069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:49:17.656959 tst         register_default_mass.py: using MSISDN 1060
22:49:17.670883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:49:17.701231 tst         register_default_mass.py: using MSISDN 1061
22:49:17.715385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:49:17.745545 tst         register_default_mass.py: using MSISDN 1062
22:49:17.759396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:49:17.789524 tst         register_default_mass.py: using MSISDN 1063
22:49:17.803457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:49:17.833682 tst         register_default_mass.py: using MSISDN 1064
22:49:17.847809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:49:17.877824 tst         register_default_mass.py: using MSISDN 1065
22:49:17.891762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:49:17.921569 tst         register_default_mass.py: using MSISDN 1066
22:49:17.935450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:49:17.965374 tst         register_default_mass.py: using MSISDN 1067
22:49:17.979201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:49:18.009233 tst         register_default_mass.py: using MSISDN 1068
22:49:18.023034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:49:18.053227 tst         register_default_mass.py: using MSISDN 1069
22:49:18.067248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:49:18.097138 tst         register_default_mass.py: using MSISDN 1070
22:49:18.110908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:49:18.141050 tst         register_default_mass.py: using MSISDN 1071
22:49:18.154910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:49:18.185095 tst         register_default_mass.py: using MSISDN 1072
22:49:18.199056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:49:18.229271 tst         register_default_mass.py: using MSISDN 1073
22:49:18.243310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:49:18.273323 tst         register_default_mass.py: using MSISDN 1074
22:49:18.287241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:49:18.317496 tst         register_default_mass.py: using MSISDN 1075
22:49:18.331524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:49:18.361355 tst         register_default_mass.py: using MSISDN 1076
22:49:18.375322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:49:18.405380 tst         register_default_mass.py: using MSISDN 1077
22:49:18.419340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:49:18.449405 tst         register_default_mass.py: using MSISDN 1078
22:49:18.463325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:49:18.493559 tst         register_default_mass.py: using MSISDN 1079
22:49:18.507660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:49:18.537901 tst         register_default_mass.py: using MSISDN 1080
22:49:18.551273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:49:18.581377 tst         register_default_mass.py: using MSISDN 1081
22:49:18.595305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:49:18.625512 tst         register_default_mass.py: using MSISDN 1082
22:49:18.639447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:49:18.669607 tst         register_default_mass.py: using MSISDN 1083
22:49:18.683632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:49:18.714252 tst         register_default_mass.py: using MSISDN 1084
22:49:18.728423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:49:18.758262 tst         register_default_mass.py: using MSISDN 1085
22:49:18.772031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:49:18.802580 tst         register_default_mass.py: using MSISDN 1086
22:49:18.812270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:49:18.842393 tst         register_default_mass.py: using MSISDN 1087
22:49:18.857881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:49:18.888054 tst         register_default_mass.py: using MSISDN 1088
22:49:18.902337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:49:18.932039 tst         register_default_mass.py: using MSISDN 1089
22:49:18.946063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:49:18.976193 tst         register_default_mass.py: using MSISDN 1090
22:49:18.990326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:49:19.020093 tst         register_default_mass.py: using MSISDN 1091
22:49:19.034199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:49:19.063938 tst         register_default_mass.py: using MSISDN 1092
22:49:19.077927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:49:19.107393 tst         register_default_mass.py: using MSISDN 1093
22:49:19.121367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:49:19.151942 tst         register_default_mass.py: using MSISDN 1094
22:49:19.166265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:49:19.195983 tst         register_default_mass.py: using MSISDN 1095
22:49:19.209880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:19.240190 tst         register_default_mass.py: using MSISDN 1096
22:49:19.254488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:19.284308 tst         register_default_mass.py: using MSISDN 1097
22:49:19.298375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:19.328557 tst         register_default_mass.py: using MSISDN 1098
22:49:19.342826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:19.372932 tst         register_default_mass.py: using MSISDN 1099
22:49:19.387106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:19.417424 tst         register_default_mass.py: using MSISDN 1100
22:49:19.431643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:19.523239 run                             mass: Starting testcase
22:49:19.528731 run                             mass: Pre-launching all virtphy's
22:49:19.534218 run           osmo-ms-virt-phy/00000: Starting virtphy
22:49:19.547375 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:49:19.555761 run           osmo-ms-virt-phy/00001: Starting virtphy
22:49:19.568894 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:49:19.574998 run           osmo-ms-virt-phy/00002: Starting virtphy
22:49:19.587952 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:49:19.593991 run           osmo-ms-virt-phy/00003: Starting virtphy
22:49:19.607040 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:49:19.613284 run           osmo-ms-virt-phy/00004: Starting virtphy
22:49:19.626416 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:49:19.632568 run           osmo-ms-virt-phy/00005: Starting virtphy
22:49:19.645479 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:49:19.651690 run           osmo-ms-virt-phy/00006: Starting virtphy
22:49:19.664918 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:49:19.671027 run           osmo-ms-virt-phy/00007: Starting virtphy
22:49:19.684387 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:49:19.690579 run           osmo-ms-virt-phy/00008: Starting virtphy
22:49:19.703667 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:49:19.709637 run           osmo-ms-virt-phy/00009: Starting virtphy
22:49:19.722571 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:49:19.728683 run           osmo-ms-virt-phy/00010: Starting virtphy
22:49:19.741663 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:49:19.747847 run           osmo-ms-virt-phy/00011: Starting virtphy
22:49:19.760996 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:49:19.767067 run           osmo-ms-virt-phy/00012: Starting virtphy
22:49:19.780058 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:49:19.786087 run           osmo-ms-virt-phy/00013: Starting virtphy
22:49:19.799031 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:49:19.805200 run           osmo-ms-virt-phy/00014: Starting virtphy
22:49:19.818307 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:49:19.824414 run           osmo-ms-virt-phy/00015: Starting virtphy
22:49:19.837497 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:49:19.843527 run           osmo-ms-virt-phy/00016: Starting virtphy
22:49:19.856676 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:49:19.862777 run           osmo-ms-virt-phy/00017: Starting virtphy
22:49:19.875959 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:49:19.882068 run           osmo-ms-virt-phy/00018: Starting virtphy
22:49:19.895318 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:49:19.901437 run           osmo-ms-virt-phy/00019: Starting virtphy
22:49:19.914719 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:49:19.920815 run           osmo-ms-virt-phy/00020: Starting virtphy
22:49:19.934034 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:49:19.940093 run           osmo-ms-virt-phy/00021: Starting virtphy
22:49:19.953283 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:49:19.959427 run           osmo-ms-virt-phy/00022: Starting virtphy
22:49:19.972554 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:49:19.978644 run           osmo-ms-virt-phy/00023: Starting virtphy
22:49:19.991877 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:49:19.997935 run           osmo-ms-virt-phy/00024: Starting virtphy
22:49:20.011048 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:49:20.017089 run           osmo-ms-virt-phy/00025: Starting virtphy
22:49:20.030197 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:49:20.036290 run           osmo-ms-virt-phy/00026: Starting virtphy
22:49:20.049400 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:49:20.055458 run           osmo-ms-virt-phy/00027: Starting virtphy
22:49:20.068627 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:49:20.074632 run           osmo-ms-virt-phy/00028: Starting virtphy
22:49:20.087787 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:49:20.093862 run           osmo-ms-virt-phy/00029: Starting virtphy
22:49:20.107208 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:49:20.113273 run           osmo-ms-virt-phy/00030: Starting virtphy
22:49:20.126602 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:49:20.132696 run           osmo-ms-virt-phy/00031: Starting virtphy
22:49:20.145875 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:49:20.152198 run           osmo-ms-virt-phy/00032: Starting virtphy
22:49:20.165359 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:49:20.171555 run           osmo-ms-virt-phy/00033: Starting virtphy
22:49:20.184710 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:49:20.190786 run           osmo-ms-virt-phy/00034: Starting virtphy
22:49:20.203912 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:49:20.210070 run           osmo-ms-virt-phy/00035: Starting virtphy
22:49:20.223279 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:49:20.229371 run           osmo-ms-virt-phy/00036: Starting virtphy
22:49:20.242583 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:49:20.248632 run           osmo-ms-virt-phy/00037: Starting virtphy
22:49:20.261642 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:49:20.267586 run           osmo-ms-virt-phy/00038: Starting virtphy
22:49:20.280587 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:49:20.286571 run           osmo-ms-virt-phy/00039: Starting virtphy
22:49:20.299514 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:49:20.305531 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:20.318543 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:20.324576 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:20.337821 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:20.343847 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:20.357022 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:20.363210 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:20.376441 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:20.382580 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:20.395952 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:20.402167 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:20.415393 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:20.421493 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:20.434688 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:20.440754 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:20.453632 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:20.459651 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:20.472753 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:20.478710 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:20.491631 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:20.497589 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:20.510556 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:20.516632 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:20.529621 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:20.535569 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:20.548511 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:20.554539 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:20.567420 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:20.573699 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:20.586780 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:20.593055 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:20.606420 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:20.612545 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:20.626009 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:20.632072 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:20.645506 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:20.651611 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:20.664781 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:20.670841 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:20.683960 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:20.690041 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:20.703182 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:20.709259 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:20.722350 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:20.728348 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:20.741269 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:20.747185 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:20.760096 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:20.766031 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:20.778897 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:20.784871 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:20.797836 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:20.803865 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:20.817155 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:20.823148 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:20.836589 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:20.842563 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:20.855896 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:20.861889 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:20.875121 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:20.881150 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:20.894132 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:20.900148 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:20.913166 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:20.919186 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:20.932121 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:20.938070 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:20.950921 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:20.956953 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:20.969855 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:20.975853 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:20.988895 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:20.994866 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:21.007833 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:21.013869 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:21.026861 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:21.032842 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:21.046193 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:21.052220 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:21.065505 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:21.071519 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:21.084557 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:21.090889 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:21.103995 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:21.110374 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:21.123637 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:21.129753 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:21.142852 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:21.148842 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:21.161837 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:21.167823 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:21.180817 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:21.186769 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:21.199774 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:21.205748 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:21.218629 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:21.224677 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:21.237619 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:21.243559 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:21.256549 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:21.262493 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:21.275422 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:21.281734 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:21.294663 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:21.300896 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:21.313897 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:21.319902 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:21.333321 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:21.339323 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:21.352713 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:21.358738 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:21.371993 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:21.378150 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:21.391319 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:21.397372 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:21.410492 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:21.416564 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:21.429691 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:21.435834 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:21.449020 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:21.455086 run                             mass: Checking if sockets are in the filesystem
22:49:21.487529 run                osmo-ms-mob/00000: Starting mobile
22:49:21.500620 run       osmo-ms-mob/00000(pid=135): Launched
22:49:21.512787 run                             mass: MS start registered  {at=1227987.72110549, delay=0.006194914225488901, ms=00000}
22:49:25.704811 run                osmo-ms-mob/00001: Starting mobile
22:49:25.721649 run       osmo-ms-mob/00001(pid=136): Launched
22:49:25.732296 run                             mass: MS start registered  {at=1227991.940615126, delay=0.004639090038836002, ms=00001}
22:49:26.786819 run                             mass: MS performed LU  {at=1227992.995020817, lu_delay=5.273915326921269, ms=00000}
22:49:27.503088 run                osmo-ms-mob/00002: Starting mobile
22:49:27.520074 run       osmo-ms-mob/00002(pid=137): Launched
22:49:27.530751 run                             mass: MS start registered  {at=1227993.739061724, delay=0.004600523971021175, ms=00002}
22:49:28.792869 run                osmo-ms-mob/00003: Starting mobile
22:49:28.809020 run       osmo-ms-mob/00003(pid=138): Launched
22:49:28.819644 run                             mass: MS start registered  {at=1227995.027961126, delay=0.004262041067704558, ms=00003}
22:49:29.871021 run                osmo-ms-mob/00004: Starting mobile
22:49:29.883871 run       osmo-ms-mob/00004(pid=139): Launched
22:49:29.894432 run                             mass: MS start registered  {at=1227996.102753049, delay=0.004552674945443869, ms=00004}
22:49:30.552819 run                             mass: MS performed LU  {at=1227996.761022112, lu_delay=4.820406986167654, ms=00001}
22:49:30.870850 run                osmo-ms-mob/00005: Starting mobile
22:49:30.883594 run       osmo-ms-mob/00005(pid=140): Launched
22:49:30.894161 run                             mass: MS start registered  {at=1227997.102476838, delay=0.004710701061412692, ms=00005}
22:49:31.770839 run                osmo-ms-mob/00006: Starting mobile
22:49:31.783563 run       osmo-ms-mob/00006(pid=141): Launched
22:49:31.794188 run                             mass: MS start registered  {at=1227998.002509338, delay=0.004744257079437375, ms=00006}
22:49:32.454291 run                             mass: MS performed LU  {at=1227998.662494713, lu_delay=4.923432989045978, ms=00002}
22:49:32.695395 run                osmo-ms-mob/00007: Starting mobile
22:49:32.708384 run       osmo-ms-mob/00007(pid=142): Launched
22:49:32.719010 run                             mass: MS start registered  {at=1227998.927332521, delay=0.00463993800804019, ms=00007}
22:49:33.472107 run                osmo-ms-mob/00008: Starting mobile
22:49:33.484955 run       osmo-ms-mob/00008(pid=143): Launched
22:49:33.495639 run                             mass: MS start registered  {at=1227999.703956833, delay=0.004657890181988478, ms=00008}
22:49:34.170719 run                osmo-ms-mob/00009: Starting mobile
22:49:34.183466 run       osmo-ms-mob/00009(pid=144): Launched
22:49:34.193990 run                             mass: MS start registered  {at=1228000.402309108, delay=0.0046557721216231585, ms=00009}
22:49:34.318379 run                             mass: MS performed LU  {at=1228000.526588149, lu_delay=5.498627022840083, ms=00003}
22:49:34.904570 run                osmo-ms-mob/00010: Starting mobile
22:49:34.917452 run       osmo-ms-mob/00010(pid=145): Launched
22:49:34.928143 run                             mass: MS start registered  {at=1228001.136466159, delay=0.004543617134913802, ms=00010}
22:49:35.471460 run                osmo-ms-mob/00011: Starting mobile
22:49:35.484586 run       osmo-ms-mob/00011(pid=146): Launched
22:49:35.495549 run                             mass: MS start registered  {at=1228001.703868681, delay=0.004914550110697746, ms=00011}
22:49:36.071317 run                osmo-ms-mob/00012: Starting mobile
22:49:36.084272 run       osmo-ms-mob/00012(pid=147): Launched
22:49:36.094776 run                             mass: MS start registered  {at=1228002.303098274, delay=0.004484754987061024, ms=00012}
22:49:36.219443 run                             mass: MS performed LU  {at=1228002.427655249, lu_delay=6.324902199907228, ms=00004}
22:49:36.248158 run                             mass: MS performed LU  {at=1228002.45636767, lu_delay=5.3538908320479095, ms=00005}
22:49:36.702386 run                osmo-ms-mob/00013: Starting mobile
22:49:36.719056 run       osmo-ms-mob/00013(pid=148): Launched
22:49:36.729769 run                             mass: MS start registered  {at=1228002.938091281, delay=0.00466661318205297, ms=00013}
22:49:37.270900 run                osmo-ms-mob/00014: Starting mobile
22:49:37.284048 run       osmo-ms-mob/00014(pid=149): Launched
22:49:37.294899 run                             mass: MS start registered  {at=1228003.503220621, delay=0.004591325065121055, ms=00014}
22:49:37.883406 run                osmo-ms-mob/00015: Starting mobile
22:49:37.897268 run       osmo-ms-mob/00015(pid=150): Launched
22:49:37.908072 run                             mass: MS start registered  {at=1228004.116391938, delay=0.0046798549592494965, ms=00015}
22:49:38.084496 run                             mass: MS performed LU  {at=1228004.29270604, lu_delay=6.29019670188427, ms=00006}
22:49:38.149130 run                             mass: MS performed LU  {at=1228004.357335811, lu_delay=5.430003290064633, ms=00007}
22:49:38.394045 run                osmo-ms-mob/00016: Starting mobile
22:49:38.410426 run       osmo-ms-mob/00016(pid=151): Launched
22:49:38.421079 run                             mass: MS start registered  {at=1228004.629395963, delay=0.004611165029928088, ms=00016}
22:49:38.453397 run                             mass: MS performed LU  {at=1228004.661666252, lu_delay=4.957709418842569, ms=00008}
22:49:38.890307 run                osmo-ms-mob/00017: Starting mobile
22:49:38.907331 run       osmo-ms-mob/00017(pid=152): Launched
22:49:38.918252 run                             mass: MS start registered  {at=1228005.12656978, delay=0.0048753980081528425, ms=00017}
22:49:39.494607 run                osmo-ms-mob/00018: Starting mobile
22:49:39.511184 run       osmo-ms-mob/00018(pid=153): Launched
22:49:39.522457 run                             mass: MS start registered  {at=1228005.730779301, delay=0.005051949992775917, ms=00018}
22:49:39.906036 run                osmo-ms-mob/00019: Starting mobile
22:49:39.925782 run       osmo-ms-mob/00019(pid=154): Launched
22:49:39.939156 run                             mass: MS start registered  {at=1228006.147474156, delay=0.004915989004075527, ms=00019}
22:49:39.985974 run                             mass: MS performed LU  {at=1228006.19421766, lu_delay=5.791908551938832, ms=00009}
22:49:40.013531 run                             mass: MS performed LU  {at=1228006.221775179, lu_delay=5.0853090200107545, ms=00010}
22:49:40.119880 run                             mass: MS performed LU  {at=1228006.328103125, lu_delay=4.624234443996102, ms=00011}
22:49:40.402500 run                osmo-ms-mob/00020: Starting mobile
22:49:40.419619 run       osmo-ms-mob/00020(pid=155): Launched
22:49:40.430356 run                             mass: MS start registered  {at=1228006.63867473, delay=0.0048618928994983435, ms=00020}
22:49:40.871033 run                osmo-ms-mob/00021: Starting mobile
22:49:40.884463 run       osmo-ms-mob/00021(pid=156): Launched
22:49:40.895257 run                             mass: MS start registered  {at=1228007.10357697, delay=0.004704240942373872, ms=00021}
22:49:41.283038 run                osmo-ms-mob/00022: Starting mobile
22:49:41.297505 run       osmo-ms-mob/00022(pid=157): Launched
22:49:41.308667 run                             mass: MS start registered  {at=1228007.516987958, delay=0.004881917964667082, ms=00022}
22:49:41.813613 run                osmo-ms-mob/00023: Starting mobile
22:49:41.833429 run       osmo-ms-mob/00023(pid=158): Launched
22:49:41.844251 run                             mass: MS start registered  {at=1228008.052570123, delay=0.00480005401186645, ms=00023}
22:49:41.850981 run                             mass: MS performed LU  {at=1228008.059310842, lu_delay=5.121219560969621, ms=00013}
22:49:41.914843 run                             mass: MS performed LU  {at=1228008.123063113, lu_delay=5.819964839145541, ms=00012}
22:49:41.984115 run                             mass: MS performed LU  {at=1228008.192334791, lu_delay=4.689114169916138, ms=00014}
22:49:42.006323 run                osmo-ms-mob/00024: Starting mobile
22:49:42.019430 run       osmo-ms-mob/00024(pid=159): Launched
22:49:42.030142 run                             mass: MS start registered  {at=1228008.238464985, delay=0.004721692064777017, ms=00024}
22:49:42.681398 run                osmo-ms-mob/00025: Starting mobile
22:49:42.695272 run       osmo-ms-mob/00025(pid=160): Launched
22:49:42.706352 run                             mass: MS start registered  {at=1228008.914671893, delay=0.004739454947412014, ms=00025}
22:49:43.093485 run                osmo-ms-mob/00026: Starting mobile
22:49:43.109445 run       osmo-ms-mob/00026(pid=161): Launched
22:49:43.121323 run                             mass: MS start registered  {at=1228009.329638392, delay=0.005951633909717202, ms=00026}
22:49:43.493928 run                osmo-ms-mob/00027: Starting mobile
22:49:43.510189 run       osmo-ms-mob/00027(pid=162): Launched
22:49:43.521074 run                             mass: MS start registered  {at=1228009.729396188, delay=0.0046548990067094564, ms=00027}
22:49:43.751217 run                             mass: MS performed LU  {at=1228009.959435027, lu_delay=5.330039064167067, ms=00016}
22:49:43.779905 run                             mass: MS performed LU  {at=1228009.988122531, lu_delay=5.871730593033135, ms=00015}
22:49:43.801804 run                osmo-ms-mob/00028: Starting mobile
22:49:43.814746 run       osmo-ms-mob/00028(pid=163): Launched
22:49:43.825457 run                             mass: MS start registered  {at=1228010.033781917, delay=0.0047689450439065695, ms=00028}
22:49:44.316838 run                osmo-ms-mob/00029: Starting mobile
22:49:44.333110 run       osmo-ms-mob/00029(pid=164): Launched
22:49:44.344100 run                             mass: MS start registered  {at=1228010.552418901, delay=0.004727971972897649, ms=00029}
22:49:44.683122 run                osmo-ms-mob/00030: Starting mobile
22:49:44.696926 run       osmo-ms-mob/00030(pid=165): Launched
22:49:44.707895 run                             mass: MS start registered  {at=1228010.916216875, delay=0.004822915885597467, ms=00030}
22:49:45.071132 run                osmo-ms-mob/00031: Starting mobile
22:49:45.084590 run       osmo-ms-mob/00031(pid=166): Launched
22:49:45.095349 run                             mass: MS start registered  {at=1228011.303670007, delay=0.00484250602312386, ms=00031}
22:49:45.370697 run                osmo-ms-mob/00032: Starting mobile
22:49:45.383949 run       osmo-ms-mob/00032(pid=167): Launched
22:49:45.394731 run                             mass: MS start registered  {at=1228011.603054785, delay=0.004733641864731908, ms=00032}
22:49:45.616391 run                             mass: MS performed LU  {at=1228011.824610432, lu_delay=5.185935701942071, ms=00020}
22:49:45.680800 run                             mass: MS performed LU  {at=1228011.889017744, lu_delay=4.7854407739359885, ms=00021}
22:49:45.736414 run                osmo-ms-mob/00033: Starting mobile
22:49:45.755255 run       osmo-ms-mob/00033(pid=168): Launched
22:49:45.761726 run                             mass: MS performed LU  {at=1228011.970054014, lu_delay=6.239274712977931, ms=00018}
22:49:45.767566 run                             mass: MS start registered  {at=1228011.975900594, delay=0.005865589017048478, ms=00033}
22:49:45.785828 run                             mass: MS performed LU  {at=1228011.99413906, lu_delay=5.846664903918281, ms=00019}
22:49:46.041146 run                             mass: MS performed LU  {at=1228012.249361945, lu_delay=4.732373987091705, ms=00022}
22:49:46.069625 run                osmo-ms-mob/00034: Starting mobile
22:49:46.082738 run       osmo-ms-mob/00034(pid=169): Launched
22:49:46.093624 run                             mass: MS start registered  {at=1228012.301944325, delay=0.003921350929886103, ms=00034}
22:49:46.485097 run                osmo-ms-mob/00035: Starting mobile
22:49:46.499107 run       osmo-ms-mob/00035(pid=170): Launched
22:49:46.509758 run                             mass: MS start registered  {at=1228012.718063297, delay=0.004534838022664189, ms=00035}
22:49:46.871501 run                osmo-ms-mob/00036: Starting mobile
22:49:46.884462 run       osmo-ms-mob/00036(pid=171): Launched
22:49:46.895161 run                             mass: MS start registered  {at=1228013.103485415, delay=0.004584318958222866, ms=00036}
22:49:47.271707 run                osmo-ms-mob/00037: Starting mobile
22:49:47.284816 run       osmo-ms-mob/00037(pid=172): Launched
22:49:47.295538 run                             mass: MS start registered  {at=1228013.503858548, delay=0.00481180683709681, ms=00037}
22:49:47.471632 run                             mass: MS performed LU  {at=1228013.679851073, lu_delay=5.627280950080603, ms=00023}
22:49:47.499945 run                osmo-ms-mob/00038: Starting mobile
22:49:47.512845 run       osmo-ms-mob/00038(pid=173): Launched
22:49:47.518986 run                             mass: MS performed LU  {at=1228013.727314032, lu_delay=4.812642138916999, ms=00025}
22:49:47.524698 run                             mass: MS start registered  {at=1228013.733033391, delay=0.005736181978136301, ms=00038}
22:49:47.543558 run                             mass: MS performed LU  {at=1228013.751882205, lu_delay=5.513417219975963, ms=00024}
22:49:47.554648 run                osmo-ms-mob/00039: Starting mobile
22:49:47.567563 run       osmo-ms-mob/00039(pid=174): Launched
22:49:47.578249 run                             mass: MS start registered  {at=1228013.786574161, delay=0.004723375895991921, ms=00039}
22:49:48.271311 run                osmo-ms-mob/00040: Starting mobile
22:49:48.284409 run       osmo-ms-mob/00040(pid=175): Launched
22:49:48.295210 run                             mass: MS start registered  {at=1228014.503532527, delay=0.004806122975423932, ms=00040}
22:49:48.571076 run                osmo-ms-mob/00041: Starting mobile
22:49:48.584564 run       osmo-ms-mob/00041(pid=176): Launched
22:49:48.595314 run                             mass: MS start registered  {at=1228014.803634439, delay=0.004781702999025583, ms=00041}
22:49:48.886039 run                osmo-ms-mob/00042: Starting mobile
22:49:48.900000 run       osmo-ms-mob/00042(pid=177): Launched
22:49:48.911152 run                             mass: MS start registered  {at=1228015.119470096, delay=0.005179832922294736, ms=00042}
22:49:49.295655 run                osmo-ms-mob/00043: Starting mobile
22:49:49.308868 run       osmo-ms-mob/00043(pid=178): Launched
22:49:49.319760 run                             mass: MS start registered  {at=1228015.528078191, delay=0.004884412046521902, ms=00043}
22:49:49.382147 run                             mass: MS performed LU  {at=1228015.590365791, lu_delay=4.674148916034028, ms=00030}
22:49:49.447143 run                             mass: MS performed LU  {at=1228015.655359509, lu_delay=5.1029406080488116, ms=00029}
22:49:49.461018 run                osmo-ms-mob/00044: Starting mobile
22:49:49.474313 run       osmo-ms-mob/00044(pid=179): Launched
22:49:49.484949 run                             mass: MS start registered  {at=1228015.693273355, delay=0.004717462928965688, ms=00044}
22:49:49.514324 run                             mass: MS performed LU  {at=1228015.722561369, lu_delay=5.993165181018412, ms=00027}
22:49:49.571568 run                             mass: MS performed LU  {at=1228015.779809915, lu_delay=5.74602799792774, ms=00028}
22:49:49.599861 run                osmo-ms-mob/00045: Starting mobile
22:49:49.612938 run       osmo-ms-mob/00045(pid=180): Launched
22:49:49.623950 run                             mass: MS start registered  {at=1228015.832267584, delay=0.004689508117735386, ms=00045}
22:49:50.182281 run                osmo-ms-mob/00046: Starting mobile
22:49:50.196417 run       osmo-ms-mob/00046(pid=181): Launched
22:49:50.207420 run                             mass: MS start registered  {at=1228016.415741926, delay=0.005002892110496759, ms=00046}
22:49:50.471592 run                osmo-ms-mob/00047: Starting mobile
22:49:50.485234 run       osmo-ms-mob/00047(pid=182): Launched
22:49:50.496308 run                             mass: MS start registered  {at=1228016.704626904, delay=0.004974715178832412, ms=00047}
22:49:50.787728 run                osmo-ms-mob/00048: Starting mobile
22:49:50.804351 run       osmo-ms-mob/00048(pid=183): Launched
22:49:50.815585 run                             mass: MS start registered  {at=1228017.023901937, delay=0.005117901135236025, ms=00048}
22:49:51.095237 run                osmo-ms-mob/00049: Starting mobile
22:49:51.108281 run       osmo-ms-mob/00049(pid=184): Launched
22:49:51.119209 run                             mass: MS start registered  {at=1228017.327531408, delay=0.004978395067155361, ms=00049}
22:49:51.181209 run                             mass: MS performed LU  {at=1228017.389426574, lu_delay=6.085756567073986, ms=00031}
22:49:51.283216 run                             mass: MS performed LU  {at=1228017.491436824, lu_delay=5.8883820390328765, ms=00032}
22:49:51.297474 run                osmo-ms-mob/00050: Starting mobile
22:49:51.310862 run       osmo-ms-mob/00050(pid=185): Launched
22:49:51.316920 run                             mass: MS performed LU  {at=1228017.525250299, lu_delay=5.5493497049901634, ms=00033}
22:49:51.322672 run                             mass: MS start registered  {at=1228017.531007786, delay=0.005774260964244604, ms=00050}
22:49:51.473545 run                             mass: MS performed LU  {at=1228017.681763551, lu_delay=4.963700253982097, ms=00035}
22:49:51.496927 run                             mass: MS performed LU  {at=1228017.705258697, lu_delay=5.403314372058958, ms=00034}
22:49:51.508014 run                osmo-ms-mob/00051: Starting mobile
22:49:51.521057 run       osmo-ms-mob/00051(pid=186): Launched
22:49:51.532022 run                             mass: MS start registered  {at=1228017.740346258, delay=0.00502890395000577, ms=00051}
22:49:52.095257 run                osmo-ms-mob/00052: Starting mobile
22:49:52.113360 run       osmo-ms-mob/00052(pid=187): Launched
22:49:52.124608 run                             mass: MS start registered  {at=1228018.33292602, delay=0.005231854040175676, ms=00052}
22:49:52.383539 run                osmo-ms-mob/00053: Starting mobile
22:49:52.397520 run       osmo-ms-mob/00053(pid=188): Launched
22:49:52.408479 run                             mass: MS start registered  {at=1228018.61680137, delay=0.004945999011397362, ms=00053}
22:49:52.682548 run                osmo-ms-mob/00054: Starting mobile
22:49:52.696898 run       osmo-ms-mob/00054(pid=189): Launched
22:49:52.710599 run                             mass: MS start registered  {at=1228018.918912949, delay=0.007525378139689565, ms=00054}
22:49:52.970524 run                osmo-ms-mob/00055: Starting mobile
22:49:52.983582 run       osmo-ms-mob/00055(pid=190): Launched
22:49:52.994558 run                             mass: MS start registered  {at=1228019.20287746, delay=0.005080185132101178, ms=00055}
22:49:53.146962 run                             mass: MS performed LU  {at=1228019.355180157, lu_delay=5.5686059962026775, ms=00039}
22:49:53.212299 run                             mass: MS performed LU  {at=1228019.420518611, lu_delay=5.916660063201562, ms=00037}
22:49:53.255313 run                osmo-ms-mob/00056: Starting mobile
22:49:53.269191 run       osmo-ms-mob/00056(pid=191): Launched
22:49:53.279785 run                             mass: MS performed LU  {at=1228019.488102121, lu_delay=5.755068730097264, ms=00038}
22:49:53.285805 run                             mass: MS start registered  {at=1228019.494139317, delay=0.010538673959672451, ms=00056}
22:49:53.337103 run                             mass: MS performed LU  {at=1228019.545332131, lu_delay=6.441846715984866, ms=00036}
22:49:53.362808 run                osmo-ms-mob/00057: Starting mobile
22:49:53.376056 run       osmo-ms-mob/00057(pid=192): Launched
22:49:53.387095 run                             mass: MS start registered  {at=1228019.595416949, delay=0.00482302182354033, ms=00057}
22:49:53.393205 run                             mass: MS performed LU  {at=1228019.601534254, lu_delay=4.797899815021083, ms=00041}
22:49:53.984619 run                osmo-ms-mob/00058: Starting mobile
22:49:53.999394 run       osmo-ms-mob/00058(pid=193): Launched
22:49:54.010705 run                             mass: MS start registered  {at=1228020.219022553, delay=0.0051338099874556065, ms=00058}
22:49:54.233229 run                             mass: MS performed LU  {at=1228020.441446064, lu_delay=3.7368191599380225, ms=00047}
22:49:54.262982 run                osmo-ms-mob/00059: Starting mobile
22:49:54.276338 run       osmo-ms-mob/00059(pid=194): Launched
22:49:54.287133 run                             mass: MS start registered  {at=1228020.495453493, delay=0.004669005051255226, ms=00059}
22:49:54.585498 run                osmo-ms-mob/00060: Starting mobile
22:49:54.600202 run       osmo-ms-mob/00060(pid=195): Launched
22:49:54.611301 run                             mass: MS start registered  {at=1228020.819620097, delay=0.004864176968112588, ms=00060}
22:49:54.946740 run                             mass: MS performed LU  {at=1228021.15495906, lu_delay=5.62688086903654, ms=00043}
22:49:54.977872 run                osmo-ms-mob/00061: Starting mobile
22:49:54.992571 run       osmo-ms-mob/00061(pid=196): Launched
22:49:55.004133 run                             mass: MS start registered  {at=1228021.212446037, delay=0.005616365931928158, ms=00061}
22:49:55.048973 run                             mass: MS performed LU  {at=1228021.257195419, lu_delay=4.84145349287428, ms=00046}
22:49:55.075556 run                             mass: MS performed LU  {at=1228021.283850599, lu_delay=5.451583015033975, ms=00045}
22:49:55.090640 run                osmo-ms-mob/00062: Starting mobile
22:49:55.103571 run       osmo-ms-mob/00062(pid=197): Launched
22:49:55.114654 run                             mass: MS start registered  {at=1228021.322973646, delay=0.004960969090461731, ms=00062}
22:49:55.256886 run                             mass: MS performed LU  {at=1228021.465103573, lu_delay=6.34563347697258, ms=00042}
22:49:55.603175 run                osmo-ms-mob/00063: Starting mobile
22:49:55.618554 run       osmo-ms-mob/00063(pid=198): Launched
22:49:55.629724 run                             mass: MS start registered  {at=1228021.838046008, delay=0.005075250053778291, ms=00063}
22:49:55.988244 run                osmo-ms-mob/00064: Starting mobile
22:49:56.002670 run       osmo-ms-mob/00064(pid=199): Launched
22:49:56.014386 run                             mass: MS start registered  {at=1228022.222701343, delay=0.005436338018625975, ms=00064}
22:49:56.371266 run                osmo-ms-mob/00065: Starting mobile
22:49:56.384486 run       osmo-ms-mob/00065(pid=200): Launched
22:49:56.395492 run                             mass: MS start registered  {at=1228022.60379746, delay=0.004969412926584482, ms=00065}
22:49:56.685410 run                osmo-ms-mob/00066: Starting mobile
22:49:56.699415 run       osmo-ms-mob/00066(pid=201): Launched
22:49:56.710290 run                             mass: MS start registered  {at=1228022.918608281, delay=0.004847727017477155, ms=00066}
22:49:56.913335 run                             mass: MS performed LU  {at=1228023.121552807, lu_delay=6.097650869982317, ms=00048}
22:49:56.977945 run                             mass: MS performed LU  {at=1228023.186163435, lu_delay=5.655155648943037, ms=00050}
22:49:57.005960 run                osmo-ms-mob/00067: Starting mobile
22:49:57.018953 run       osmo-ms-mob/00067(pid=202): Launched
22:49:57.029733 run                             mass: MS start registered  {at=1228023.238057109, delay=0.004824055125936866, ms=00067}
22:49:57.045705 run                             mass: MS performed LU  {at=1228023.254027654, lu_delay=5.51368139591068, ms=00051}
22:49:57.084089 run                             mass: MS performed LU  {at=1228023.292324574, lu_delay=5.964793165912852, ms=00049}
22:49:57.105951 run                osmo-ms-mob/00068: Starting mobile
22:49:57.118858 run       osmo-ms-mob/00068(pid=203): Launched
22:49:57.125165 run                             mass: MS performed LU  {at=1228023.333492561, lu_delay=5.000566540984437, ms=00052}
22:49:57.130914 run                             mass: MS start registered  {at=1228023.339249549, delay=0.005775563884526491, ms=00068}
22:49:57.156345 run                             mass: MS performed LU  {at=1228023.364654141, lu_delay=4.747852771077305, ms=00053}
22:49:57.786058 run                osmo-ms-mob/00069: Starting mobile
22:49:57.800154 run       osmo-ms-mob/00069(pid=204): Launched
22:49:57.811502 run                             mass: MS start registered  {at=1228024.019813728, delay=0.0052764390129595995, ms=00069}
22:49:58.011677 run                             mass: MS performed LU  {at=1228024.219884747, lu_delay=5.017007286893204, ms=00055}
22:49:58.035909 run                             mass: MS performed LU  {at=1228024.244239204, lu_delay=3.748785711126402, ms=00059}
22:49:58.047474 run                osmo-ms-mob/00070: Starting mobile
22:49:58.060865 run       osmo-ms-mob/00070(pid=205): Launched
22:49:58.071905 run                             mass: MS start registered  {at=1228024.280221709, delay=0.004791531013324857, ms=00070}
22:49:58.584598 run                osmo-ms-mob/00071: Starting mobile
22:49:58.598280 run       osmo-ms-mob/00071(pid=206): Launched
22:49:58.609551 run                             mass: MS start registered  {at=1228024.817858555, delay=0.0051912658382207155, ms=00071}
22:49:58.713479 run                             mass: MS performed LU  {at=1228024.921702504, lu_delay=4.702679950976744, ms=00058}
22:49:58.813818 run                             mass: MS performed LU  {at=1228025.022043532, lu_delay=5.42662658309564, ms=00057}
22:49:58.841010 run                             mass: MS performed LU  {at=1228025.049319072, lu_delay=5.555179754970595, ms=00056}
22:49:58.864907 run                osmo-ms-mob/00072: Starting mobile
22:49:58.878233 run       osmo-ms-mob/00072(pid=207): Launched
22:49:58.889340 run                             mass: MS start registered  {at=1228025.097656336, delay=0.005076391855254769, ms=00072}
22:49:59.021836 run                             mass: MS performed LU  {at=1228025.230054914, lu_delay=6.31114196497947, ms=00054}
22:49:59.407231 run                osmo-ms-mob/00073: Starting mobile
22:49:59.423856 run       osmo-ms-mob/00073(pid=208): Launched
22:49:59.435043 run                             mass: MS start registered  {at=1228025.643363572, delay=0.0048881350085139275, ms=00073}
22:49:59.782540 run                osmo-ms-mob/00074: Starting mobile
22:49:59.796851 run       osmo-ms-mob/00074(pid=209): Launched
22:49:59.808083 run                             mass: MS start registered  {at=1228026.016403628, delay=0.004963514162227511, ms=00074}
22:50:00.170452 run                osmo-ms-mob/00075: Starting mobile
22:50:00.183622 run       osmo-ms-mob/00075(pid=210): Launched
22:50:00.194891 run                             mass: MS start registered  {at=1228026.403211261, delay=0.005321263801306486, ms=00075}
22:50:00.709436 run                osmo-ms-mob/00076: Starting mobile
22:50:00.725536 run       osmo-ms-mob/00076(pid=211): Launched
22:50:00.731518 run                             mass: MS performed LU  {at=1228026.939846487, lu_delay=5.101800478994846, ms=00063}
22:50:00.737285 run                             mass: MS start registered  {at=1228026.945620212, delay=0.005792388925328851, ms=00076}
22:50:00.743172 run                             mass: MS performed LU  {at=1228026.951504538, lu_delay=5.628530892077833, ms=00062}
22:50:00.813347 run                             mass: MS performed LU  {at=1228027.021546207, lu_delay=4.798844863893464, ms=00064}
22:50:00.831203 run                osmo-ms-mob/00077: Starting mobile
22:50:00.844603 run       osmo-ms-mob/00077(pid=212): Launched
22:50:00.850736 run                             mass: MS performed LU  {at=1228027.059062318, lu_delay=5.846616280963644, ms=00061}
22:50:00.856638 run                             mass: MS start registered  {at=1228027.064972544, delay=0.005929765058681369, ms=00077}
22:50:00.866996 run                             mass: MS performed LU  {at=1228027.075317471, lu_delay=6.255697373999283, ms=00060}
22:50:00.923919 run                             mass: MS performed LU  {at=1228027.132136108, lu_delay=22.00556632783264, ms=00017}
22:50:01.584888 run                osmo-ms-mob/00078: Starting mobile
22:50:01.599169 run       osmo-ms-mob/00078(pid=213): Launched
22:50:01.609977 run                             mass: MS start registered  {at=1228027.818298253, delay=0.004750410094857216, ms=00078}
22:50:01.984402 run                osmo-ms-mob/00079: Starting mobile
22:50:01.998774 run       osmo-ms-mob/00079(pid=214): Launched
22:50:02.009923 run                             mass: MS start registered  {at=1228028.21824522, delay=0.005155501887202263, ms=00079}
22:50:02.496338 run                osmo-ms-mob/00080: Starting mobile
22:50:02.519893 run       osmo-ms-mob/00080(pid=215): Launched
22:50:02.525999 run                             mass: MS performed LU  {at=1228028.73432698, lu_delay=4.7145132520236075, ms=00069}
22:50:02.531994 run                             mass: MS start registered  {at=1228028.740327901, delay=0.0060194560792297125, ms=00080}
22:50:02.538427 run                             mass: MS performed LU  {at=1228028.746755167, lu_delay=5.50869805784896, ms=00067}
22:50:02.608263 run                             mass: MS performed LU  {at=1228028.816496918, lu_delay=5.897888636915013, ms=00066}
22:50:02.788200 run                             mass: MS performed LU  {at=1228028.996418398, lu_delay=5.657168849138543, ms=00068}
22:50:02.817720 run                osmo-ms-mob/00081: Starting mobile
22:50:02.831405 run       osmo-ms-mob/00081(pid=216): Launched
22:50:02.837611 run                             mass: MS performed LU  {at=1228029.045938535, lu_delay=4.76571682584472, ms=00070}
22:50:02.843786 run                             mass: MS start registered  {at=1228029.052119824, delay=0.006200125208124518, ms=00081}
22:50:03.385787 run                osmo-ms-mob/00082: Starting mobile
22:50:03.399666 run       osmo-ms-mob/00082(pid=217): Launched
22:50:03.410982 run                             mass: MS start registered  {at=1228029.619297474, delay=0.004767467966303229, ms=00082}
22:50:03.503954 run                             mass: MS performed LU  {at=1228029.712173506, lu_delay=7.108376045944169, ms=00065}
22:50:04.011587 run                osmo-ms-mob/00083: Starting mobile
22:50:04.027343 run       osmo-ms-mob/00083(pid=218): Launched
22:50:04.038446 run                             mass: MS start registered  {at=1228030.246764706, delay=0.005149099975824356, ms=00083}
22:50:04.343237 run                             mass: MS performed LU  {at=1228030.551452197, lu_delay=5.453795860987157, ms=00072}
22:50:04.379811 run                             mass: MS performed LU  {at=1228030.588052259, lu_delay=4.571648631012067, ms=00074}
22:50:04.404855 run                osmo-ms-mob/00084: Starting mobile
22:50:04.418087 run       osmo-ms-mob/00084(pid=219): Launched
22:50:04.429046 run                             mass: MS start registered  {at=1228030.637364416, delay=0.004882436944171786, ms=00084}
22:50:04.509177 run                             mass: MS performed LU  {at=1228030.71739283, lu_delay=5.899534275056794, ms=00071}
22:50:04.634850 run                             mass: MS performed LU  {at=1228030.843067082, lu_delay=5.199703510152176, ms=00073}
22:50:05.000651 run                osmo-ms-mob/00085: Starting mobile
22:50:05.018106 run       osmo-ms-mob/00085(pid=220): Launched
22:50:05.028995 run                             mass: MS start registered  {at=1228031.23731857, delay=0.0049107850063592196, ms=00085}
22:50:05.584487 run                osmo-ms-mob/00086: Starting mobile
22:50:05.598511 run       osmo-ms-mob/00086(pid=221): Launched
22:50:05.609413 run                             mass: MS start registered  {at=1228031.817732532, delay=0.004833217011764646, ms=00086}
22:50:06.202897 run                osmo-ms-mob/00087: Starting mobile
22:50:06.219794 run       osmo-ms-mob/00087(pid=222): Launched
22:50:06.230509 run                             mass: MS start registered  {at=1228032.438829351, delay=0.00476865703240037, ms=00087}
22:50:06.244085 run                             mass: MS performed LU  {at=1228032.452405825, lu_delay=6.049194564111531, ms=00075}
22:50:06.301625 run                             mass: MS performed LU  {at=1228032.509852336, lu_delay=5.564232124015689, ms=00076}
22:50:06.373762 run                             mass: MS performed LU  {at=1228032.581978329, lu_delay=5.517005784902722, ms=00077}
22:50:06.553773 run                             mass: MS performed LU  {at=1228032.761991436, lu_delay=23.432353043928742, ms=00026}
22:50:06.563286 run                             mass: MS performed LU  {at=1228032.771619969, lu_delay=4.953321716049686, ms=00078}
22:50:06.588296 run                osmo-ms-mob/00088: Starting mobile
22:50:06.601729 run       osmo-ms-mob/00088(pid=223): Launched
22:50:06.612839 run                             mass: MS start registered  {at=1228032.821162236, delay=0.004921926883980632, ms=00088}
22:50:07.380634 run                osmo-ms-mob/00089: Starting mobile
22:50:07.394122 run       osmo-ms-mob/00089(pid=224): Launched
22:50:07.405026 run                             mass: MS start registered  {at=1228033.613342892, delay=0.004943476989865303, ms=00089}
22:50:07.970717 run                osmo-ms-mob/00090: Starting mobile
22:50:07.983854 run       osmo-ms-mob/00090(pid=225): Launched
22:50:07.994610 run                             mass: MS start registered  {at=1228034.202930594, delay=0.004694391041994095, ms=00090}
22:50:08.109853 run                             mass: MS performed LU  {at=1228034.318069729, lu_delay=6.099824509117752, ms=00079}
22:50:08.145524 run                             mass: MS performed LU  {at=1228034.353748616, lu_delay=5.613420715089887, ms=00080}
22:50:08.276161 run                             mass: MS performed LU  {at=1228034.484378704, lu_delay=4.865081230178475, ms=00082}
22:50:08.400717 run                             mass: MS performed LU  {at=1228034.608939947, lu_delay=5.556820122990757, ms=00081}
22:50:08.675371 run                osmo-ms-mob/00091: Starting mobile
22:50:08.691332 run       osmo-ms-mob/00091(pid=226): Launched
22:50:08.702516 run                             mass: MS start registered  {at=1228034.910834358, delay=0.0052280600648373365, ms=00091}
22:50:09.383431 run                osmo-ms-mob/00092: Starting mobile
22:50:09.398479 run       osmo-ms-mob/00092(pid=227): Launched
22:50:09.409543 run                             mass: MS start registered  {at=1228035.617859947, delay=0.005026821047067642, ms=00092}
22:50:10.094144 run                             mass: MS performed LU  {at=1228036.302362142, lu_delay=6.055597435915843, ms=00083}
22:50:10.135136 run                osmo-ms-mob/00093: Starting mobile
22:50:10.150993 run       osmo-ms-mob/00093(pid=228): Launched
22:50:10.157120 run                             mass: MS performed LU  {at=1228036.365450594, lu_delay=5.728086178191006, ms=00084}
22:50:10.162954 run                             mass: MS performed LU  {at=1228036.371289222, lu_delay=5.133970652008429, ms=00085}
22:50:10.168705 run                             mass: MS start registered  {at=1228036.377041052, delay=0.011607513995841146, ms=00093}
22:50:10.246025 run                             mass: MS performed LU  {at=1228036.454244585, lu_delay=4.636512052966282, ms=00086}
22:50:10.537779 run                             mass: MS performed LU  {at=1228036.745992673, lu_delay=22.242460146080703, ms=00040}
22:50:11.073059 run                osmo-ms-mob/00094: Starting mobile
22:50:11.086405 run       osmo-ms-mob/00094(pid=229): Launched
22:50:11.097207 run                             mass: MS start registered  {at=1228037.305529118, delay=0.004675484029576182, ms=00094}
22:50:11.875251 run                             mass: MS performed LU  {at=1228038.08346869, lu_delay=5.644639339065179, ms=00087}
22:50:11.917385 run                osmo-ms-mob/00095: Starting mobile
22:50:11.933331 run       osmo-ms-mob/00095(pid=230): Launched
22:50:11.939403 run                             mass: MS performed LU  {at=1228038.147731632, lu_delay=4.53438874008134, ms=00089}
22:50:11.945208 run                             mass: MS start registered  {at=1228038.15354341, delay=0.005831139860674739, ms=00095}
22:50:12.041774 run                             mass: MS performed LU  {at=1228038.249992036, lu_delay=5.428829800104722, ms=00088}
22:50:12.166472 run                             mass: MS performed LU  {at=1228038.374690227, lu_delay=22.68141687195748, ms=00044}
22:50:12.972015 run                osmo-ms-mob/00096: Starting mobile
22:50:12.985319 run       osmo-ms-mob/00096(pid=231): Launched
22:50:12.996388 run                             mass: MS start registered  {at=1228039.204704508, delay=0.005027039907872677, ms=00096}
22:50:13.859707 run                             mass: MS performed LU  {at=1228040.067838397, lu_delay=5.15700403903611, ms=00091}
22:50:13.877823 run                             mass: MS performed LU  {at=1228040.086098275, lu_delay=5.8831676808185875, ms=00090}
22:50:14.092812 run                osmo-ms-mob/00097: Starting mobile
22:50:14.110024 run       osmo-ms-mob/00097(pid=232): Launched
22:50:14.120991 run                             mass: MS start registered  {at=1228040.329313401, delay=0.004832073813304305, ms=00097}
22:50:14.140438 run                             mass: MS performed LU  {at=1228040.348701844, lu_delay=4.7308418969623744, ms=00092}
22:50:15.402681 run                osmo-ms-mob/00098: Starting mobile
22:50:15.420726 run       osmo-ms-mob/00098(pid=233): Launched
22:50:15.431707 run                             mass: MS start registered  {at=1228041.640013591, delay=0.004974745912477374, ms=00098}
22:50:15.641634 run                             mass: MS performed LU  {at=1228041.849849605, lu_delay=5.472808552905917, ms=00093}
22:50:15.806740 run                             mass: MS performed LU  {at=1228042.014957144, lu_delay=4.709428025875241, ms=00094}
22:50:17.210940 run                osmo-ms-mob/00099: Starting mobile
22:50:17.227200 run       osmo-ms-mob/00099(pid=234): Launched
22:50:17.233022 run                             mass: All started... {duration=55.772211545845494, too_slow=0}
22:50:17.238578 run                             mass: MS start registered  {at=1228043.446906823, delay=0.00554844387806952, ms=00099}
22:50:17.625578 run                             mass: MS performed LU  {at=1228043.833749355, lu_delay=5.680205945158377, ms=00095}
22:50:17.643363 run                             mass: MS performed LU  {at=1228043.851642356, lu_delay=4.646937848068774, ms=00096}
22:50:19.554617 run                             mass: MS performed LU  {at=1228045.762835082, lu_delay=5.433521680999547, ms=00097}
22:50:21.391205 run                             mass: MS performed LU  {at=1228047.5994253, lu_delay=5.959411709103733, ms=00098}
22:50:23.293166 run                             mass: MS performed LU  {at=1228049.501382205, lu_delay=6.054475381970406, ms=00099}
22:50:23.303575 run                             mass: Tests done {all_completed=True, max=23.432353043928742, min=3.7368191599380225}
22:50:23.308980 tst         register_default_mass.py: Test passed (81.1 sec)
22:50:23.314471 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:23.317825 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:23.321131 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:23.324500 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:23.327859 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:23.331212 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:23.334580 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:23.337989 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:23.341388 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:23.344799 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:23.348171 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:23.351618 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:23.355136 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:23.358686 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:23.362249 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:23.365784 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:23.369297 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:23.372830 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:23.376380 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:23.379874 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:23.383406 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:23.386950 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:23.390493 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:23.393987 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:23.397449 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:23.400956 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:23.404511 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:23.408024 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:23.411549 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:23.415106 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:23.418925 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:23.422431 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:23.425940 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:23.429474 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:23.433009 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:23.436796 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:23.440218 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:23.443687 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:23.447229 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:23.450710 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:23.454109 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:23.457660 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:23.461113 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:23.464807 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:23.468343 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:23.471843 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:23.475315 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:23.478831 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:23.482483 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:23.485961 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:23.489455 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:23.492859 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:23.496338 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:23.499819 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:23.503215 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:23.506650 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:23.510094 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:23.513544 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:23.516960 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:23.520482 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:23.523990 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:23.527502 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:23.531106 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:23.534525 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:23.537964 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:23.541438 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:23.544848 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:23.548336 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:23.551725 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:23.555180 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:23.558676 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:23.562097 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:23.565566 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:23.568968 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:23.572371 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:23.575855 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:23.579284 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:23.582717 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:23.586133 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:23.589669 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:23.593386 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:23.597770 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:23.601236 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:23.604729 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:23.608211 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:23.611596 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:23.615001 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:23.618463 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:23.621885 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:23.625348 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:23.628747 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:23.632265 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:23.636279 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:23.639790 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:23.643204 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:23.646714 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:23.650152 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:23.653696 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:23.657203 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:23.660768 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:23.664272 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:23.667813 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:23.671315 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:23.674950 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:23.678496 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:23.682017 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:23.685505 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:23.688968 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:23.692483 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:23.696009 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:23.699483 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:23.702953 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:23.706391 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:23.709896 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:23.713456 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:23.716883 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:23.720267 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:23.723662 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:23.727062 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:23.730388 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:23.733736 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:23.737062 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:23.740375 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:23.743698 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:23.747009 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:23.750334 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:23.753654 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:23.756978 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:23.760292 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:23.763599 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:23.766918 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:23.770228 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:23.773536 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:23.776865 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:23.780178 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:23.783489 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:23.786807 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:23.790117 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:23.793439 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:23.796772 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:23.800093 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:23.803406 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:23.806728 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:23.810050 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:23.813356 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:23.816673 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:23.819993 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:23.823302 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:23.826615 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:23.829912 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:23.833231 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:23.836551 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:23.839872 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:23.843189 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:23.846481 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:23.849775 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:23.853084 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:23.856403 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:23.859741 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:23.863052 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:23.866352 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:23.869763 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:23.873354 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:23.876877 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:23.880399 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:23.883910 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:23.887331 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:23.890750 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:23.894154 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:23.897479 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:23.900776 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:23.904058 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:23.907326 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:23.910599 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:23.913867 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:23.917147 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:23.920420 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:23.923704 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:23.926979 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:23.930249 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:23.933518 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:23.936788 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:23.940048 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:23.943325 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:23.946603 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:23.949879 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:23.953173 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:23.956441 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:23.959708 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:23.962969 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:23.966228 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:23.969500 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:23.972756 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:23.976022 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:23.979299 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:23.982568 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:23.985838 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:23.989101 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:23.992382 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:23.995651 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:23.998920 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:24.002183 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:24.005454 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:24.008712 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:24.011980 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:24.015257 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:24.018542 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:24.021810 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:24.025104 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:24.028393 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:24.031679 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:24.034969 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:24.038231 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:24.041533 ---      ParallelTerminationStrategy: PID 22 died...
22:50:24.043024 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:24.046650 ---      ParallelTerminationStrategy: PID 23 died...
22:50:24.048135 run      osmo-hlr_127.0.42.2(pid=23): Terminated {rc=256}
22:50:24.051783 ---      ParallelTerminationStrategy: PID 24 died...
22:50:24.053247 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:24.056854 ---      ParallelTerminationStrategy: PID 25 died...
22:50:24.058337 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:24.061965 ---      ParallelTerminationStrategy: PID 26 died...
22:50:24.063426 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:24.067085 ---      ParallelTerminationStrategy: PID 27 died...
22:50:24.068659 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:24.072417 ---      ParallelTerminationStrategy: PID 28 died...
22:50:24.073905 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:24.077556 ---      ParallelTerminationStrategy: PID 29 died...
22:50:24.079043 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:24.082723 ---      ParallelTerminationStrategy: PID 30 died...
22:50:24.084213 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:24.087885 ---      ParallelTerminationStrategy: PID 31 died...
22:50:24.089366 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:24.093048 ---      ParallelTerminationStrategy: PID 32 died...
22:50:24.094533 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:24.098221 ---      ParallelTerminationStrategy: PID 33 died...
22:50:24.099727 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:24.103389 ---      ParallelTerminationStrategy: PID 35 died...
22:50:24.104888 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:24.108574 ---      ParallelTerminationStrategy: PID 36 died...
22:50:24.110064 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:24.113731 ---      ParallelTerminationStrategy: PID 37 died...
22:50:24.115221 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:24.118877 ---      ParallelTerminationStrategy: PID 38 died...
22:50:24.120381 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:24.124044 ---      ParallelTerminationStrategy: PID 39 died...
22:50:24.125524 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:24.129206 ---      ParallelTerminationStrategy: PID 40 died...
22:50:24.130699 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:24.134368 ---      ParallelTerminationStrategy: PID 41 died...
22:50:24.135854 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:24.139506 ---      ParallelTerminationStrategy: PID 42 died...
22:50:24.140995 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:24.144651 ---      ParallelTerminationStrategy: PID 43 died...
22:50:24.146129 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:24.149787 ---      ParallelTerminationStrategy: PID 44 died...
22:50:24.151264 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:24.154913 ---      ParallelTerminationStrategy: PID 45 died...
22:50:24.156413 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:24.160057 ---      ParallelTerminationStrategy: PID 46 died...
22:50:24.161533 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:24.165181 ---      ParallelTerminationStrategy: PID 47 died...
22:50:24.166663 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:24.170325 ---      ParallelTerminationStrategy: PID 48 died...
22:50:24.171796 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:24.175429 ---      ParallelTerminationStrategy: PID 49 died...
22:50:24.176906 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:24.180552 ---      ParallelTerminationStrategy: PID 50 died...
22:50:24.182027 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:24.185677 ---      ParallelTerminationStrategy: PID 51 died...
22:50:24.187155 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:24.190792 ---      ParallelTerminationStrategy: PID 52 died...
22:50:24.192257 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:24.195919 ---      ParallelTerminationStrategy: PID 53 died...
22:50:24.197390 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:24.201030 ---      ParallelTerminationStrategy: PID 54 died...
22:50:24.202505 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:24.206142 ---      ParallelTerminationStrategy: PID 55 died...
22:50:24.207605 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:24.211236 ---      ParallelTerminationStrategy: PID 56 died...
22:50:24.212712 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:24.216367 ---      ParallelTerminationStrategy: PID 57 died...
22:50:24.217834 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:24.221474 ---      ParallelTerminationStrategy: PID 58 died...
22:50:24.222933 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:24.226590 ---      ParallelTerminationStrategy: PID 59 died...
22:50:24.228094 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:24.231730 ---      ParallelTerminationStrategy: PID 60 died...
22:50:24.233209 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:24.236821 ---      ParallelTerminationStrategy: PID 61 died...
22:50:24.238304 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:24.241963 ---      ParallelTerminationStrategy: PID 62 died...
22:50:24.243437 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:24.247092 ---      ParallelTerminationStrategy: PID 63 died...
22:50:24.248570 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:24.252215 ---      ParallelTerminationStrategy: PID 64 died...
22:50:24.253696 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:24.257339 ---      ParallelTerminationStrategy: PID 65 died...
22:50:24.258813 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:24.262473 ---      ParallelTerminationStrategy: PID 66 died...
22:50:24.263972 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:24.267618 ---      ParallelTerminationStrategy: PID 67 died...
22:50:24.269100 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:24.272762 ---      ParallelTerminationStrategy: PID 68 died...
22:50:24.274247 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:24.277886 ---      ParallelTerminationStrategy: PID 69 died...
22:50:24.279365 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:24.283010 ---      ParallelTerminationStrategy: PID 70 died...
22:50:24.284495 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:24.288158 ---      ParallelTerminationStrategy: PID 71 died...
22:50:24.289639 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:24.293299 ---      ParallelTerminationStrategy: PID 72 died...
22:50:24.294788 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:24.298442 ---      ParallelTerminationStrategy: PID 73 died...
22:50:24.299933 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:24.303596 ---      ParallelTerminationStrategy: PID 74 died...
22:50:24.305079 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:24.308727 ---      ParallelTerminationStrategy: PID 75 died...
22:50:24.310199 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:24.313860 ---      ParallelTerminationStrategy: PID 76 died...
22:50:24.315335 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:24.318986 ---      ParallelTerminationStrategy: PID 77 died...
22:50:24.320476 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:24.324111 ---      ParallelTerminationStrategy: PID 78 died...
22:50:24.325591 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:24.329227 ---      ParallelTerminationStrategy: PID 79 died...
22:50:24.330703 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:24.334333 ---      ParallelTerminationStrategy: PID 80 died...
22:50:24.335821 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:24.339457 ---      ParallelTerminationStrategy: PID 81 died...
22:50:24.340940 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:24.344576 ---      ParallelTerminationStrategy: PID 82 died...
22:50:24.346058 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:24.349708 ---      ParallelTerminationStrategy: PID 83 died...
22:50:24.351179 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:24.354846 ---      ParallelTerminationStrategy: PID 84 died...
22:50:24.356327 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:24.359963 ---      ParallelTerminationStrategy: PID 85 died...
22:50:24.361437 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:24.365081 ---      ParallelTerminationStrategy: PID 86 died...
22:50:24.366559 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:24.370199 ---      ParallelTerminationStrategy: PID 87 died...
22:50:24.371682 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:24.375322 ---      ParallelTerminationStrategy: PID 88 died...
22:50:24.376827 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:24.380457 ---      ParallelTerminationStrategy: PID 89 died...
22:50:24.381940 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:24.385592 ---      ParallelTerminationStrategy: PID 90 died...
22:50:24.387069 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:24.390719 ---      ParallelTerminationStrategy: PID 91 died...
22:50:24.392195 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:24.395846 ---      ParallelTerminationStrategy: PID 92 died...
22:50:24.397323 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:24.400973 ---      ParallelTerminationStrategy: PID 93 died...
22:50:24.402461 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:24.406108 ---      ParallelTerminationStrategy: PID 94 died...
22:50:24.407592 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:24.411239 ---      ParallelTerminationStrategy: PID 95 died...
22:50:24.412732 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:24.416382 ---      ParallelTerminationStrategy: PID 96 died...
22:50:24.417844 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:24.421502 ---      ParallelTerminationStrategy: PID 97 died...
22:50:24.422975 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:24.426608 ---      ParallelTerminationStrategy: PID 98 died...
22:50:24.428099 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:24.431746 ---      ParallelTerminationStrategy: PID 99 died...
22:50:24.433226 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:24.436874 ---      ParallelTerminationStrategy: PID 100 died...
22:50:24.438357 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:24.442010 ---      ParallelTerminationStrategy: PID 101 died...
22:50:24.443491 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:24.447136 ---      ParallelTerminationStrategy: PID 102 died...
22:50:24.448619 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:24.453015 ---      ParallelTerminationStrategy: PID 103 died...
22:50:24.456011 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:24.459698 ---      ParallelTerminationStrategy: PID 104 died...
22:50:24.461177 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:24.464815 ---      ParallelTerminationStrategy: PID 105 died...
22:50:24.466282 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:24.469956 ---      ParallelTerminationStrategy: PID 106 died...
22:50:24.471421 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:24.475085 ---      ParallelTerminationStrategy: PID 107 died...
22:50:24.476587 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:24.480243 ---      ParallelTerminationStrategy: PID 108 died...
22:50:24.481711 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:24.485356 ---      ParallelTerminationStrategy: PID 109 died...
22:50:24.486835 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:24.490498 ---      ParallelTerminationStrategy: PID 110 died...
22:50:24.491983 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:24.495621 ---      ParallelTerminationStrategy: PID 111 died...
22:50:24.497114 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:24.500754 ---      ParallelTerminationStrategy: PID 112 died...
22:50:24.502220 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:24.505866 ---      ParallelTerminationStrategy: PID 113 died...
22:50:24.507338 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:24.510964 ---      ParallelTerminationStrategy: PID 114 died...
22:50:24.512449 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:24.516073 ---      ParallelTerminationStrategy: PID 115 died...
22:50:24.517549 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:24.521175 ---      ParallelTerminationStrategy: PID 116 died...
22:50:24.522647 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:24.526275 ---      ParallelTerminationStrategy: PID 117 died...
22:50:24.527758 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:24.531379 ---      ParallelTerminationStrategy: PID 118 died...
22:50:24.532853 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:24.536474 ---      ParallelTerminationStrategy: PID 119 died...
22:50:24.537940 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:24.541563 ---      ParallelTerminationStrategy: PID 120 died...
22:50:24.543048 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:24.546688 ---      ParallelTerminationStrategy: PID 121 died...
22:50:24.548157 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:24.551794 ---      ParallelTerminationStrategy: PID 122 died...
22:50:24.553264 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:24.556895 ---      ParallelTerminationStrategy: PID 123 died...
22:50:24.558367 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:24.562022 ---      ParallelTerminationStrategy: PID 124 died...
22:50:24.563489 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:24.567134 ---      ParallelTerminationStrategy: PID 125 died...
22:50:24.568616 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:24.572248 ---      ParallelTerminationStrategy: PID 126 died...
22:50:24.573714 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:24.577347 ---      ParallelTerminationStrategy: PID 127 died...
22:50:24.578823 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:24.582478 ---      ParallelTerminationStrategy: PID 128 died...
22:50:24.583965 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:24.587602 ---      ParallelTerminationStrategy: PID 129 died...
22:50:24.589081 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:24.592724 ---      ParallelTerminationStrategy: PID 130 died...
22:50:24.594200 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:24.597841 ---      ParallelTerminationStrategy: PID 131 died...
22:50:24.599307 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:24.602948 ---      ParallelTerminationStrategy: PID 132 died...
22:50:24.604421 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:24.608060 ---      ParallelTerminationStrategy: PID 133 died...
22:50:24.609536 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:24.613165 ---      ParallelTerminationStrategy: PID 134 died...
22:50:24.614636 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:24.618292 ---      ParallelTerminationStrategy: PID 135 died...
22:50:24.619772 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:24.623424 ---      ParallelTerminationStrategy: PID 136 died...
22:50:24.624917 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:24.628540 ---      ParallelTerminationStrategy: PID 137 died...
22:50:24.630004 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:24.633629 ---      ParallelTerminationStrategy: PID 138 died...
22:50:24.635121 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:24.638768 ---      ParallelTerminationStrategy: PID 139 died...
22:50:24.640254 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:24.644005 ---      ParallelTerminationStrategy: PID 140 died...
22:50:24.645524 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:24.649306 ---      ParallelTerminationStrategy: PID 141 died...
22:50:24.650824 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:24.654596 ---      ParallelTerminationStrategy: PID 142 died...
22:50:24.656115 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:24.659885 ---      ParallelTerminationStrategy: PID 143 died...
22:50:24.661401 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:24.665180 ---      ParallelTerminationStrategy: PID 144 died...
22:50:24.666698 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:24.670320 ---      ParallelTerminationStrategy: PID 145 died...
22:50:24.671806 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:24.675432 ---      ParallelTerminationStrategy: PID 146 died...
22:50:24.676907 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:24.680574 ---      ParallelTerminationStrategy: PID 147 died...
22:50:24.682062 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:24.685684 ---      ParallelTerminationStrategy: PID 148 died...
22:50:24.687152 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:24.690780 ---      ParallelTerminationStrategy: PID 149 died...
22:50:24.692264 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:24.695903 ---      ParallelTerminationStrategy: PID 150 died...
22:50:24.697366 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:24.700992 ---      ParallelTerminationStrategy: PID 151 died...
22:50:24.702452 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:24.706066 ---      ParallelTerminationStrategy: PID 152 died...
22:50:24.707529 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:24.711161 ---      ParallelTerminationStrategy: PID 153 died...
22:50:24.712634 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:24.716278 ---      ParallelTerminationStrategy: PID 154 died...
22:50:24.717739 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:24.721395 ---      ParallelTerminationStrategy: PID 155 died...
22:50:24.722854 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:24.726471 ---      ParallelTerminationStrategy: PID 156 died...
22:50:24.727950 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:24.731586 ---      ParallelTerminationStrategy: PID 157 died...
22:50:24.733056 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:24.736676 ---      ParallelTerminationStrategy: PID 158 died...
22:50:24.738134 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:24.741772 ---      ParallelTerminationStrategy: PID 159 died...
22:50:24.743248 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:24.746873 ---      ParallelTerminationStrategy: PID 160 died...
22:50:24.748347 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:24.751979 ---      ParallelTerminationStrategy: PID 161 died...
22:50:24.753454 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:24.757084 ---      ParallelTerminationStrategy: PID 162 died...
22:50:24.758538 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:24.762169 ---      ParallelTerminationStrategy: PID 163 died...
22:50:24.763631 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:24.767276 ---      ParallelTerminationStrategy: PID 164 died...
22:50:24.768745 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:24.772389 ---      ParallelTerminationStrategy: PID 165 died...
22:50:24.773854 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:24.777486 ---      ParallelTerminationStrategy: PID 166 died...
22:50:24.778948 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:24.782594 ---      ParallelTerminationStrategy: PID 167 died...
22:50:24.784077 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:24.787743 ---      ParallelTerminationStrategy: PID 168 died...
22:50:24.789226 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:24.792883 ---      ParallelTerminationStrategy: PID 169 died...
22:50:24.794352 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:24.797993 ---      ParallelTerminationStrategy: PID 170 died...
22:50:24.799459 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:24.803096 ---      ParallelTerminationStrategy: PID 171 died...
22:50:24.804563 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:24.808184 ---      ParallelTerminationStrategy: PID 172 died...
22:50:24.809655 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:24.813294 ---      ParallelTerminationStrategy: PID 173 died...
22:50:24.814758 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:24.818408 ---      ParallelTerminationStrategy: PID 174 died...
22:50:24.819878 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:24.823514 ---      ParallelTerminationStrategy: PID 175 died...
22:50:24.824991 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:24.828632 ---      ParallelTerminationStrategy: PID 176 died...
22:50:24.830098 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:24.833791 ---      ParallelTerminationStrategy: PID 177 died...
22:50:24.835318 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:24.838946 ---      ParallelTerminationStrategy: PID 178 died...
22:50:24.840410 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:24.844033 ---      ParallelTerminationStrategy: PID 179 died...
22:50:24.845498 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:24.849140 ---      ParallelTerminationStrategy: PID 180 died...
22:50:24.850603 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:24.854218 ---      ParallelTerminationStrategy: PID 181 died...
22:50:24.855682 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:24.859330 ---      ParallelTerminationStrategy: PID 182 died...
22:50:24.860803 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:24.864420 ---      ParallelTerminationStrategy: PID 183 died...
22:50:24.865885 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:24.869506 ---      ParallelTerminationStrategy: PID 184 died...
22:50:24.870968 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:24.874610 ---      ParallelTerminationStrategy: PID 185 died...
22:50:24.876071 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:24.879716 ---      ParallelTerminationStrategy: PID 186 died...
22:50:24.881175 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:24.884800 ---      ParallelTerminationStrategy: PID 187 died...
22:50:24.886263 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:24.889947 ---      ParallelTerminationStrategy: PID 188 died...
22:50:24.891409 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:24.895027 ---      ParallelTerminationStrategy: PID 189 died...
22:50:24.896509 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:24.900142 ---      ParallelTerminationStrategy: PID 190 died...
22:50:24.901607 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:24.905260 ---      ParallelTerminationStrategy: PID 191 died...
22:50:24.906732 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:24.910358 ---      ParallelTerminationStrategy: PID 192 died...
22:50:24.911838 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:24.915464 ---      ParallelTerminationStrategy: PID 193 died...
22:50:24.916926 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:24.920567 ---      ParallelTerminationStrategy: PID 194 died...
22:50:24.922031 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:24.925660 ---      ParallelTerminationStrategy: PID 195 died...
22:50:24.927128 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:24.930761 ---      ParallelTerminationStrategy: PID 196 died...
22:50:24.932226 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:24.935870 ---      ParallelTerminationStrategy: PID 197 died...
22:50:24.937317 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:24.940954 ---      ParallelTerminationStrategy: PID 198 died...
22:50:24.942420 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:24.946073 ---      ParallelTerminationStrategy: PID 199 died...
22:50:24.947537 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:24.951167 ---      ParallelTerminationStrategy: PID 200 died...
22:50:24.952639 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:24.956273 ---      ParallelTerminationStrategy: PID 201 died...
22:50:24.957728 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:24.961379 ---      ParallelTerminationStrategy: PID 202 died...
22:50:24.962835 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:24.966473 ---      ParallelTerminationStrategy: PID 203 died...
22:50:24.967942 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:24.971602 ---      ParallelTerminationStrategy: PID 204 died...
22:50:24.973080 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:24.976740 ---      ParallelTerminationStrategy: PID 205 died...
22:50:24.978206 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:24.981843 ---      ParallelTerminationStrategy: PID 206 died...
22:50:24.983314 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:24.986951 ---      ParallelTerminationStrategy: PID 207 died...
22:50:24.988412 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:24.992043 ---      ParallelTerminationStrategy: PID 208 died...
22:50:24.993506 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:24.997161 ---      ParallelTerminationStrategy: PID 209 died...
22:50:24.998628 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:25.002250 ---      ParallelTerminationStrategy: PID 210 died...
22:50:25.003710 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:25.007323 ---      ParallelTerminationStrategy: PID 211 died...
22:50:25.008798 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:25.012441 ---      ParallelTerminationStrategy: PID 212 died...
22:50:25.013906 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:25.017543 ---      ParallelTerminationStrategy: PID 213 died...
22:50:25.019023 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:25.022636 ---      ParallelTerminationStrategy: PID 214 died...
22:50:25.024104 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:25.027727 ---      ParallelTerminationStrategy: PID 215 died...
22:50:25.029192 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:25.032830 ---      ParallelTerminationStrategy: PID 216 died...
22:50:25.034318 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:25.038007 ---      ParallelTerminationStrategy: PID 217 died...
22:50:25.039484 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:25.043154 ---      ParallelTerminationStrategy: PID 218 died...
22:50:25.044655 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:25.048323 ---      ParallelTerminationStrategy: PID 219 died...
22:50:25.049846 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:25.053635 ---      ParallelTerminationStrategy: PID 220 died...
22:50:25.055160 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:25.058840 ---      ParallelTerminationStrategy: PID 221 died...
22:50:25.060312 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:25.063955 ---      ParallelTerminationStrategy: PID 222 died...
22:50:25.065429 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:25.069090 ---      ParallelTerminationStrategy: PID 223 died...
22:50:25.070557 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:25.074203 ---      ParallelTerminationStrategy: PID 224 died...
22:50:25.075670 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:25.079309 ---      ParallelTerminationStrategy: PID 225 died...
22:50:25.080794 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:25.084439 ---      ParallelTerminationStrategy: PID 226 died...
22:50:25.085904 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:25.089552 ---      ParallelTerminationStrategy: PID 227 died...
22:50:25.091019 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:25.094680 ---      ParallelTerminationStrategy: PID 228 died...
22:50:25.096154 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:25.099812 ---      ParallelTerminationStrategy: PID 229 died...
22:50:25.101285 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:25.104923 ---      ParallelTerminationStrategy: PID 230 died...
22:50:25.106399 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:25.110042 ---      ParallelTerminationStrategy: PID 231 died...
22:50:25.111511 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:25.115165 ---      ParallelTerminationStrategy: PID 232 died...
22:50:25.116643 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:25.120300 ---      ParallelTerminationStrategy: PID 233 died...
22:50:25.121779 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:25.125424 ---      ParallelTerminationStrategy: PID 234 died...
22:50:25.126906 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:28.531311 ---      ParallelTerminationStrategy: PID 34 died...
22:50:28.537417 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8237 netreg_mass PASS
---------------------------------------------------------------------
22:50:28.613861 tst                       trial-8237: Storing JUnit report in /build/trial-8237/run.2026-02-09_22-49-01/trial-8237.xml

--------------------------------------------------------------------------------------------
trial-8237 PASS
--------------------------------------------------------------------------------------------
22:50:28.624761 tst                       trial-8237: trial-8237: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8237/inst
+ cd trial-8237
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-09 22:49:01
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8237-run.tgz run.2026-02-09_22-49-01
+ tar czf /build/trial-8237-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-09_20_54_47.tgz osmo-bts-oc2g.build-2026-02-09_20_52_59.tgz osmo-bts-sysmo.build-2026-02-09_20_52_58.tgz osmo-bts.build-2026-02-09_20_53_17.tgz osmo-ggsn.build-2026-02-09_20_42_31.tgz osmo-hlr.build-2026-02-09_20_51_39.tgz osmo-hnbgw.build-2026-02-09_14_43_30.tgz osmo-mgw.build-2026-02-09_20_50_58.tgz osmo-msc.build-2026-02-09_20_58_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-09_07_34_52.tgz osmo-pcu-sysmo.build-2026-02-09_07_34_53.tgz osmo-pcu.build-2026-02-09_07_35_01.tgz osmo-sgsn.build-2026-02-09_20_55_05.tgz osmo-stp.build-2026-02-09_14_34_18.tgz osmo-trx.build-2026-02-09_14_37_24.tgz osmocom-bb.build-2026-02-09_21_17_06.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