Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12526151000021741945.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-8249
+ 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
6f978c0 asterisk-master: use git clone --depth=1
+ 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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#31 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#31 CACHED

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

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

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

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8250 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-02-22 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8250
+ mkdir -p trial-8250
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-22_13_26_51.tgz osmo-bts-oc2g.build-2026-02-22_00_51_27.tgz osmo-bts-sysmo.build-2026-02-22_00_51_30.tgz osmo-bts.build-2026-02-22_00_51_46.tgz osmo-ggsn.build-2026-02-22_20_42_38.tgz osmo-hlr.build-2026-02-22_16_36_52.tgz osmo-hnbgw.build-2026-02-22_13_30_59.tgz osmo-mgw.build-2026-02-22_08_33_11.tgz osmo-msc.build-2026-02-22_13_35_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-22_07_35_04.tgz osmo-pcu-sysmo.build-2026-02-22_07_34_56.tgz osmo-pcu.build-2026-02-22_07_35_06.tgz osmo-sgsn.build-2026-02-22_20_48_12.tgz osmo-stp.build-2026-02-22_13_25_37.tgz osmo-trx.build-2026-02-22_14_21_34.tgz osmocom-bb.build-2026-02-22_21_17_25.tgz srslte.build-19.tgz trial-8250
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-22_13_26_51.md5 osmo-bts-oc2g.build-2026-02-22_00_51_27.md5 osmo-bts-sysmo.build-2026-02-22_00_51_30.md5 osmo-bts.build-2026-02-22_00_51_46.md5 osmo-ggsn.build-2026-02-22_20_42_38.md5 osmo-hlr.build-2026-02-22_16_36_52.md5 osmo-hnbgw.build-2026-02-22_13_30_59.md5 osmo-mgw.build-2026-02-22_08_33_11.md5 osmo-msc.build-2026-02-22_13_35_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-22_07_35_04.md5 osmo-pcu-sysmo.build-2026-02-22_07_34_56.md5 osmo-pcu.build-2026-02-22_07_35_06.md5 osmo-sgsn.build-2026-02-22_20_48_12.md5 osmo-stp.build-2026-02-22_13_25_37.md5 osmo-trx.build-2026-02-22_14_21_34.md5 osmocom-bb.build-2026-02-22_21_17_25.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-22_13_26_51.md5 osmo-bts-oc2g.build-2026-02-22_00_51_27.md5 osmo-bts-sysmo.build-2026-02-22_00_51_30.md5 osmo-bts.build-2026-02-22_00_51_46.md5 osmo-ggsn.build-2026-02-22_20_42_38.md5 osmo-hlr.build-2026-02-22_16_36_52.md5 osmo-hnbgw.build-2026-02-22_13_30_59.md5 osmo-mgw.build-2026-02-22_08_33_11.md5 osmo-msc.build-2026-02-22_13_35_11.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-22_07_35_04.md5 osmo-pcu-sysmo.build-2026-02-22_07_34_56.md5 osmo-pcu.build-2026-02-22_07_35_06.md5 osmo-sgsn.build-2026-02-22_20_48_12.md5 osmo-stp.build-2026-02-22_13_25_37.md5 osmo-trx.build-2026-02-22_14_21_34.md5 osmocom-bb.build-2026-02-22_21_17_25.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-8250 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8250'
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-8250
--------------------------------------------------------------------------------------------
22:48:18.602504 tst                       trial-8250: Detailed log at /build/trial-8250/run.2026-02-22_22-48-18/log

---------------------------------------------------------------------
trial-8250 netreg_mass
---------------------------------------------------------------------
22:48:18.807088 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.807472 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.808283 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.809440 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.850696 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.851568 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.852759 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.915347 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-8250 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.916127 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.931605 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.932161 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.932641 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.933086 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.933557 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.934016 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.934466 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.965033 tst         register_default_mass.py: using LAC 2
22:48:18.987177 tst         register_default_mass.py: using RAC 2
22:48:19.013565 tst         register_default_mass.py: using CellId 2
22:48:19.042740 tst         register_default_mass.py: using BVCI 3
22:48:19.056409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.057663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.058229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.058752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.059785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.060932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.061477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.062527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.063606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.064701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.065787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.066847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.067929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.068999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.069542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.070619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.071666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.072756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.073823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.074902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.075980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.076513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.077050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.077572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.078087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.078621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.079150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.079676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.080219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.080745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.081267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.081808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.082335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.082852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.083398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.083930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.084452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.084980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.085505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.086030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.086568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.087096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.087633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.088680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.089741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.090810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.091859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.092938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.093986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.094521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.095650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.096182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.096712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.097741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.098779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.099805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.100855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.101891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.102906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.103955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.104475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.105540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.106594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.107617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.108677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.109724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.110292 tst      register_default_mass.py:21: Launching a simple network
22:48:19.120444 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.240276 run            create_hlr_db(pid=20): Launched
22:48:20.255053 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.271212 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.286193 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.291906 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.474499 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.489316 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.494877 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.909257 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.924113 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.938743 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.077521 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.092679 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.098429 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.121812 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.137001 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.142673 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.456711 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.472081 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.504314 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.677450 run         osmo-bts-virtual(pid=34): Launched
22:48:31.713283 tst         register_default_mass.py: using MSISDN 1001
22:48:31.727376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.766750 tst         register_default_mass.py: using MSISDN 1002
22:48:31.784506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.815222 tst         register_default_mass.py: using MSISDN 1003
22:48:31.830031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.859592 tst         register_default_mass.py: using MSISDN 1004
22:48:31.873644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.904527 tst         register_default_mass.py: using MSISDN 1005
22:48:31.919171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.950144 tst         register_default_mass.py: using MSISDN 1006
22:48:31.964816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.995753 tst         register_default_mass.py: using MSISDN 1007
22:48:32.010423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.041016 tst         register_default_mass.py: using MSISDN 1008
22:48:32.055314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.085771 tst         register_default_mass.py: using MSISDN 1009
22:48:32.100317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.130817 tst         register_default_mass.py: using MSISDN 1010
22:48:32.145284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.175833 tst         register_default_mass.py: using MSISDN 1011
22:48:32.190283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.220474 tst         register_default_mass.py: using MSISDN 1012
22:48:32.234730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.265528 tst         register_default_mass.py: using MSISDN 1013
22:48:32.280193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.310960 tst         register_default_mass.py: using MSISDN 1014
22:48:32.325323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.355150 tst         register_default_mass.py: using MSISDN 1015
22:48:32.369257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.399402 tst         register_default_mass.py: using MSISDN 1016
22:48:32.413684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.444558 tst         register_default_mass.py: using MSISDN 1017
22:48:32.459110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.489956 tst         register_default_mass.py: using MSISDN 1018
22:48:32.504447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.535142 tst         register_default_mass.py: using MSISDN 1019
22:48:32.549856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.580248 tst         register_default_mass.py: using MSISDN 1020
22:48:32.594506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.625157 tst         register_default_mass.py: using MSISDN 1021
22:48:32.639550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.670120 tst         register_default_mass.py: using MSISDN 1022
22:48:32.684592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.715459 tst         register_default_mass.py: using MSISDN 1023
22:48:32.730165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.760726 tst         register_default_mass.py: using MSISDN 1024
22:48:32.775226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.805411 tst         register_default_mass.py: using MSISDN 1025
22:48:32.819672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.849596 tst         register_default_mass.py: using MSISDN 1026
22:48:32.863676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.893583 tst         register_default_mass.py: using MSISDN 1027
22:48:32.907682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.938217 tst         register_default_mass.py: using MSISDN 1028
22:48:32.952704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.983453 tst         register_default_mass.py: using MSISDN 1029
22:48:32.997943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.028681 tst         register_default_mass.py: using MSISDN 1030
22:48:33.043274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.073938 tst         register_default_mass.py: using MSISDN 1031
22:48:33.088619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.122719 tst         register_default_mass.py: using MSISDN 1032
22:48:33.138896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.168730 tst         register_default_mass.py: using MSISDN 1033
22:48:33.183043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.213640 tst         register_default_mass.py: using MSISDN 1034
22:48:33.228083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.258507 tst         register_default_mass.py: using MSISDN 1035
22:48:33.272823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.303521 tst         register_default_mass.py: using MSISDN 1036
22:48:33.318110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.348632 tst         register_default_mass.py: using MSISDN 1037
22:48:33.363164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.393631 tst         register_default_mass.py: using MSISDN 1038
22:48:33.408063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.438618 tst         register_default_mass.py: using MSISDN 1039
22:48:33.453217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.483732 tst         register_default_mass.py: using MSISDN 1040
22:48:33.498196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.528688 tst         register_default_mass.py: using MSISDN 1041
22:48:33.543016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.573619 tst         register_default_mass.py: using MSISDN 1042
22:48:33.588121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.618871 tst         register_default_mass.py: using MSISDN 1043
22:48:33.633299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.663823 tst         register_default_mass.py: using MSISDN 1044
22:48:33.678360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.708752 tst         register_default_mass.py: using MSISDN 1045
22:48:33.723213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.753340 tst         register_default_mass.py: using MSISDN 1046
22:48:33.767518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.797001 tst         register_default_mass.py: using MSISDN 1047
22:48:33.810872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.840306 tst         register_default_mass.py: using MSISDN 1048
22:48:33.854108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.883595 tst         register_default_mass.py: using MSISDN 1049
22:48:33.897413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.926991 tst         register_default_mass.py: using MSISDN 1050
22:48:33.940305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.969580 tst         register_default_mass.py: using MSISDN 1051
22:48:33.983262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.012923 tst         register_default_mass.py: using MSISDN 1052
22:48:34.026801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.056196 tst         register_default_mass.py: using MSISDN 1053
22:48:34.070091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.099394 tst         register_default_mass.py: using MSISDN 1054
22:48:34.113207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.142483 tst         register_default_mass.py: using MSISDN 1055
22:48:34.156291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.185590 tst         register_default_mass.py: using MSISDN 1056
22:48:34.199430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.228822 tst         register_default_mass.py: using MSISDN 1057
22:48:34.242665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.271807 tst         register_default_mass.py: using MSISDN 1058
22:48:34.285687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.315121 tst         register_default_mass.py: using MSISDN 1059
22:48:34.328918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.357997 tst         register_default_mass.py: using MSISDN 1060
22:48:34.372124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.400860 tst         register_default_mass.py: using MSISDN 1061
22:48:34.414356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.443506 tst         register_default_mass.py: using MSISDN 1062
22:48:34.457214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.486023 tst         register_default_mass.py: using MSISDN 1063
22:48:34.499728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.529013 tst         register_default_mass.py: using MSISDN 1064
22:48:34.542681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.571722 tst         register_default_mass.py: using MSISDN 1065
22:48:34.585425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.614499 tst         register_default_mass.py: using MSISDN 1066
22:48:34.628316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.657603 tst         register_default_mass.py: using MSISDN 1067
22:48:34.671343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.700621 tst         register_default_mass.py: using MSISDN 1068
22:48:34.714303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.743166 tst         register_default_mass.py: using MSISDN 1069
22:48:34.756791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.785719 tst         register_default_mass.py: using MSISDN 1070
22:48:34.799247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.828325 tst         register_default_mass.py: using MSISDN 1071
22:48:34.841918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.871199 tst         register_default_mass.py: using MSISDN 1072
22:48:34.885004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.914207 tst         register_default_mass.py: using MSISDN 1073
22:48:34.927999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.956885 tst         register_default_mass.py: using MSISDN 1074
22:48:34.970409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.999233 tst         register_default_mass.py: using MSISDN 1075
22:48:35.012840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.042100 tst         register_default_mass.py: using MSISDN 1076
22:48:35.055838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.084915 tst         register_default_mass.py: using MSISDN 1077
22:48:35.098727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.127909 tst         register_default_mass.py: using MSISDN 1078
22:48:35.141584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.170582 tst         register_default_mass.py: using MSISDN 1079
22:48:35.180800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.210099 tst         register_default_mass.py: using MSISDN 1080
22:48:35.225034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.254388 tst         register_default_mass.py: using MSISDN 1081
22:48:35.268153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.297351 tst         register_default_mass.py: using MSISDN 1082
22:48:35.311039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.340147 tst         register_default_mass.py: using MSISDN 1083
22:48:35.353738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.383356 tst         register_default_mass.py: using MSISDN 1084
22:48:35.396508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.426019 tst         register_default_mass.py: using MSISDN 1085
22:48:35.439837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.470094 tst         register_default_mass.py: using MSISDN 1086
22:48:35.484368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.514413 tst         register_default_mass.py: using MSISDN 1087
22:48:35.528585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.558908 tst         register_default_mass.py: using MSISDN 1088
22:48:35.573365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.603701 tst         register_default_mass.py: using MSISDN 1089
22:48:35.618168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.648523 tst         register_default_mass.py: using MSISDN 1090
22:48:35.662905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.693505 tst         register_default_mass.py: using MSISDN 1091
22:48:35.707957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.746627 tst         register_default_mass.py: using MSISDN 1092
22:48:35.764263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.794645 tst         register_default_mass.py: using MSISDN 1093
22:48:35.809343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.839566 tst         register_default_mass.py: using MSISDN 1094
22:48:35.853175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.882723 tst         register_default_mass.py: using MSISDN 1095
22:48:35.896698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.927131 tst         register_default_mass.py: using MSISDN 1096
22:48:35.941460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.971496 tst         register_default_mass.py: using MSISDN 1097
22:48:35.985797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.016080 tst         register_default_mass.py: using MSISDN 1098
22:48:36.030284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.060478 tst         register_default_mass.py: using MSISDN 1099
22:48:36.074775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.104712 tst         register_default_mass.py: using MSISDN 1100
22:48:36.118921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.210362 run                             mass: Starting testcase
22:48:36.215944 run                             mass: Pre-launching all virtphy's
22:48:36.221410 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.234588 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.240552 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.253365 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.259329 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.272104 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.278106 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.290957 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.297061 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.310160 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.316159 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.328970 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.335040 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.347928 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.354034 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.367087 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.373199 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.386170 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.392215 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.405078 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.411015 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.423865 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.429868 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.442728 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.448733 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.461564 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.467495 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.480259 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.486329 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.499174 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.505215 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.518044 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.524074 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.536811 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.542729 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.555553 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.561533 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.574427 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.580387 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.593252 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.599243 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.612140 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.618107 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.630970 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.637022 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.649839 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.655848 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.668685 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.674709 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.687590 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.693598 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.706452 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.712462 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.725311 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.731273 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.744111 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.750028 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.763053 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.769192 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.782191 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.788308 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.801199 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.807206 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.820081 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.826160 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.838952 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.844968 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.857830 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.863777 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.876710 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.882655 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.895544 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.901518 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.914280 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.920259 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.933168 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.939158 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.952021 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.958012 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.970894 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.977069 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.990053 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.996112 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.008826 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.014702 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.027458 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.033413 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.046141 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.052103 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.065052 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.070997 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.083994 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.089990 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.102813 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.108932 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.121893 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.127852 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.140756 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.146738 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.159676 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.165841 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.178806 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.184807 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.197600 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.203517 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.216233 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.222122 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.234818 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.240813 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.253626 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.259633 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.272507 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.278491 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.291347 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.297418 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.310229 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.316311 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.329163 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.335113 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.348048 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.353998 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.366966 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.372941 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.385831 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.391941 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.404803 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.410762 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.423533 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.429458 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.442238 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.448170 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.460879 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.466768 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.479539 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.485499 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.498291 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.504246 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.517177 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.523202 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.536231 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.542198 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.555171 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.561189 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.574462 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.580515 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.593796 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.599828 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.612961 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.618945 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.631866 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.637834 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.650693 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.656627 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.669479 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.675360 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.688176 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.694161 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.707065 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.712982 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.725885 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.731860 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.744766 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.750702 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.763764 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.769715 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.782686 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.788618 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.801448 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.807353 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.820352 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.826268 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.839332 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.845274 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.858127 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.864034 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.876857 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.882782 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.895649 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.901597 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.914418 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.920400 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.933371 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.939364 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.952457 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.958469 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.971675 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.977781 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.990679 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.996635 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.009666 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.015599 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.028720 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.034653 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.047683 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.053643 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.066714 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.072667 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.085581 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.091501 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.104353 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.110249 run                             mass: Checking if sockets are in the filesystem
22:48:38.142880 run                osmo-ms-mob/00000: Starting mobile
22:48:38.156005 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.167382 run                             mass: MS start registered  {at=2351144.375702349, delay=0.005246007815003395, ms=00000}
22:48:42.356990 run                osmo-ms-mob/00001: Starting mobile
22:48:42.373747 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.384518 run                             mass: MS start registered  {at=2351148.592836517, delay=0.004679590929299593, ms=00001}
22:48:43.505985 run                             mass: MS performed LU  {at=2351149.714159895, lu_delay=5.338457546196878, ms=00000}
22:48:44.159266 run                osmo-ms-mob/00002: Starting mobile
22:48:44.176400 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.188104 run                             mass: MS start registered  {at=2351150.396412234, delay=0.0054870606400072575, ms=00002}
22:48:45.457400 run                osmo-ms-mob/00003: Starting mobile
22:48:45.474263 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.484916 run                             mass: MS start registered  {at=2351151.693232285, delay=0.0046312459744513035, ms=00003}
22:48:46.527124 run                osmo-ms-mob/00004: Starting mobile
22:48:46.540552 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.551473 run                             mass: MS start registered  {at=2351152.759790879, delay=0.004910659976303577, ms=00004}
22:48:47.271447 run                             mass: MS performed LU  {at=2351153.479652353, lu_delay=4.886815836187452, ms=00001}
22:48:47.525980 run                osmo-ms-mob/00005: Starting mobile
22:48:47.538945 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.549695 run                             mass: MS start registered  {at=2351153.75801425, delay=0.0046308101154863834, ms=00005}
22:48:48.428806 run                osmo-ms-mob/00006: Starting mobile
22:48:48.441793 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.452807 run                             mass: MS start registered  {at=2351154.661124133, delay=0.004721262026578188, ms=00006}
22:48:49.173191 run                             mass: MS performed LU  {at=2351155.381392643, lu_delay=4.9849804090335965, ms=00002}
22:48:49.357171 run                osmo-ms-mob/00007: Starting mobile
22:48:49.375967 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.386765 run                             mass: MS start registered  {at=2351155.595086181, delay=0.004680037964135408, ms=00007}
22:48:50.138425 run                osmo-ms-mob/00008: Starting mobile
22:48:50.152335 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.163180 run                             mass: MS start registered  {at=2351156.371501341, delay=0.004865156952291727, ms=00008}
22:48:50.826211 run                osmo-ms-mob/00009: Starting mobile
22:48:50.839313 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.850478 run                             mass: MS start registered  {at=2351157.058792756, delay=0.005014070775359869, ms=00009}
22:48:51.037784 run                             mass: MS performed LU  {at=2351157.245996773, lu_delay=5.552764487918466, ms=00003}
22:48:51.559380 run                osmo-ms-mob/00010: Starting mobile
22:48:51.572527 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.578564 run                             mass: MS performed LU  {at=2351157.786888888, lu_delay=5.0270980088971555, ms=00004}
22:48:51.584404 run                             mass: MS start registered  {at=2351157.792739073, delay=0.005867866799235344, ms=00010}
22:48:52.137232 run                osmo-ms-mob/00011: Starting mobile
22:48:52.150945 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.161864 run                             mass: MS start registered  {at=2351158.370185108, delay=0.004876553080976009, ms=00011}
22:48:52.725826 run                osmo-ms-mob/00012: Starting mobile
22:48:52.739231 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.750340 run                             mass: MS start registered  {at=2351158.958659497, delay=0.004908399190753698, ms=00012}
22:48:52.939455 run                             mass: MS performed LU  {at=2351159.147667526, lu_delay=5.389653275720775, ms=00005}
22:48:52.984513 run                             mass: MS performed LU  {at=2351159.192748149, lu_delay=4.531624015886337, ms=00006}
22:48:53.355038 run                osmo-ms-mob/00013: Starting mobile
22:48:53.368431 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.379291 run                             mass: MS start registered  {at=2351159.587611006, delay=0.00488422904163599, ms=00013}
22:48:53.938754 run                osmo-ms-mob/00014: Starting mobile
22:48:53.952238 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.964850 run                             mass: MS start registered  {at=2351160.17316814, delay=0.006465851794928312, ms=00014}
22:48:54.537882 run                osmo-ms-mob/00015: Starting mobile
22:48:54.552248 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.563673 run                             mass: MS start registered  {at=2351160.771988869, delay=0.00497957319021225, ms=00015}
22:48:54.802920 run                             mass: MS performed LU  {at=2351161.011125571, lu_delay=4.639624230097979, ms=00008}
22:48:54.850119 run                             mass: MS performed LU  {at=2351161.058339774, lu_delay=5.463253593072295, ms=00007}
22:48:55.048585 run                osmo-ms-mob/00016: Starting mobile
22:48:55.064898 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.075755 run                             mass: MS start registered  {at=2351161.284078127, delay=0.004888135939836502, ms=00016}
22:48:55.526432 run                osmo-ms-mob/00017: Starting mobile
22:48:55.542839 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.554594 run                             mass: MS start registered  {at=2351161.762912753, delay=0.005586286075413227, ms=00017}
22:48:56.149301 run                osmo-ms-mob/00018: Starting mobile
22:48:56.165528 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.176768 run                             mass: MS start registered  {at=2351162.385086755, delay=0.0049568237736821175, ms=00018}
22:48:56.547979 run                osmo-ms-mob/00019: Starting mobile
22:48:56.564198 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.575257 run                             mass: MS start registered  {at=2351162.78357972, delay=0.004889197181910276, ms=00019}
22:48:56.704617 run                             mass: MS performed LU  {at=2351162.912842091, lu_delay=5.854049335233867, ms=00009}
22:48:56.751378 run                             mass: MS performed LU  {at=2351162.959597851, lu_delay=4.589412743225694, ms=00011}
22:48:56.819802 run                             mass: MS performed LU  {at=2351163.02799662, lu_delay=5.235257547348738, ms=00010}
22:48:57.058812 run                osmo-ms-mob/00020: Starting mobile
22:48:57.076315 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.087480 run                             mass: MS start registered  {at=2351163.295798021, delay=0.004847940057516098, ms=00020}
22:48:57.540116 run                osmo-ms-mob/00021: Starting mobile
22:48:57.554170 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.564934 run                             mass: MS start registered  {at=2351163.773253195, delay=0.004572921898216009, ms=00021}
22:48:57.926764 run                osmo-ms-mob/00022: Starting mobile
22:48:57.939941 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.950908 run                             mass: MS start registered  {at=2351164.159230558, delay=0.00495999725535512, ms=00022}
22:48:58.457152 run                osmo-ms-mob/00023: Starting mobile
22:48:58.473870 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.485593 run                             mass: MS start registered  {at=2351164.693911823, delay=0.00533476285636425, ms=00023}
22:48:58.568554 run                             mass: MS performed LU  {at=2351164.776768061, lu_delay=5.818108563777059, ms=00012}
22:48:58.614861 run                             mass: MS performed LU  {at=2351164.823106247, lu_delay=5.235495240893215, ms=00013}
22:48:58.721574 run                             mass: MS performed LU  {at=2351164.9297938, lu_delay=4.756625660229474, ms=00014}
22:48:58.750629 run                osmo-ms-mob/00024: Starting mobile
22:48:58.763915 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.774967 run                             mass: MS start registered  {at=2351164.983287196, delay=0.004945157095789909, ms=00024}
22:48:59.351668 run                osmo-ms-mob/00025: Starting mobile
22:48:59.368380 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.379303 run                             mass: MS start registered  {at=2351165.587620949, delay=0.00487583177164197, ms=00025}
22:48:59.725745 run                osmo-ms-mob/00026: Starting mobile
22:48:59.738783 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.749964 run                             mass: MS start registered  {at=2351165.958285004, delay=0.004926555790007114, ms=00026}
22:49:00.126135 run                osmo-ms-mob/00027: Starting mobile
22:49:00.139301 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.150687 run                             mass: MS start registered  {at=2351166.359006365, delay=0.00503604905679822, ms=00027}
22:49:00.470840 run                             mass: MS performed LU  {at=2351166.679058236, lu_delay=5.907069366890937, ms=00015}
22:49:00.484892 run                osmo-ms-mob/00028: Starting mobile
22:49:00.497976 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.508883 run                             mass: MS start registered  {at=2351166.717207696, delay=0.004921518731862307, ms=00028}
22:49:00.515258 run                             mass: MS performed LU  {at=2351166.723583116, lu_delay=4.960670363157988, ms=00017}
22:49:00.586414 run                             mass: MS performed LU  {at=2351166.794632379, lu_delay=5.510554252192378, ms=00016}
22:49:00.957373 run                osmo-ms-mob/00029: Starting mobile
22:49:00.973676 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.984635 run                             mass: MS start registered  {at=2351167.192957728, delay=0.0050127231515944, ms=00029}
22:49:01.340225 run                osmo-ms-mob/00030: Starting mobile
22:49:01.354198 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.365668 run                             mass: MS start registered  {at=2351167.57398679, delay=0.005279552191495895, ms=00030}
22:49:01.726872 run                osmo-ms-mob/00031: Starting mobile
22:49:01.740149 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.751254 run                             mass: MS start registered  {at=2351167.959576277, delay=0.00499892421066761, ms=00031}
22:49:02.058731 run                osmo-ms-mob/00032: Starting mobile
22:49:02.075570 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.086665 run                             mass: MS start registered  {at=2351168.294987459, delay=0.004914433229714632, ms=00032}
22:49:02.252033 run                             mass: MS performed LU  {at=2351168.460252037, lu_delay=5.164454015903175, ms=00020}
22:49:02.335365 run                             mass: MS performed LU  {at=2351168.543582768, lu_delay=4.770329573191702, ms=00021}
22:49:02.349518 run                osmo-ms-mob/00033: Starting mobile
22:49:02.362435 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.373503 run                             mass: MS start registered  {at=2351168.581828381, delay=0.005077985115349293, ms=00033}
22:49:02.379887 run                             mass: MS performed LU  {at=2351168.588210881, lu_delay=5.8046311610378325, ms=00019}
22:49:02.506247 run                             mass: MS performed LU  {at=2351168.714467571, lu_delay=6.329380816314369, ms=00018}
22:49:02.859192 run                osmo-ms-mob/00034: Starting mobile
22:49:02.876247 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.887385 run                             mass: MS start registered  {at=2351169.095708465, delay=0.005116369109600782, ms=00034}
22:49:03.126182 run                osmo-ms-mob/00035: Starting mobile
22:49:03.139007 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.150467 run                             mass: MS start registered  {at=2351169.358783975, delay=0.005424126982688904, ms=00035}
22:49:03.525898 run                osmo-ms-mob/00036: Starting mobile
22:49:03.539104 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.550101 run                             mass: MS start registered  {at=2351169.758423284, delay=0.0050156330689787865, ms=00036}
22:49:03.925886 run                osmo-ms-mob/00037: Starting mobile
22:49:03.939211 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.950322 run                             mass: MS start registered  {at=2351170.158643114, delay=0.005111597012728453, ms=00037}
22:49:04.226064 run                osmo-ms-mob/00038: Starting mobile
22:49:04.239236 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.245231 run                             mass: MS performed LU  {at=2351170.453558486, lu_delay=4.865937537048012, ms=00025}
22:49:04.251004 run                             mass: MS start registered  {at=2351170.459340266, delay=0.005798055790364742, ms=00038}
22:49:04.281906 run                             mass: MS performed LU  {at=2351170.490176296, lu_delay=4.531891291961074, ms=00026}
22:49:04.296763 run                osmo-ms-mob/00039: Starting mobile
22:49:04.309906 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.320697 run                             mass: MS start registered  {at=2351170.529023138, delay=0.004663101863116026, ms=00039}
22:49:04.351393 run                             mass: MS performed LU  {at=2351170.559615122, lu_delay=5.865703299175948, ms=00023}
22:49:04.408199 run                             mass: MS performed LU  {at=2351170.616418151, lu_delay=6.457187592983246, ms=00022}
22:49:04.430459 run                             mass: MS performed LU  {at=2351170.638791493, lu_delay=5.655504296999425, ms=00024}
22:49:04.441551 run                osmo-ms-mob/00040: Starting mobile
22:49:04.454705 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.465654 run                             mass: MS start registered  {at=2351170.673977817, delay=0.004801752045750618, ms=00040}
22:49:05.239332 run                osmo-ms-mob/00041: Starting mobile
22:49:05.253576 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.264617 run                             mass: MS start registered  {at=2351171.472939486, delay=0.005023799370974302, ms=00041}
22:49:05.539592 run                osmo-ms-mob/00042: Starting mobile
22:49:05.553589 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.564733 run                             mass: MS start registered  {at=2351171.773052487, delay=0.004737756215035915, ms=00042}
22:49:05.949101 run                osmo-ms-mob/00043: Starting mobile
22:49:05.965226 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.976280 run                             mass: MS start registered  {at=2351172.184600555, delay=0.005063662771135569, ms=00043}
22:49:06.017090 run                             mass: MS performed LU  {at=2351172.225327516, lu_delay=4.6513407258316875, ms=00030}
22:49:06.100656 run                             mass: MS performed LU  {at=2351172.30887709, lu_delay=5.949870725162327, ms=00027}
22:49:06.128696 run                osmo-ms-mob/00044: Starting mobile
22:49:06.141766 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.147964 run                             mass: MS performed LU  {at=2351172.356292831, lu_delay=5.16333510261029, ms=00029}
22:49:06.153762 run                             mass: MS start registered  {at=2351172.362097149, delay=0.005821529775857925, ms=00044}
22:49:06.271297 run                             mass: MS performed LU  {at=2351172.479514737, lu_delay=5.762307041324675, ms=00028}
22:49:06.285414 run                osmo-ms-mob/00045: Starting mobile
22:49:06.298660 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.309834 run                             mass: MS start registered  {at=2351172.518152304, delay=0.005082936957478523, ms=00045}
22:49:06.859503 run                osmo-ms-mob/00046: Starting mobile
22:49:06.873030 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.884277 run                             mass: MS start registered  {at=2351173.092597223, delay=0.0051842788234353065, ms=00046}
22:49:07.135000 run                osmo-ms-mob/00047: Starting mobile
22:49:07.148513 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.159496 run                             mass: MS start registered  {at=2351173.367818339, delay=0.004686036612838507, ms=00047}
22:49:07.427390 run                osmo-ms-mob/00048: Starting mobile
22:49:07.440978 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.452907 run                             mass: MS start registered  {at=2351173.661228009, delay=0.005613778252154589, ms=00048}
22:49:07.756905 run                osmo-ms-mob/00049: Starting mobile
22:49:07.773717 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.784767 run                             mass: MS start registered  {at=2351173.993089094, delay=0.005013168789446354, ms=00049}
22:49:07.938431 run                             mass: MS performed LU  {at=2351174.146647144, lu_delay=6.187070867046714, ms=00031}
22:49:07.967898 run                osmo-ms-mob/00050: Starting mobile
22:49:07.981018 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.992138 run                             mass: MS start registered  {at=2351174.200454464, delay=0.004918375983834267, ms=00050}
22:49:08.048269 run                             mass: MS performed LU  {at=2351174.256497508, lu_delay=5.961510048713535, ms=00032}
22:49:08.191740 run                             mass: MS performed LU  {at=2351174.399939856, lu_delay=4.641516571864486, ms=00036}
22:49:08.215375 run                             mass: MS performed LU  {at=2351174.423704856, lu_delay=5.064920881297439, ms=00035}
22:49:08.227109 run                osmo-ms-mob/00051: Starting mobile
22:49:08.240272 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.251705 run                             mass: MS start registered  {at=2351174.460026061, delay=0.005425530020147562, ms=00051}
22:49:08.739308 run                osmo-ms-mob/00052: Starting mobile
22:49:08.753333 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.764543 run                             mass: MS start registered  {at=2351174.972864103, delay=0.005193694960325956, ms=00052}
22:49:08.925427 run                             mass: MS performed LU  {at=2351175.133646218, lu_delay=6.037937752902508, ms=00034}
22:49:08.954905 run                osmo-ms-mob/00053: Starting mobile
22:49:08.967885 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.979523 run                             mass: MS start registered  {at=2351175.187842141, delay=0.0053722430020570755, ms=00053}
22:49:09.338658 run                osmo-ms-mob/00054: Starting mobile
22:49:09.352484 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.363614 run                             mass: MS start registered  {at=2351175.571935362, delay=0.005159181077033281, ms=00054}
22:49:09.625894 run                osmo-ms-mob/00055: Starting mobile
22:49:09.639389 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.650680 run                             mass: MS start registered  {at=2351175.858998808, delay=0.005216435994952917, ms=00055}
22:49:09.783447 run                             mass: MS performed LU  {at=2351175.991661618, lu_delay=5.532321352045983, ms=00038}
22:49:09.912707 run                             mass: MS performed LU  {at=2351176.120933712, lu_delay=5.44695589505136, ms=00040}
22:49:09.927135 run                osmo-ms-mob/00056: Starting mobile
22:49:09.940427 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.952137 run                             mass: MS start registered  {at=2351176.160455495, delay=0.005591799039393663, ms=00056}
22:49:10.111193 run                             mass: MS performed LU  {at=2351176.319409028, lu_delay=5.790385890286416, ms=00039}
22:49:10.135050 run                             mass: MS performed LU  {at=2351176.34338115, lu_delay=4.870441664010286, ms=00041}
22:49:10.146289 run                osmo-ms-mob/00057: Starting mobile
22:49:10.159233 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.177738 run                             mass: MS start registered  {at=2351176.386056476, delay=0.012616024818271399, ms=00057}
22:49:10.648405 run                osmo-ms-mob/00058: Starting mobile
22:49:10.663254 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.676673 run                             mass: MS start registered  {at=2351176.884988789, delay=0.007051717024296522, ms=00058}
22:49:10.943866 run                osmo-ms-mob/00059: Starting mobile
22:49:10.962894 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.970280 run                             mass: MS performed LU  {at=2351177.178605435, lu_delay=4.994004880078137, ms=00043}
22:49:10.976276 run                             mass: MS performed LU  {at=2351177.184609328, lu_delay=3.8167909891344607, ms=00047}
22:49:10.982218 run                             mass: MS start registered  {at=2351177.190552998, delay=0.011966364923864603, ms=00059}
22:49:10.993161 run                osmo-ms-mob/00060: Starting mobile
22:49:11.006387 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.018352 run                             mass: MS start registered  {at=2351177.226663214, delay=0.005740039050579071, ms=00060}
22:49:11.639058 run                osmo-ms-mob/00061: Starting mobile
22:49:11.653055 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.664573 run                             mass: MS start registered  {at=2351177.872886821, delay=0.005197332240641117, ms=00061}
22:49:11.722727 run                             mass: MS performed LU  {at=2351177.930955724, lu_delay=5.568858575075865, ms=00044}
22:49:11.742389 run                             mass: MS performed LU  {at=2351177.950720514, lu_delay=6.177668027114123, ms=00042}
22:49:11.753750 run                osmo-ms-mob/00062: Starting mobile
22:49:11.766823 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.778075 run                             mass: MS start registered  {at=2351177.986392696, delay=0.005141258705407381, ms=00062}
22:49:11.812779 run                             mass: MS performed LU  {at=2351178.021016681, lu_delay=4.928419458214194, ms=00046}
22:49:12.262040 run                osmo-ms-mob/00063: Starting mobile
22:49:12.283819 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.295865 run                             mass: MS start registered  {at=2351178.504181102, delay=0.005397007800638676, ms=00063}
22:49:12.639092 run                osmo-ms-mob/00064: Starting mobile
22:49:12.653777 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.665915 run                             mass: MS start registered  {at=2351178.874226796, delay=0.00591291394084692, ms=00064}
22:49:12.689551 run                             mass: MS performed LU  {at=2351178.897767833, lu_delay=6.379615528974682, ms=00045}
22:49:12.830399 run                             mass: MS performed LU  {at=2351179.038625925, lu_delay=5.377397915814072, ms=00048}
22:49:13.040202 run                osmo-ms-mob/00065: Starting mobile
22:49:13.054149 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.065264 run                             mass: MS start registered  {at=2351179.273580315, delay=0.005076915957033634, ms=00065}
22:49:13.339848 run                osmo-ms-mob/00066: Starting mobile
22:49:13.353995 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.365282 run                             mass: MS start registered  {at=2351179.573601404, delay=0.005089704412966967, ms=00066}
22:49:13.549529 run                             mass: MS performed LU  {at=2351179.757707077, lu_delay=4.569864936172962, ms=00053}
22:49:13.641711 run                             mass: MS performed LU  {at=2351179.849930552, lu_delay=5.389904490672052, ms=00051}
22:49:13.670238 run                osmo-ms-mob/00067: Starting mobile
22:49:13.683338 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.689594 run                             mass: MS performed LU  {at=2351179.89791915, lu_delay=4.925055047031492, ms=00052}
22:49:13.695406 run                             mass: MS start registered  {at=2351179.90374101, delay=0.005841771140694618, ms=00067}
22:49:13.894974 run                             mass: MS performed LU  {at=2351180.103192627, lu_delay=6.11010353313759, ms=00049}
22:49:13.924108 run                osmo-ms-mob/00068: Starting mobile
22:49:13.937388 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.948696 run                             mass: MS start registered  {at=2351180.157011867, delay=0.005173355806618929, ms=00068}
22:49:14.439988 run                osmo-ms-mob/00069: Starting mobile
22:49:14.454593 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.466776 run                             mass: MS start registered  {at=2351180.675082582, delay=0.005939141847193241, ms=00069}
22:49:14.840766 run                osmo-ms-mob/00070: Starting mobile
22:49:14.854855 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.866391 run                             mass: MS start registered  {at=2351181.07471153, delay=0.005427755881100893, ms=00070}
22:49:14.910831 run                             mass: MS performed LU  {at=2351181.119042957, lu_delay=3.8923797430470586, ms=00060}
22:49:15.258521 run                osmo-ms-mob/00071: Starting mobile
22:49:15.273972 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.285456 run                             mass: MS start registered  {at=2351181.493776126, delay=0.005085277836769819, ms=00071}
22:49:15.532385 run                             mass: MS performed LU  {at=2351181.740686635, lu_delay=5.8816878269426525, ms=00055}
22:49:15.548852 run                osmo-ms-mob/00072: Starting mobile
22:49:15.561856 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.573217 run                             mass: MS start registered  {at=2351181.78153531, delay=0.005189480260014534, ms=00072}
22:49:15.579330 run                             mass: MS performed LU  {at=2351181.787658508, lu_delay=5.627203012816608, ms=00056}
22:49:15.649120 run                             mass: MS performed LU  {at=2351181.85734665, lu_delay=6.285411288030446, ms=00054}
22:49:15.723928 run                             mass: MS performed LU  {at=2351181.93215857, lu_delay=4.741605571936816, ms=00059}
22:49:15.751566 run                osmo-ms-mob/00073: Starting mobile
22:49:15.764551 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.770744 run                             mass: MS performed LU  {at=2351181.979070518, lu_delay=5.5930140423588455, ms=00057}
22:49:15.776556 run                             mass: MS performed LU  {at=2351181.984889326, lu_delay=5.09990053717047, ms=00058}
22:49:15.782245 run                             mass: MS start registered  {at=2351181.990581053, delay=0.011529544834047556, ms=00073}
22:49:16.440324 run                osmo-ms-mob/00074: Starting mobile
22:49:16.454288 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.465987 run                             mass: MS start registered  {at=2351182.674307689, delay=0.005356980953365564, ms=00074}
22:49:16.883458 run                osmo-ms-mob/00075: Starting mobile
22:49:16.900848 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.911972 run                             mass: MS start registered  {at=2351183.120293911, delay=0.005120540969073772, ms=00075}
22:49:17.314692 run                             mass: MS performed LU  {at=2351183.52291102, lu_delay=5.01872991817072, ms=00063}
22:49:17.344876 run                osmo-ms-mob/00076: Starting mobile
22:49:17.358518 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.364690 run                             mass: MS performed LU  {at=2351183.573017578, lu_delay=4.299437263049185, ms=00065}
22:49:17.370813 run                             mass: MS start registered  {at=2351183.579147638, delay=0.00614894088357687, ms=00076}
22:49:17.406727 run                             mass: MS performed LU  {at=2351183.614968682, lu_delay=5.742081861011684, ms=00061}
22:49:17.661190 run                             mass: MS performed LU  {at=2351183.869408761, lu_delay=5.88301606522873, ms=00062}
22:49:17.708334 run                osmo-ms-mob/00077: Starting mobile
22:49:17.722724 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.734078 run                             mass: MS start registered  {at=2351183.94239339, delay=0.004999999888241291, ms=00077}
22:49:18.233966 run                osmo-ms-mob/00078: Starting mobile
22:49:18.250128 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.262042 run                             mass: MS start registered  {at=2351184.470360208, delay=0.005552168004214764, ms=00078}
22:49:18.357423 run                             mass: MS performed LU  {at=2351184.565644241, lu_delay=5.691417444963008, ms=00064}
22:49:18.626656 run                osmo-ms-mob/00079: Starting mobile
22:49:18.640139 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.651410 run                             mass: MS start registered  {at=2351184.859733222, delay=0.005210475064814091, ms=00079}
22:49:19.159557 run                osmo-ms-mob/00080: Starting mobile
22:49:19.176454 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.188169 run                             mass: MS start registered  {at=2351185.396479524, delay=0.005406529176980257, ms=00080}
22:49:19.281579 run                             mass: MS performed LU  {at=2351185.489681844, lu_delay=4.814599262084812, ms=00069}
22:49:19.345994 run                             mass: MS performed LU  {at=2351185.554214493, lu_delay=5.98061308870092, ms=00066}
22:49:19.414510 run                             mass: MS performed LU  {at=2351185.622730758, lu_delay=5.718989748042077, ms=00067}
22:49:19.471891 run                             mass: MS performed LU  {at=2351185.680122616, lu_delay=5.523110748734325, ms=00068}
22:49:19.537541 run                osmo-ms-mob/00081: Starting mobile
22:49:19.564840 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.575939 run                             mass: MS start registered  {at=2351185.784260648, delay=0.005071882624179125, ms=00081}
22:49:19.725772 run                             mass: MS performed LU  {at=2351185.933992942, lu_delay=4.859281411860138, ms=00070}
22:49:20.036028 run                osmo-ms-mob/00082: Starting mobile
22:49:20.049461 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.060833 run                             mass: MS start registered  {at=2351186.269153872, delay=0.004980381112545729, ms=00082}
22:49:20.640694 run                osmo-ms-mob/00083: Starting mobile
22:49:20.655060 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.668929 run                             mass: MS start registered  {at=2351186.877236402, delay=0.007847580127418041, ms=00083}
22:49:21.081135 run                             mass: MS performed LU  {at=2351187.289352034, lu_delay=5.298770981375128, ms=00073}
22:49:21.139840 run                osmo-ms-mob/00084: Starting mobile
22:49:21.154858 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.160968 run                             mass: MS performed LU  {at=2351187.369295598, lu_delay=5.587760287802666, ms=00072}
22:49:21.166798 run                             mass: MS performed LU  {at=2351187.375133128, lu_delay=5.881357002072036, ms=00071}
22:49:21.172545 run                             mass: MS start registered  {at=2351187.380880585, delay=0.011601835954934359, ms=00084}
22:49:21.417428 run                             mass: MS performed LU  {at=2351187.625642974, lu_delay=4.951335284858942, ms=00074}
22:49:21.659236 run                osmo-ms-mob/00085: Starting mobile
22:49:21.674937 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.686056 run                             mass: MS start registered  {at=2351187.894375118, delay=0.005122039001435041, ms=00085}
22:49:22.237793 run                osmo-ms-mob/00086: Starting mobile
22:49:22.252156 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.263474 run                             mass: MS start registered  {at=2351188.471793383, delay=0.005144109949469566, ms=00086}
22:49:22.858203 run                osmo-ms-mob/00087: Starting mobile
22:49:22.873475 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.884848 run                             mass: MS start registered  {at=2351189.093164556, delay=0.005185252986848354, ms=00087}
22:49:23.046975 run                             mass: MS performed LU  {at=2351189.255194686, lu_delay=4.78483447805047, ms=00078}
22:49:23.111908 run                             mass: MS performed LU  {at=2351189.320130228, lu_delay=5.377736838068813, ms=00077}
22:49:23.180931 run                             mass: MS performed LU  {at=2351189.389150221, lu_delay=5.81000258307904, ms=00076}
22:49:23.237014 run                             mass: MS performed LU  {at=2351189.445244713, lu_delay=6.324950802139938, ms=00075}
22:49:23.281909 run                osmo-ms-mob/00088: Starting mobile
22:49:23.297774 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.309393 run                             mass: MS start registered  {at=2351189.517706, delay=0.005415195599198341, ms=00088}
22:49:23.490552 run                             mass: MS performed LU  {at=2351189.69870836, lu_delay=4.838975138030946, ms=00079}
22:49:24.037449 run                osmo-ms-mob/00089: Starting mobile
22:49:24.050822 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.063939 run                             mass: MS start registered  {at=2351190.27225964, delay=0.00685128103941679, ms=00089}
22:49:24.641999 run                osmo-ms-mob/00090: Starting mobile
22:49:24.658097 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.669674 run                             mass: MS start registered  {at=2351190.877984171, delay=0.00555790401995182, ms=00090}
22:49:24.846730 run                             mass: MS performed LU  {at=2351191.054947144, lu_delay=5.270686496049166, ms=00081}
22:49:24.948487 run                             mass: MS performed LU  {at=2351191.156706299, lu_delay=4.887552427127957, ms=00082}
22:49:24.975562 run                             mass: MS performed LU  {at=2351191.183811938, lu_delay=5.787332413718104, ms=00080}
22:49:25.101182 run                             mass: MS performed LU  {at=2351191.309399884, lu_delay=22.72757150325924, ms=00033}
22:49:25.326703 run                osmo-ms-mob/00091: Starting mobile
22:49:25.340217 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.351506 run                             mass: MS start registered  {at=2351191.559829492, delay=0.0050924113020300865, ms=00091}
22:49:26.040452 run                osmo-ms-mob/00092: Starting mobile
22:49:26.054229 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.066079 run                             mass: MS start registered  {at=2351192.274399724, delay=0.00537406699731946, ms=00092}
22:49:26.812340 run                             mass: MS performed LU  {at=2351193.020542646, lu_delay=6.143306243699044, ms=00083}
22:49:26.826646 run                osmo-ms-mob/00093: Starting mobile
22:49:26.839888 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.851166 run                             mass: MS start registered  {at=2351193.05949043, delay=0.005177584942430258, ms=00093}
22:49:26.876785 run                             mass: MS performed LU  {at=2351193.085026072, lu_delay=5.190650953911245, ms=00085}
22:49:26.946682 run                             mass: MS performed LU  {at=2351193.154901496, lu_delay=5.774020911194384, ms=00084}
22:49:27.003766 run                             mass: MS performed LU  {at=2351193.211941252, lu_delay=4.740147869102657, ms=00086}
22:49:27.021390 run                             mass: MS performed LU  {at=2351193.229632661, lu_delay=23.07098954729736, ms=00037}
22:49:27.740539 run                osmo-ms-mob/00094: Starting mobile
22:49:27.754705 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.765869 run                             mass: MS start registered  {at=2351193.974191128, delay=0.004994705785065889, ms=00094}
22:49:28.612197 run                             mass: MS performed LU  {at=2351194.820415638, lu_delay=4.548155997879803, ms=00089}
22:49:28.666267 run                osmo-ms-mob/00095: Starting mobile
22:49:28.682122 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.693365 run                             mass: MS start registered  {at=2351194.90168586, delay=0.005080066155642271, ms=00095}
22:49:28.713303 run                             mass: MS performed LU  {at=2351194.921614274, lu_delay=5.403908274136484, ms=00088}
22:49:28.741654 run                             mass: MS performed LU  {at=2351194.949885159, lu_delay=5.856720602605492, ms=00087}
22:49:29.638469 run                osmo-ms-mob/00096: Starting mobile
22:49:29.652095 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.663228 run                             mass: MS start registered  {at=2351195.871548072, delay=0.004868105985224247, ms=00096}
22:49:30.579132 run                             mass: MS performed LU  {at=2351196.787309621, lu_delay=5.22748012887314, ms=00091}
22:49:30.643522 run                             mass: MS performed LU  {at=2351196.851742824, lu_delay=5.973758653271943, ms=00090}
22:49:30.694830 run                osmo-ms-mob/00097: Starting mobile
22:49:30.709721 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.721728 run                             mass: MS start registered  {at=2351196.930034678, delay=0.00576802808791399, ms=00097}
22:49:30.947577 run                             mass: MS performed LU  {at=2351197.155793443, lu_delay=22.955338978674263, ms=00050}
22:49:30.984652 run                             mass: MS performed LU  {at=2351197.192889256, lu_delay=4.918489532079548, ms=00092}
22:49:32.038652 run                osmo-ms-mob/00098: Starting mobile
22:49:32.052100 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.063627 run                             mass: MS start registered  {at=2351198.271947552, delay=0.005492942873388529, ms=00098}
22:49:32.480325 run                             mass: MS performed LU  {at=2351198.688542731, lu_delay=4.714351603295654, ms=00094}
22:49:32.507595 run                             mass: MS performed LU  {at=2351198.71581262, lu_delay=5.656322189606726, ms=00093}
22:49:33.858357 run                osmo-ms-mob/00099: Starting mobile
22:49:33.874159 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.880113 run                             mass: All started... {duration=55.76421071076766, too_slow=0}
22:49:33.885723 run                             mass: MS start registered  {at=2351200.094049043, delay=0.005601119250059128, ms=00099}
22:49:34.344529 run                             mass: MS performed LU  {at=2351200.552587141, lu_delay=4.681039068847895, ms=00096}
22:49:34.409375 run                             mass: MS performed LU  {at=2351200.617616581, lu_delay=5.715930720791221, ms=00095}
22:49:36.245732 run                             mass: MS performed LU  {at=2351202.45394951, lu_delay=5.5239148321561515, ms=00097}
22:49:38.110317 run                             mass: MS performed LU  {at=2351204.318513842, lu_delay=6.046566289849579, ms=00098}
22:49:40.012290 run                             mass: MS performed LU  {at=2351206.220505697, lu_delay=6.12645665416494, ms=00099}
22:49:40.035086 run                             mass: Tests done {all_completed=True, max=23.07098954729736, min=3.8167909891344607}
22:49:40.040764 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.046122 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.049396 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.052638 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.055894 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.059193 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.062536 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.065942 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.069308 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.072718 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.076076 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.079435 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.082749 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.086088 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.089790 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.093243 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.096634 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.100151 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.103562 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.107208 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.110509 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.113961 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.117353 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.120790 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.124174 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.127549 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.131007 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.135128 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.138819 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.142749 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.146546 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.150544 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.154316 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.157815 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.161273 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.164787 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.168313 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.171846 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.175368 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.178893 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.182544 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.186041 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.189571 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.193054 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.196477 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.200191 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.203761 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.207280 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.210724 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.214294 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.217793 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.221321 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.224748 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.228282 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.231744 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.235161 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.238619 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.242074 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.245520 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.249050 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.252518 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.255959 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.259421 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.263110 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.266946 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.270539 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.274289 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.277852 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.281475 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.285236 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.288666 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.292121 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.295529 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.299017 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.302403 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.305820 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.309211 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.312613 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.316019 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.319397 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.322794 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.326178 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.329635 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.333035 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.336424 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.340340 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.343739 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.347125 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.350544 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.354369 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.357801 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.361188 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.364590 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.368022 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.371560 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.374967 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.378391 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.381811 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.385195 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.388648 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.392078 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.395490 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.398910 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.402318 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.405720 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.409523 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.412813 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.416110 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.419378 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.422684 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.426012 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.429325 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.432623 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.435909 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.439214 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.442498 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.445755 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.448976 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.452206 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.455417 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.458625 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.461844 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.465052 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.468261 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.471455 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.474668 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.477910 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.481125 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.484341 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.487531 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.490760 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.493957 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.497176 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.500387 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.503597 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.506810 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.510021 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.513237 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.516448 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.519647 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.522865 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.526085 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.529304 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.532511 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.535706 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.538916 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.542148 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.545352 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.548560 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.551778 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.554974 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.558191 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.561416 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.564627 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.567847 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.571055 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.574258 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.577452 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.580650 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.583855 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.587065 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.590265 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.593482 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.596680 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.599883 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.603073 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.606271 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.609473 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.612665 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.615871 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.619078 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.622285 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.625486 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.628686 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.631896 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.635090 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.638282 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.641478 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.644676 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.647874 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.651077 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.654284 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.657490 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.660693 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.663893 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.667084 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.670286 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.673501 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.676710 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.679932 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.683122 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.686327 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.689535 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.692745 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.695975 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.699178 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.702377 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.705586 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.708814 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.712042 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.715236 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.718444 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.721660 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.724872 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.728086 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.731284 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.734483 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.737684 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.740899 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.744108 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.747305 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.750510 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.753709 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.756920 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.760133 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.761589 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.765120 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.766549 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.770091 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.771522 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.775063 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.776512 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.780025 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.781459 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.785054 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.786508 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.790077 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.791513 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.795099 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.796541 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.800129 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.801590 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.805164 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.806613 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.810240 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.811696 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.815289 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.816755 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.820349 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.821811 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.825409 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.826859 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.830452 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.831916 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.835515 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.836988 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.840585 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.842050 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.845663 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.847115 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.850724 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.852192 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.855783 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.857231 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.860823 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.862263 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.865882 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.867331 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.870926 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.872372 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.875971 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.877423 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.881010 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.882468 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.886037 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.887478 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.891062 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.892533 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.896131 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.897572 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.901159 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.902606 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.906189 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.907631 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.911219 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.912678 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.916304 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.917760 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.921365 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.922805 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.926400 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.927865 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.931427 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.932893 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.936468 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.937909 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.941529 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.942981 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.946548 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.947994 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.951574 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.953027 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.956614 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.958056 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.961642 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.963097 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.966675 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.968125 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.971707 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.973154 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.976734 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.978178 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.981788 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.983230 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.986796 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.988259 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.991842 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.993288 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.996862 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.998305 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.001891 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.003336 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.006913 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.008369 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.011971 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.013422 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.017016 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.018461 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.022036 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.023484 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.027090 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.028548 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.032135 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.033588 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.037160 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.038598 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.042174 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.043614 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.047184 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.048637 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.052213 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.053663 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.057261 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.058707 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.062306 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.063768 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.067336 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.068790 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.072418 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.073894 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.077548 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.079011 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.082668 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.084149 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.087800 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.089275 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.092930 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.094396 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.098049 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.099531 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.103190 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.104676 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.108299 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.109747 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.113344 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.114793 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.118383 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.119828 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.123403 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.124851 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.128449 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.129897 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.133471 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.134914 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.138499 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.139958 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.143534 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.144990 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.148572 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.150010 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.153637 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.155091 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.158682 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.160133 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.163708 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.165151 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.168738 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.170181 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.173748 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.175194 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.178781 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.180231 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.183809 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.185251 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.188834 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.190283 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.193891 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.195332 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.198930 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.200388 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.203981 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.205428 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.209030 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.210479 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.214048 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.215500 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.219079 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.220532 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.224111 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.225555 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.229148 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.230596 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.234170 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.235615 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.239225 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.240695 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.244283 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.245739 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.249328 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.250767 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.254364 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.255819 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.259404 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.260866 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.264466 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.265913 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.269497 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.270953 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.274556 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.276015 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.279588 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.281051 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.284680 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.286121 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.289705 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.291150 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.294721 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.296179 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.299783 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.301225 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.304802 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.306248 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.309851 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.311298 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.314870 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.316331 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.319929 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.321379 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.324962 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.326409 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.330053 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.331511 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.335142 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.336607 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.340229 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.341681 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.345311 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.346756 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.350374 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.351835 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.355432 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.356893 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.360502 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.361948 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.365553 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.367001 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.370598 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.372063 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.375683 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.377139 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.380752 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.382204 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.385813 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.387284 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.390904 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.392372 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.395975 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.397418 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.401018 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.402463 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.406075 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.407523 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.411158 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.412610 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.416217 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.417676 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.421268 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.422715 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.426353 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.427801 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.431400 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.432866 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.436473 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.437917 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.441554 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.442997 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.446616 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.448076 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.451681 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.453127 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.456743 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.458193 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.461821 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.463276 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.466865 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.468326 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.471936 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.473383 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.476990 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.478446 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.482056 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.483510 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.487100 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.488574 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.492192 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.493636 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.497234 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.498679 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.502301 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.503749 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.507334 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.508784 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.512393 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.513836 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.517448 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.518890 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.522498 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.523956 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.527560 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.529021 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.532623 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.534064 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.537652 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.539106 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.542728 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.544190 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.547806 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.549253 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.552858 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.554303 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.557906 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.559353 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.562957 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.564426 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.568016 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.569464 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.573079 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.574533 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.578139 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.579583 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.583228 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.584686 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.588290 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.589741 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.593347 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.594796 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.598420 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.599880 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.603482 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.604932 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.608572 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.610016 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.613624 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.615076 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.618674 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.620130 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.623754 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.625213 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.628832 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.630286 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.633879 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.635338 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.638945 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.640415 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.644024 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.645493 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.649094 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.650542 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.654132 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.655582 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.659196 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.660724 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.664343 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.665790 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.669402 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.670852 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.674453 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.675907 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.679514 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.680987 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.684599 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.686053 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.689657 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.691108 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.694713 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.696177 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.699795 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.701259 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.704864 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.706314 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.709923 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.711376 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.714988 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.716449 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.720068 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.721525 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.725113 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.726561 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.730159 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.731612 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.735222 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.736677 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.740280 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.741730 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.745363 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.746813 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.750414 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.751879 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.755506 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.756967 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.760594 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.762039 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.765660 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.767101 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.770704 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.772171 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.775787 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.777230 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.780849 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.782390 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.786045 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.787505 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.791111 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.792600 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.796223 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.797671 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.801304 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.802757 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.806369 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.807922 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.811530 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.813002 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.816657 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.818110 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.821737 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.823184 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.826806 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.828284 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.232552 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.238911 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8250 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.316073 tst                       trial-8250: Storing JUnit report in /build/trial-8250/run.2026-02-22_22-48-18/trial-8250.xml

--------------------------------------------------------------------------------------------
trial-8250 PASS
--------------------------------------------------------------------------------------------
22:49:45.336634 tst                       trial-8250: trial-8250: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8250/inst
+ cd trial-8250
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-22 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8250-run.tgz run.2026-02-22_22-48-18
+ tar czf /build/trial-8250-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-22_13_26_51.tgz osmo-bts-oc2g.build-2026-02-22_00_51_27.tgz osmo-bts-sysmo.build-2026-02-22_00_51_30.tgz osmo-bts.build-2026-02-22_00_51_46.tgz osmo-ggsn.build-2026-02-22_20_42_38.tgz osmo-hlr.build-2026-02-22_16_36_52.tgz osmo-hnbgw.build-2026-02-22_13_30_59.tgz osmo-mgw.build-2026-02-22_08_33_11.tgz osmo-msc.build-2026-02-22_13_35_11.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-22_07_35_04.tgz osmo-pcu-sysmo.build-2026-02-22_07_34_56.tgz osmo-pcu.build-2026-02-22_07_35_06.tgz osmo-sgsn.build-2026-02-22_20_48_12.tgz osmo-stp.build-2026-02-22_13_25_37.tgz osmo-trx.build-2026-02-22_14_21_34.tgz osmocom-bb.build-2026-02-22_21_17_25.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