Skip to content
Success

Console Output

Skipping 13 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6824
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6512713957524793136.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-7868
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ 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 OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#20 [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 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#21 CACHED

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

#23 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#23 CACHED

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d040a2ecb72d4990c6c41987b7ca91ac9874cfe12460b8be0350a6ebc832ee3d 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7869 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-02-06 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7869
+ mkdir -p trial-7869
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-06_18_56_11.tgz osmo-bts-oc2g.build-2025-02-06_00_51_27.tgz osmo-bts-sysmo.build-2025-02-06_00_51_21.tgz osmo-bts.build-2025-02-06_00_51_38.tgz osmo-ggsn.build-2025-02-06_20_42_48.tgz osmo-hlr.build-2025-02-06_16_36_56.tgz osmo-hnbgw.build-2025-02-06_13_29_14.tgz osmo-mgw.build-2025-02-06_18_53_24.tgz osmo-msc.build-2025-02-06_18_59_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-06_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-06_07_41_21.tgz osmo-pcu.build-2025-02-06_07_41_26.tgz osmo-sgsn.build-2025-02-06_20_48_39.tgz osmo-stp.build-2025-02-06_13_25_18.tgz osmo-trx.build-2025-02-06_14_28_40.tgz osmocom-bb.build-2025-02-06_21_17_16.tgz srslte.build-19.tgz trial-7869
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-06_18_56_11.md5 osmo-bts-oc2g.build-2025-02-06_00_51_27.md5 osmo-bts-sysmo.build-2025-02-06_00_51_21.md5 osmo-bts.build-2025-02-06_00_51_38.md5 osmo-ggsn.build-2025-02-06_20_42_48.md5 osmo-hlr.build-2025-02-06_16_36_56.md5 osmo-hnbgw.build-2025-02-06_13_29_14.md5 osmo-mgw.build-2025-02-06_18_53_24.md5 osmo-msc.build-2025-02-06_18_59_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-06_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-06_07_41_21.md5 osmo-pcu.build-2025-02-06_07_41_26.md5 osmo-sgsn.build-2025-02-06_20_48_39.md5 osmo-stp.build-2025-02-06_13_25_18.md5 osmo-trx.build-2025-02-06_14_28_40.md5 osmocom-bb.build-2025-02-06_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-06_18_56_11.md5 osmo-bts-oc2g.build-2025-02-06_00_51_27.md5 osmo-bts-sysmo.build-2025-02-06_00_51_21.md5 osmo-bts.build-2025-02-06_00_51_38.md5 osmo-ggsn.build-2025-02-06_20_42_48.md5 osmo-hlr.build-2025-02-06_16_36_56.md5 osmo-hnbgw.build-2025-02-06_13_29_14.md5 osmo-mgw.build-2025-02-06_18_53_24.md5 osmo-msc.build-2025-02-06_18_59_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-06_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-06_07_41_21.md5 osmo-pcu.build-2025-02-06_07_41_26.md5 osmo-sgsn.build-2025-02-06_20_48_39.md5 osmo-stp.build-2025-02-06_13_25_18.md5 osmo-trx.build-2025-02-06_14_28_40.md5 osmocom-bb.build-2025-02-06_21_17_16.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-7869 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7869'
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-7869
--------------------------------------------------------------------------------------------
22:48:22.310375 tst                       trial-7869: Detailed log at /build/trial-7869/run.2025-02-06_22-48-22/log

---------------------------------------------------------------------
trial-7869 netreg_mass
---------------------------------------------------------------------
22:48:22.518991 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.519372 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.520183 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.521354 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.564951 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.565836 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.567025 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.663815 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-7869 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.664605 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.680185 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.680803 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.681270 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.681703 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.682136 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.682596 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.683048 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.734069 tst         register_default_mass.py: using LAC 2
22:48:22.783584 tst         register_default_mass.py: using RAC 2
22:48:22.826868 tst         register_default_mass.py: using CellId 2
22:48:22.867463 tst         register_default_mass.py: using BVCI 3
22:48:22.873590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.874272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.874858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.875416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.875961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.876517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.877055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.877605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.878161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.878696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.879217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.879756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.880303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.880844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.881385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.881916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.882444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.882977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.883512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.884041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.884580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.885139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.885669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.886213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.886729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.887249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.887786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.888823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.889879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.890937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.891478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.892012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.892541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.893605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.894132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.894653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.895703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.896807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.897347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.897861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.898936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.899995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.900528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.901596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.902640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.903158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.903690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.904756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.905276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.905791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.906850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.907379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.907891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.908953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.909492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.910020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.910528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.911578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.912171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.912712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.913771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.914280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.914812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.915851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.916908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927545 tst      register_default_mass.py:21: Launching a simple network
22:48:22.937728 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.060145 run            create_hlr_db(pid=20): Launched
22:48:24.071003 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.087409 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.103115 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.109098 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.284748 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.300298 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.306286 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.753756 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.768914 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.778921 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.897444 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.912924 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.918809 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.943209 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.958383 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.964239 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.280852 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.296850 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.331249 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.484178 run         osmo-bts-virtual(pid=34): Launched
22:48:35.543704 tst         register_default_mass.py: using MSISDN 1001
22:48:35.562539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.646407 tst         register_default_mass.py: using MSISDN 1002
22:48:35.667704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.775616 tst         register_default_mass.py: using MSISDN 1003
22:48:35.784695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.850021 tst         register_default_mass.py: using MSISDN 1004
22:48:35.870316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.942442 tst         register_default_mass.py: using MSISDN 1005
22:48:35.965477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.043047 tst         register_default_mass.py: using MSISDN 1006
22:48:36.060766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.142632 tst         register_default_mass.py: using MSISDN 1007
22:48:36.164551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.241419 tst         register_default_mass.py: using MSISDN 1008
22:48:36.251647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.327222 tst         register_default_mass.py: using MSISDN 1009
22:48:36.342845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.425278 tst         register_default_mass.py: using MSISDN 1010
22:48:36.445799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.514049 tst         register_default_mass.py: using MSISDN 1011
22:48:36.528966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.596227 tst         register_default_mass.py: using MSISDN 1012
22:48:36.615799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.694796 tst         register_default_mass.py: using MSISDN 1013
22:48:36.716258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.797753 tst         register_default_mass.py: using MSISDN 1014
22:48:36.807658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.872512 tst         register_default_mass.py: using MSISDN 1015
22:48:36.883636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.962073 tst         register_default_mass.py: using MSISDN 1016
22:48:36.968211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.046252 tst         register_default_mass.py: using MSISDN 1017
22:48:37.057652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.135015 tst         register_default_mass.py: using MSISDN 1018
22:48:37.155435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.219496 tst         register_default_mass.py: using MSISDN 1019
22:48:37.234324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.305411 tst         register_default_mass.py: using MSISDN 1020
22:48:37.324563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.417906 tst         register_default_mass.py: using MSISDN 1021
22:48:38.442583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.521487 tst         register_default_mass.py: using MSISDN 1022
22:48:38.530861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.610921 tst         register_default_mass.py: using MSISDN 1023
22:48:38.620879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.696836 tst         register_default_mass.py: using MSISDN 1024
22:48:38.717082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.793365 tst         register_default_mass.py: using MSISDN 1025
22:48:38.799030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.864514 tst         register_default_mass.py: using MSISDN 1026
22:48:38.883308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.980146 tst         register_default_mass.py: using MSISDN 1027
22:48:39.001168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:39.071827 tst         register_default_mass.py: using MSISDN 1028
22:48:39.077394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:39.146888 tst         register_default_mass.py: using MSISDN 1029
22:48:39.162904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.246994 tst         register_default_mass.py: using MSISDN 1030
22:48:39.268949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.339027 tst         register_default_mass.py: using MSISDN 1031
22:48:39.347036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.432817 tst         register_default_mass.py: using MSISDN 1032
22:48:39.438760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.518061 tst         register_default_mass.py: using MSISDN 1033
22:48:39.531314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.615280 tst         register_default_mass.py: using MSISDN 1034
22:48:39.622646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.702604 tst         register_default_mass.py: using MSISDN 1035
22:48:39.712673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.773852 tst         register_default_mass.py: using MSISDN 1036
22:48:39.780596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.856109 tst         register_default_mass.py: using MSISDN 1037
22:48:39.862014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.948815 tst         register_default_mass.py: using MSISDN 1038
22:48:39.966241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:40.044586 tst         register_default_mass.py: using MSISDN 1039
22:48:40.054078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:40.137371 tst         register_default_mass.py: using MSISDN 1040
22:48:40.158142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:40.228425 tst         register_default_mass.py: using MSISDN 1041
22:48:40.241854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:40.317624 tst         register_default_mass.py: using MSISDN 1042
22:48:40.332470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.409459 tst         register_default_mass.py: using MSISDN 1043
22:48:40.422648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.494725 tst         register_default_mass.py: using MSISDN 1044
22:48:40.504009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.572096 tst         register_default_mass.py: using MSISDN 1045
22:48:40.594310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.684325 tst         register_default_mass.py: using MSISDN 1046
22:48:40.701939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.772730 tst         register_default_mass.py: using MSISDN 1047
22:48:40.785912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.867999 tst         register_default_mass.py: using MSISDN 1048
22:48:40.880861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.961487 tst         register_default_mass.py: using MSISDN 1049
22:48:40.967394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.068726 tst         register_default_mass.py: using MSISDN 1050
22:48:41.074646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:41.178452 tst         register_default_mass.py: using MSISDN 1051
22:48:41.184308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.273089 tst         register_default_mass.py: using MSISDN 1052
22:48:41.278781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.374642 tst         register_default_mass.py: using MSISDN 1053
22:48:41.383309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.467740 tst         register_default_mass.py: using MSISDN 1054
22:48:41.473797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.563495 tst         register_default_mass.py: using MSISDN 1055
22:48:41.576385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.646879 tst         register_default_mass.py: using MSISDN 1056
22:48:41.657484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.729634 tst         register_default_mass.py: using MSISDN 1057
22:48:41.756695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.838520 tst         register_default_mass.py: using MSISDN 1058
22:48:41.848693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.919078 tst         register_default_mass.py: using MSISDN 1059
22:48:41.936380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.004485 tst         register_default_mass.py: using MSISDN 1060
22:48:42.012093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.091067 tst         register_default_mass.py: using MSISDN 1061
22:48:42.111239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.178635 tst         register_default_mass.py: using MSISDN 1062
22:48:42.199433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.290991 tst         register_default_mass.py: using MSISDN 1063
22:48:42.298139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.382509 tst         register_default_mass.py: using MSISDN 1064
22:48:42.402506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.471666 tst         register_default_mass.py: using MSISDN 1065
22:48:42.491474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.570352 tst         register_default_mass.py: using MSISDN 1066
22:48:42.590243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.654726 tst         register_default_mass.py: using MSISDN 1067
22:48:42.666278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.992663 tst         register_default_mass.py: using MSISDN 1068
22:48:43.003078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:43.075210 tst         register_default_mass.py: using MSISDN 1069
22:48:43.090729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:43.176133 tst         register_default_mass.py: using MSISDN 1070
22:48:43.185983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:43.269847 tst         register_default_mass.py: using MSISDN 1071
22:48:43.291406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:43.374781 tst         register_default_mass.py: using MSISDN 1072
22:48:43.395839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.482549 tst         register_default_mass.py: using MSISDN 1073
22:48:43.488476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.567775 tst         register_default_mass.py: using MSISDN 1074
22:48:43.585416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.659861 tst         register_default_mass.py: using MSISDN 1075
22:48:43.668735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.734674 tst         register_default_mass.py: using MSISDN 1076
22:48:43.755802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.835305 tst         register_default_mass.py: using MSISDN 1077
22:48:43.845625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.926246 tst         register_default_mass.py: using MSISDN 1078
22:48:43.932142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:44.048588 tst         register_default_mass.py: using MSISDN 1079
22:48:44.054404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:44.131924 tst         register_default_mass.py: using MSISDN 1080
22:48:44.137932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:44.219497 tst         register_default_mass.py: using MSISDN 1081
22:48:44.225550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:44.301437 tst         register_default_mass.py: using MSISDN 1082
22:48:44.307696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.393818 tst         register_default_mass.py: using MSISDN 1083
22:48:44.399953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.471011 tst         register_default_mass.py: using MSISDN 1084
22:48:44.476923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.551609 tst         register_default_mass.py: using MSISDN 1085
22:48:44.557690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.644818 tst         register_default_mass.py: using MSISDN 1086
22:48:44.654420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.742343 tst         register_default_mass.py: using MSISDN 1087
22:48:44.748335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.816937 tst         register_default_mass.py: using MSISDN 1088
22:48:44.822819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.912437 tst         register_default_mass.py: using MSISDN 1089
22:48:44.920368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:45.001570 tst         register_default_mass.py: using MSISDN 1090
22:48:45.007562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:45.088553 tst         register_default_mass.py: using MSISDN 1091
22:48:45.094558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:45.171885 tst         register_default_mass.py: using MSISDN 1092
22:48:45.177537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:45.246149 tst         register_default_mass.py: using MSISDN 1093
22:48:45.251910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.328401 tst         register_default_mass.py: using MSISDN 1094
22:48:45.334351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.414184 tst         register_default_mass.py: using MSISDN 1095
22:48:45.420072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.512871 tst         register_default_mass.py: using MSISDN 1096
22:48:45.518744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.597814 tst         register_default_mass.py: using MSISDN 1097
22:48:45.603766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.679198 tst         register_default_mass.py: using MSISDN 1098
22:48:45.685186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.762933 tst         register_default_mass.py: using MSISDN 1099
22:48:45.769823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.842840 tst         register_default_mass.py: using MSISDN 1100
22:48:45.848874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.982536 run                             mass: Starting testcase
22:48:45.988618 run                             mass: Pre-launching all virtphy's
22:48:45.994380 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.008035 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.014408 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.028017 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.034377 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.048031 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.054344 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.067972 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.074251 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.087817 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.094192 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.107845 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.114443 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.127822 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.134120 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.147540 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.153904 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.167469 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.173831 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.187060 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.193151 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.206269 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.212475 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.225832 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.231898 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.245017 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.251299 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.264380 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.270551 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.284017 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.290263 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.303399 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.309670 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.322804 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.328905 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.342094 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.348362 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.361322 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.367337 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.380234 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.386199 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.399220 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.405232 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:46.418223 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.424301 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.437244 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.443322 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.456333 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.462569 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.476190 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.482337 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.495294 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.501300 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.515050 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.524103 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.537423 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.543686 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.557277 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.563829 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.577240 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.583625 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.597142 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.603490 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.617011 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.623277 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.636827 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.643092 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.656608 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.662956 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:46.676510 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:46.682662 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:46.695906 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:46.702125 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:46.715541 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:46.721743 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:46.734777 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:46.740797 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:46.754179 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:46.760459 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.774203 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.780402 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.793860 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.800374 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.814421 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.821965 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.835616 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.841949 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.855347 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.861564 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.874554 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.880567 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.893674 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.899885 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.912756 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.918706 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.932368 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.938770 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.952325 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.958571 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.972115 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.978222 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.991593 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.997636 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.011238 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:47.018547 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.032610 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:47.038928 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.052739 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:47.062892 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.076096 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:47.082172 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:47.095235 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:47.101306 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:47.114688 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:47.120953 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.133946 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.140004 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.152992 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.159385 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:47.173118 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:47.179410 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:47.192982 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:47.199256 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.212862 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.219029 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.232412 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.238412 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.251521 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.257585 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.270735 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.276768 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.289693 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.295669 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.308347 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.314357 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.327454 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.333508 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.346543 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.352738 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.366058 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.372309 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.385696 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.391936 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.405190 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.411371 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.424399 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.430444 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.443676 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.449726 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.462912 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.469154 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.482627 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.488837 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.502061 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.508298 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.521970 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.528206 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.541691 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.547904 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.561205 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.567417 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.580484 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.586479 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.599456 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.605641 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.619182 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.625360 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.638749 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.644947 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.658503 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.664733 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.678215 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.684435 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.698047 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.704296 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.717559 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.723501 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.736433 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.742761 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.756000 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.762997 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.776495 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.782602 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.795467 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.801409 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.814333 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.820278 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.833127 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.838998 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.851644 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.857597 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.870297 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.876274 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.888925 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.894841 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.907471 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.913365 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.926250 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.932188 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.945140 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.951212 run                             mass: Checking if sockets are in the filesystem
22:48:47.963334 run                osmo-ms-mob/00000: Starting mobile
22:48:47.976577 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.987853 run                             mass: MS start registered  {at=2113033.691199539, delay=0.005230340175330639, ms=00000}
22:48:52.182861 run                osmo-ms-mob/00001: Starting mobile
22:48:52.197544 run       osmo-ms-mob/00001(pid=136): Launched
22:48:52.209726 run                             mass: MS start registered  {at=2113037.913059447, delay=0.005806875880807638, ms=00001}
22:48:52.962873 run                             mass: MS performed LU  {at=2113038.666080196, lu_delay=4.974880656693131, ms=00000}
22:48:53.963583 run                osmo-ms-mob/00002: Starting mobile
22:48:53.977472 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.988562 run                             mass: MS start registered  {at=2113039.691911384, delay=0.004825025796890259, ms=00002}
22:48:55.266623 run                osmo-ms-mob/00003: Starting mobile
22:48:55.283830 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.295283 run                             mass: MS start registered  {at=2113040.998630366, delay=0.003912205807864666, ms=00003}
22:48:56.368417 run                osmo-ms-mob/00004: Starting mobile
22:48:56.382325 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.393281 run                             mass: MS start registered  {at=2113042.09663138, delay=0.0049251290038228035, ms=00004}
22:48:57.197907 run                             mass: MS performed LU  {at=2113042.901224153, lu_delay=4.988164706155658, ms=00001}
22:48:57.364199 run                osmo-ms-mob/00005: Starting mobile
22:48:57.377945 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.390011 run                             mass: MS start registered  {at=2113043.09334984, delay=0.005688739940524101, ms=00005}
22:48:58.279523 run                osmo-ms-mob/00006: Starting mobile
22:48:58.293236 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.304369 run                             mass: MS start registered  {at=2113044.007720402, delay=0.005122399888932705, ms=00006}
22:48:59.101085 run                             mass: MS performed LU  {at=2113044.80432235, lu_delay=5.1124109658412635, ms=00002}
22:48:59.120031 run                osmo-ms-mob/00007: Starting mobile
22:48:59.133196 run       osmo-ms-mob/00007(pid=142): Launched
22:48:59.144241 run                             mass: MS start registered  {at=2113044.847592321, delay=0.00490473210811615, ms=00007}
22:48:59.963380 run                osmo-ms-mob/00008: Starting mobile
22:48:59.977382 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.988762 run                             mass: MS start registered  {at=2113045.692109739, delay=0.004945018794387579, ms=00008}
22:49:00.494021 run                             mass: MS performed LU  {at=2113046.19724938, lu_delay=5.198619014117867, ms=00003}
22:49:00.664385 run                osmo-ms-mob/00009: Starting mobile
22:49:00.677586 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.690175 run                             mass: MS start registered  {at=2113046.39352232, delay=0.006310532800853252, ms=00009}
22:49:01.366545 run                osmo-ms-mob/00010: Starting mobile
22:49:01.380278 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.393211 run                             mass: MS start registered  {at=2113047.096553492, delay=0.006714353803545237, ms=00010}
22:49:01.970183 run                osmo-ms-mob/00011: Starting mobile
22:49:01.988077 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.999280 run                             mass: MS start registered  {at=2113047.702625582, delay=0.004853532183915377, ms=00011}
22:49:02.394623 run                             mass: MS performed LU  {at=2113048.097943352, lu_delay=5.004593512043357, ms=00005}
22:49:02.422113 run                             mass: MS performed LU  {at=2113048.125452449, lu_delay=6.028821069281548, ms=00004}
22:49:02.433996 run                osmo-ms-mob/00012: Starting mobile
22:49:02.447672 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.458908 run                             mass: MS start registered  {at=2113048.162250206, delay=0.004965836647897959, ms=00012}
22:49:03.178990 run                osmo-ms-mob/00013: Starting mobile
22:49:03.192999 run       osmo-ms-mob/00013(pid=148): Launched
22:49:03.204300 run                             mass: MS start registered  {at=2113048.907654365, delay=0.004853310063481331, ms=00013}
22:49:03.763766 run                osmo-ms-mob/00014: Starting mobile
22:49:03.776937 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.788843 run                             mass: MS start registered  {at=2113049.492168913, delay=0.005876653362065554, ms=00014}
22:49:04.258794 run                             mass: MS performed LU  {at=2113049.962118381, lu_delay=5.954397979192436, ms=00006}
22:49:04.272969 run                osmo-ms-mob/00015: Starting mobile
22:49:04.288482 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.300063 run                             mass: MS start registered  {at=2113050.003406491, delay=0.005041581112891436, ms=00015}
22:49:04.323761 run                             mass: MS performed LU  {at=2113050.027107823, lu_delay=5.179515501949936, ms=00007}
22:49:04.863571 run                osmo-ms-mob/00016: Starting mobile
22:49:04.877813 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.890868 run                             mass: MS start registered  {at=2113050.594212433, delay=0.006707414984703064, ms=00016}
22:49:05.363648 run                osmo-ms-mob/00017: Starting mobile
22:49:05.377054 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.388020 run                             mass: MS start registered  {at=2113051.091369274, delay=0.004792083986103535, ms=00017}
22:49:05.964607 run                osmo-ms-mob/00018: Starting mobile
22:49:05.978319 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.989180 run                             mass: MS start registered  {at=2113051.692532999, delay=0.004555676132440567, ms=00018}
22:49:06.160701 run                             mass: MS performed LU  {at=2113051.864019211, lu_delay=4.767465719021857, ms=00010}
22:49:06.188231 run                             mass: MS performed LU  {at=2113051.891577968, lu_delay=5.498055648058653, ms=00009}
22:49:06.199876 run                osmo-ms-mob/00019: Starting mobile
22:49:06.213563 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.224966 run                             mass: MS start registered  {at=2113051.928317602, delay=0.005115706007927656, ms=00019}
22:49:06.275993 run                             mass: MS performed LU  {at=2113051.979326906, lu_delay=6.287217167206109, ms=00008}
22:49:06.863420 run                osmo-ms-mob/00020: Starting mobile
22:49:06.877476 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.889385 run                             mass: MS start registered  {at=2113052.592727678, delay=0.005489734001457691, ms=00020}
22:49:07.363264 run                osmo-ms-mob/00021: Starting mobile
22:49:07.377147 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.388465 run                             mass: MS start registered  {at=2113053.091816323, delay=0.004911624826490879, ms=00021}
22:49:07.764203 run                osmo-ms-mob/00022: Starting mobile
22:49:07.778225 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.789076 run                             mass: MS start registered  {at=2113053.492425291, delay=0.004823368974030018, ms=00022}
22:49:07.941849 run                             mass: MS performed LU  {at=2113053.645185259, lu_delay=5.482935053296387, ms=00012}
22:49:08.024659 run                             mass: MS performed LU  {at=2113053.727969636, lu_delay=6.025344054214656, ms=00011}
22:49:08.089202 run                             mass: MS performed LU  {at=2113053.792519403, lu_delay=4.884865038096905, ms=00013}
22:49:08.263653 run                osmo-ms-mob/00023: Starting mobile
22:49:08.277370 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.288413 run                             mass: MS start registered  {at=2113053.991756272, delay=0.004815937019884586, ms=00023}
22:49:08.662890 run                osmo-ms-mob/00024: Starting mobile
22:49:08.676483 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.689421 run                             mass: MS start registered  {at=2113054.392761789, delay=0.006691897753626108, ms=00024}
22:49:09.165432 run                osmo-ms-mob/00025: Starting mobile
22:49:09.182679 run       osmo-ms-mob/00025(pid=160): Launched
22:49:09.193722 run                             mass: MS start registered  {at=2113054.897076391, delay=0.004824085161089897, ms=00025}
22:49:09.562725 run                osmo-ms-mob/00026: Starting mobile
22:49:09.576523 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.587858 run                             mass: MS start registered  {at=2113055.291198621, delay=0.0048979502171278, ms=00026}
22:49:09.926526 run                             mass: MS performed LU  {at=2113055.629855518, lu_delay=6.137686605099589, ms=00014}
22:49:09.938025 run                osmo-ms-mob/00027: Starting mobile
22:49:09.951387 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.957882 run                             mass: MS performed LU  {at=2113055.661237809, lu_delay=5.067025376018137, ms=00016}
22:49:09.964056 run                             mass: MS start registered  {at=2113055.667418405, delay=0.0062021599151194096, ms=00027}
22:49:10.041665 run                             mass: MS performed LU  {at=2113055.744996335, lu_delay=5.741589843761176, ms=00015}
22:49:10.314278 run                             mass: MS performed LU  {at=2113056.017610684, lu_delay=4.9262414099648595, ms=00017}
22:49:10.325708 run                osmo-ms-mob/00028: Starting mobile
22:49:10.339224 run       osmo-ms-mob/00028(pid=163): Launched
22:49:10.350711 run                             mass: MS start registered  {at=2113056.054034054, delay=0.005240803584456444, ms=00028}
22:49:10.763044 run                osmo-ms-mob/00029: Starting mobile
22:49:10.776589 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.787670 run                             mass: MS start registered  {at=2113056.491015878, delay=0.0050118728540837765, ms=00029}
22:49:11.163008 run                osmo-ms-mob/00030: Starting mobile
22:49:11.176782 run       osmo-ms-mob/00030(pid=165): Launched
22:49:11.188013 run                             mass: MS start registered  {at=2113056.89135974, delay=0.004882209002971649, ms=00030}
22:49:11.568184 run                osmo-ms-mob/00031: Starting mobile
22:49:11.595165 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.608619 run                             mass: MS start registered  {at=2113057.311965099, delay=3.059627488255501e-05, ms=00031}
22:49:11.790916 run                             mass: MS performed LU  {at=2113057.494236741, lu_delay=4.901509063318372, ms=00020}
22:49:11.803716 run                osmo-ms-mob/00032: Starting mobile
22:49:11.817569 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.831582 run                             mass: MS start registered  {at=2113057.534929658, delay=0.00750560499727726, ms=00032}
22:49:11.855695 run                             mass: MS performed LU  {at=2113057.559029661, lu_delay=5.866496662143618, ms=00018}
22:49:11.979708 run                             mass: MS performed LU  {at=2113057.683033986, lu_delay=4.591217663139105, ms=00021}
22:49:12.266524 run                osmo-ms-mob/00033: Starting mobile
22:49:12.279459 run       osmo-ms-mob/00033(pid=168): Launched
22:49:12.290453 run                             mass: MS start registered  {at=2113057.993802616, delay=0.004618477076292038, ms=00033}
22:49:12.673347 run                osmo-ms-mob/00034: Starting mobile
22:49:12.687375 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.698754 run                             mass: MS start registered  {at=2113058.402103802, delay=0.005255599971860647, ms=00034}
22:49:12.963248 run                osmo-ms-mob/00035: Starting mobile
22:49:12.977281 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.988781 run                             mass: MS start registered  {at=2113058.692124863, delay=0.005187169183045626, ms=00035}
22:49:13.362840 run                osmo-ms-mob/00036: Starting mobile
22:49:13.376970 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.388240 run                             mass: MS start registered  {at=2113059.091575122, delay=0.004908420145511627, ms=00036}
22:49:13.691462 run                             mass: MS performed LU  {at=2113059.394796095, lu_delay=5.002034306060523, ms=00024}
22:49:13.708482 run                osmo-ms-mob/00037: Starting mobile
22:49:13.722019 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.728040 run                             mass: MS performed LU  {at=2113059.43139914, lu_delay=5.938973849173635, ms=00022}
22:49:13.733790 run                             mass: MS start registered  {at=2113059.437157151, delay=0.00577602069824934, ms=00037}
22:49:13.808827 run                             mass: MS performed LU  {at=2113059.512089307, lu_delay=5.520333034917712, ms=00023}
22:49:13.844458 run                osmo-ms-mob/00038: Starting mobile
22:49:13.857290 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.869182 run                             mass: MS start registered  {at=2113059.572531705, delay=0.0055441767908632755, ms=00038}
22:49:14.080187 run                             mass: MS performed LU  {at=2113059.783447813, lu_delay=4.8863714216277, ms=00025}
22:49:14.363533 run                osmo-ms-mob/00039: Starting mobile
22:49:14.377518 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.389262 run                             mass: MS start registered  {at=2113060.092613907, delay=0.005202743224799633, ms=00039}
22:49:14.763492 run                osmo-ms-mob/00040: Starting mobile
22:49:14.777460 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.788819 run                             mass: MS start registered  {at=2113060.492170871, delay=0.005075783934444189, ms=00040}
22:49:15.063198 run                osmo-ms-mob/00041: Starting mobile
22:49:15.077195 run       osmo-ms-mob/00041(pid=176): Launched
22:49:15.089110 run                             mass: MS start registered  {at=2113060.792451292, delay=0.005619109608232975, ms=00041}
22:49:15.363979 run                osmo-ms-mob/00042: Starting mobile
22:49:15.377613 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.389042 run                             mass: MS start registered  {at=2113061.092383005, delay=0.005056225229054689, ms=00042}
22:49:15.511799 run                             mass: MS performed LU  {at=2113061.215050104, lu_delay=5.547631699126214, ms=00027}
22:49:15.556178 run                             mass: MS performed LU  {at=2113061.25951159, lu_delay=5.96831296896562, ms=00026}
22:49:15.621676 run                             mass: MS performed LU  {at=2113061.325011328, lu_delay=4.833995449822396, ms=00029}
22:49:15.633144 run                osmo-ms-mob/00043: Starting mobile
22:49:15.646773 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.657645 run                             mass: MS start registered  {at=2113061.361000993, delay=0.004858128726482391, ms=00043}
22:49:15.765893 run                             mass: MS performed LU  {at=2113061.469148523, lu_delay=5.41511446936056, ms=00028}
22:49:15.782731 run                             mass: MS performed LU  {at=2113061.486070686, lu_delay=4.594710946083069, ms=00030}
22:49:15.794862 run                osmo-ms-mob/00044: Starting mobile
22:49:15.808474 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.819763 run                             mass: MS start registered  {at=2113061.523114141, delay=0.00502412486821413, ms=00044}
22:49:16.377150 run                osmo-ms-mob/00045: Starting mobile
22:49:16.390797 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.401988 run                             mass: MS start registered  {at=2113062.105336859, delay=0.004895247984677553, ms=00045}
22:49:16.664193 run                osmo-ms-mob/00046: Starting mobile
22:49:16.677739 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.689344 run                             mass: MS start registered  {at=2113062.392675509, delay=0.005258753430098295, ms=00046}
22:49:16.972331 run                osmo-ms-mob/00047: Starting mobile
22:49:16.987597 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.999028 run                             mass: MS start registered  {at=2113062.702373431, delay=0.004983426071703434, ms=00047}
22:49:17.263322 run                osmo-ms-mob/00048: Starting mobile
22:49:17.277211 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.288758 run                             mass: MS start registered  {at=2113062.992100224, delay=0.0051569207571446896, ms=00048}
22:49:17.457888 run                             mass: MS performed LU  {at=2113063.161225608, lu_delay=4.75912180589512, ms=00034}
22:49:17.469161 run                osmo-ms-mob/00049: Starting mobile
22:49:17.482377 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.488850 run                             mass: MS performed LU  {at=2113063.192206554, lu_delay=5.198403938207775, ms=00033}
22:49:17.494837 run                             mass: MS start registered  {at=2113063.198203451, delay=0.006015967112034559, ms=00049}
22:49:17.574323 run                             mass: MS performed LU  {at=2113063.277597986, lu_delay=5.965632887091488, ms=00031}
22:49:17.601266 run                osmo-ms-mob/00050: Starting mobile
22:49:17.614832 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.620860 run                             mass: MS performed LU  {at=2113063.32421807, lu_delay=5.789288412313908, ms=00032}
22:49:17.626636 run                             mass: MS start registered  {at=2113063.330003525, delay=0.0058032451197505, ms=00050}
22:49:17.920050 run                             mass: MS performed LU  {at=2113063.623370917, lu_delay=4.931246053893119, ms=00035}
22:49:18.263633 run                osmo-ms-mob/00051: Starting mobile
22:49:18.277119 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.289918 run                             mass: MS start registered  {at=2113063.993241136, delay=0.006387367844581604, ms=00051}
22:49:18.563528 run                osmo-ms-mob/00052: Starting mobile
22:49:18.577927 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.589512 run                             mass: MS start registered  {at=2113064.292856852, delay=0.005240935832262039, ms=00052}
22:49:18.865451 run                osmo-ms-mob/00053: Starting mobile
22:49:18.879900 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.890733 run                             mass: MS start registered  {at=2113064.594086309, delay=0.004769120831042528, ms=00053}
22:49:19.163344 run                osmo-ms-mob/00054: Starting mobile
22:49:19.176432 run       osmo-ms-mob/00054(pid=189): Launched
22:49:19.187712 run                             mass: MS start registered  {at=2113064.891060388, delay=0.005068405065685511, ms=00054}
22:49:19.239622 run                             mass: MS performed LU  {at=2113064.942874768, lu_delay=5.505717616993934, ms=00037}
22:49:19.322750 run                             mass: MS performed LU  {at=2113065.026007314, lu_delay=4.933393407147378, ms=00039}
22:49:19.339893 run                osmo-ms-mob/00055: Starting mobile
22:49:19.353462 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.364493 run                             mass: MS start registered  {at=2113065.067842101, delay=0.0049177431501448154, ms=00055}
22:49:19.387198 run                             mass: MS performed LU  {at=2113065.090519193, lu_delay=5.998944071121514, ms=00036}
22:49:19.531145 run                             mass: MS performed LU  {at=2113065.234442769, lu_delay=4.742271898314357, ms=00040}
22:49:19.549555 run                osmo-ms-mob/00056: Starting mobile
22:49:19.564111 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.575764 run                             mass: MS start registered  {at=2113065.279116368, delay=0.0053044268861413, ms=00056}
22:49:20.063124 run                osmo-ms-mob/00057: Starting mobile
22:49:20.077446 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.089054 run                             mass: MS start registered  {at=2113065.792393967, delay=0.005234384909272194, ms=00057}
22:49:20.465603 run                osmo-ms-mob/00058: Starting mobile
22:49:20.479104 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.490793 run                             mass: MS start registered  {at=2113066.19413586, delay=0.005475986283272505, ms=00058}
22:49:20.762975 run                osmo-ms-mob/00059: Starting mobile
22:49:20.776422 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.787814 run                             mass: MS start registered  {at=2113066.491166142, delay=0.005104771815240383, ms=00059}
22:49:21.064254 run                osmo-ms-mob/00060: Starting mobile
22:49:21.077955 run       osmo-ms-mob/00060(pid=195): Launched
22:49:21.089305 run                             mass: MS start registered  {at=2113066.792645145, delay=0.005224850028753281, ms=00060}
22:49:21.223293 run                             mass: MS performed LU  {at=2113066.926615398, lu_delay=5.403501256834716, ms=00044}
22:49:21.251697 run                             mass: MS performed LU  {at=2113066.955039854, lu_delay=5.862656848970801, ms=00042}
22:49:21.338612 run                             mass: MS performed LU  {at=2113067.041946265, lu_delay=5.680945272091776, ms=00043}
22:49:21.350230 run                osmo-ms-mob/00061: Starting mobile
22:49:21.364369 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.375789 run                             mass: MS start registered  {at=2113067.079139001, delay=0.004582518246024847, ms=00061}
22:49:21.431166 run                             mass: MS performed LU  {at=2113067.134501418, lu_delay=5.029164559207857, ms=00045}
22:49:21.685479 run                             mass: MS performed LU  {at=2113067.388814415, lu_delay=4.9961389056406915, ms=00046}
22:49:21.697382 run                osmo-ms-mob/00062: Starting mobile
22:49:21.711098 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.722486 run                             mass: MS start registered  {at=2113067.425823767, delay=0.005082607269287109, ms=00062}
22:49:22.064233 run                osmo-ms-mob/00063: Starting mobile
22:49:22.078394 run       osmo-ms-mob/00063(pid=198): Launched
22:49:22.089898 run                             mass: MS start registered  {at=2113067.793229027, delay=0.0050027091056108475, ms=00063}
22:49:22.317336 run                             mass: MS performed LU  {at=2113068.020672519, lu_delay=3.727815667167306, ms=00052}
22:49:22.464620 run                osmo-ms-mob/00064: Starting mobile
22:49:22.478655 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.489717 run                             mass: MS start registered  {at=2113068.19306875, delay=0.004675451200455427, ms=00064}
22:49:22.864864 run                osmo-ms-mob/00065: Starting mobile
22:49:22.879707 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.891190 run                             mass: MS start registered  {at=2113068.594534116, delay=0.005095418076962233, ms=00065}
22:49:23.004895 run                             mass: MS performed LU  {at=2113068.70815517, lu_delay=5.378151644952595, ms=00050}
22:49:23.088180 run                             mass: MS performed LU  {at=2113068.791517186, lu_delay=6.089143754914403, ms=00047}
22:49:23.100140 run                osmo-ms-mob/00066: Starting mobile
22:49:23.113857 run       osmo-ms-mob/00066(pid=201): Launched
22:49:23.125647 run                             mass: MS start registered  {at=2113068.828987987, delay=0.005239092744886875, ms=00066}
22:49:23.153147 run                             mass: MS performed LU  {at=2113068.856481175, lu_delay=5.864380951039493, ms=00048}
22:49:23.296474 run                             mass: MS performed LU  {at=2113068.99981005, lu_delay=5.801606598775834, ms=00049}
22:49:23.350602 run                             mass: MS performed LU  {at=2113069.053936708, lu_delay=5.060695571824908, ms=00051}
22:49:23.362710 run                osmo-ms-mob/00067: Starting mobile
22:49:23.376647 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.388259 run                             mass: MS start registered  {at=2113069.091607328, delay=0.005260929930955172, ms=00067}
22:49:23.863380 run                osmo-ms-mob/00068: Starting mobile
22:49:23.878771 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.890062 run                             mass: MS start registered  {at=2113069.593406539, delay=0.005036648828536272, ms=00068}
22:49:24.283646 run                osmo-ms-mob/00069: Starting mobile
22:49:24.299061 run       osmo-ms-mob/00069(pid=204): Launched
22:49:24.305397 run                             mass: MS performed LU  {at=2113070.008753815, lu_delay=3.8146179551258683, ms=00058}
22:49:24.311593 run                             mass: MS start registered  {at=2113070.01495767, delay=0.006223232951015234, ms=00069}
22:49:24.676591 run                osmo-ms-mob/00070: Starting mobile
22:49:24.691313 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.703007 run                             mass: MS start registered  {at=2113070.406356694, delay=0.004998875316232443, ms=00070}
22:49:24.990374 run                             mass: MS performed LU  {at=2113070.693627288, lu_delay=5.414510920178145, ms=00056}
22:49:25.021862 run                osmo-ms-mob/00071: Starting mobile
22:49:25.038908 run       osmo-ms-mob/00071(pid=206): Launched
22:49:25.044986 run                             mass: MS performed LU  {at=2113070.748344971, lu_delay=5.680502869654447, ms=00055}
22:49:25.050830 run                             mass: MS start registered  {at=2113070.754197701, delay=0.005871762055903673, ms=00071}
22:49:25.106368 run                             mass: MS performed LU  {at=2113070.809621635, lu_delay=5.918561246711761, ms=00054}
22:49:25.198636 run                             mass: MS performed LU  {at=2113070.901888647, lu_delay=5.109494680073112, ms=00057}
22:49:25.222882 run                osmo-ms-mob/00072: Starting mobile
22:49:25.236082 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.242114 run                             mass: MS performed LU  {at=2113070.945472524, lu_delay=6.351386215072125, ms=00053}
22:49:25.247998 run                             mass: MS start registered  {at=2113070.951363927, delay=0.005910317413508892, ms=00072}
22:49:25.881012 run                osmo-ms-mob/00073: Starting mobile
22:49:25.896005 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.907376 run                             mass: MS start registered  {at=2113071.610721898, delay=0.005013052839785814, ms=00073}
22:49:26.275549 run                osmo-ms-mob/00074: Starting mobile
22:49:26.290349 run       osmo-ms-mob/00074(pid=209): Launched
22:49:26.302510 run                             mass: MS start registered  {at=2113072.005857617, delay=0.0056307632476091385, ms=00074}
22:49:26.664835 run                osmo-ms-mob/00075: Starting mobile
22:49:26.678267 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.690565 run                             mass: MS start registered  {at=2113072.393904631, delay=0.0060213650576770306, ms=00075}
22:49:26.771571 run                             mass: MS performed LU  {at=2113072.474826785, lu_delay=5.68218163959682, ms=00060}
22:49:26.855789 run                             mass: MS performed LU  {at=2113072.559039809, lu_delay=5.13321604160592, ms=00062}
22:49:26.920069 run                             mass: MS performed LU  {at=2113072.623295725, lu_delay=4.8300666976720095, ms=00063}
22:49:27.043862 run                             mass: MS performed LU  {at=2113072.747178052, lu_delay=6.2560119102708995, ms=00059}
22:49:27.055638 run                osmo-ms-mob/00076: Starting mobile
22:49:27.069706 run       osmo-ms-mob/00076(pid=211): Launched
22:49:27.076055 run                             mass: MS performed LU  {at=2113072.779412099, lu_delay=5.700273097958416, ms=00061}
22:49:27.082195 run                             mass: MS start registered  {at=2113072.785560346, delay=0.006168382242321968, ms=00076}
22:49:27.116985 run                             mass: MS performed LU  {at=2113072.820317807, lu_delay=4.627249056939036, ms=00064}
22:49:27.574588 run                osmo-ms-mob/00077: Starting mobile
22:49:27.589585 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.601055 run                             mass: MS start registered  {at=2113073.304390315, delay=0.0048802997916936874, ms=00077}
22:49:28.078024 run                osmo-ms-mob/00078: Starting mobile
22:49:28.091598 run       osmo-ms-mob/00078(pid=213): Launched
22:49:28.102607 run                             mass: MS start registered  {at=2113073.805959316, delay=0.00470515014603734, ms=00078}
22:49:28.465912 run                osmo-ms-mob/00079: Starting mobile
22:49:28.479731 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.490983 run                             mass: MS start registered  {at=2113074.19433619, delay=0.004950399044901133, ms=00079}
22:49:28.756332 run                             mass: MS performed LU  {at=2113074.459587128, lu_delay=5.367979799862951, ms=00067}
22:49:28.782918 run                             mass: MS performed LU  {at=2113074.486249592, lu_delay=4.892843053210527, ms=00068}
22:49:28.871620 run                             mass: MS performed LU  {at=2113074.574872491, lu_delay=5.745884504169226, ms=00066}
22:49:28.895780 run                osmo-ms-mob/00080: Starting mobile
22:49:28.910075 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.916206 run                             mass: MS performed LU  {at=2113074.619564261, lu_delay=6.025030144955963, ms=00065}
22:49:28.922108 run                             mass: MS start registered  {at=2113074.625474012, delay=0.0059278057888150215, ms=00080}
22:49:28.963601 run                             mass: MS performed LU  {at=2113074.666884195, lu_delay=22.738566593267024, ms=00019}
22:49:29.217452 run                             mass: MS performed LU  {at=2113074.920778463, lu_delay=4.905820793006569, ms=00069}
22:49:29.463999 run                osmo-ms-mob/00081: Starting mobile
22:49:29.477952 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.489350 run                             mass: MS start registered  {at=2113075.192694091, delay=0.005049856845289469, ms=00081}
22:49:29.862695 run                osmo-ms-mob/00082: Starting mobile
22:49:29.876469 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.887621 run                             mass: MS start registered  {at=2113075.590953366, delay=0.00509273586794734, ms=00082}
22:49:30.463558 run                osmo-ms-mob/00083: Starting mobile
22:49:30.477408 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.488720 run                             mass: MS start registered  {at=2113076.19206529, delay=0.004806888289749622, ms=00083}
22:49:30.536894 run                             mass: MS performed LU  {at=2113076.240230451, lu_delay=5.486032749991864, ms=00071}
22:49:30.619514 run                             mass: MS performed LU  {at=2113076.322806866, lu_delay=5.916450171731412, ms=00070}
22:49:30.684039 run                             mass: MS performed LU  {at=2113076.387367428, lu_delay=5.436003500595689, ms=00072}
22:49:30.964539 run                osmo-ms-mob/00084: Starting mobile
22:49:30.978334 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.989707 run                             mass: MS start registered  {at=2113076.693056883, delay=0.0050599719397723675, ms=00084}
22:49:31.463908 run                osmo-ms-mob/00085: Starting mobile
22:49:31.478719 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.490417 run                             mass: MS start registered  {at=2113077.193755716, delay=0.005336215253919363, ms=00085}
22:49:32.064768 run                osmo-ms-mob/00086: Starting mobile
22:49:32.079245 run       osmo-ms-mob/00086(pid=221): Launched
22:49:32.090419 run                             mass: MS start registered  {at=2113077.79376953, delay=0.004796002991497517, ms=00086}
22:49:32.521309 run                             mass: MS performed LU  {at=2113078.224626462, lu_delay=6.218768844846636, ms=00074}
22:49:32.548855 run                             mass: MS performed LU  {at=2113078.252195629, lu_delay=5.466635282617062, ms=00076}
22:49:32.560242 run                osmo-ms-mob/00087: Starting mobile
22:49:32.573399 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.585013 run                             mass: MS start registered  {at=2113078.288361989, delay=0.005206857807934284, ms=00087}
22:49:32.636602 run                             mass: MS performed LU  {at=2113078.339937899, lu_delay=5.9460332677699625, ms=00075}
22:49:32.673546 run                             mass: MS performed LU  {at=2113078.376884708, lu_delay=5.072494393214583, ms=00077}
22:49:32.946254 run                             mass: MS performed LU  {at=2113078.649581048, lu_delay=4.843621732201427, ms=00078}
22:49:33.264817 run                osmo-ms-mob/00088: Starting mobile
22:49:33.278376 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.289382 run                             mass: MS start registered  {at=2113078.992733372, delay=0.00487153697758913, ms=00088}
22:49:33.862884 run                osmo-ms-mob/00089: Starting mobile
22:49:33.877173 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.888922 run                             mass: MS start registered  {at=2113079.592257453, delay=0.005407901015132666, ms=00089}
22:49:34.386666 run                             mass: MS performed LU  {at=2113080.08992095, lu_delay=4.897226859349757, ms=00081}
22:49:34.407728 run                osmo-ms-mob/00090: Starting mobile
22:49:34.420936 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.432346 run                             mass: MS start registered  {at=2113080.135699901, delay=0.005132404621690512, ms=00090}
22:49:34.449958 run                             mass: MS performed LU  {at=2113080.153296188, lu_delay=5.958959998097271, ms=00079}
22:49:34.611448 run                             mass: MS performed LU  {at=2113080.314774128, lu_delay=4.723820762243122, ms=00082}
22:49:35.163204 run                osmo-ms-mob/00091: Starting mobile
22:49:35.176597 run       osmo-ms-mob/00091(pid=226): Launched
22:49:35.187884 run                             mass: MS start registered  {at=2113080.891226239, delay=0.005163627211004496, ms=00091}
22:49:35.865107 run                osmo-ms-mob/00092: Starting mobile
22:49:35.878139 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.889109 run                             mass: MS start registered  {at=2113081.592460956, delay=0.004913168027997017, ms=00092}
22:49:36.286682 run                             mass: MS performed LU  {at=2113081.990012862, lu_delay=5.296955978963524, ms=00084}
22:49:36.315228 run                             mass: MS performed LU  {at=2113082.018571498, lu_delay=5.8265062076970935, ms=00083}
22:49:36.402135 run                             mass: MS performed LU  {at=2113082.105471042, lu_delay=4.911715325899422, ms=00085}
22:49:36.439567 run                             mass: MS performed LU  {at=2113082.142904102, lu_delay=22.570372397080064, ms=00038}
22:49:36.451282 run                osmo-ms-mob/00093: Starting mobile
22:49:36.465600 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.479859 run                             mass: MS start registered  {at=2113082.183194068, delay=0.007316599600017071, ms=00093}
22:49:37.566827 run                osmo-ms-mob/00094: Starting mobile
22:49:37.581064 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.593430 run                             mass: MS start registered  {at=2113083.296765332, delay=0.0057371011935174465, ms=00094}
22:49:38.105890 run                             mass: MS performed LU  {at=2113083.80922149, lu_delay=6.015451959799975, ms=00086}
22:49:38.151861 run                             mass: MS performed LU  {at=2113083.855177164, lu_delay=5.566815175116062, ms=00087}
22:49:38.216092 run                             mass: MS performed LU  {at=2113083.919428609, lu_delay=4.926695236936212, ms=00088}
22:49:38.359111 run                             mass: MS performed LU  {at=2113084.062425218, lu_delay=23.269973926246166, ms=00041}
22:49:38.370763 run                osmo-ms-mob/00095: Starting mobile
22:49:38.384418 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.396203 run                             mass: MS start registered  {at=2113084.099546881, delay=0.0035280738957226276, ms=00095}
22:49:39.465228 run                osmo-ms-mob/00096: Starting mobile
22:49:39.479509 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.491551 run                             mass: MS start registered  {at=2113085.19488788, delay=0.005601953715085983, ms=00096}
22:49:40.052877 run                             mass: MS performed LU  {at=2113085.756194446, lu_delay=5.620494544971734, ms=00090}
22:49:40.080604 run                             mass: MS performed LU  {at=2113085.783940356, lu_delay=4.892714117188007, ms=00091}
22:49:40.168364 run                             mass: MS performed LU  {at=2113085.871679008, lu_delay=6.279421554878354, ms=00089}
22:49:40.563134 run                osmo-ms-mob/00097: Starting mobile
22:49:40.577235 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.588589 run                             mass: MS start registered  {at=2113086.291936682, delay=0.005036481190472841, ms=00097}
22:49:41.864788 run                osmo-ms-mob/00098: Starting mobile
22:49:41.880611 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.896205 run                             mass: MS start registered  {at=2113087.599544381, delay=0.007575480733066797, ms=00098}
22:49:41.917795 run                             mass: MS performed LU  {at=2113087.621113935, lu_delay=5.437919867224991, ms=00093}
22:49:41.982506 run                             mass: MS performed LU  {at=2113087.685840909, lu_delay=6.093379952944815, ms=00092}
22:49:43.663671 run                osmo-ms-mob/00099: Starting mobile
22:49:43.679413 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.686872 run                             mass: All started... {duration=55.729974975809455, too_slow=0}
22:49:43.694020 run                             mass: MS start registered  {at=2113089.397374268, delay=0.00714067230001092, ms=00099}
22:49:43.819025 run                             mass: MS performed LU  {at=2113089.522357532, lu_delay=5.422810650896281, ms=00095}
22:49:43.846655 run                             mass: MS performed LU  {at=2113089.549990395, lu_delay=6.253225062973797, ms=00094}
22:49:44.169222 run                             mass: MS performed LU  {at=2113089.872554381, lu_delay=4.677666501142085, ms=00096}
22:49:45.683782 run                             mass: MS performed LU  {at=2113091.387050899, lu_delay=5.0951142171397805, ms=00097}
22:49:47.584401 run                             mass: MS performed LU  {at=2113093.2877187, lu_delay=5.688174318987876, ms=00098}
22:49:47.847175 run                             mass: MS performed LU  {at=2113093.550508838, lu_delay=21.939786940347403, ms=00073}
22:49:49.449753 run                             mass: MS performed LU  {at=2113095.153087027, lu_delay=5.755712758749723, ms=00099}
22:49:51.585541 run                             mass: MS performed LU  {at=2113097.288875588, lu_delay=22.663401576224715, ms=00080}
22:49:51.592485 run                             mass: Tests done {all_completed=True, max=23.269973926246166, min=3.727815667167306}
22:49:51.598319 tst         register_default_mass.py: Test passed (88.9 sec)
22:49:51.603999 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:51.607436 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:51.611154 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:51.614617 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:51.618024 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:51.621421 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:51.624861 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:51.628273 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.631683 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.635078 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.638756 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.642200 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.645562 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.649372 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.652859 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.656298 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.659813 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.663525 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.667701 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.671251 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.674710 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.678219 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.681648 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.685205 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.688746 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.692231 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.695640 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.699399 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.702995 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.706488 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.711703 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.715242 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.718683 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.722247 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.725647 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.729522 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.733015 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.736898 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.740980 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.744419 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.748431 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.751885 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.755342 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.759413 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:51.762861 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:51.766275 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:51.770211 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:51.774116 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:51.777867 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:51.781244 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:51.784660 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:51.788855 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:51.792286 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:51.796032 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:51.799990 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:51.804189 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:51.808454 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:51.812849 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:51.818025 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:51.822963 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:51.827874 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:51.833375 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:51.837776 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:51.842162 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:51.846643 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:51.850946 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:51.855260 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:51.859934 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:51.864486 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:51.868870 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:51.873134 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:51.877418 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:51.881707 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:51.885958 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:51.890649 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:51.894915 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:51.899173 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:51.903472 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:51.907753 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:51.912048 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:51.916364 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:51.923353 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:51.928175 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:51.932604 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:51.937044 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:51.941466 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.945919 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.950376 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.954872 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.959427 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.963960 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.982197 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.986490 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.990807 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.995112 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.000259 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.004543 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.008822 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.013373 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.017610 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.022568 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.027125 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.031808 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.036130 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.040537 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.044828 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.049057 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.053298 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.057551 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.061811 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.065922 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.070157 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.074373 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.078623 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.082853 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.087022 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.091139 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.095169 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.099165 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.103159 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.107152 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.111078 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.114896 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.118692 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.122498 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.126308 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.130110 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.133977 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.137873 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.141819 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.145712 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.149605 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.153479 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.157375 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.161299 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.165193 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.169099 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.172987 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.176861 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.180760 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.184659 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.188561 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.192460 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.196224 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.199935 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.203694 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.207500 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.211306 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.215115 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.218937 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:52.222832 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:52.226727 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:52.230638 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:52.234549 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:52.238457 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:52.242370 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:52.246264 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:52.250170 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:52.253919 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:52.257637 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:52.261292 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:52.264846 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:52.268378 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:52.272147 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:52.275772 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:52.279534 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:52.283466 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:52.287542 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:52.291658 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:52.295771 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:52.299855 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:52.303856 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:52.307850 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:52.311874 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:52.315874 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:52.319883 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:52.323918 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:52.328055 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:52.332174 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:52.336291 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:52.340437 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:52.344567 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:52.348789 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:52.352814 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:52.356845 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:52.360955 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:52.365018 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:52.369003 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:52.373003 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:52.377018 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:52.381121 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:52.385241 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:52.389270 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:52.393258 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:52.397245 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:52.401250 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:52.405239 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:52.409240 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:52.413223 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:52.417232 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:52.421209 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:52.425216 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:52.429191 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:52.433205 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:52.437207 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:52.441215 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:52.445212 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:52.449277 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:52.453372 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:52.457380 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:52.461378 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:52.465405 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:52.469514 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:52.474047 ---      ParallelTerminationStrategy: PID 22 died...
22:49:52.475953 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.480445 ---      ParallelTerminationStrategy: PID 23 died...
22:49:52.482361 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.486862 ---      ParallelTerminationStrategy: PID 24 died...
22:49:52.488765 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.493300 ---      ParallelTerminationStrategy: PID 25 died...
22:49:52.495126 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.499570 ---      ParallelTerminationStrategy: PID 26 died...
22:49:52.501520 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.506129 ---      ParallelTerminationStrategy: PID 27 died...
22:49:52.508141 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.512764 ---      ParallelTerminationStrategy: PID 28 died...
22:49:52.514575 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.519043 ---      ParallelTerminationStrategy: PID 29 died...
22:49:52.520844 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.525288 ---      ParallelTerminationStrategy: PID 30 died...
22:49:52.527155 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.531660 ---      ParallelTerminationStrategy: PID 31 died...
22:49:52.533536 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.538021 ---      ParallelTerminationStrategy: PID 32 died...
22:49:52.539818 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.544289 ---      ParallelTerminationStrategy: PID 33 died...
22:49:52.546145 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.550595 ---      ParallelTerminationStrategy: PID 35 died...
22:49:52.552410 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.556867 ---      ParallelTerminationStrategy: PID 36 died...
22:49:52.558676 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.563201 ---      ParallelTerminationStrategy: PID 37 died...
22:49:52.565030 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.569501 ---      ParallelTerminationStrategy: PID 38 died...
22:49:52.571307 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.575761 ---      ParallelTerminationStrategy: PID 39 died...
22:49:52.577573 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.582074 ---      ParallelTerminationStrategy: PID 40 died...
22:49:52.583868 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.588451 ---      ParallelTerminationStrategy: PID 41 died...
22:49:52.590252 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.594673 ---      ParallelTerminationStrategy: PID 42 died...
22:49:52.596449 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.600823 ---      ParallelTerminationStrategy: PID 43 died...
22:49:52.602628 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.607070 ---      ParallelTerminationStrategy: PID 44 died...
22:49:52.608885 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.613310 ---      ParallelTerminationStrategy: PID 45 died...
22:49:52.615115 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.619542 ---      ParallelTerminationStrategy: PID 46 died...
22:49:52.621340 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.625807 ---      ParallelTerminationStrategy: PID 47 died...
22:49:52.627600 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.632106 ---      ParallelTerminationStrategy: PID 48 died...
22:49:52.633947 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.638369 ---      ParallelTerminationStrategy: PID 49 died...
22:49:52.640148 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.644635 ---      ParallelTerminationStrategy: PID 50 died...
22:49:52.646464 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.651058 ---      ParallelTerminationStrategy: PID 51 died...
22:49:52.652949 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.657348 ---      ParallelTerminationStrategy: PID 52 died...
22:49:52.659135 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.663541 ---      ParallelTerminationStrategy: PID 53 died...
22:49:52.665346 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.669831 ---      ParallelTerminationStrategy: PID 54 died...
22:49:52.671624 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.676077 ---      ParallelTerminationStrategy: PID 55 died...
22:49:52.677879 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.682414 ---      ParallelTerminationStrategy: PID 56 died...
22:49:52.684269 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.688896 ---      ParallelTerminationStrategy: PID 57 died...
22:49:52.690783 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.695469 ---      ParallelTerminationStrategy: PID 58 died...
22:49:52.697341 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.702121 ---      ParallelTerminationStrategy: PID 59 died...
22:49:52.703981 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.708643 ---      ParallelTerminationStrategy: PID 60 died...
22:49:52.710475 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.715104 ---      ParallelTerminationStrategy: PID 61 died...
22:49:52.717084 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.721740 ---      ParallelTerminationStrategy: PID 62 died...
22:49:52.723610 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.728280 ---      ParallelTerminationStrategy: PID 63 died...
22:49:52.730171 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.734782 ---      ParallelTerminationStrategy: PID 64 died...
22:49:52.736676 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.741359 ---      ParallelTerminationStrategy: PID 65 died...
22:49:52.743236 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.747908 ---      ParallelTerminationStrategy: PID 66 died...
22:49:52.749839 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.754580 ---      ParallelTerminationStrategy: PID 67 died...
22:49:52.756524 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.761438 ---      ParallelTerminationStrategy: PID 68 died...
22:49:52.763460 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.768333 ---      ParallelTerminationStrategy: PID 69 died...
22:49:52.770287 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.775165 ---      ParallelTerminationStrategy: PID 70 died...
22:49:52.777143 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.782118 ---      ParallelTerminationStrategy: PID 71 died...
22:49:52.784079 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.788944 ---      ParallelTerminationStrategy: PID 72 died...
22:49:52.790926 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.795730 ---      ParallelTerminationStrategy: PID 73 died...
22:49:52.797706 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.802512 ---      ParallelTerminationStrategy: PID 74 died...
22:49:52.804481 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.809320 ---      ParallelTerminationStrategy: PID 75 died...
22:49:52.811284 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.816296 ---      ParallelTerminationStrategy: PID 76 died...
22:49:52.818361 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.823233 ---      ParallelTerminationStrategy: PID 77 died...
22:49:52.825198 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.830060 ---      ParallelTerminationStrategy: PID 78 died...
22:49:52.832031 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.836862 ---      ParallelTerminationStrategy: PID 79 died...
22:49:52.838797 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.843619 ---      ParallelTerminationStrategy: PID 80 died...
22:49:52.845625 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.850425 ---      ParallelTerminationStrategy: PID 81 died...
22:49:52.852369 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.857172 ---      ParallelTerminationStrategy: PID 82 died...
22:49:52.859111 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.864301 ---      ParallelTerminationStrategy: PID 83 died...
22:49:52.866254 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.871056 ---      ParallelTerminationStrategy: PID 84 died...
22:49:52.873030 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.877881 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.879826 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.884644 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.886670 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.891497 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.893484 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.898289 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.900226 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.905018 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.907042 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.911918 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.913859 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.918729 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.920682 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.925519 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.927479 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.932326 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.934382 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.939192 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.941160 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.945987 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.947959 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.952740 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.954618 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.959450 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.961369 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.966029 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.967873 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.972519 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.974474 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.979138 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.981029 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.985708 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.987604 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.992314 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.994243 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.998985 ---      ParallelTerminationStrategy: PID 103 died...
22:49:53.000911 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.005647 ---      ParallelTerminationStrategy: PID 104 died...
22:49:53.007563 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.012250 ---      ParallelTerminationStrategy: PID 105 died...
22:49:53.014174 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.018902 ---      ParallelTerminationStrategy: PID 106 died...
22:49:53.020839 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.025536 ---      ParallelTerminationStrategy: PID 107 died...
22:49:53.027460 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.032290 ---      ParallelTerminationStrategy: PID 108 died...
22:49:53.034523 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.039369 ---      ParallelTerminationStrategy: PID 109 died...
22:49:53.041314 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.046152 ---      ParallelTerminationStrategy: PID 110 died...
22:49:53.048109 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.053079 ---      ParallelTerminationStrategy: PID 111 died...
22:49:53.055040 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.060016 ---      ParallelTerminationStrategy: PID 112 died...
22:49:53.061971 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.066705 ---      ParallelTerminationStrategy: PID 113 died...
22:49:53.068615 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.073321 ---      ParallelTerminationStrategy: PID 114 died...
22:49:53.075212 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.080019 ---      ParallelTerminationStrategy: PID 115 died...
22:49:53.081965 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.086548 ---      ParallelTerminationStrategy: PID 116 died...
22:49:53.088389 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.092955 ---      ParallelTerminationStrategy: PID 117 died...
22:49:53.094818 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.099470 ---      ParallelTerminationStrategy: PID 118 died...
22:49:53.101266 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.106048 ---      ParallelTerminationStrategy: PID 119 died...
22:49:53.107870 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.112382 ---      ParallelTerminationStrategy: PID 120 died...
22:49:53.114197 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.118729 ---      ParallelTerminationStrategy: PID 121 died...
22:49:53.120582 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.125277 ---      ParallelTerminationStrategy: PID 122 died...
22:49:53.127111 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.131541 ---      ParallelTerminationStrategy: PID 123 died...
22:49:53.133393 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.137917 ---      ParallelTerminationStrategy: PID 124 died...
22:49:53.139714 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.144221 ---      ParallelTerminationStrategy: PID 125 died...
22:49:53.146256 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.150727 ---      ParallelTerminationStrategy: PID 126 died...
22:49:53.152560 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.157148 ---      ParallelTerminationStrategy: PID 127 died...
22:49:53.159002 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.163479 ---      ParallelTerminationStrategy: PID 128 died...
22:49:53.165317 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.169808 ---      ParallelTerminationStrategy: PID 129 died...
22:49:53.171648 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.176041 ---      ParallelTerminationStrategy: PID 130 died...
22:49:53.177862 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.182287 ---      ParallelTerminationStrategy: PID 131 died...
22:49:53.184081 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.188538 ---      ParallelTerminationStrategy: PID 132 died...
22:49:53.190337 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.194789 ---      ParallelTerminationStrategy: PID 133 died...
22:49:53.196646 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.201199 ---      ParallelTerminationStrategy: PID 134 died...
22:49:53.203027 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.207726 ---      ParallelTerminationStrategy: PID 135 died...
22:49:53.209625 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.214514 ---      ParallelTerminationStrategy: PID 136 died...
22:49:53.216342 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.221084 ---      ParallelTerminationStrategy: PID 137 died...
22:49:53.222957 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.227584 ---      ParallelTerminationStrategy: PID 138 died...
22:49:53.229438 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.233991 ---      ParallelTerminationStrategy: PID 139 died...
22:49:53.235774 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.240249 ---      ParallelTerminationStrategy: PID 140 died...
22:49:53.242041 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.246443 ---      ParallelTerminationStrategy: PID 141 died...
22:49:53.248237 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.252745 ---      ParallelTerminationStrategy: PID 142 died...
22:49:53.254553 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.259055 ---      ParallelTerminationStrategy: PID 143 died...
22:49:53.260943 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.265489 ---      ParallelTerminationStrategy: PID 144 died...
22:49:53.267325 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.271906 ---      ParallelTerminationStrategy: PID 145 died...
22:49:53.273738 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.278780 ---      ParallelTerminationStrategy: PID 146 died...
22:49:53.280595 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.285054 ---      ParallelTerminationStrategy: PID 147 died...
22:49:53.286980 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.291440 ---      ParallelTerminationStrategy: PID 148 died...
22:49:53.293260 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.297712 ---      ParallelTerminationStrategy: PID 149 died...
22:49:53.299509 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.303994 ---      ParallelTerminationStrategy: PID 150 died...
22:49:53.305783 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.310228 ---      ParallelTerminationStrategy: PID 151 died...
22:49:53.312044 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.316485 ---      ParallelTerminationStrategy: PID 152 died...
22:49:53.318293 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.322860 ---      ParallelTerminationStrategy: PID 153 died...
22:49:53.324655 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.328992 ---      ParallelTerminationStrategy: PID 154 died...
22:49:53.330749 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.335155 ---      ParallelTerminationStrategy: PID 155 died...
22:49:53.336900 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.341224 ---      ParallelTerminationStrategy: PID 156 died...
22:49:53.342966 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.347216 ---      ParallelTerminationStrategy: PID 157 died...
22:49:53.348957 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.353275 ---      ParallelTerminationStrategy: PID 158 died...
22:49:53.355010 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.359323 ---      ParallelTerminationStrategy: PID 159 died...
22:49:53.361078 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.365556 ---      ParallelTerminationStrategy: PID 160 died...
22:49:53.367365 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.371766 ---      ParallelTerminationStrategy: PID 161 died...
22:49:53.373497 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.377876 ---      ParallelTerminationStrategy: PID 162 died...
22:49:53.379610 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.383867 ---      ParallelTerminationStrategy: PID 163 died...
22:49:53.385594 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.389855 ---      ParallelTerminationStrategy: PID 164 died...
22:49:53.391592 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.395908 ---      ParallelTerminationStrategy: PID 165 died...
22:49:53.397666 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.402071 ---      ParallelTerminationStrategy: PID 166 died...
22:49:53.403930 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.408509 ---      ParallelTerminationStrategy: PID 167 died...
22:49:53.410310 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.414889 ---      ParallelTerminationStrategy: PID 168 died...
22:49:53.416724 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.421300 ---      ParallelTerminationStrategy: PID 169 died...
22:49:53.423175 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.427641 ---      ParallelTerminationStrategy: PID 170 died...
22:49:53.429437 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.433993 ---      ParallelTerminationStrategy: PID 171 died...
22:49:53.435821 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:53.440420 ---      ParallelTerminationStrategy: PID 172 died...
22:49:53.442297 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:53.447011 ---      ParallelTerminationStrategy: PID 173 died...
22:49:53.448897 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:53.453664 ---      ParallelTerminationStrategy: PID 174 died...
22:49:53.455598 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:53.460644 ---      ParallelTerminationStrategy: PID 175 died...
22:49:53.462586 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:53.467347 ---      ParallelTerminationStrategy: PID 176 died...
22:49:53.470973 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:53.480257 ---      ParallelTerminationStrategy: PID 177 died...
22:49:53.484047 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:53.493060 ---      ParallelTerminationStrategy: PID 178 died...
22:49:53.496699 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:53.505392 ---      ParallelTerminationStrategy: PID 179 died...
22:49:53.509038 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:53.513903 ---      ParallelTerminationStrategy: PID 180 died...
22:49:53.515839 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:53.520620 ---      ParallelTerminationStrategy: PID 181 died...
22:49:53.522550 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:53.527263 ---      ParallelTerminationStrategy: PID 182 died...
22:49:53.529179 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:53.533839 ---      ParallelTerminationStrategy: PID 183 died...
22:49:53.535700 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.540286 ---      ParallelTerminationStrategy: PID 184 died...
22:49:53.542143 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.546675 ---      ParallelTerminationStrategy: PID 185 died...
22:49:53.548512 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.553157 ---      ParallelTerminationStrategy: PID 186 died...
22:49:53.555008 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.559578 ---      ParallelTerminationStrategy: PID 187 died...
22:49:53.561453 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.566066 ---      ParallelTerminationStrategy: PID 188 died...
22:49:53.567970 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.572719 ---      ParallelTerminationStrategy: PID 189 died...
22:49:53.574642 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.579362 ---      ParallelTerminationStrategy: PID 190 died...
22:49:53.581260 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.585923 ---      ParallelTerminationStrategy: PID 191 died...
22:49:53.588038 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.592717 ---      ParallelTerminationStrategy: PID 192 died...
22:49:53.594615 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.599214 ---      ParallelTerminationStrategy: PID 193 died...
22:49:53.601111 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.605740 ---      ParallelTerminationStrategy: PID 194 died...
22:49:53.607602 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.612285 ---      ParallelTerminationStrategy: PID 195 died...
22:49:53.614142 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.618838 ---      ParallelTerminationStrategy: PID 196 died...
22:49:53.620760 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.625368 ---      ParallelTerminationStrategy: PID 197 died...
22:49:53.627256 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.631947 ---      ParallelTerminationStrategy: PID 198 died...
22:49:53.633825 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.638376 ---      ParallelTerminationStrategy: PID 199 died...
22:49:53.640208 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.644962 ---      ParallelTerminationStrategy: PID 200 died...
22:49:53.646821 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.651467 ---      ParallelTerminationStrategy: PID 201 died...
22:49:53.653335 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.657925 ---      ParallelTerminationStrategy: PID 202 died...
22:49:53.659815 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.664467 ---      ParallelTerminationStrategy: PID 203 died...
22:49:53.666392 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.670998 ---      ParallelTerminationStrategy: PID 204 died...
22:49:53.672888 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.677491 ---      ParallelTerminationStrategy: PID 205 died...
22:49:53.679337 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.684135 ---      ParallelTerminationStrategy: PID 206 died...
22:49:53.686035 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.690635 ---      ParallelTerminationStrategy: PID 207 died...
22:49:53.692477 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.697027 ---      ParallelTerminationStrategy: PID 208 died...
22:49:53.698895 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.703530 ---      ParallelTerminationStrategy: PID 209 died...
22:49:53.705441 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.710192 ---      ParallelTerminationStrategy: PID 210 died...
22:49:53.712106 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.716868 ---      ParallelTerminationStrategy: PID 211 died...
22:49:53.718716 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.723314 ---      ParallelTerminationStrategy: PID 212 died...
22:49:53.725160 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.729678 ---      ParallelTerminationStrategy: PID 213 died...
22:49:53.731529 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.736168 ---      ParallelTerminationStrategy: PID 214 died...
22:49:53.738072 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.742832 ---      ParallelTerminationStrategy: PID 215 died...
22:49:53.744753 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.749474 ---      ParallelTerminationStrategy: PID 216 died...
22:49:53.751333 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.755846 ---      ParallelTerminationStrategy: PID 217 died...
22:49:53.757640 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.762112 ---      ParallelTerminationStrategy: PID 218 died...
22:49:53.763909 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.768395 ---      ParallelTerminationStrategy: PID 219 died...
22:49:53.770198 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.774643 ---      ParallelTerminationStrategy: PID 220 died...
22:49:53.776446 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.780916 ---      ParallelTerminationStrategy: PID 221 died...
22:49:53.782708 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.787153 ---      ParallelTerminationStrategy: PID 222 died...
22:49:53.788947 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.793539 ---      ParallelTerminationStrategy: PID 223 died...
22:49:53.795325 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.799777 ---      ParallelTerminationStrategy: PID 224 died...
22:49:53.801598 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.806062 ---      ParallelTerminationStrategy: PID 225 died...
22:49:53.807864 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.812341 ---      ParallelTerminationStrategy: PID 226 died...
22:49:53.814117 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.818466 ---      ParallelTerminationStrategy: PID 227 died...
22:49:53.820165 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.824385 ---      ParallelTerminationStrategy: PID 228 died...
22:49:53.826128 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.830458 ---      ParallelTerminationStrategy: PID 229 died...
22:49:53.832192 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.836450 ---      ParallelTerminationStrategy: PID 230 died...
22:49:53.838160 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.842393 ---      ParallelTerminationStrategy: PID 231 died...
22:49:53.844109 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.848312 ---      ParallelTerminationStrategy: PID 232 died...
22:49:53.850024 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.854382 ---      ParallelTerminationStrategy: PID 233 died...
22:49:53.856189 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.860641 ---      ParallelTerminationStrategy: PID 234 died...
22:49:53.862428 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.266516 ---      ParallelTerminationStrategy: PID 34 died...
22:49:57.270015 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7869 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.378602 tst                       trial-7869: Storing JUnit report in /build/trial-7869/run.2025-02-06_22-48-22/trial-7869.xml

--------------------------------------------------------------------------------------------
trial-7869 PASS
--------------------------------------------------------------------------------------------
22:49:57.399583 tst                       trial-7869: trial-7869: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.9 sec)
+ exit_code=0
+ rm -rf trial-7869/inst
+ cd trial-7869
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-06 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7869-run.tgz run.2025-02-06_22-48-22
+ tar czf /build/trial-7869-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-06_18_56_11.tgz osmo-bts-oc2g.build-2025-02-06_00_51_27.tgz osmo-bts-sysmo.build-2025-02-06_00_51_21.tgz osmo-bts.build-2025-02-06_00_51_38.tgz osmo-ggsn.build-2025-02-06_20_42_48.tgz osmo-hlr.build-2025-02-06_16_36_56.tgz osmo-hnbgw.build-2025-02-06_13_29_14.tgz osmo-mgw.build-2025-02-06_18_53_24.tgz osmo-msc.build-2025-02-06_18_59_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-06_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-06_07_41_21.tgz osmo-pcu.build-2025-02-06_07_41_26.tgz osmo-sgsn.build-2025-02-06_20_48_39.tgz osmo-stp.build-2025-02-06_13_25_18.tgz osmo-trx.build-2025-02-06_14_28_40.tgz osmocom-bb.build-2025-02-06_21_17_16.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