Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7850764819643465425.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-8172
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8fba99abe434d2cf3078c1d0e96da9e0772f8aa99c20d48ac8ff66a4d46d0482 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#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=8173 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-07 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8173
+ mkdir -p trial-8173
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-07_13_25_55.tgz osmo-bts-oc2g.build-2025-12-07_00_51_52.tgz osmo-bts-sysmo.build-2025-12-07_00_51_48.tgz osmo-bts.build-2025-12-07_00_52_03.tgz osmo-ggsn.build-2025-12-07_20_42_40.tgz osmo-hlr.build-2025-12-07_16_36_48.tgz osmo-hnbgw.build-2025-12-07_13_30_59.tgz osmo-mgw.build-2025-12-07_08_33_19.tgz osmo-msc.build-2025-12-07_13_29_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-07_07_37_47.tgz osmo-pcu-sysmo.build-2025-12-07_07_37_43.tgz osmo-pcu.build-2025-12-07_07_35_38.tgz osmo-sgsn.build-2025-12-07_20_48_06.tgz osmo-stp.build-2025-12-07_13_23_12.tgz osmo-trx.build-2025-12-07_14_27_02.tgz osmocom-bb.build-2025-12-07_21_17_21.tgz srslte.build-19.tgz trial-8173
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-07_13_25_55.md5 osmo-bts-oc2g.build-2025-12-07_00_51_52.md5 osmo-bts-sysmo.build-2025-12-07_00_51_48.md5 osmo-bts.build-2025-12-07_00_52_03.md5 osmo-ggsn.build-2025-12-07_20_42_40.md5 osmo-hlr.build-2025-12-07_16_36_48.md5 osmo-hnbgw.build-2025-12-07_13_30_59.md5 osmo-mgw.build-2025-12-07_08_33_19.md5 osmo-msc.build-2025-12-07_13_29_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-07_07_37_47.md5 osmo-pcu-sysmo.build-2025-12-07_07_37_43.md5 osmo-pcu.build-2025-12-07_07_35_38.md5 osmo-sgsn.build-2025-12-07_20_48_06.md5 osmo-stp.build-2025-12-07_13_23_12.md5 osmo-trx.build-2025-12-07_14_27_02.md5 osmocom-bb.build-2025-12-07_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-07_13_25_55.md5 osmo-bts-oc2g.build-2025-12-07_00_51_52.md5 osmo-bts-sysmo.build-2025-12-07_00_51_48.md5 osmo-bts.build-2025-12-07_00_52_03.md5 osmo-ggsn.build-2025-12-07_20_42_40.md5 osmo-hlr.build-2025-12-07_16_36_48.md5 osmo-hnbgw.build-2025-12-07_13_30_59.md5 osmo-mgw.build-2025-12-07_08_33_19.md5 osmo-msc.build-2025-12-07_13_29_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-07_07_37_47.md5 osmo-pcu-sysmo.build-2025-12-07_07_37_43.md5 osmo-pcu.build-2025-12-07_07_35_38.md5 osmo-sgsn.build-2025-12-07_20_48_06.md5 osmo-stp.build-2025-12-07_13_23_12.md5 osmo-trx.build-2025-12-07_14_27_02.md5 osmocom-bb.build-2025-12-07_21_17_21.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-8173 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8173'
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-8173
--------------------------------------------------------------------------------------------
22:48:20.788156 tst                       trial-8173: Detailed log at /build/trial-8173/run.2025-12-07_22-48-20/log

---------------------------------------------------------------------
trial-8173 netreg_mass
---------------------------------------------------------------------
22:48:20.992783 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.993123 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.993865 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.995007 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.036650 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.037514 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.038736 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.115145 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-8173 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.115878 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.130907 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.131404 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.131847 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.132273 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.132704 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.133155 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.133592 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.163902 tst         register_default_mass.py: using LAC 2
22:48:21.185914 tst         register_default_mass.py: using RAC 2
22:48:21.212565 tst         register_default_mass.py: using CellId 2
22:48:21.242244 tst         register_default_mass.py: using BVCI 3
22:48:21.256048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.256744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.257317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.257853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.258373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.258874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.259369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.259883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.260403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.260934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.261435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.261932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.262454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.262955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.263467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.263984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.264495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.264998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.265482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.265983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.266475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.266972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.267481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.267989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.268478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.268974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.269498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.270528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.271545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.272579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.273618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.274647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.275664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.276698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.277209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.277717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.278759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.279792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.280823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.281874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.282398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.282908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.283921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.284945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.285452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.285975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.286975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.287498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.288505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.289529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.290553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.291063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.291556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.292583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.293698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.294701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.295210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.295722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.296710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.297724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.298744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.299736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.300773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.301791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.302803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.303837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.304838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.305858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.306377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.306884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.307948 tst      register_default_mass.py:21: Launching a simple network
22:48:21.317906 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.436838 run            create_hlr_db(pid=20): Launched
22:48:22.451411 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.467443 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.482285 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.487936 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.674202 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.688982 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.694647 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.109873 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.124875 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.139807 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.266330 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.281437 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.287125 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.310642 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.325558 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.331171 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.645815 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.661204 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.699801 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.875280 run         osmo-bts-virtual(pid=34): Launched
22:48:33.910993 tst         register_default_mass.py: using MSISDN 1001
22:48:33.925231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.964835 tst         register_default_mass.py: using MSISDN 1002
22:48:33.981655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.012429 tst         register_default_mass.py: using MSISDN 1003
22:48:34.027099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.057860 tst         register_default_mass.py: using MSISDN 1004
22:48:34.072427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.103338 tst         register_default_mass.py: using MSISDN 1005
22:48:34.118031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.149023 tst         register_default_mass.py: using MSISDN 1006
22:48:34.163464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.194348 tst         register_default_mass.py: using MSISDN 1007
22:48:34.208982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.239950 tst         register_default_mass.py: using MSISDN 1008
22:48:34.254421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.285323 tst         register_default_mass.py: using MSISDN 1009
22:48:34.299684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.330481 tst         register_default_mass.py: using MSISDN 1010
22:48:34.344832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.375565 tst         register_default_mass.py: using MSISDN 1011
22:48:34.390227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.421201 tst         register_default_mass.py: using MSISDN 1012
22:48:34.435762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.466731 tst         register_default_mass.py: using MSISDN 1013
22:48:34.481311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.512230 tst         register_default_mass.py: using MSISDN 1014
22:48:34.527046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.557833 tst         register_default_mass.py: using MSISDN 1015
22:48:34.572412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.603220 tst         register_default_mass.py: using MSISDN 1016
22:48:34.617746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.648337 tst         register_default_mass.py: using MSISDN 1017
22:48:34.662880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.693437 tst         register_default_mass.py: using MSISDN 1018
22:48:34.707885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.738846 tst         register_default_mass.py: using MSISDN 1019
22:48:34.753449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.784160 tst         register_default_mass.py: using MSISDN 1020
22:48:34.798806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.829181 tst         register_default_mass.py: using MSISDN 1021
22:48:34.843565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.874124 tst         register_default_mass.py: using MSISDN 1022
22:48:34.888620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.927964 tst         register_default_mass.py: using MSISDN 1023
22:48:34.945734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.976462 tst         register_default_mass.py: using MSISDN 1024
22:48:34.991429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.022242 tst         register_default_mass.py: using MSISDN 1025
22:48:35.036898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.067370 tst         register_default_mass.py: using MSISDN 1026
22:48:35.081885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.112174 tst         register_default_mass.py: using MSISDN 1027
22:48:35.126545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.157479 tst         register_default_mass.py: using MSISDN 1028
22:48:35.171908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.201958 tst         register_default_mass.py: using MSISDN 1029
22:48:35.216156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.246565 tst         register_default_mass.py: using MSISDN 1030
22:48:35.260932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.290955 tst         register_default_mass.py: using MSISDN 1031
22:48:35.305135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.335825 tst         register_default_mass.py: using MSISDN 1032
22:48:35.350502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.381139 tst         register_default_mass.py: using MSISDN 1033
22:48:35.395490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.426470 tst         register_default_mass.py: using MSISDN 1034
22:48:35.441163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.471806 tst         register_default_mass.py: using MSISDN 1035
22:48:35.486429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.517319 tst         register_default_mass.py: using MSISDN 1036
22:48:35.531891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.562837 tst         register_default_mass.py: using MSISDN 1037
22:48:35.577392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.608510 tst         register_default_mass.py: using MSISDN 1038
22:48:35.623495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.653343 tst         register_default_mass.py: using MSISDN 1039
22:48:35.667030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.705325 tst         register_default_mass.py: using MSISDN 1040
22:48:35.722718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.754001 tst         register_default_mass.py: using MSISDN 1041
22:48:35.769094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.800047 tst         register_default_mass.py: using MSISDN 1042
22:48:35.814841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.844796 tst         register_default_mass.py: using MSISDN 1043
22:48:35.859238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.889975 tst         register_default_mass.py: using MSISDN 1044
22:48:35.904466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.935373 tst         register_default_mass.py: using MSISDN 1045
22:48:35.950110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.981186 tst         register_default_mass.py: using MSISDN 1046
22:48:35.995882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.026423 tst         register_default_mass.py: using MSISDN 1047
22:48:36.040931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.071821 tst         register_default_mass.py: using MSISDN 1048
22:48:36.086308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.117293 tst         register_default_mass.py: using MSISDN 1049
22:48:36.131907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.162997 tst         register_default_mass.py: using MSISDN 1050
22:48:36.177671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.208462 tst         register_default_mass.py: using MSISDN 1051
22:48:36.223002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.253774 tst         register_default_mass.py: using MSISDN 1052
22:48:36.268371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.299389 tst         register_default_mass.py: using MSISDN 1053
22:48:36.314089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.353733 tst         register_default_mass.py: using MSISDN 1054
22:48:36.371669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.403107 tst         register_default_mass.py: using MSISDN 1055
22:48:36.418316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.449299 tst         register_default_mass.py: using MSISDN 1056
22:48:36.464035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.495162 tst         register_default_mass.py: using MSISDN 1057
22:48:36.510067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.541065 tst         register_default_mass.py: using MSISDN 1058
22:48:36.555567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.586811 tst         register_default_mass.py: using MSISDN 1059
22:48:36.601542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.632719 tst         register_default_mass.py: using MSISDN 1060
22:48:36.647463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.678737 tst         register_default_mass.py: using MSISDN 1061
22:48:36.693433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.724324 tst         register_default_mass.py: using MSISDN 1062
22:48:36.738974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.770034 tst         register_default_mass.py: using MSISDN 1063
22:48:36.784807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.816018 tst         register_default_mass.py: using MSISDN 1064
22:48:36.830873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.862049 tst         register_default_mass.py: using MSISDN 1065
22:48:36.876850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.907891 tst         register_default_mass.py: using MSISDN 1066
22:48:36.922546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.953621 tst         register_default_mass.py: using MSISDN 1067
22:48:36.968343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.999741 tst         register_default_mass.py: using MSISDN 1068
22:48:37.014511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.045748 tst         register_default_mass.py: using MSISDN 1069
22:48:37.060568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.091450 tst         register_default_mass.py: using MSISDN 1070
22:48:37.106105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.137214 tst         register_default_mass.py: using MSISDN 1071
22:48:37.151987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.182449 tst         register_default_mass.py: using MSISDN 1072
22:48:37.196802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.227894 tst         register_default_mass.py: using MSISDN 1073
22:48:37.242623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.273806 tst         register_default_mass.py: using MSISDN 1074
22:48:37.288411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.319458 tst         register_default_mass.py: using MSISDN 1075
22:48:37.334143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.365140 tst         register_default_mass.py: using MSISDN 1076
22:48:37.379849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.410162 tst         register_default_mass.py: using MSISDN 1077
22:48:37.424446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.455101 tst         register_default_mass.py: using MSISDN 1078
22:48:37.469579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.499671 tst         register_default_mass.py: using MSISDN 1079
22:48:37.513442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.543294 tst         register_default_mass.py: using MSISDN 1080
22:48:37.557422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.587312 tst         register_default_mass.py: using MSISDN 1081
22:48:37.601447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.631509 tst         register_default_mass.py: using MSISDN 1082
22:48:37.645670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.675595 tst         register_default_mass.py: using MSISDN 1083
22:48:37.689741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.719497 tst         register_default_mass.py: using MSISDN 1084
22:48:37.733471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.763383 tst         register_default_mass.py: using MSISDN 1085
22:48:37.777481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.807383 tst         register_default_mass.py: using MSISDN 1086
22:48:37.821523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.851593 tst         register_default_mass.py: using MSISDN 1087
22:48:37.865750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.895367 tst         register_default_mass.py: using MSISDN 1088
22:48:37.909358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.939304 tst         register_default_mass.py: using MSISDN 1089
22:48:37.953326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.983166 tst         register_default_mass.py: using MSISDN 1090
22:48:37.997204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.026772 tst         register_default_mass.py: using MSISDN 1091
22:48:38.040637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.070586 tst         register_default_mass.py: using MSISDN 1092
22:48:38.084738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.114500 tst         register_default_mass.py: using MSISDN 1093
22:48:38.128488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.158517 tst         register_default_mass.py: using MSISDN 1094
22:48:38.172708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.202714 tst         register_default_mass.py: using MSISDN 1095
22:48:38.216889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.246917 tst         register_default_mass.py: using MSISDN 1096
22:48:38.261106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.291311 tst         register_default_mass.py: using MSISDN 1097
22:48:38.305694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.335670 tst         register_default_mass.py: using MSISDN 1098
22:48:38.349787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.379909 tst         register_default_mass.py: using MSISDN 1099
22:48:38.394101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.424179 tst         register_default_mass.py: using MSISDN 1100
22:48:38.436417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.528009 run                             mass: Starting testcase
22:48:38.533643 run                             mass: Pre-launching all virtphy's
22:48:38.539103 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.552179 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.558127 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.570895 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.576861 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.589651 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.595637 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.608418 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.614263 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.626980 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.633030 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.645946 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.651912 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.664608 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.670507 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.683194 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.689081 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.701742 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.707623 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.720364 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.726272 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.738961 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.744846 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.757531 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.763404 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.776071 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.781926 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.794546 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.800446 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.813098 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.818962 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.831674 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.837582 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.850363 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.856362 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.869175 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.875072 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.887906 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.893822 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.906625 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.912562 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.925398 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.931320 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.944165 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.950119 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.962970 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.968886 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.981719 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.987631 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.000439 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.006378 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.019203 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.025235 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.038233 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.044147 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.057038 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.062969 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.075921 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.081903 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.094893 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.100845 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.113621 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.119567 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.132367 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.138330 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.151147 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.157101 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.170031 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.176034 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.188921 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.194874 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.207768 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.213718 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.226531 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.232502 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.245403 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.251334 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.264244 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.270199 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.283176 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.289124 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.302018 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.307985 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.320959 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.326881 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.339883 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.345796 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.358529 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.364487 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.377291 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.383216 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.396036 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.401955 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.414743 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.420654 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.433460 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.439347 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.452146 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.458155 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.471241 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.477316 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.490553 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.496621 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.509847 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.515881 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.528934 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.534967 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.547968 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.553921 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.566916 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.572906 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.585814 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.591736 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.604595 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.610524 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.623550 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.629596 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.642584 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.648730 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.661733 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.667749 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.680805 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.686856 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.699821 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.705932 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.718880 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.724982 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.738243 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.744431 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.757602 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.763687 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.776947 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.783023 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.796284 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.802372 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.815470 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.821479 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.834510 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.840529 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.853513 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.859403 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.872248 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.878187 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.891017 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.896940 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.909745 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.915622 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.928415 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.934380 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.947170 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.953111 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.966038 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.971932 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.984955 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.990884 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.003753 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.009861 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.022686 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.028744 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.041566 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.047487 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.060337 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.066270 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.079066 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.085056 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.097904 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.103772 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.116562 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.122461 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.135259 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.141162 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.153948 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.159888 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.172694 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.178618 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.191470 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.197546 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.210352 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.216436 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.229250 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.235119 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.248075 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.253993 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.266887 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.272833 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.285639 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.291567 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.304425 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.310330 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.323060 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.328982 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.341746 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.347631 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.360392 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.366262 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.379079 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.384992 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.397833 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.403718 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.416514 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.422379 run                             mass: Checking if sockets are in the filesystem
22:48:40.454965 run                osmo-ms-mob/00000: Starting mobile
22:48:40.467893 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.479051 run                             mass: MS start registered  {at=28378626.182394475, delay=0.005215872079133987, ms=00000}
22:48:44.678364 run                osmo-ms-mob/00001: Starting mobile
22:48:44.694132 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.704788 run                             mass: MS start registered  {at=28378630.408135798, delay=0.004447139799594879, ms=00001}
22:48:45.703968 run                             mass: MS performed LU  {at=28378631.40718093, lu_delay=5.224786456674337, ms=00000}
22:48:46.470006 run                osmo-ms-mob/00002: Starting mobile
22:48:46.486778 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.497152 run                             mass: MS start registered  {at=28378632.200499848, delay=0.004351578652858734, ms=00002}
22:48:47.769247 run                osmo-ms-mob/00003: Starting mobile
22:48:47.786250 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.796969 run                             mass: MS start registered  {at=28378633.500319023, delay=0.0046069324016571045, ms=00003}
22:48:48.861375 run                osmo-ms-mob/00004: Starting mobile
22:48:48.877844 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.888202 run                             mass: MS start registered  {at=28378634.59155288, delay=0.0043826624751091, ms=00004}
22:48:49.469101 run                             mass: MS performed LU  {at=28378635.172344398, lu_delay=4.764208599925041, ms=00001}
22:48:49.870385 run                osmo-ms-mob/00005: Starting mobile
22:48:49.886794 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.897630 run                             mass: MS start registered  {at=28378635.60097746, delay=0.004564754664897919, ms=00005}
22:48:50.737582 run                osmo-ms-mob/00006: Starting mobile
22:48:50.750597 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.761030 run                             mass: MS start registered  {at=28378636.464384515, delay=0.0043194591999053955, ms=00006}
22:48:51.370388 run                             mass: MS performed LU  {at=28378637.0736289, lu_delay=4.873129051178694, ms=00002}
22:48:51.661104 run                osmo-ms-mob/00007: Starting mobile
22:48:51.677360 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.687912 run                             mass: MS start registered  {at=28378637.39126422, delay=0.004532605409622192, ms=00007}
22:48:52.444898 run                osmo-ms-mob/00008: Starting mobile
22:48:52.458798 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.471006 run                             mass: MS start registered  {at=28378638.17435959, delay=0.004184361547231674, ms=00008}
22:48:53.165947 run                osmo-ms-mob/00009: Starting mobile
22:48:53.179153 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.189882 run                             mass: MS start registered  {at=28378638.893231902, delay=0.004652440547943115, ms=00009}
22:48:53.234955 run                             mass: MS performed LU  {at=28378638.93820292, lu_delay=5.437883898615837, ms=00003}
22:48:53.877529 run                osmo-ms-mob/00010: Starting mobile
22:48:53.893625 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.904349 run                             mass: MS start registered  {at=28378639.607703604, delay=0.004397138953208923, ms=00010}
22:48:54.438816 run                osmo-ms-mob/00011: Starting mobile
22:48:54.452181 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.463220 run                             mass: MS start registered  {at=28378640.16657199, delay=0.004602909088134766, ms=00011}
22:48:55.038279 run                osmo-ms-mob/00012: Starting mobile
22:48:55.051611 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.062201 run                             mass: MS start registered  {at=28378640.765554506, delay=0.004494842141866684, ms=00012}
22:48:55.137015 run                             mass: MS performed LU  {at=28378640.84026407, lu_delay=5.239286608994007, ms=00005}
22:48:55.162850 run                             mass: MS performed LU  {at=28378640.866193604, lu_delay=6.27464072406292, ms=00004}
22:48:55.669117 run                osmo-ms-mob/00013: Starting mobile
22:48:55.688158 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.700613 run                             mass: MS start registered  {at=28378641.40396822, delay=0.004123229533433914, ms=00013}
22:48:56.251659 run                osmo-ms-mob/00014: Starting mobile
22:48:56.265295 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.276183 run                             mass: MS start registered  {at=28378641.97953713, delay=0.004282310605049133, ms=00014}
22:48:56.838744 run                osmo-ms-mob/00015: Starting mobile
22:48:56.851694 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.862280 run                             mass: MS start registered  {at=28378642.565632842, delay=0.004481185227632523, ms=00015}
22:48:57.001533 run                             mass: MS performed LU  {at=28378642.704781506, lu_delay=5.313517287373543, ms=00007}
22:48:57.065943 run                             mass: MS performed LU  {at=28378642.769189164, lu_delay=6.304804649204016, ms=00006}
22:48:57.369855 run                osmo-ms-mob/00016: Starting mobile
22:48:57.389897 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.396019 run                             mass: MS performed LU  {at=28378643.099378698, lu_delay=4.925019107758999, ms=00008}
22:48:57.402253 run                             mass: MS start registered  {at=28378643.105619542, delay=0.006259597837924957, ms=00016}
22:48:57.834352 run                osmo-ms-mob/00017: Starting mobile
22:48:57.850463 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.861660 run                             mass: MS start registered  {at=28378643.565012354, delay=0.005020167678594589, ms=00017}
22:48:58.477959 run                osmo-ms-mob/00018: Starting mobile
22:48:58.494032 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.504852 run                             mass: MS start registered  {at=28378644.208206207, delay=0.004793174564838409, ms=00018}
22:48:58.800400 run                             mass: MS performed LU  {at=28378644.50365412, lu_delay=4.337082128971815, ms=00011}
22:48:58.832051 run                osmo-ms-mob/00019: Starting mobile
22:48:58.846864 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.857752 run                             mass: MS start registered  {at=28378644.561104238, delay=0.004761219024658203, ms=00019}
22:48:58.902451 run                             mass: MS performed LU  {at=28378644.605703115, lu_delay=4.997999511659145, ms=00010}
22:48:58.928833 run                             mass: MS performed LU  {at=28378644.632160436, lu_delay=5.738928534090519, ms=00009}
22:48:59.378189 run                osmo-ms-mob/00020: Starting mobile
22:48:59.395572 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.408659 run                             mass: MS start registered  {at=28378645.11197796, delay=0.006270743906497955, ms=00020}
22:48:59.838423 run                osmo-ms-mob/00021: Starting mobile
22:48:59.851701 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.862639 run                             mass: MS start registered  {at=28378645.56599355, delay=0.004794757813215256, ms=00021}
22:49:00.237820 run                osmo-ms-mob/00022: Starting mobile
22:49:00.251229 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.262314 run                             mass: MS start registered  {at=28378645.96566934, delay=0.0049181245267391205, ms=00022}
22:49:00.771214 run                osmo-ms-mob/00023: Starting mobile
22:49:00.784224 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.790296 run                             mass: MS performed LU  {at=28378646.49365697, lu_delay=5.089688751846552, ms=00013}
22:49:00.796151 run                             mass: MS start registered  {at=28378646.499518603, delay=0.005879048258066177, ms=00023}
22:49:00.831748 run                             mass: MS performed LU  {at=28378646.535002574, lu_delay=5.769448067992926, ms=00012}
22:49:01.139779 run                osmo-ms-mob/00024: Starting mobile
22:49:01.153263 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.159225 run                             mass: MS performed LU  {at=28378646.8625849, lu_delay=4.883047770708799, ms=00014}
22:49:01.165348 run                             mass: MS start registered  {at=28378646.868714478, delay=0.006147760897874832, ms=00024}
22:49:01.650723 run                osmo-ms-mob/00025: Starting mobile
22:49:01.664422 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.675535 run                             mass: MS start registered  {at=28378647.37888819, delay=0.0051264576613903046, ms=00025}
22:49:02.038716 run                osmo-ms-mob/00026: Starting mobile
22:49:02.051705 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.062817 run                             mass: MS start registered  {at=28378647.766170017, delay=0.005052320659160614, ms=00026}
22:49:02.461301 run                osmo-ms-mob/00027: Starting mobile
22:49:02.477243 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.488154 run                             mass: MS start registered  {at=28378648.191506576, delay=0.00492318719625473, ms=00027}
22:49:02.566210 run                             mass: MS performed LU  {at=28378648.269465424, lu_delay=5.70383258163929, ms=00015}
22:49:02.668165 run                             mass: MS performed LU  {at=28378648.37141469, lu_delay=4.806402336806059, ms=00017}
22:49:02.696538 run                             mass: MS performed LU  {at=28378648.399787933, lu_delay=5.2941683903336525, ms=00016}
22:49:02.718591 run                osmo-ms-mob/00028: Starting mobile
22:49:02.731773 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.742666 run                             mass: MS start registered  {at=28378648.446020998, delay=0.004767555743455887, ms=00028}
22:49:03.277158 run                osmo-ms-mob/00029: Starting mobile
22:49:03.293228 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.304243 run                             mass: MS start registered  {at=28378649.007598653, delay=0.00483887642621994, ms=00029}
22:49:03.650147 run                osmo-ms-mob/00030: Starting mobile
22:49:03.664068 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.675502 run                             mass: MS start registered  {at=28378649.37885562, delay=0.005354408174753189, ms=00030}
22:49:04.066156 run                osmo-ms-mob/00031: Starting mobile
22:49:04.082746 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.093759 run                             mass: MS start registered  {at=28378649.79711328, delay=0.004904795438051224, ms=00031}
22:49:04.338631 run                osmo-ms-mob/00032: Starting mobile
22:49:04.351706 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.362772 run                             mass: MS start registered  {at=28378650.066123944, delay=0.004928816109895706, ms=00032}
22:49:04.532162 run                             mass: MS performed LU  {at=28378650.23541762, lu_delay=4.669424068182707, ms=00021}
22:49:04.597803 run                             mass: MS performed LU  {at=28378650.301055778, lu_delay=6.09284957125783, ms=00018}
22:49:04.665483 run                osmo-ms-mob/00033: Starting mobile
22:49:04.682255 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.688306 run                             mass: MS performed LU  {at=28378650.391665485, lu_delay=5.279687523841858, ms=00020}
22:49:04.694550 run                             mass: MS start registered  {at=28378650.39791627, delay=0.006268981844186783, ms=00033}
22:49:04.702018 run                             mass: MS performed LU  {at=28378650.405373946, lu_delay=5.844269707798958, ms=00019}
22:49:05.169246 run                osmo-ms-mob/00034: Starting mobile
22:49:05.184193 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.195846 run                             mass: MS start registered  {at=28378650.899195336, delay=0.005626704543828964, ms=00034}
22:49:05.451253 run                osmo-ms-mob/00035: Starting mobile
22:49:05.465025 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.478074 run                             mass: MS start registered  {at=28378651.181423847, delay=0.00688551738858223, ms=00035}
22:49:05.838733 run                osmo-ms-mob/00036: Starting mobile
22:49:05.852303 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.863638 run                             mass: MS start registered  {at=28378651.5669895, delay=0.005277823656797409, ms=00036}
22:49:06.238539 run                osmo-ms-mob/00037: Starting mobile
22:49:06.251622 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.262732 run                             mass: MS start registered  {at=28378651.966086883, delay=0.004963710904121399, ms=00037}
22:49:06.332708 run                             mass: MS performed LU  {at=28378652.035934363, lu_delay=5.167219884693623, ms=00024}
22:49:06.433978 run                             mass: MS performed LU  {at=28378652.137244668, lu_delay=6.171575326472521, ms=00022}
22:49:06.464588 run                osmo-ms-mob/00038: Starting mobile
22:49:06.479302 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.485509 run                             mass: MS performed LU  {at=28378652.188870564, lu_delay=5.689351961016655, ms=00023}
22:49:06.491512 run                             mass: MS start registered  {at=28378652.194878787, delay=0.006025586277246475, ms=00038}
22:49:06.605729 run                             mass: MS performed LU  {at=28378652.308982525, lu_delay=4.930094335228205, ms=00025}
22:49:06.634619 run                osmo-ms-mob/00039: Starting mobile
22:49:06.647714 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.658970 run                             mass: MS start registered  {at=28378652.362320237, delay=0.005008842796087265, ms=00039}
22:49:07.238943 run                osmo-ms-mob/00040: Starting mobile
22:49:07.251997 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.263798 run                             mass: MS start registered  {at=28378652.967132214, delay=0.005464810878038406, ms=00040}
22:49:07.552153 run                osmo-ms-mob/00041: Starting mobile
22:49:07.566307 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.577545 run                             mass: MS start registered  {at=28378653.280898094, delay=0.00524824857711792, ms=00041}
22:49:07.849262 run                osmo-ms-mob/00042: Starting mobile
22:49:07.862795 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.873909 run                             mass: MS start registered  {at=28378653.577262178, delay=0.005042526870965958, ms=00042}
22:49:08.278500 run                osmo-ms-mob/00043: Starting mobile
22:49:08.294664 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.301213 run                             mass: MS performed LU  {at=28378654.004569873, lu_delay=4.996971219778061, ms=00029}
22:49:08.307157 run                             mass: MS start registered  {at=28378654.01052394, delay=0.005973499268293381, ms=00043}
22:49:08.362950 run                             mass: MS performed LU  {at=28378654.066200938, lu_delay=4.687345318496227, ms=00030}
22:49:08.387957 run                osmo-ms-mob/00044: Starting mobile
22:49:08.400803 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.411821 run                             mass: MS start registered  {at=28378654.115174104, delay=0.004992816597223282, ms=00044}
22:49:08.431507 run                             mass: MS performed LU  {at=28378654.134849723, lu_delay=6.368679706007242, ms=00026}
22:49:08.468792 run                             mass: MS performed LU  {at=28378654.172047336, lu_delay=5.980540759861469, ms=00027}
22:49:08.491976 run                osmo-ms-mob/00045: Starting mobile
22:49:08.505540 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.511592 run                             mass: MS performed LU  {at=28378654.214953627, lu_delay=5.76893262937665, ms=00028}
22:49:08.517488 run                             mass: MS start registered  {at=28378654.220855616, delay=0.0059189386665821075, ms=00045}
22:49:09.139180 run                osmo-ms-mob/00046: Starting mobile
22:49:09.152685 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.166659 run                             mass: MS start registered  {at=28378654.87000187, delay=0.007708452641963959, ms=00046}
22:49:09.452209 run                osmo-ms-mob/00047: Starting mobile
22:49:09.466078 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.477788 run                             mass: MS start registered  {at=28378655.181135923, delay=0.005548499524593353, ms=00047}
22:49:09.750373 run                osmo-ms-mob/00048: Starting mobile
22:49:09.764560 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.775675 run                             mass: MS start registered  {at=28378655.47902474, delay=0.005016166716814041, ms=00048}
22:49:10.050971 run                osmo-ms-mob/00049: Starting mobile
22:49:10.064576 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.075595 run                             mass: MS start registered  {at=28378655.778942958, delay=0.005046140402555466, ms=00049}
22:49:10.097636 run                             mass: MS performed LU  {at=28378655.800970647, lu_delay=4.901775311678648, ms=00034}
22:49:10.199383 run                             mass: MS performed LU  {at=28378655.902643308, lu_delay=4.721219461411238, ms=00035}
22:49:10.226671 run                osmo-ms-mob/00050: Starting mobile
22:49:10.240130 run       osmo-ms-mob/00050(pid=185): Launched
22:49:10.246368 run                             mass: MS performed LU  {at=28378655.949730553, lu_delay=5.883606608957052, ms=00032}
22:49:10.252438 run                             mass: MS start registered  {at=28378655.955805235, delay=0.006092313677072525, ms=00050}
22:49:10.371221 run                             mass: MS performed LU  {at=28378656.074474975, lu_delay=6.277361694723368, ms=00031}
22:49:10.739185 run                osmo-ms-mob/00051: Starting mobile
22:49:10.752563 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.763861 run                             mass: MS start registered  {at=28378656.467212826, delay=0.005233146250247955, ms=00051}
22:49:11.039043 run                osmo-ms-mob/00052: Starting mobile
22:49:11.052518 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.065841 run                             mass: MS start registered  {at=28378656.769189384, delay=0.006902582943439484, ms=00052}
22:49:11.338189 run                osmo-ms-mob/00053: Starting mobile
22:49:11.351912 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.366419 run                             mass: MS start registered  {at=28378657.06976981, delay=0.008094999939203262, ms=00053}
22:49:11.634267 run                osmo-ms-mob/00054: Starting mobile
22:49:11.647651 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.659934 run                             mass: MS start registered  {at=28378657.363280367, delay=0.006015140563249588, ms=00054}
22:49:11.942500 run                osmo-ms-mob/00055: Starting mobile
22:49:11.960684 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.973499 run                             mass: MS start registered  {at=28378657.676841047, delay=0.004912968724966049, ms=00055}
22:49:12.064052 run                             mass: MS performed LU  {at=28378657.767304424, lu_delay=4.800172209739685, ms=00040}
22:49:12.128944 run                             mass: MS performed LU  {at=28378657.832197245, lu_delay=6.2652077451348305, ms=00036}
22:49:12.157566 run                osmo-ms-mob/00056: Starting mobile
22:49:12.170859 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.181873 run                             mass: MS start registered  {at=28378657.885226674, delay=0.004986580461263657, ms=00056}
22:49:12.196938 run                             mass: MS performed LU  {at=28378657.900282197, lu_delay=5.537961959838867, ms=00039}
22:49:12.273201 run                             mass: MS performed LU  {at=28378657.976456806, lu_delay=5.78157801926136, ms=00038}
22:49:12.313518 run                osmo-ms-mob/00057: Starting mobile
22:49:12.326588 run       osmo-ms-mob/00057(pid=192): Launched
22:49:12.337728 run                             mass: MS start registered  {at=28378658.04108175, delay=0.004987984895706177, ms=00057}
22:49:12.544499 run                             mass: MS performed LU  {at=28378658.247757997, lu_delay=4.96685990318656, ms=00041}
22:49:12.951512 run                osmo-ms-mob/00058: Starting mobile
22:49:12.965536 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.977248 run                             mass: MS start registered  {at=28378658.680586897, delay=0.005546104162931442, ms=00058}
22:49:13.251156 run                osmo-ms-mob/00059: Starting mobile
22:49:13.264944 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.276357 run                             mass: MS start registered  {at=28378658.979708795, delay=0.0051374249160289764, ms=00059}
22:49:13.548904 run                osmo-ms-mob/00060: Starting mobile
22:49:13.562671 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.574197 run                             mass: MS start registered  {at=28378659.27754876, delay=0.005155652761459351, ms=00060}
22:49:13.864417 run                             mass: MS performed LU  {at=28378659.567646302, lu_delay=5.990384124219418, ms=00042}
22:49:13.910599 run                osmo-ms-mob/00061: Starting mobile
22:49:13.925095 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.936288 run                             mass: MS start registered  {at=28378659.639643233, delay=0.004994053393602371, ms=00061}
22:49:13.964846 run                             mass: MS performed LU  {at=28378659.668102425, lu_delay=4.486966501921415, ms=00047}
22:49:13.993472 run                             mass: MS performed LU  {at=28378659.696747664, lu_delay=4.826745793223381, ms=00046}
22:49:14.014167 run                osmo-ms-mob/00062: Starting mobile
22:49:14.027363 run       osmo-ms-mob/00062(pid=197): Launched
22:49:14.038552 run                             mass: MS start registered  {at=28378659.741889115, delay=0.005104750394821167, ms=00062}
22:49:14.137552 run                             mass: MS performed LU  {at=28378659.840804674, lu_delay=5.8302807323634624, ms=00043}
22:49:14.210147 run                             mass: MS performed LU  {at=28378659.913417835, lu_delay=5.692562218755484, ms=00045}
22:49:14.237271 run                osmo-ms-mob/00063: Starting mobile
22:49:14.250739 run       osmo-ms-mob/00063(pid=198): Launched
22:49:14.261854 run                             mass: MS start registered  {at=28378659.965207636, delay=0.004955455660820007, ms=00063}
22:49:14.951715 run                osmo-ms-mob/00064: Starting mobile
22:49:14.965490 run       osmo-ms-mob/00064(pid=199): Launched
22:49:14.976861 run                             mass: MS start registered  {at=28378660.680212226, delay=0.004930015653371811, ms=00064}
22:49:15.046638 run                             mass: MS performed LU  {at=28378660.7499001, lu_delay=3.680130288004875, ms=00053}
22:49:15.371537 run                osmo-ms-mob/00065: Starting mobile
22:49:15.387288 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.398175 run                             mass: MS start registered  {at=28378661.10152528, delay=0.004813198000192642, ms=00065}
22:49:15.651512 run                osmo-ms-mob/00066: Starting mobile
22:49:15.665514 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.676811 run                             mass: MS start registered  {at=28378661.380163778, delay=0.005066893994808197, ms=00066}
22:49:15.829983 run                             mass: MS performed LU  {at=28378661.533239968, lu_delay=5.066027142107487, ms=00051}
22:49:15.894470 run                             mass: MS performed LU  {at=28378661.597724576, lu_delay=5.818781618028879, ms=00049}
22:49:15.951008 run                osmo-ms-mob/00067: Starting mobile
22:49:15.966250 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.977606 run                             mass: MS start registered  {at=28378661.680958662, delay=0.004829194396734238, ms=00067}
22:49:16.038838 run                             mass: MS performed LU  {at=28378661.742099907, lu_delay=6.263075165450573, ms=00048}
22:49:16.074359 run                             mass: MS performed LU  {at=28378661.77763412, lu_delay=5.0084447376430035, ms=00052}
22:49:16.091084 run                osmo-ms-mob/00068: Starting mobile
22:49:16.104057 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.115184 run                             mass: MS start registered  {at=28378661.818538126, delay=0.0049263834953308105, ms=00068}
22:49:16.752423 run                osmo-ms-mob/00069: Starting mobile
22:49:16.766347 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.777837 run                             mass: MS start registered  {at=28378662.481191497, delay=0.005250763148069382, ms=00069}
22:49:17.150872 run                osmo-ms-mob/00070: Starting mobile
22:49:17.164585 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.176006 run                             mass: MS start registered  {at=28378662.87935937, delay=0.00526491180062294, ms=00070}
22:49:17.564604 run                osmo-ms-mob/00071: Starting mobile
22:49:17.581197 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.592182 run                             mass: MS start registered  {at=28378663.29553002, delay=0.004913173615932465, ms=00071}
22:49:17.629309 run                             mass: MS performed LU  {at=28378663.33257461, lu_delay=5.4473479352891445, ms=00056}
22:49:17.667978 run                             mass: MS performed LU  {at=28378663.371234786, lu_delay=4.391525991261005, ms=00059}
22:49:17.703665 run                             mass: MS performed LU  {at=28378663.406938355, lu_delay=5.730097308754921, ms=00055}
22:49:17.724791 run                osmo-ms-mob/00072: Starting mobile
22:49:17.738075 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.748978 run                             mass: MS start registered  {at=28378663.45233092, delay=0.004642408341169357, ms=00072}
22:49:17.975481 run                             mass: MS performed LU  {at=28378663.678734787, lu_delay=6.3154544197022915, ms=00054}
22:49:18.380821 run                osmo-ms-mob/00073: Starting mobile
22:49:18.410929 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.422381 run                             mass: MS start registered  {at=28378664.12572542, delay=0.005355473607778549, ms=00073}
22:49:18.654018 run                             mass: MS performed LU  {at=28378664.35723663, lu_delay=5.676649734377861, ms=00058}
22:49:18.686355 run                osmo-ms-mob/00074: Starting mobile
22:49:18.699554 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.711123 run                             mass: MS start registered  {at=28378664.414469138, delay=0.005216967314481735, ms=00074}
22:49:18.765641 run                             mass: MS performed LU  {at=28378664.4688996, lu_delay=5.191350840032101, ms=00060}
22:49:19.152529 run                osmo-ms-mob/00075: Starting mobile
22:49:19.166590 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.177838 run                             mass: MS start registered  {at=28378664.88118582, delay=0.004943277686834335, ms=00075}
22:49:19.531005 run                             mass: MS performed LU  {at=28378665.23425987, lu_delay=4.554047644138336, ms=00064}
22:49:19.584635 run                osmo-ms-mob/00076: Starting mobile
22:49:19.599546 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.605900 run                             mass: MS performed LU  {at=28378665.309259962, lu_delay=5.567370846867561, ms=00062}
22:49:19.614755 run                             mass: MS start registered  {at=28378665.318112805, delay=0.008871059864759445, ms=00076}
22:49:19.659922 run                             mass: MS performed LU  {at=28378665.363189783, lu_delay=5.397982146590948, ms=00063}
22:49:19.839070 run                             mass: MS performed LU  {at=28378665.542400494, lu_delay=5.90275726094842, ms=00061}
22:49:19.850647 run                osmo-ms-mob/00077: Starting mobile
22:49:19.863728 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.874960 run                             mass: MS start registered  {at=28378665.578314055, delay=0.005050588399171829, ms=00077}
22:49:20.552424 run                osmo-ms-mob/00078: Starting mobile
22:49:20.566551 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.577760 run                             mass: MS start registered  {at=28378666.281112947, delay=0.005116485059261322, ms=00078}
22:49:20.937964 run                osmo-ms-mob/00079: Starting mobile
22:49:20.950994 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.964395 run                             mass: MS start registered  {at=28378666.667739045, delay=0.007413368672132492, ms=00079}
22:49:21.395467 run                             mass: MS performed LU  {at=28378667.098719485, lu_delay=5.997194204479456, ms=00065}
22:49:21.439477 run                osmo-ms-mob/00080: Starting mobile
22:49:21.455652 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.461677 run                             mass: MS performed LU  {at=28378667.16503787, lu_delay=5.784874092787504, ms=00066}
22:49:21.467579 run                             mass: MS start registered  {at=28378667.170945413, delay=0.005925595760345459, ms=00080}
22:49:21.473486 run                             mass: MS performed LU  {at=28378667.176848207, lu_delay=4.695656709372997, ms=00069}
22:49:21.741442 run                             mass: MS performed LU  {at=28378667.44469103, lu_delay=5.626152902841568, ms=00068}
22:49:21.976808 run                osmo-ms-mob/00081: Starting mobile
22:49:21.992412 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.003641 run                             mass: MS start registered  {at=28378667.70699289, delay=0.005067538470029831, ms=00081}
22:49:22.350917 run                osmo-ms-mob/00082: Starting mobile
22:49:22.365051 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.376434 run                             mass: MS start registered  {at=28378668.079777867, delay=0.005280137062072754, ms=00082}
22:49:22.969183 run                osmo-ms-mob/00083: Starting mobile
22:49:22.986442 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.997414 run                             mass: MS start registered  {at=28378668.700768128, delay=0.004839450120925903, ms=00083}
22:49:23.260059 run                             mass: MS performed LU  {at=28378668.963286113, lu_delay=4.837560694664717, ms=00073}
22:49:23.297576 run                             mass: MS performed LU  {at=28378669.00084409, lu_delay=4.586374953389168, ms=00074}
22:49:23.323084 run                osmo-ms-mob/00084: Starting mobile
22:49:23.336411 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.347559 run                             mass: MS start registered  {at=28378669.05091102, delay=0.005139824002981186, ms=00084}
22:49:23.426374 run                             mass: MS performed LU  {at=28378669.129623927, lu_delay=6.250264558941126, ms=00070}
22:49:23.570386 run                             mass: MS performed LU  {at=28378669.27364312, lu_delay=5.821312200278044, ms=00072}
22:49:23.605752 run                             mass: MS performed LU  {at=28378669.309026763, lu_delay=6.013496741652489, ms=00071}
22:49:23.978761 run                osmo-ms-mob/00085: Starting mobile
22:49:23.995523 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.007086 run                             mass: MS start registered  {at=28378669.71043356, delay=0.005474429577589035, ms=00085}
22:49:24.538430 run                osmo-ms-mob/00086: Starting mobile
22:49:24.554525 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.565688 run                             mass: MS start registered  {at=28378670.26903947, delay=0.00490221381187439, ms=00086}
22:49:25.176363 run                osmo-ms-mob/00087: Starting mobile
22:49:25.192083 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.198459 run                             mass: MS performed LU  {at=28378670.90181833, lu_delay=6.020632512867451, ms=00075}
22:49:25.205287 run                             mass: MS start registered  {at=28378670.908644762, delay=0.006845094263553619, ms=00087}
22:49:25.262673 run                             mass: MS performed LU  {at=28378670.9659271, lu_delay=5.387613046914339, ms=00077}
22:49:25.290157 run                             mass: MS performed LU  {at=28378670.99348226, lu_delay=5.675369452685118, ms=00076}
22:49:25.434558 run                             mass: MS performed LU  {at=28378671.137806755, lu_delay=4.856693807989359, ms=00078}
22:49:25.740666 run                osmo-ms-mob/00088: Starting mobile
22:49:25.753835 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.765052 run                             mass: MS start registered  {at=28378671.468397427, delay=0.005079120397567749, ms=00088}
22:49:26.355525 run                osmo-ms-mob/00089: Starting mobile
22:49:26.369575 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.380924 run                             mass: MS start registered  {at=28378672.08427706, delay=0.004921138286590576, ms=00089}
22:49:26.962983 run                osmo-ms-mob/00090: Starting mobile
22:49:26.976068 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.987116 run                             mass: MS start registered  {at=28378672.690470174, delay=0.0050476305186748505, ms=00090}
22:49:27.026052 run                             mass: MS performed LU  {at=28378672.72930398, lu_delay=5.5583585649728775, ms=00080}
22:49:27.062098 run                             mass: MS performed LU  {at=28378672.765368737, lu_delay=6.097629692405462, ms=00079}
22:49:27.192476 run                             mass: MS performed LU  {at=28378672.895728387, lu_delay=5.188735496252775, ms=00081}
22:49:27.335928 run                             mass: MS performed LU  {at=28378673.039181147, lu_delay=4.959403280168772, ms=00082}
22:49:27.359246 run                             mass: MS performed LU  {at=28378673.062609132, lu_delay=22.664692863821983, ms=00033}
22:49:27.676119 run                osmo-ms-mob/00091: Starting mobile
22:49:27.692182 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.703339 run                             mass: MS start registered  {at=28378673.40669408, delay=0.005276896059513092, ms=00091}
22:49:28.351130 run                osmo-ms-mob/00092: Starting mobile
22:49:28.364768 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.376013 run                             mass: MS start registered  {at=28378674.07936722, delay=0.005084920674562454, ms=00092}
22:49:29.010970 run                             mass: MS performed LU  {at=28378674.71421754, lu_delay=5.6633065193891525, ms=00084}
22:49:29.028107 run                             mass: MS performed LU  {at=28378674.731369536, lu_delay=5.020935975015163, ms=00085}
22:49:29.081101 run                osmo-ms-mob/00093: Starting mobile
22:49:29.096130 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.102220 run                             mass: MS performed LU  {at=28378674.8055817, lu_delay=6.104813572019339, ms=00083}
22:49:29.108082 run                             mass: MS start registered  {at=28378674.811449096, delay=0.005884137004613876, ms=00093}
22:49:29.162941 run                             mass: MS performed LU  {at=28378674.86619933, lu_delay=4.59715985879302, ms=00086}
22:49:29.200220 run                             mass: MS performed LU  {at=28378674.903490417, lu_delay=22.93740353360772, ms=00037}
22:49:30.039199 run                osmo-ms-mob/00094: Starting mobile
22:49:30.052100 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.063163 run                             mass: MS start registered  {at=28378675.766515017, delay=0.005162164568901062, ms=00094}
22:49:30.791487 run                             mass: MS performed LU  {at=28378676.494739372, lu_delay=5.026341944932938, ms=00088}
22:49:30.937672 run                osmo-ms-mob/00095: Starting mobile
22:49:30.950631 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.957111 run                             mass: MS performed LU  {at=28378676.660464335, lu_delay=5.7518195733428, ms=00087}
22:49:30.962980 run                             mass: MS start registered  {at=28378676.666347537, delay=0.0064248740673065186, ms=00095}
22:49:31.299418 run                             mass: MS performed LU  {at=28378677.002667356, lu_delay=4.918390296399593, ms=00089}
22:49:31.337744 run                             mass: MS performed LU  {at=28378677.041013002, lu_delay=22.92583889886737, ms=00044}
22:49:31.936477 run                osmo-ms-mob/00096: Starting mobile
22:49:31.949712 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.960982 run                             mass: MS start registered  {at=28378677.66433506, delay=0.005353536456823349, ms=00096}
22:49:32.776553 run                             mass: MS performed LU  {at=28378678.479797345, lu_delay=5.789327170699835, ms=00090}
22:49:32.799671 run                             mass: MS performed LU  {at=28378678.503033634, lu_delay=5.096339553594589, ms=00091}
22:49:32.928770 run                             mass: MS performed LU  {at=28378678.632027946, lu_delay=4.552660726010799, ms=00092}
22:49:32.982419 run                osmo-ms-mob/00097: Starting mobile
22:49:32.999358 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.010482 run                             mass: MS start registered  {at=28378678.713817053, delay=0.005007535219192505, ms=00097}
22:49:33.058093 run                             mass: MS performed LU  {at=28378678.7613678, lu_delay=22.80556256696582, ms=00050}
22:49:34.371163 run                osmo-ms-mob/00098: Starting mobile
22:49:34.384451 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.395895 run                             mass: MS start registered  {at=28378680.09923653, delay=0.005542226135730743, ms=00098}
22:49:34.558401 run                             mass: MS performed LU  {at=28378680.261652283, lu_delay=4.495137266814709, ms=00094}
22:49:34.595040 run                             mass: MS performed LU  {at=28378680.29831023, lu_delay=22.25722848251462, ms=00057}
22:49:34.723571 run                             mass: MS performed LU  {at=28378680.426822938, lu_delay=5.615373842418194, ms=00093}
22:49:36.159830 run                osmo-ms-mob/00099: Starting mobile
22:49:36.175817 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.181971 run                             mass: All started... {duration=55.753999534994364, too_slow=0}
22:49:36.187681 run                             mass: MS start registered  {at=28378681.891041663, delay=0.00570378452539444, ms=00099}
22:49:36.541932 run                             mass: MS performed LU  {at=28378682.24513605, lu_delay=5.578788511455059, ms=00095}
22:49:36.795908 run                             mass: MS performed LU  {at=28378682.499157842, lu_delay=4.834822781383991, ms=00096}
22:49:38.470283 run                             mass: MS performed LU  {at=28378684.173618656, lu_delay=5.4598016031086445, ms=00097}
22:49:38.725067 run                             mass: MS performed LU  {at=28378684.428320847, lu_delay=22.747362185269594, ms=00067}
22:49:40.308470 run                             mass: MS performed LU  {at=28378686.011701263, lu_delay=5.912464734166861, ms=00098}
22:49:42.209479 run                             mass: MS performed LU  {at=28378687.91273315, lu_delay=6.021691486239433, ms=00099}
22:49:42.219612 run                             mass: Tests done {all_completed=True, max=22.93740353360772, min=3.680130288004875}
22:49:42.224949 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:42.230254 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.233490 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.236688 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.239881 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.243113 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.246396 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.249703 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.252975 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.256248 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.259584 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.262873 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.266207 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.269602 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.272973 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.276388 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.279783 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.283202 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.286640 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.290047 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.293346 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.296719 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.300132 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.303445 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.306768 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.310111 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.314053 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.317546 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.321341 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.324668 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.327964 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.331392 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.334966 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.338376 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.342286 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.345882 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.349509 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.353108 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.356470 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.359951 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.363361 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.366768 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.370177 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.373948 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.377365 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.380982 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.384329 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.387677 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.391560 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.394998 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.398481 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.401932 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.405689 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.409111 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.412509 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.415933 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.419252 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.422682 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.426067 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.429478 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.433430 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.436839 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.440142 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.443648 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.447086 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.450505 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.453871 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.457295 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.460651 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.463980 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.467402 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.470822 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.474182 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.477583 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.480909 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.484319 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.487656 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.490970 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.494386 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.498243 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.501576 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.504938 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.508234 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.511641 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.515014 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.518452 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.521834 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.525234 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.528633 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.532005 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.535416 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.538742 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.542146 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.545513 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.548927 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.552300 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.555616 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.559041 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.562358 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.565774 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.569841 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.573316 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.577295 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.580899 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.584321 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.587807 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.591236 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.594590 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.598037 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.601468 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.604860 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.608174 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.611516 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.614886 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.618254 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.621660 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.625057 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.628322 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.631572 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.634839 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.638111 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.641362 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.644617 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.647885 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.651141 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.654411 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.657652 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.660911 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.664182 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.667451 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.670721 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.673957 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.677207 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.680468 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.683720 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.686975 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.690224 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.693464 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.696655 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.699846 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.703046 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.706240 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.709418 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.712598 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.715773 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.718973 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.722160 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.725397 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.728653 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.731905 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.735152 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.738413 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.741660 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.744917 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.748152 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.751403 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.754741 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.757990 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.761237 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.764493 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.767742 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.771005 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.774298 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.777582 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.780877 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.784167 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.787424 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.790676 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.793939 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.797192 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.800420 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.803661 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.806908 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.810144 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.813395 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.816640 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.819877 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.823113 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.826353 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.829603 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.832851 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.836106 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.839367 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.842616 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.845867 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.849104 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.852342 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.855600 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.858831 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.862082 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.865340 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.868582 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.871839 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.875077 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.878324 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.881572 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.884814 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.888066 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.891321 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.894567 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.897804 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.901054 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.904295 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.907546 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.910787 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.914029 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.917270 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.920514 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.923766 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.927029 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.930294 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.933541 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.936780 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.940043 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.943305 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.944784 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.948370 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.949830 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.953415 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.954864 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.958489 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.959963 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.963569 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.965042 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.968677 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.970158 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.973778 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.975258 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.978924 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.980408 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.984052 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.985536 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.989172 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.990647 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.994326 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.995800 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.999457 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.000940 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.004592 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.006074 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.009717 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.011191 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.014823 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.016294 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.019937 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.021415 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.025039 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.026508 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.030147 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.031621 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.035284 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.036761 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.040381 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.041856 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.045490 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.046951 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.050575 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.052036 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.055645 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.057114 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.060741 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.062211 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.065828 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.067299 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.070947 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.072405 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.076030 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.077496 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.081120 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.082583 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.086226 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.087695 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.091332 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.092810 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.096421 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.097895 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.101522 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.102996 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.106616 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.108079 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.111704 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.113195 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.116821 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.118291 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.121906 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.123374 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.126999 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.128464 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.132091 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.133589 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.137209 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.138686 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.142306 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.143764 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.147395 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.148867 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.152493 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.153966 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.157582 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.159050 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.162687 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.164163 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.167803 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.169275 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.172891 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.174358 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.178019 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.179489 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.183131 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.184606 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.188226 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.189712 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.193351 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.194823 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.198472 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.199948 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.203589 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.205065 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.208700 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.210171 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.213821 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.215286 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.218932 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.220403 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.224037 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.225521 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.229144 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.230613 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.234222 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.235691 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.239324 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.240787 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.244408 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.245887 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.249525 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.250993 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.254614 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.256084 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.259719 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.261211 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.264838 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.266306 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.270002 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.271529 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.275282 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.276816 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.280566 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.282035 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.285657 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.287117 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.290732 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.292193 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.295810 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.297272 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.300901 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.302373 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.305988 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.307456 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.311092 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.312559 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.316169 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.317649 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.321278 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.322746 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.326373 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.327848 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.331473 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.332940 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.336560 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.338032 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.341670 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.343136 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.346775 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.348253 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.351887 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.353365 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.356993 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.358460 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.362081 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.363548 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.367194 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.368661 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.372277 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.373758 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.377393 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.378860 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.382472 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.383934 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.387565 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.389038 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.392648 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.394119 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.397719 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.399188 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.402819 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.404281 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.407908 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.409371 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.412991 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.414459 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.418107 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.419583 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.423210 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.424685 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.428307 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.429782 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.433430 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.434898 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.438575 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.440056 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.443682 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.445159 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.448789 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.450261 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.453875 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.455342 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.458990 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.460636 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.464303 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.465779 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.469422 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.470895 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.474540 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.476020 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.479638 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.481115 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.484776 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.486244 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.489852 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.491315 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.494936 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.496418 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.500082 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.501559 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.505193 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.506674 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.510307 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.511763 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.515389 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.516872 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.520515 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.522012 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.525684 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.527156 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.530815 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.532290 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.535957 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.537430 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.541080 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.542557 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.546222 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.547692 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.551321 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.552882 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.556689 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.558225 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.561904 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.563371 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.567131 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.568598 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.572262 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.573767 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.577424 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.578899 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.582570 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.584034 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.587679 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.589159 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.592847 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.594324 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.597993 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.599461 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.603142 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.604613 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.608275 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.609769 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.613429 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.614896 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.618571 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.620035 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.623704 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.625209 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.628902 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.630388 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.634036 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.635511 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.639184 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.640662 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.644304 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.645791 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.649434 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.650912 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.654577 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.656060 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.659712 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.661212 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.664886 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.666363 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.670054 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.671530 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.675207 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.676692 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.680345 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.681811 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.685462 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.686931 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.690615 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.692089 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.695756 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.697233 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.700899 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.702364 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.706030 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.707501 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.711179 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.712677 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.716320 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.717795 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.721484 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.722960 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.726614 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.728097 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.731763 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.733236 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.736891 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.738365 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.742024 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.743484 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.747137 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.748612 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.752281 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.753771 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.757443 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.758911 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.762589 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.764072 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.767752 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.769228 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.772878 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.774351 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.778107 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.779582 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.783235 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.784704 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.788375 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.789848 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.793506 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.794980 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.798638 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.800127 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.803791 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.805269 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.808950 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.810421 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.814067 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.815542 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.819196 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.820681 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.824323 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.825794 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.829485 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.830954 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.834629 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.836111 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.839795 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.841270 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.844934 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.846414 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.850081 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.851551 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.855192 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.856673 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.860333 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.861882 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.865693 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.867227 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.871058 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.872582 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.876399 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.877933 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.881750 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.883280 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.887076 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.888611 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.892412 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.893962 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.897766 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.899291 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.903101 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.904629 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.908428 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.909976 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.913784 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.915325 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.919124 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.920668 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.924472 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.925994 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.929796 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.931336 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.935157 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.936683 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.940495 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.942030 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.945857 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.947400 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.951203 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.952729 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.956537 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.958090 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.961905 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.963432 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.967239 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.968772 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.972404 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.973872 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.977517 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.978975 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.982634 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.984104 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.987787 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.989273 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.992939 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.994413 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.998064 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.999531 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.003177 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.004649 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.008323 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.009804 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.013481 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.014946 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.018635 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.020111 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.023758 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.025235 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.028893 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.030356 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.434802 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.441082 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8173 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.519154 tst                       trial-8173: Storing JUnit report in /build/trial-8173/run.2025-12-07_22-48-20/trial-8173.xml

--------------------------------------------------------------------------------------------
trial-8173 PASS
--------------------------------------------------------------------------------------------
22:49:47.532132 tst                       trial-8173: trial-8173: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8173/inst
+ cd trial-8173
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-07 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8173-run.tgz run.2025-12-07_22-48-20
+ tar czf /build/trial-8173-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-07_13_25_55.tgz osmo-bts-oc2g.build-2025-12-07_00_51_52.tgz osmo-bts-sysmo.build-2025-12-07_00_51_48.tgz osmo-bts.build-2025-12-07_00_52_03.tgz osmo-ggsn.build-2025-12-07_20_42_40.tgz osmo-hlr.build-2025-12-07_16_36_48.tgz osmo-hnbgw.build-2025-12-07_13_30_59.tgz osmo-mgw.build-2025-12-07_08_33_19.tgz osmo-msc.build-2025-12-07_13_29_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-07_07_37_47.tgz osmo-pcu-sysmo.build-2025-12-07_07_37_43.tgz osmo-pcu.build-2025-12-07_07_35_38.tgz osmo-sgsn.build-2025-12-07_20_48_06.tgz osmo-stp.build-2025-12-07_13_23_12.tgz osmo-trx.build-2025-12-07_14_27_02.tgz osmocom-bb.build-2025-12-07_21_17_21.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