Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7047972792417775785.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-7892
+ 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
57f6804 ttcn3-bts-test: do not use respawn.sh
+ 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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#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.3s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:6733e20ea91e487a55e227c89d9ed84eac5c0c2f3dac548c18a90a3147ae5b70 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=7893 -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-03-02 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7893
+ mkdir -p trial-7893
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-02_13_28_08.tgz osmo-bts-oc2g.build-2025-03-02_00_51_29.tgz osmo-bts-sysmo.build-2025-03-02_00_51_29.tgz osmo-bts.build-2025-03-02_00_51_41.tgz osmo-ggsn.build-2025-03-02_20_42_28.tgz osmo-hlr.build-2025-03-02_16_36_56.tgz osmo-hnbgw.build-2025-03-02_13_28_39.tgz osmo-mgw.build-2025-03-02_08_33_13.tgz osmo-msc.build-2025-03-02_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-02_07_41_27.tgz osmo-pcu-sysmo.build-2025-03-02_07_41_25.tgz osmo-pcu.build-2025-03-02_07_41_28.tgz osmo-sgsn.build-2025-03-02_20_48_32.tgz osmo-stp.build-2025-03-02_13_25_15.tgz osmo-trx.build-2025-03-02_14_27_26.tgz osmocom-bb.build-2025-03-01_23_58_59.tgz srslte.build-19.tgz trial-7893
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-02_13_28_08.md5 osmo-bts-oc2g.build-2025-03-02_00_51_29.md5 osmo-bts-sysmo.build-2025-03-02_00_51_29.md5 osmo-bts.build-2025-03-02_00_51_41.md5 osmo-ggsn.build-2025-03-02_20_42_28.md5 osmo-hlr.build-2025-03-02_16_36_56.md5 osmo-hnbgw.build-2025-03-02_13_28_39.md5 osmo-mgw.build-2025-03-02_08_33_13.md5 osmo-msc.build-2025-03-02_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-02_07_41_27.md5 osmo-pcu-sysmo.build-2025-03-02_07_41_25.md5 osmo-pcu.build-2025-03-02_07_41_28.md5 osmo-sgsn.build-2025-03-02_20_48_32.md5 osmo-stp.build-2025-03-02_13_25_15.md5 osmo-trx.build-2025-03-02_14_27_26.md5 osmocom-bb.build-2025-03-01_23_58_59.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-02_13_28_08.md5 osmo-bts-oc2g.build-2025-03-02_00_51_29.md5 osmo-bts-sysmo.build-2025-03-02_00_51_29.md5 osmo-bts.build-2025-03-02_00_51_41.md5 osmo-ggsn.build-2025-03-02_20_42_28.md5 osmo-hlr.build-2025-03-02_16_36_56.md5 osmo-hnbgw.build-2025-03-02_13_28_39.md5 osmo-mgw.build-2025-03-02_08_33_13.md5 osmo-msc.build-2025-03-02_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-02_07_41_27.md5 osmo-pcu-sysmo.build-2025-03-02_07_41_25.md5 osmo-pcu.build-2025-03-02_07_41_28.md5 osmo-sgsn.build-2025-03-02_20_48_32.md5 osmo-stp.build-2025-03-02_13_25_15.md5 osmo-trx.build-2025-03-02_14_27_26.md5 osmocom-bb.build-2025-03-01_23_58_59.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-7893 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7893'
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-7893
--------------------------------------------------------------------------------------------
22:48:19.616273 tst                       trial-7893: Detailed log at /build/trial-7893/run.2025-03-02_22-48-19/log

---------------------------------------------------------------------
trial-7893 netreg_mass
---------------------------------------------------------------------
22:48:19.822222 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.822600 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.823423 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.824598 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.863672 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.864471 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.865608 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.952806 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-7893 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.953893 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.970064 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.970682 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.971169 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.971637 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.972102 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.972589 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.973059 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.020692 tst         register_default_mass.py: using LAC 2
22:48:20.072547 tst         register_default_mass.py: using RAC 2
22:48:20.130925 tst         register_default_mass.py: using CellId 2
22:48:20.168838 tst         register_default_mass.py: using BVCI 3
22:48:20.185820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.186484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.187061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.187601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.188128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.188683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.189210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.189751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.190293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.190820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.191338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.191845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.192359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.192864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.193372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.193876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.194369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.194873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.195375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.195872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.196389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.196910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.197410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.197931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.198432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.198937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.199449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.199964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.200477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.201000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.201520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.202041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.202561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.203105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.203635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.204162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.204700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.205225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.205743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.206266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.206787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.207310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.207832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.208360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.208881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.209389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.209918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.210441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.210953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.211482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.212003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.212538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.213059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.213575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.215156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.215669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.216175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.216701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.217217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.217729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.218256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.218783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.219294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.219824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.220335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.220869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.221397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.221901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.222412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.222932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.223513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.224029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.224548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.225069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.225578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.226101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.226610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.227111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.227625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.228130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.228652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.229170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.229668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.230165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.230684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.231189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.231794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.232325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.232839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.233347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.233870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.234386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.234886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.235400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.235913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.236434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.236965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.237475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.237974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.238557 tst      register_default_mass.py:21: Launching a simple network
22:48:20.248521 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.371423 run            create_hlr_db(pid=20): Launched
22:48:21.391142 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.410502 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.425650 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.431533 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.609840 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.625591 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.631396 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.051513 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.066745 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.077013 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.207883 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.223085 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.229083 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.253607 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.268973 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.274942 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.596962 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.612501 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.647086 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.800306 run         osmo-bts-virtual(pid=34): Launched
22:48:32.851114 tst         register_default_mass.py: using MSISDN 1001
22:48:32.861626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.947870 tst         register_default_mass.py: using MSISDN 1002
22:48:32.970266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.051367 tst         register_default_mass.py: using MSISDN 1003
22:48:33.067862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.135921 tst         register_default_mass.py: using MSISDN 1004
22:48:33.141561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.213156 tst         register_default_mass.py: using MSISDN 1005
22:48:33.231490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.305977 tst         register_default_mass.py: using MSISDN 1006
22:48:33.316240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.378923 tst         register_default_mass.py: using MSISDN 1007
22:48:33.394089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.479708 tst         register_default_mass.py: using MSISDN 1008
22:48:33.485730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.573576 tst         register_default_mass.py: using MSISDN 1009
22:48:33.579434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.679601 tst         register_default_mass.py: using MSISDN 1010
22:48:33.687951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.772400 tst         register_default_mass.py: using MSISDN 1011
22:48:33.778295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.865597 tst         register_default_mass.py: using MSISDN 1012
22:48:33.872702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.956322 tst         register_default_mass.py: using MSISDN 1013
22:48:33.977861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.051737 tst         register_default_mass.py: using MSISDN 1014
22:48:34.073711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.158769 tst         register_default_mass.py: using MSISDN 1015
22:48:34.182158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.265974 tst         register_default_mass.py: using MSISDN 1016
22:48:34.278630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.364159 tst         register_default_mass.py: using MSISDN 1017
22:48:34.374109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.473859 tst         register_default_mass.py: using MSISDN 1018
22:48:34.486022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.583647 tst         register_default_mass.py: using MSISDN 1019
22:48:34.592539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.673698 tst         register_default_mass.py: using MSISDN 1020
22:48:34.679741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.771521 tst         register_default_mass.py: using MSISDN 1021
22:48:34.777491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.855378 tst         register_default_mass.py: using MSISDN 1022
22:48:34.862006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.946672 tst         register_default_mass.py: using MSISDN 1023
22:48:34.952694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.037376 tst         register_default_mass.py: using MSISDN 1024
22:48:35.050950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.133157 tst         register_default_mass.py: using MSISDN 1025
22:48:35.139470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.210768 tst         register_default_mass.py: using MSISDN 1026
22:48:35.216600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.301847 tst         register_default_mass.py: using MSISDN 1027
22:48:35.309234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.388828 tst         register_default_mass.py: using MSISDN 1028
22:48:35.394811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.470474 tst         register_default_mass.py: using MSISDN 1029
22:48:35.481049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.580955 tst         register_default_mass.py: using MSISDN 1030
22:48:35.587019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.695058 tst         register_default_mass.py: using MSISDN 1031
22:48:35.701055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.791222 tst         register_default_mass.py: using MSISDN 1032
22:48:35.797203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.859910 tst         register_default_mass.py: using MSISDN 1033
22:48:35.865872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.935998 tst         register_default_mass.py: using MSISDN 1034
22:48:35.946363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.027486 tst         register_default_mass.py: using MSISDN 1035
22:48:36.033128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.115874 tst         register_default_mass.py: using MSISDN 1036
22:48:36.122163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.187317 tst         register_default_mass.py: using MSISDN 1037
22:48:36.193014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.287734 tst         register_default_mass.py: using MSISDN 1038
22:48:36.295776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.378786 tst         register_default_mass.py: using MSISDN 1039
22:48:36.384477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.476588 tst         register_default_mass.py: using MSISDN 1040
22:48:36.482476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.558615 tst         register_default_mass.py: using MSISDN 1041
22:48:36.564584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.651961 tst         register_default_mass.py: using MSISDN 1042
22:48:36.657822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.740663 tst         register_default_mass.py: using MSISDN 1043
22:48:36.746575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.823682 tst         register_default_mass.py: using MSISDN 1044
22:48:36.829617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.900562 tst         register_default_mass.py: using MSISDN 1045
22:48:36.906400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.988123 tst         register_default_mass.py: using MSISDN 1046
22:48:36.994047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.075989 tst         register_default_mass.py: using MSISDN 1047
22:48:37.081860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.159757 tst         register_default_mass.py: using MSISDN 1048
22:48:37.165582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.242525 tst         register_default_mass.py: using MSISDN 1049
22:48:37.248499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.317981 tst         register_default_mass.py: using MSISDN 1050
22:48:37.323940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.398952 tst         register_default_mass.py: using MSISDN 1051
22:48:37.405063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.482236 tst         register_default_mass.py: using MSISDN 1052
22:48:37.488212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.562537 tst         register_default_mass.py: using MSISDN 1053
22:48:37.568365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.664500 tst         register_default_mass.py: using MSISDN 1054
22:48:37.674249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.770577 tst         register_default_mass.py: using MSISDN 1055
22:48:37.776566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.862576 tst         register_default_mass.py: using MSISDN 1056
22:48:37.868488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.946339 tst         register_default_mass.py: using MSISDN 1057
22:48:37.953150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.033657 tst         register_default_mass.py: using MSISDN 1058
22:48:38.039653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.122642 tst         register_default_mass.py: using MSISDN 1059
22:48:38.129479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.206963 tst         register_default_mass.py: using MSISDN 1060
22:48:38.212844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.281057 tst         register_default_mass.py: using MSISDN 1061
22:48:38.288766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.373172 tst         register_default_mass.py: using MSISDN 1062
22:48:38.379102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.452058 tst         register_default_mass.py: using MSISDN 1063
22:48:38.458563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.530298 tst         register_default_mass.py: using MSISDN 1064
22:48:38.536343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.601826 tst         register_default_mass.py: using MSISDN 1065
22:48:38.611428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.694806 tst         register_default_mass.py: using MSISDN 1066
22:48:38.701677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.774264 tst         register_default_mass.py: using MSISDN 1067
22:48:38.780106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.858127 tst         register_default_mass.py: using MSISDN 1068
22:48:38.864119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.926876 tst         register_default_mass.py: using MSISDN 1069
22:48:38.933647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.011839 tst         register_default_mass.py: using MSISDN 1070
22:48:39.018383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.119425 tst         register_default_mass.py: using MSISDN 1071
22:48:39.126313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.195195 tst         register_default_mass.py: using MSISDN 1072
22:48:39.201060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.267846 tst         register_default_mass.py: using MSISDN 1073
22:48:39.273773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.342834 tst         register_default_mass.py: using MSISDN 1074
22:48:39.349023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.428227 tst         register_default_mass.py: using MSISDN 1075
22:48:39.434042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.512448 tst         register_default_mass.py: using MSISDN 1076
22:48:39.519774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.591645 tst         register_default_mass.py: using MSISDN 1077
22:48:39.597400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.667475 tst         register_default_mass.py: using MSISDN 1078
22:48:39.672972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.740724 tst         register_default_mass.py: using MSISDN 1079
22:48:39.746573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.814972 tst         register_default_mass.py: using MSISDN 1080
22:48:39.820587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.896429 tst         register_default_mass.py: using MSISDN 1081
22:48:39.902275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.966501 tst         register_default_mass.py: using MSISDN 1082
22:48:39.972607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.047260 tst         register_default_mass.py: using MSISDN 1083
22:48:40.053928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.118790 tst         register_default_mass.py: using MSISDN 1084
22:48:40.125064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.197238 tst         register_default_mass.py: using MSISDN 1085
22:48:40.203278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.271832 tst         register_default_mass.py: using MSISDN 1086
22:48:40.277882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.343691 tst         register_default_mass.py: using MSISDN 1087
22:48:40.349635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.417870 tst         register_default_mass.py: using MSISDN 1088
22:48:40.423797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.503335 tst         register_default_mass.py: using MSISDN 1089
22:48:40.511446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.586471 tst         register_default_mass.py: using MSISDN 1090
22:48:40.600327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.680409 tst         register_default_mass.py: using MSISDN 1091
22:48:40.692306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.791119 tst         register_default_mass.py: using MSISDN 1092
22:48:40.803796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.884215 tst         register_default_mass.py: using MSISDN 1093
22:48:40.896359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.984079 tst         register_default_mass.py: using MSISDN 1094
22:48:40.996776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.073533 tst         register_default_mass.py: using MSISDN 1095
22:48:41.084442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.154764 tst         register_default_mass.py: using MSISDN 1096
22:48:41.163464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.229061 tst         register_default_mass.py: using MSISDN 1097
22:48:41.235033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.314720 tst         register_default_mass.py: using MSISDN 1098
22:48:41.325803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.401746 tst         register_default_mass.py: using MSISDN 1099
22:48:41.412266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.469160 tst         register_default_mass.py: using MSISDN 1100
22:48:41.476027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.594217 run                             mass: Starting testcase
22:48:41.600207 run                             mass: Pre-launching all virtphy's
22:48:41.605965 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.619599 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.626026 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.639609 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.645889 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.659466 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.665781 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.679427 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.685762 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.699298 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.705547 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.719174 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.725477 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.739095 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.745497 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.759109 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.765390 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.778884 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.785225 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.798730 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.805036 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.818355 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.824763 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.838597 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.844939 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.858410 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.864723 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.878253 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.884599 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.898182 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.904375 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.917838 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.924039 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.937671 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.943968 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.957519 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.964962 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.978503 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.984791 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.998458 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.005850 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.019491 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.025784 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.039057 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.045336 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.058789 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.065063 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.078670 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.084962 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.098564 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.104854 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.118396 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.124685 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.138237 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.144480 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.157724 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.163934 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.177460 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.183802 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.197587 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.203891 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.217602 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.223960 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.237689 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.244023 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.257716 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.264035 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.277316 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.283637 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.297248 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.303460 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.316878 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.323186 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.336801 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.342990 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.356138 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.362408 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.375707 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.381855 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.395382 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.402365 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.415971 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.422344 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.435575 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.441796 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.454941 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.461231 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.474467 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.480842 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.494757 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.501208 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.515020 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.522855 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.537126 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.543628 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.557516 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.567416 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.581511 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.587797 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.601178 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.607547 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.621057 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.631173 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.645156 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.651451 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.665144 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.673062 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.686732 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.693008 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.706895 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.713196 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.726783 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.733011 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.746611 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.753218 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.767070 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.774086 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.787730 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.794560 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.807663 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.813886 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.827347 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.834222 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.847764 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.853968 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.867490 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.873698 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.886673 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.893090 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.906716 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.912979 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.926414 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.932616 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.946234 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.952383 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.965674 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.971934 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.985070 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.992800 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.006389 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.012666 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.026316 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.032652 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.046228 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.052468 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.066003 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.072250 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.085532 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.091719 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.105171 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.111490 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.125460 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.131859 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.145528 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.151803 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.165582 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.172003 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.185611 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.192014 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.205669 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.211920 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.225586 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.231867 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.245409 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.251744 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.265375 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.271628 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.285165 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.292495 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.309602 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.317629 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.333983 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.341472 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.357612 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.365385 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.381771 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.389243 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.405785 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.413306 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.430984 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.438787 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.455491 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.463258 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.479764 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.487363 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.503823 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.511519 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.527969 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.536008 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.552609 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.560205 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.576806 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.584244 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.600545 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.607966 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.624295 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.631675 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.648014 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.655594 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.672958 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.680541 run                             mass: Checking if sockets are in the filesystem
22:48:43.695695 run                osmo-ms-mob/00000: Starting mobile
22:48:43.712233 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.725802 run                             mass: MS start registered  {at=4186629.429133779, delay=0.005975386127829552, ms=00000}
22:48:47.896868 run                osmo-ms-mob/00001: Starting mobile
22:48:47.912471 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.925558 run                             mass: MS start registered  {at=4186633.628876758, delay=0.005869666580110788, ms=00001}
22:48:48.864685 run                             mass: MS performed LU  {at=4186634.567989448, lu_delay=5.138855669181794, ms=00000}
22:48:49.694133 run                osmo-ms-mob/00002: Starting mobile
22:48:49.708956 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.724470 run                             mass: MS start registered  {at=4186635.427811786, delay=0.0077368649654090405, ms=00002}
22:48:50.999623 run                osmo-ms-mob/00003: Starting mobile
22:48:51.018210 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.031473 run                             mass: MS start registered  {at=4186636.734794285, delay=0.005493219010531902, ms=00003}
22:48:52.093880 run                osmo-ms-mob/00004: Starting mobile
22:48:52.108945 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.121652 run                             mass: MS start registered  {at=4186637.824991745, delay=0.0052657341584563255, ms=00004}
22:48:53.094329 run                osmo-ms-mob/00005: Starting mobile
22:48:53.109382 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.121520 run                             mass: MS start registered  {at=4186638.824862392, delay=0.0052571711130440235, ms=00005}
22:48:53.995248 run                osmo-ms-mob/00006: Starting mobile
22:48:54.009557 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.020846 run                             mass: MS start registered  {at=4186639.724194681, delay=0.0045626056380569935, ms=00006}
22:48:54.042411 run                             mass: MS performed LU  {at=4186639.745748079, lu_delay=6.116871321108192, ms=00001}
22:48:54.901779 run                osmo-ms-mob/00007: Starting mobile
22:48:54.915563 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.926935 run                             mass: MS start registered  {at=4186640.630278576, delay=0.004894675221294165, ms=00007}
22:48:55.694130 run                osmo-ms-mob/00008: Starting mobile
22:48:55.707865 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.719790 run                             mass: MS start registered  {at=4186641.423142647, delay=0.0009376159869134426, ms=00008}
22:48:55.943637 run                             mass: MS performed LU  {at=4186641.646965155, lu_delay=6.219153368845582, ms=00002}
22:48:55.971192 run                             mass: MS performed LU  {at=4186641.674500453, lu_delay=4.9397061676718295, ms=00003}
22:48:56.393828 run                osmo-ms-mob/00009: Starting mobile
22:48:56.407448 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.418983 run                             mass: MS start registered  {at=4186642.122322747, delay=0.005192447919398546, ms=00009}
22:48:57.094006 run                osmo-ms-mob/00010: Starting mobile
22:48:57.116359 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.128844 run                             mass: MS start registered  {at=4186642.832188264, delay=0.006084394175559282, ms=00010}
22:48:57.694401 run                osmo-ms-mob/00011: Starting mobile
22:48:57.708419 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.720774 run                             mass: MS start registered  {at=4186643.424108018, delay=0.00563036696985364, ms=00011}
22:48:57.807735 run                             mass: MS performed LU  {at=4186643.511066771, lu_delay=4.6862043789587915, ms=00005}
22:48:57.873483 run                             mass: MS performed LU  {at=4186643.576814698, lu_delay=5.751822953112423, ms=00004}
22:48:58.294551 run                osmo-ms-mob/00012: Starting mobile
22:48:58.310169 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.323034 run                             mass: MS start registered  {at=4186644.026379121, delay=0.005399088840931654, ms=00012}
22:48:58.894788 run                osmo-ms-mob/00013: Starting mobile
22:48:58.910408 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.923301 run                             mass: MS start registered  {at=4186644.626639402, delay=0.00538672786206007, ms=00013}
22:48:59.493798 run                osmo-ms-mob/00014: Starting mobile
22:48:59.508193 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.520513 run                             mass: MS start registered  {at=4186645.223838188, delay=0.005552503280341625, ms=00014}
22:48:59.709594 run                             mass: MS performed LU  {at=4186645.412924565, lu_delay=5.688729884102941, ms=00006}
22:49:00.112505 run                osmo-ms-mob/00015: Starting mobile
22:49:00.126428 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.186721 run                             mass: MS start registered  {at=4186645.890035034, delay=0.05421115318313241, ms=00015}
22:49:00.594445 run                osmo-ms-mob/00016: Starting mobile
22:49:00.608320 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.619789 run                             mass: MS start registered  {at=4186646.323139306, delay=0.0051528653129935265, ms=00016}
22:49:01.094231 run                osmo-ms-mob/00017: Starting mobile
22:49:01.108163 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.119715 run                             mass: MS start registered  {at=4186646.823063384, delay=0.0051931110210716724, ms=00017}
22:49:01.574195 run                             mass: MS performed LU  {at=4186647.277500119, lu_delay=5.854357472155243, ms=00008}
22:49:01.638781 run                             mass: MS performed LU  {at=4186647.34211058, lu_delay=5.2197878328152, ms=00009}
22:49:01.650770 run                osmo-ms-mob/00018: Starting mobile
22:49:01.664320 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.675677 run                             mass: MS start registered  {at=4186647.379018979, delay=0.005112715996801853, ms=00018}
22:49:01.943445 run                             mass: MS performed LU  {at=4186647.646781437, lu_delay=4.814593173097819, ms=00010}
22:49:02.093913 run                osmo-ms-mob/00019: Starting mobile
22:49:02.108363 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.120928 run                             mass: MS start registered  {at=4186647.824272574, delay=0.005102878902107477, ms=00019}
22:49:02.594079 run                osmo-ms-mob/00020: Starting mobile
22:49:02.607594 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.618727 run                             mass: MS start registered  {at=4186648.322079361, delay=0.004822802729904652, ms=00020}
22:49:03.094247 run                osmo-ms-mob/00021: Starting mobile
22:49:03.110165 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.121706 run                             mass: MS start registered  {at=4186648.825044122, delay=0.004953932017087936, ms=00021}
22:49:03.373457 run                             mass: MS performed LU  {at=4186649.076791128, lu_delay=5.652683109976351, ms=00011}
22:49:03.475239 run                             mass: MS performed LU  {at=4186649.178574068, lu_delay=5.152194947004318, ms=00012}
22:49:03.487245 run                osmo-ms-mob/00022: Starting mobile
22:49:03.501213 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.514107 run                             mass: MS start registered  {at=4186649.217451678, delay=0.006549192126840353, ms=00022}
22:49:03.628191 run                             mass: MS performed LU  {at=4186649.33152363, lu_delay=4.704884227830917, ms=00013}
22:49:03.994312 run                osmo-ms-mob/00023: Starting mobile
22:49:04.007679 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.019007 run                             mass: MS start registered  {at=4186649.722356347, delay=0.0050811609253287315, ms=00023}
22:49:04.393754 run                osmo-ms-mob/00024: Starting mobile
22:49:04.407627 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.454036 run                             mass: MS start registered  {at=4186650.157392268, delay=2.072984352707863e-05, ms=00024}
22:49:04.894080 run                osmo-ms-mob/00025: Starting mobile
22:49:04.907572 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.919204 run                             mass: MS start registered  {at=4186650.622546265, delay=0.004929037764668465, ms=00025}
22:49:05.294067 run                osmo-ms-mob/00026: Starting mobile
22:49:05.307607 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.318855 run                             mass: MS start registered  {at=4186651.022204893, delay=0.004744032397866249, ms=00026}
22:49:05.340033 run                             mass: MS performed LU  {at=4186651.043384534, lu_delay=4.7202452276833355, ms=00016}
22:49:05.404631 run                             mass: MS performed LU  {at=4186651.10796121, lu_delay=5.884123021736741, ms=00014}
22:49:05.474182 run                             mass: MS performed LU  {at=4186651.177517943, lu_delay=5.287482908926904, ms=00015}
22:49:05.485861 run                osmo-ms-mob/00027: Starting mobile
22:49:05.499322 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.510653 run                             mass: MS start registered  {at=4186651.214001275, delay=0.004748878069221973, ms=00027}
22:49:06.094110 run                osmo-ms-mob/00028: Starting mobile
22:49:06.107721 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.119004 run                             mass: MS start registered  {at=4186651.822357942, delay=0.004611584823578596, ms=00028}
22:49:06.495979 run                osmo-ms-mob/00029: Starting mobile
22:49:06.509926 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.521163 run                             mass: MS start registered  {at=4186652.224505965, delay=0.004828524310141802, ms=00029}
22:49:06.893358 run                osmo-ms-mob/00030: Starting mobile
22:49:06.907428 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.918483 run                             mass: MS start registered  {at=4186652.621834173, delay=0.004494174849241972, ms=00030}
22:49:07.139299 run                             mass: MS performed LU  {at=4186652.842620057, lu_delay=5.018347483128309, ms=00019}
22:49:07.241634 run                             mass: MS performed LU  {at=4186652.944963465, lu_delay=6.12190008116886, ms=00017}
22:49:07.253246 run                osmo-ms-mob/00031: Starting mobile
22:49:07.266843 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.273285 run                             mass: MS performed LU  {at=4186652.976642378, lu_delay=5.597623398993164, ms=00018}
22:49:07.279269 run                             mass: MS start registered  {at=4186652.982636775, delay=0.006014851853251457, ms=00031}
22:49:07.393538 run                             mass: MS performed LU  {at=4186653.09686247, lu_delay=4.774783108849078, ms=00020}
22:49:07.406545 run                osmo-ms-mob/00032: Starting mobile
22:49:07.420639 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.431968 run                             mass: MS start registered  {at=4186653.135311321, delay=0.004933536052703857, ms=00032}
22:49:07.994054 run                osmo-ms-mob/00033: Starting mobile
22:49:08.007861 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.019084 run                             mass: MS start registered  {at=4186653.722435855, delay=0.004828816745430231, ms=00033}
22:49:08.394321 run                osmo-ms-mob/00034: Starting mobile
22:49:08.408247 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.420846 run                             mass: MS start registered  {at=4186654.124184403, delay=0.0064654541201889515, ms=00034}
22:49:08.693929 run                osmo-ms-mob/00035: Starting mobile
22:49:08.708069 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.719144 run                             mass: MS start registered  {at=4186654.42248791, delay=0.0046065268106758595, ms=00035}
22:49:09.094215 run                osmo-ms-mob/00036: Starting mobile
22:49:09.109615 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.115727 run                             mass: MS performed LU  {at=4186654.819085653, lu_delay=5.994041530881077, ms=00021}
22:49:09.121565 run                             mass: MS start registered  {at=4186654.824932107, delay=0.005863958969712257, ms=00036}
22:49:09.170492 run                             mass: MS performed LU  {at=4186654.873826965, lu_delay=5.656375287100673, ms=00022}
22:49:09.239644 run                             mass: MS performed LU  {at=4186654.942975919, lu_delay=5.220619572326541, ms=00023}
22:49:09.251350 run                osmo-ms-mob/00037: Starting mobile
22:49:09.271727 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.283121 run                             mass: MS start registered  {at=4186654.986472323, delay=0.0050171841867268085, ms=00037}
22:49:09.294682 run                             mass: MS performed LU  {at=4186654.99803488, lu_delay=4.840642611961812, ms=00024}
22:49:09.793864 run                osmo-ms-mob/00038: Starting mobile
22:49:09.807197 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.818743 run                             mass: MS start registered  {at=4186655.522096181, delay=0.0018017017282545567, ms=00038}
22:49:10.094005 run                osmo-ms-mob/00039: Starting mobile
22:49:10.107785 run       osmo-ms-mob/00039(pid=174): Launched
22:49:10.118970 run                             mass: MS start registered  {at=4186655.822315703, delay=0.004730653949081898, ms=00039}
22:49:10.495150 run                osmo-ms-mob/00040: Starting mobile
22:49:10.508916 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.520238 run                             mass: MS start registered  {at=4186656.22359029, delay=0.005000567063689232, ms=00040}
22:49:10.793360 run                osmo-ms-mob/00041: Starting mobile
22:49:10.806807 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.818032 run                             mass: MS start registered  {at=4186656.521377239, delay=0.0051426938734948635, ms=00041}
22:49:10.905472 run                             mass: MS performed LU  {at=4186656.608808659, lu_delay=5.5866037658415735, ms=00026}
22:49:11.007378 run                             mass: MS performed LU  {at=4186656.710708883, lu_delay=6.088162618223578, ms=00025}
22:49:11.019307 run                osmo-ms-mob/00042: Starting mobile
22:49:11.033075 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.039645 run                             mass: MS performed LU  {at=4186656.743003186, lu_delay=5.529001910705119, ms=00027}
22:49:11.045754 run                             mass: MS start registered  {at=4186656.749119912, delay=0.006134370807558298, ms=00042}
22:49:11.159751 run                             mass: MS performed LU  {at=4186656.863086537, lu_delay=5.040728595107794, ms=00028}
22:49:11.196905 run                             mass: MS performed LU  {at=4186656.90023944, lu_delay=4.675733475014567, ms=00029}
22:49:11.208670 run                osmo-ms-mob/00043: Starting mobile
22:49:11.222303 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.233443 run                             mass: MS start registered  {at=4186656.936789964, delay=0.0048691947013139725, ms=00043}
22:49:11.793460 run                osmo-ms-mob/00044: Starting mobile
22:49:11.807203 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.818227 run                             mass: MS start registered  {at=4186657.521580003, delay=0.004698699340224266, ms=00044}
22:49:12.094812 run                osmo-ms-mob/00045: Starting mobile
22:49:12.108808 run       osmo-ms-mob/00045(pid=180): Launched
22:49:12.122608 run                             mass: MS start registered  {at=4186657.825923066, delay=0.0073968772776424885, ms=00045}
22:49:12.394401 run                osmo-ms-mob/00046: Starting mobile
22:49:12.408765 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.420041 run                             mass: MS start registered  {at=4186658.12339191, delay=0.0045937299728393555, ms=00046}
22:49:12.693554 run                osmo-ms-mob/00047: Starting mobile
22:49:12.707565 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.718291 run                             mass: MS start registered  {at=4186658.421641544, delay=0.004499310161918402, ms=00047}
22:49:12.871305 run                             mass: MS performed LU  {at=4186658.574638811, lu_delay=5.439327490050346, ms=00032}
22:49:12.936598 run                             mass: MS performed LU  {at=4186658.639934107, lu_delay=5.657297332305461, ms=00031}
22:49:12.948364 run                osmo-ms-mob/00048: Starting mobile
22:49:12.962156 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.973507 run                             mass: MS start registered  {at=4186658.676856224, delay=0.005024353973567486, ms=00048}
22:49:13.005564 run                             mass: MS performed LU  {at=4186658.708899167, lu_delay=4.986463312059641, ms=00033}
22:49:13.061119 run                             mass: MS performed LU  {at=4186658.764451966, lu_delay=6.142617793288082, ms=00030}
22:49:13.073005 run                osmo-ms-mob/00049: Starting mobile
22:49:13.087037 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.098117 run                             mass: MS start registered  {at=4186658.801463894, delay=0.004867966286838055, ms=00049}
22:49:13.332558 run                             mass: MS performed LU  {at=4186659.03588989, lu_delay=4.911705486942083, ms=00034}
22:49:13.593913 run                osmo-ms-mob/00050: Starting mobile
22:49:13.607514 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.618618 run                             mass: MS start registered  {at=4186659.32196691, delay=0.004755284637212753, ms=00050}
22:49:13.993738 run                osmo-ms-mob/00051: Starting mobile
22:49:14.007579 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.019881 run                             mass: MS start registered  {at=4186659.723206837, delay=0.005860079079866409, ms=00051}
22:49:14.293823 run                osmo-ms-mob/00052: Starting mobile
22:49:14.307578 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.318737 run                             mass: MS start registered  {at=4186660.022087866, delay=0.004815858788788319, ms=00052}
22:49:14.594174 run                osmo-ms-mob/00053: Starting mobile
22:49:14.608537 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.620185 run                             mass: MS start registered  {at=4186660.323530326, delay=0.005032940302044153, ms=00053}
22:49:14.671140 run                             mass: MS performed LU  {at=4186660.374476661, lu_delay=4.8523804801516235, ms=00038}
22:49:14.773141 run                             mass: MS performed LU  {at=4186660.476470476, lu_delay=5.651538369245827, ms=00036}
22:49:14.785350 run                osmo-ms-mob/00054: Starting mobile
22:49:14.800328 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.810024 run                             mass: MS performed LU  {at=4186660.513378778, lu_delay=4.691063074860722, ms=00039}
22:49:14.817601 run                             mass: MS start registered  {at=4186660.52096377, delay=0.007606398779898882, ms=00054}
22:49:14.925353 run                             mass: MS performed LU  {at=4186660.628680225, lu_delay=5.642207901924849, ms=00037}
22:49:14.939553 run                osmo-ms-mob/00055: Starting mobile
22:49:14.957191 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.965575 run                             mass: MS performed LU  {at=4186660.66892947, lu_delay=6.246441559866071, ms=00035}
22:49:14.973450 run                             mass: MS start registered  {at=4186660.676811122, delay=0.007906198967248201, ms=00055}
22:49:15.494740 run                osmo-ms-mob/00056: Starting mobile
22:49:15.510718 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.523040 run                             mass: MS start registered  {at=4186661.226387222, delay=0.0053458488546311855, ms=00056}
22:49:15.794314 run                osmo-ms-mob/00057: Starting mobile
22:49:15.808181 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.819344 run                             mass: MS start registered  {at=4186661.522695539, delay=0.004533398896455765, ms=00057}
22:49:16.194288 run                osmo-ms-mob/00058: Starting mobile
22:49:16.209257 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.221388 run                             mass: MS start registered  {at=4186661.924732762, delay=0.004967601038515568, ms=00058}
22:49:16.494215 run                osmo-ms-mob/00059: Starting mobile
22:49:16.508891 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.520799 run                             mass: MS start registered  {at=4186662.224149289, delay=0.003059130162000656, ms=00059}
22:49:16.637415 run                             mass: MS performed LU  {at=4186662.340736431, lu_delay=5.819359192159027, ms=00041}
22:49:16.702105 run                             mass: MS performed LU  {at=4186662.405436632, lu_delay=6.181846342049539, ms=00040}
22:49:16.713483 run                osmo-ms-mob/00060: Starting mobile
22:49:16.727197 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.738653 run                             mass: MS start registered  {at=4186662.44200695, delay=0.004977501928806305, ms=00060}
22:49:16.771284 run                             mass: MS performed LU  {at=4186662.474629306, lu_delay=4.9530493025667965, ms=00044}
22:49:16.827070 run                             mass: MS performed LU  {at=4186662.530404784, lu_delay=5.781284871976823, ms=00042}
22:49:16.863704 run                             mass: MS performed LU  {at=4186662.567013065, lu_delay=5.630223101004958, ms=00043}
22:49:16.875915 run                osmo-ms-mob/00061: Starting mobile
22:49:16.889988 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.896621 run                             mass: MS performed LU  {at=4186662.599978909, lu_delay=21.96970033273101, ms=00007}
22:49:16.903494 run                             mass: MS start registered  {at=4186662.606857316, delay=0.00689837709069252, ms=00061}
22:49:17.136119 run                             mass: MS performed LU  {at=4186662.839457656, lu_delay=5.0135345896705985, ms=00045}
22:49:17.147571 run                osmo-ms-mob/00062: Starting mobile
22:49:17.160955 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.171857 run                             mass: MS start registered  {at=4186662.875208981, delay=0.004725669976323843, ms=00062}
22:49:17.793687 run                osmo-ms-mob/00063: Starting mobile
22:49:17.808500 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.821231 run                             mass: MS start registered  {at=4186663.524578822, delay=0.00561563903465867, ms=00063}
22:49:17.833210 run                             mass: MS performed LU  {at=4186663.536560162, lu_delay=3.8133533247746527, ms=00051}
22:49:18.194872 run                osmo-ms-mob/00064: Starting mobile
22:49:18.211610 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.225378 run                             mass: MS start registered  {at=4186663.928706591, delay=0.006013983860611916, ms=00064}
22:49:18.436965 run                             mass: MS performed LU  {at=4186664.140283043, lu_delay=6.01689113304019, ms=00046}
22:49:18.538759 run                             mass: MS performed LU  {at=4186664.242093466, lu_delay=5.440629572141916, ms=00049}
22:49:18.551784 run                osmo-ms-mob/00065: Starting mobile
22:49:18.568113 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.575826 run                             mass: MS performed LU  {at=4186664.279180303, lu_delay=4.95721339341253, ms=00050}
22:49:18.583323 run                             mass: MS start registered  {at=4186664.286686698, delay=0.007529639173299074, ms=00065}
22:49:18.690742 run                             mass: MS performed LU  {at=4186664.394075365, lu_delay=5.972433820832521, ms=00047}
22:49:18.703477 run                osmo-ms-mob/00066: Starting mobile
22:49:18.719431 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.728415 run                             mass: MS performed LU  {at=4186664.4317588, lu_delay=5.754902576096356, ms=00048}
22:49:18.736387 run                             mass: MS start registered  {at=4186664.439748513, delay=0.00964722502976656, ms=00066}
22:49:19.295666 run                osmo-ms-mob/00067: Starting mobile
22:49:19.312498 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.328394 run                             mass: MS start registered  {at=4186665.031733202, delay=0.007876353804022074, ms=00067}
22:49:19.595269 run                osmo-ms-mob/00068: Starting mobile
22:49:19.611758 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.624961 run                             mass: MS start registered  {at=4186665.328297414, delay=0.005782539024949074, ms=00068}
22:49:19.994066 run                osmo-ms-mob/00069: Starting mobile
22:49:20.007656 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.018609 run                             mass: MS start registered  {at=4186665.721962392, delay=0.004700767807662487, ms=00069}
22:49:20.400580 run                osmo-ms-mob/00070: Starting mobile
22:49:20.430945 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.445151 run                             mass: MS performed LU  {at=4186666.14849659, lu_delay=5.824966263957322, ms=00053}
22:49:20.458789 run                             mass: MS start registered  {at=4186666.162143026, delay=0.013678508810698986, ms=00070}
22:49:20.472550 run                             mass: MS performed LU  {at=4186666.175897403, lu_delay=5.49908628128469, ms=00055}
22:49:20.537038 run                             mass: MS performed LU  {at=4186666.240366569, lu_delay=5.7194027989171445, ms=00054}
22:49:20.551573 run                osmo-ms-mob/00071: Starting mobile
22:49:20.568945 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.582279 run                             mass: MS start registered  {at=4186666.285627807, delay=0.005686786025762558, ms=00071}
22:49:20.592602 run                             mass: MS performed LU  {at=4186666.295936659, lu_delay=6.273848793003708, ms=00052}
22:49:20.629302 run                             mass: MS performed LU  {at=4186666.332636012, lu_delay=5.10624879039824, ms=00056}
22:49:20.648069 run                             mass: MS performed LU  {at=4186666.351408293, lu_delay=4.8287127539515495, ms=00057}
22:49:20.660180 run                osmo-ms-mob/00072: Starting mobile
22:49:20.674504 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.685746 run                             mass: MS start registered  {at=4186666.389096547, delay=0.00490711210295558, ms=00072}
22:49:21.593857 run                osmo-ms-mob/00073: Starting mobile
22:49:21.645751 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.656920 run                             mass: MS start registered  {at=4186667.360267398, delay=0.004768270067870617, ms=00073}
22:49:21.993967 run                osmo-ms-mob/00074: Starting mobile
22:49:22.007965 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.019230 run                             mass: MS start registered  {at=4186667.722576967, delay=0.00494376290589571, ms=00074}
22:49:22.393923 run                osmo-ms-mob/00075: Starting mobile
22:49:22.407351 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.418430 run                             mass: MS start registered  {at=4186668.121783404, delay=0.004768107086420059, ms=00075}
22:49:22.691888 run                             mass: MS performed LU  {at=4186668.395226121, lu_delay=6.171076831873506, ms=00059}
22:49:22.729373 run                             mass: MS performed LU  {at=4186668.432704803, lu_delay=5.825847486965358, ms=00061}
22:49:22.741083 run                osmo-ms-mob/00076: Starting mobile
22:49:22.754736 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.766658 run                             mass: MS start registered  {at=4186668.470002795, delay=0.005390888080000877, ms=00076}
22:49:22.774881 run                             mass: MS performed LU  {at=4186668.478214494, lu_delay=5.60300551308319, ms=00062}
22:49:22.784877 run                             mass: MS performed LU  {at=4186668.488221829, lu_delay=4.963643006980419, ms=00063}
22:49:22.803303 run                             mass: MS performed LU  {at=4186668.506633623, lu_delay=6.064626673236489, ms=00060}
22:49:22.815024 run                osmo-ms-mob/00077: Starting mobile
22:49:22.828953 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.840358 run                             mass: MS start registered  {at=4186668.543706239, delay=0.0050726779736578465, ms=00077}
22:49:22.909418 run                             mass: MS performed LU  {at=4186668.612737042, lu_delay=6.688004279974848, ms=00058}
22:49:23.794111 run                osmo-ms-mob/00078: Starting mobile
22:49:23.807642 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.819138 run                             mass: MS start registered  {at=4186669.52248762, delay=0.005145805887877941, ms=00078}
22:49:24.067986 run                             mass: MS performed LU  {at=4186669.771318276, lu_delay=5.8426116849295795, ms=00064}
22:49:24.123464 run                             mass: MS performed LU  {at=4186669.826797168, lu_delay=4.498499753884971, ms=00068}
22:49:24.135231 run                osmo-ms-mob/00079: Starting mobile
22:49:24.149280 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.161060 run                             mass: MS start registered  {at=4186669.864400988, delay=0.005470242816954851, ms=00079}
22:49:24.233718 run                             mass: MS performed LU  {at=4186669.937046035, lu_delay=5.650359337218106, ms=00065}
22:49:24.694016 run                osmo-ms-mob/00080: Starting mobile
22:49:24.707807 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.718940 run                             mass: MS start registered  {at=4186670.422288716, delay=0.004812935832887888, ms=00080}
22:49:25.119477 run                             mass: MS performed LU  {at=4186670.822809995, lu_delay=6.383061482105404, ms=00066}
22:49:25.131389 run                osmo-ms-mob/00081: Starting mobile
22:49:25.145116 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.156212 run                             mass: MS start registered  {at=4186670.859560983, delay=0.004761973861604929, ms=00081}
22:49:25.593943 run                osmo-ms-mob/00082: Starting mobile
22:49:25.607492 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.618418 run                             mass: MS start registered  {at=4186671.321770921, delay=0.004811368882656097, ms=00082}
22:49:25.969426 run                             mass: MS performed LU  {at=4186671.672759523, lu_delay=5.5106164971366525, ms=00070}
22:49:26.070251 run                             mass: MS performed LU  {at=4186671.773584583, lu_delay=5.384488035924733, ms=00072}
22:49:26.098532 run                             mass: MS performed LU  {at=4186671.801885331, lu_delay=5.516257524024695, ms=00071}
22:49:26.109545 run                osmo-ms-mob/00083: Starting mobile
22:49:26.122794 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.133789 run                             mass: MS start registered  {at=4186671.83714058, delay=0.004679544363170862, ms=00083}
22:49:26.222910 run                             mass: MS performed LU  {at=4186671.926243253, lu_delay=6.204280861187726, ms=00069}
22:49:26.259482 run                             mass: MS performed LU  {at=4186671.962821878, lu_delay=4.6025544800795615, ms=00073}
22:49:26.934327 run                osmo-ms-mob/00084: Starting mobile
22:49:26.953662 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.959937 run                             mass: Starting too slowly. Moving on {now=4186672.663304781, sleep=-0.1722913198173046, target=4186672.4910134613}
22:49:26.966061 run                             mass: MS start registered  {at=4186672.669414782, delay=0.006112502887845039, ms=00084}
22:49:26.972070 run                             mass: Starting too slowly. Moving on {now=4186672.675439917, sleep=-0.08442645566537976, target=4186672.5910134614}
22:49:27.193815 run                osmo-ms-mob/00085: Starting mobile
22:49:27.207700 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.218866 run                             mass: MS start registered  {at=4186672.922219294, delay=0.005118084140121937, ms=00085}
22:49:27.794303 run                osmo-ms-mob/00086: Starting mobile
22:49:27.807613 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.818744 run                             mass: MS start registered  {at=4186673.522094596, delay=0.004877264145761728, ms=00086}
22:49:27.999680 run                             mass: MS performed LU  {at=4186673.703017447, lu_delay=5.581234042998403, ms=00075}
22:49:28.068983 run                             mass: MS performed LU  {at=4186673.772317765, lu_delay=6.049740797840059, ms=00074}
22:49:28.124040 run                             mass: MS performed LU  {at=4186673.827364516, lu_delay=5.2836582767777145, ms=00077}
22:49:28.394142 run                osmo-ms-mob/00087: Starting mobile
22:49:28.407376 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.418603 run                             mass: MS start registered  {at=4186674.121948375, delay=0.005134644918143749, ms=00087}
22:49:28.993905 run                osmo-ms-mob/00088: Starting mobile
22:49:29.007183 run       osmo-ms-mob/00088(pid=223): Launched
22:49:29.018411 run                             mass: MS start registered  {at=4186674.721762997, delay=0.004713753238320351, ms=00088}
22:49:29.595892 run                osmo-ms-mob/00089: Starting mobile
22:49:29.609404 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.620548 run                             mass: MS start registered  {at=4186675.32390036, delay=0.004842509049922228, ms=00089}
22:49:29.734305 run                             mass: MS performed LU  {at=4186675.437629463, lu_delay=5.573228475172073, ms=00079}
22:49:29.836450 run                             mass: MS performed LU  {at=4186675.539778149, lu_delay=4.680217166431248, ms=00081}
22:49:29.863858 run                             mass: MS performed LU  {at=4186675.567193018, lu_delay=5.144904301967472, ms=00080}
22:49:29.988101 run                             mass: MS performed LU  {at=4186675.691434672, lu_delay=6.168947052210569, ms=00078}
22:49:30.193932 run                osmo-ms-mob/00090: Starting mobile
22:49:30.207704 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.219638 run                             mass: MS start registered  {at=4186675.922973335, delay=0.005752827972173691, ms=00090}
22:49:30.893537 run                osmo-ms-mob/00091: Starting mobile
22:49:30.906961 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.918550 run                             mass: MS start registered  {at=4186676.621901889, delay=0.0051285987719893456, ms=00091}
22:49:31.599488 run                osmo-ms-mob/00092: Starting mobile
22:49:31.613380 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.624886 run                             mass: MS start registered  {at=4186677.328234452, delay=0.005512506701052189, ms=00092}
22:49:31.701312 run                             mass: MS performed LU  {at=4186677.404613658, lu_delay=6.082842736970633, ms=00082}
22:49:31.765919 run                             mass: MS performed LU  {at=4186677.469210375, lu_delay=5.632069794926792, ms=00083}
22:49:31.834829 run                             mass: MS performed LU  {at=4186677.538163529, lu_delay=4.868748746812344, ms=00084}
22:49:32.125827 run                             mass: MS performed LU  {at=4186677.829159184, lu_delay=4.906939889770001, ms=00085}
22:49:32.393771 run                osmo-ms-mob/00093: Starting mobile
22:49:32.407430 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.418870 run                             mass: MS start registered  {at=4186678.122212561, delay=0.00520607503131032, ms=00093}
22:49:33.299706 run                osmo-ms-mob/00094: Starting mobile
22:49:33.315791 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.327578 run                             mass: MS start registered  {at=4186679.030925318, delay=0.005265532061457634, ms=00094}
22:49:33.501696 run                             mass: MS performed LU  {at=4186679.204945993, lu_delay=5.082997618243098, ms=00087}
22:49:33.601826 run                             mass: MS performed LU  {at=4186679.305160614, lu_delay=5.7830660180188715, ms=00086}
22:49:33.630129 run                             mass: MS performed LU  {at=4186679.333483864, lu_delay=4.611720866989344, ms=00088}
22:49:34.206219 run                osmo-ms-mob/00095: Starting mobile
22:49:34.221034 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.232333 run                             mass: MS start registered  {at=4186679.935684627, delay=0.005117560736835003, ms=00095}
22:49:35.202014 run                osmo-ms-mob/00096: Starting mobile
22:49:35.216870 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.228373 run                             mass: MS start registered  {at=4186680.931719352, delay=0.005295633804053068, ms=00096}
22:49:35.466774 run                             mass: MS performed LU  {at=4186681.170069066, lu_delay=5.846168705727905, ms=00089}
22:49:35.531268 run                             mass: MS performed LU  {at=4186681.234588579, lu_delay=5.311615244019777, ms=00090}
22:49:35.600101 run                             mass: MS performed LU  {at=4186681.303425056, lu_delay=4.681523167062551, ms=00091}
22:49:36.306081 run                osmo-ms-mob/00097: Starting mobile
22:49:36.321705 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.332825 run                             mass: MS start registered  {at=4186682.036171204, delay=0.004790832754224539, ms=00097}
22:49:37.368218 run                             mass: MS performed LU  {at=4186683.071552715, lu_delay=5.743318262975663, ms=00092}
22:49:37.395651 run                             mass: MS performed LU  {at=4186683.098984472, lu_delay=4.976771911140531, ms=00093}
22:49:37.593665 run                osmo-ms-mob/00098: Starting mobile
22:49:37.607410 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.619043 run                             mass: MS start registered  {at=4186683.32239726, delay=0.005459568928927183, ms=00098}
22:49:39.232591 run                             mass: MS performed LU  {at=4186684.935908577, lu_delay=5.000223950017244, ms=00095}
22:49:39.297189 run                             mass: MS performed LU  {at=4186685.000523446, lu_delay=5.969598127994686, ms=00094}
22:49:39.309350 run                osmo-ms-mob/00099: Starting mobile
22:49:39.322966 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.330416 run                             mass: All started... {duration=55.642766817007214, too_slow=2}
22:49:39.339605 run                             mass: MS start registered  {at=4186685.042935953, delay=0.009159521199762821, ms=00099}
22:49:41.134343 run                             mass: MS performed LU  {at=4186686.837666019, lu_delay=5.905946666840464, ms=00096}
22:49:41.161872 run                             mass: MS performed LU  {at=4186686.86521261, lu_delay=4.829041406046599, ms=00097}
22:49:41.249474 run                             mass: MS performed LU  {at=4186686.952809972, lu_delay=21.921076770406216, ms=00067}
22:49:42.998523 run                             mass: MS performed LU  {at=4186688.701797604, lu_delay=5.3794003440998495, ms=00098}
22:49:44.899882 run                             mass: MS performed LU  {at=4186690.603214533, lu_delay=5.560278580058366, ms=00099}
22:49:44.927617 run                             mass: MS performed LU  {at=4186690.630917476, lu_delay=22.16091468092054, ms=00076}
22:49:44.935634 run                             mass: Tests done {all_completed=True, max=22.16091468092054, min=3.8133533247746527}
22:49:44.941949 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:44.948022 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.951812 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.955494 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.959055 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.962713 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.966762 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.970539 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.974160 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.983961 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.992507 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.001318 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.010459 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.020098 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:45.029099 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:45.034154 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:45.039877 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:45.045811 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:45.051655 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:45.058040 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:45.063699 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:45.071696 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:45.082251 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:45.092430 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:45.100183 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:45.105868 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:45.112097 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:45.117249 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:45.123806 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:45.129769 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:45.136967 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:45.143243 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:45.149824 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:45.156563 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:45.163998 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:45.169604 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:45.175177 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:45.180076 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:45.186189 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:45.191059 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:45.198208 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:45.203504 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:45.209153 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:45.214616 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:45.220413 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:45.227396 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:45.232374 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:45.237424 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:45.242321 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:45.247956 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:45.253856 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:45.259674 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:45.281791 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:45.286495 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:45.291028 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:45.296182 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:45.301434 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:45.307272 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:45.312287 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:45.317738 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:45.322622 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:45.328464 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:45.333509 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:45.338910 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:45.343858 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:45.349012 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:45.353910 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:45.358758 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:45.364268 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:45.370562 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:45.377924 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:45.382854 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:45.387679 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:45.392459 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:45.397766 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:45.403638 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:45.408579 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:45.413472 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:45.418738 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:45.424025 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:45.428904 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:45.433739 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:45.438422 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:45.445794 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:45.454193 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.459041 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.463595 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.468175 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.473607 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.478060 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.482995 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.487521 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.492032 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.496526 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.500957 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.505310 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.509595 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.513952 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.518426 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.522866 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.527276 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.531620 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.537358 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.541938 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.546288 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.550681 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.556026 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.560363 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.564545 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.568712 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.572888 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.577027 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.581300 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.585483 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.589666 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.593809 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.597864 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.601872 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.605807 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.609752 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.614304 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.618251 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.622239 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.626587 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.630632 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.634680 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.638659 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.642616 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.646620 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.650552 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.654907 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.658907 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.664040 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.668050 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.672029 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.675911 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.680064 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.684048 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.688022 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.692581 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.696609 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.700544 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.704515 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.708449 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.712416 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.716514 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.720572 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.724604 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.728555 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.734397 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.738492 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.742419 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.746540 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.750507 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.754587 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.758500 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.762402 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.769234 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.773477 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.777371 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.782988 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.789294 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.793738 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.798236 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.803263 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.807694 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.812176 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.816553 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.820851 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.825125 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.829515 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.834023 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.838414 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.842675 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.846954 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.851190 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.855499 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.859861 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.864173 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.868403 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.872638 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.876873 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.881620 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.885813 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.890007 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.894195 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.898490 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.902748 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.906900 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.911026 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.915156 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.919365 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.923522 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.928240 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.932476 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.936611 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.940773 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.944845 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.948884 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.952908 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.956943 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.960955 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.965002 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.969504 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.973593 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.978084 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.982145 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.986734 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.990813 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.996849 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.001103 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.005434 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.009555 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.013664 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.017776 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.019622 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.024196 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.026238 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.030712 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.032520 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.046206 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.047934 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.052304 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.054081 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.058549 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.060390 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.064917 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.066745 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.071586 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.073465 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.078100 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.079995 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.084811 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.086761 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.091612 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.093562 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.098406 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.100764 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.105922 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.107971 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.112851 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.114790 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.119465 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.121429 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.126054 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.129156 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.139598 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.143597 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.150939 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.154143 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.163296 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.167010 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.174920 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.176966 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.181873 ---      ParallelTerminationStrategy: PID 43 died...
22:49:46.183822 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.188572 ---      ParallelTerminationStrategy: PID 44 died...
22:49:46.190556 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.195378 ---      ParallelTerminationStrategy: PID 45 died...
22:49:46.197300 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.202145 ---      ParallelTerminationStrategy: PID 46 died...
22:49:46.204103 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.209012 ---      ParallelTerminationStrategy: PID 47 died...
22:49:46.210938 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.215699 ---      ParallelTerminationStrategy: PID 48 died...
22:49:46.217666 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.222650 ---      ParallelTerminationStrategy: PID 49 died...
22:49:46.224639 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.229445 ---      ParallelTerminationStrategy: PID 50 died...
22:49:46.231477 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.236296 ---      ParallelTerminationStrategy: PID 51 died...
22:49:46.238232 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.242885 ---      ParallelTerminationStrategy: PID 52 died...
22:49:46.244752 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.249411 ---      ParallelTerminationStrategy: PID 53 died...
22:49:46.251294 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.255878 ---      ParallelTerminationStrategy: PID 54 died...
22:49:46.257759 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.262429 ---      ParallelTerminationStrategy: PID 55 died...
22:49:46.264291 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.268945 ---      ParallelTerminationStrategy: PID 56 died...
22:49:46.270822 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.275550 ---      ParallelTerminationStrategy: PID 57 died...
22:49:46.277457 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.282092 ---      ParallelTerminationStrategy: PID 58 died...
22:49:46.283972 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.288739 ---      ParallelTerminationStrategy: PID 59 died...
22:49:46.290618 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.295226 ---      ParallelTerminationStrategy: PID 60 died...
22:49:46.297093 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.301811 ---      ParallelTerminationStrategy: PID 61 died...
22:49:46.303728 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.308494 ---      ParallelTerminationStrategy: PID 62 died...
22:49:46.310431 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.315167 ---      ParallelTerminationStrategy: PID 63 died...
22:49:46.317863 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.322919 ---      ParallelTerminationStrategy: PID 64 died...
22:49:46.324920 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.329771 ---      ParallelTerminationStrategy: PID 65 died...
22:49:46.331722 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.337088 ---      ParallelTerminationStrategy: PID 66 died...
22:49:46.339032 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.343842 ---      ParallelTerminationStrategy: PID 67 died...
22:49:46.345897 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.350635 ---      ParallelTerminationStrategy: PID 68 died...
22:49:46.352557 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.357533 ---      ParallelTerminationStrategy: PID 69 died...
22:49:46.359456 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.364182 ---      ParallelTerminationStrategy: PID 70 died...
22:49:46.366044 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.370654 ---      ParallelTerminationStrategy: PID 71 died...
22:49:46.373816 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.380834 ---      ParallelTerminationStrategy: PID 72 died...
22:49:46.382776 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.388076 ---      ParallelTerminationStrategy: PID 73 died...
22:49:46.390540 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.395048 ---      ParallelTerminationStrategy: PID 74 died...
22:49:46.396892 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.402198 ---      ParallelTerminationStrategy: PID 75 died...
22:49:46.404075 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.408710 ---      ParallelTerminationStrategy: PID 76 died...
22:49:46.410576 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.415193 ---      ParallelTerminationStrategy: PID 77 died...
22:49:46.417032 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.421511 ---      ParallelTerminationStrategy: PID 78 died...
22:49:46.423330 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.427827 ---      ParallelTerminationStrategy: PID 79 died...
22:49:46.429697 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.434168 ---      ParallelTerminationStrategy: PID 80 died...
22:49:46.436002 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.440507 ---      ParallelTerminationStrategy: PID 81 died...
22:49:46.442331 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.446838 ---      ParallelTerminationStrategy: PID 82 died...
22:49:46.448694 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.453223 ---      ParallelTerminationStrategy: PID 83 died...
22:49:46.455025 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.459534 ---      ParallelTerminationStrategy: PID 84 died...
22:49:46.461373 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.465888 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.467718 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.472276 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.474094 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.478601 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.480407 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.484928 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.486794 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.491345 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.493162 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.497737 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.499591 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.504345 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.506236 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.510741 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.512589 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.517115 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.518926 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.523335 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.525104 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.566505 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.567990 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.571690 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.573230 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.576927 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.578422 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.582271 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.584517 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.588579 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.590262 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.594393 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.596100 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.600432 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.602201 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.606747 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.608544 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.613000 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.614780 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.619191 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.620982 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.625416 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.627253 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.631767 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.633610 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.638132 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.639962 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.644530 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.646430 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.650962 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.652802 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.657300 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.659084 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.663489 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.665270 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.669638 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.671409 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.675803 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.677609 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.682003 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.683783 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.688217 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.690004 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.694496 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.696267 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.700665 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.702447 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.706853 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.708756 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.713412 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.715289 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.719956 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.721833 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.726415 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.728241 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.732721 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.734553 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.739082 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.740910 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.745435 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.747269 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.751803 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.753633 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.758134 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.759954 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.764467 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.766325 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.770803 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.772634 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.777199 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.779037 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.783529 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.785377 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.789884 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.791692 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.796214 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.798040 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.802586 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.804469 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.809089 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.810957 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.815486 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.817310 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.821793 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.823653 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.828172 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.829986 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.834470 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.836279 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.841008 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.843595 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.848129 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.850059 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.854601 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.856441 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.860985 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.862808 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.867330 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.869174 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.873676 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.875490 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.880142 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.882000 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.886635 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.888565 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.893278 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.895139 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.899804 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.901672 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.906298 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.908147 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.912730 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.914588 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.919212 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.921073 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.925675 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.927548 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.932174 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.933998 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.938457 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.940280 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.944940 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.946801 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.951396 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.953261 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.957875 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.959710 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.964190 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.966035 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.970518 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.972369 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.976912 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.978742 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.983241 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.985109 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.989716 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.991575 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.996212 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.998069 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.002683 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.004527 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.009175 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.011018 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.015612 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.017464 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.022115 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.023971 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.028587 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.030446 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.035031 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.036966 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.041552 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.043384 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.047861 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.049666 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.054290 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.056149 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.060724 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.062583 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.067190 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.069045 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.073635 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.075496 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.080061 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.081858 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.086353 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.088154 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.092618 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.094448 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.098922 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.100736 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.105225 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.107000 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.111391 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.113195 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.117551 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.119321 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.123786 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.125566 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.129931 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.131687 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.136064 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.137862 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.142323 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.144068 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.148549 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.150330 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.154753 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.156550 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.161035 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.162850 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.167276 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.169088 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.173505 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.175297 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.179708 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.181507 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.185923 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.187726 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.192303 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.194105 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.198654 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.200505 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.205133 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.206989 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.211601 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.213443 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.218023 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.219865 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.224466 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.226302 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.230759 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.232554 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.237023 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.238917 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.243429 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.245261 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.249853 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.251886 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.256399 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.258200 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.262712 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.264566 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.269131 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.270991 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.275594 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.277447 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.282023 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.283872 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.288480 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.290274 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.295024 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.296878 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.301485 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.303335 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.307843 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.309655 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.314105 ---      ParallelTerminationStrategy: PID 213 died...
22:49:47.315897 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.320495 ---      ParallelTerminationStrategy: PID 214 died...
22:49:47.322377 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.327356 ---      ParallelTerminationStrategy: PID 215 died...
22:49:47.329283 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.334041 ---      ParallelTerminationStrategy: PID 216 died...
22:49:47.336002 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.340881 ---      ParallelTerminationStrategy: PID 217 died...
22:49:47.342859 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.347759 ---      ParallelTerminationStrategy: PID 218 died...
22:49:47.349719 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.354531 ---      ParallelTerminationStrategy: PID 219 died...
22:49:47.356463 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.361286 ---      ParallelTerminationStrategy: PID 220 died...
22:49:47.363213 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.367993 ---      ParallelTerminationStrategy: PID 221 died...
22:49:47.369923 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.374683 ---      ParallelTerminationStrategy: PID 222 died...
22:49:47.376584 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.381348 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.383241 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.387953 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.389847 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.394603 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.396507 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.401299 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.403301 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.408056 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.409970 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.414693 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.416583 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.421381 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.423299 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.428118 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.430090 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.434905 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.436845 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.441628 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.443563 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.448306 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.450210 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.454935 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.456781 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:50.139956 ---      ParallelTerminationStrategy: PID 34 died...
22:49:50.143930 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7893 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.237820 tst                       trial-7893: Storing JUnit report in /build/trial-7893/run.2025-03-02_22-48-19/trial-7893.xml

--------------------------------------------------------------------------------------------
trial-7893 PASS
--------------------------------------------------------------------------------------------
22:49:50.251118 tst                       trial-7893: trial-7893: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-7893/inst
+ cd trial-7893
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-02 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7893-run.tgz run.2025-03-02_22-48-19
+ tar czf /build/trial-7893-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-02_13_28_08.tgz osmo-bts-oc2g.build-2025-03-02_00_51_29.tgz osmo-bts-sysmo.build-2025-03-02_00_51_29.tgz osmo-bts.build-2025-03-02_00_51_41.tgz osmo-ggsn.build-2025-03-02_20_42_28.tgz osmo-hlr.build-2025-03-02_16_36_56.tgz osmo-hnbgw.build-2025-03-02_13_28_39.tgz osmo-mgw.build-2025-03-02_08_33_13.tgz osmo-msc.build-2025-03-02_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-02_07_41_27.tgz osmo-pcu-sysmo.build-2025-03-02_07_41_25.tgz osmo-pcu.build-2025-03-02_07_41_28.tgz osmo-sgsn.build-2025-03-02_20_48_32.tgz osmo-stp.build-2025-03-02_13_25_15.tgz osmo-trx.build-2025-03-02_14_27_26.tgz osmocom-bb.build-2025-03-01_23_58_59.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