Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14557476658137054945.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-7923
+ 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
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:be82980622d0ceec46cb5ba258cdfc1bef8f5fb4efde0a64c87cb3b6002ee45d 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=7924 -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-04-02 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7924
+ mkdir -p trial-7924
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-02_13_25_56.tgz osmo-bts-oc2g.build-2025-04-02_00_51_32.tgz osmo-bts-sysmo.build-2025-04-02_00_51_23.tgz osmo-bts.build-2025-04-02_00_51_32.tgz osmo-ggsn.build-2025-04-02_20_42_34.tgz osmo-hlr.build-2025-04-02_16_36_55.tgz osmo-hnbgw.build-2025-04-02_13_28_35.tgz osmo-mgw.build-2025-04-02_08_33_16.tgz osmo-msc.build-2025-04-02_13_32_50.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-02_07_41_37.tgz osmo-pcu-sysmo.build-2025-04-02_07_41_28.tgz osmo-pcu.build-2025-04-02_07_41_35.tgz osmo-sgsn.build-2025-04-02_20_48_45.tgz osmo-stp.build-2025-04-02_13_23_06.tgz osmo-trx.build-2025-04-02_14_27_34.tgz osmocom-bb.build-2025-04-02_21_17_17.tgz srslte.build-19.tgz trial-7924
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-02_13_25_56.md5 osmo-bts-oc2g.build-2025-04-02_00_51_32.md5 osmo-bts-sysmo.build-2025-04-02_00_51_23.md5 osmo-bts.build-2025-04-02_00_51_32.md5 osmo-ggsn.build-2025-04-02_20_42_34.md5 osmo-hlr.build-2025-04-02_16_36_55.md5 osmo-hnbgw.build-2025-04-02_13_28_35.md5 osmo-mgw.build-2025-04-02_08_33_16.md5 osmo-msc.build-2025-04-02_13_32_50.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-02_07_41_37.md5 osmo-pcu-sysmo.build-2025-04-02_07_41_28.md5 osmo-pcu.build-2025-04-02_07_41_35.md5 osmo-sgsn.build-2025-04-02_20_48_45.md5 osmo-stp.build-2025-04-02_13_23_06.md5 osmo-trx.build-2025-04-02_14_27_34.md5 osmocom-bb.build-2025-04-02_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-02_13_25_56.md5 osmo-bts-oc2g.build-2025-04-02_00_51_32.md5 osmo-bts-sysmo.build-2025-04-02_00_51_23.md5 osmo-bts.build-2025-04-02_00_51_32.md5 osmo-ggsn.build-2025-04-02_20_42_34.md5 osmo-hlr.build-2025-04-02_16_36_55.md5 osmo-hnbgw.build-2025-04-02_13_28_35.md5 osmo-mgw.build-2025-04-02_08_33_16.md5 osmo-msc.build-2025-04-02_13_32_50.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-02_07_41_37.md5 osmo-pcu-sysmo.build-2025-04-02_07_41_28.md5 osmo-pcu.build-2025-04-02_07_41_35.md5 osmo-sgsn.build-2025-04-02_20_48_45.md5 osmo-stp.build-2025-04-02_13_23_06.md5 osmo-trx.build-2025-04-02_14_27_34.md5 osmocom-bb.build-2025-04-02_21_17_17.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-7924 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7924'
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-7924
--------------------------------------------------------------------------------------------
22:48:22.599205 tst                       trial-7924: Detailed log at /build/trial-7924/run.2025-04-02_22-48-22/log

---------------------------------------------------------------------
trial-7924 netreg_mass
---------------------------------------------------------------------
22:48:22.801595 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.801948 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.802696 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.803875 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.844925 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.845709 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.846832 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.915977 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-7924 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.916766 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.932631 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.933209 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.933696 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.934163 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.934635 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.935117 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.935583 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.986216 tst         register_default_mass.py: using LAC 2
22:48:23.025136 tst         register_default_mass.py: using RAC 2
22:48:23.084004 tst         register_default_mass.py: using CellId 2
22:48:23.127500 tst         register_default_mass.py: using BVCI 3
22:48:23.133225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.133939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.134556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.135196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.135852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.136442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.136992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.137552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.138082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.138585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.139095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.139602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.140117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.140649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.141155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.141662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.142164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.142691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.143195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.143721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.144242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.144779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.145312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.145839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.146338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.146844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.147356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.147858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.148352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.148872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.149374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.149877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.150390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.150907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.151426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.151931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.152427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.152933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.153445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.153939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.154427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.154931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.155430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.155913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.156424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.156928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.157418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.157930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.158428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.158926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.159430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.159926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.160462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.161031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.161555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.162076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.162608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.163129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.163635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.164145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.164674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.165191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.165726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.166249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.166765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.167275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.167805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.168321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.168901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.169441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.169960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.170485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.171095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.171631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.172149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.172677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.173187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.173697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.174215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.174726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.175235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.175760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.176273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.176897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.177497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.178041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.178580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.179105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.179649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.180178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.180763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.181321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.181867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.182406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.182950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.183470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.184004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.184532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.185062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.185597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.186133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.186712 tst      register_default_mass.py:21: Launching a simple network
22:48:23.196740 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.320041 run            create_hlr_db(pid=20): Launched
22:48:24.341313 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.360350 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.375414 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.381012 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.551702 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.566392 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.572320 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.998744 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.014280 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.024963 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.139005 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.153641 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.159204 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.182924 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.198609 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.204478 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.531341 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.546508 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.565718 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.740842 run         osmo-bts-virtual(pid=34): Launched
22:48:35.805270 tst         register_default_mass.py: using MSISDN 1001
22:48:35.825180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.907714 tst         register_default_mass.py: using MSISDN 1002
22:48:35.923957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.011086 tst         register_default_mass.py: using MSISDN 1003
22:48:36.017626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.090878 tst         register_default_mass.py: using MSISDN 1004
22:48:36.100954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.164004 tst         register_default_mass.py: using MSISDN 1005
22:48:36.170045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.251191 tst         register_default_mass.py: using MSISDN 1006
22:48:36.256710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.335142 tst         register_default_mass.py: using MSISDN 1007
22:48:36.346922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.434839 tst         register_default_mass.py: using MSISDN 1008
22:48:36.451795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.515916 tst         register_default_mass.py: using MSISDN 1009
22:48:36.535131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.614565 tst         register_default_mass.py: using MSISDN 1010
22:48:36.636086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.705795 tst         register_default_mass.py: using MSISDN 1011
22:48:36.728722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.806171 tst         register_default_mass.py: using MSISDN 1012
22:48:36.822251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.900489 tst         register_default_mass.py: using MSISDN 1013
22:48:36.906470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.993978 tst         register_default_mass.py: using MSISDN 1014
22:48:37.014198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.087048 tst         register_default_mass.py: using MSISDN 1015
22:48:37.098617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.188287 tst         register_default_mass.py: using MSISDN 1016
22:48:37.198820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.278285 tst         register_default_mass.py: using MSISDN 1017
22:48:37.288806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.360617 tst         register_default_mass.py: using MSISDN 1018
22:48:37.366536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.449356 tst         register_default_mass.py: using MSISDN 1019
22:48:37.455251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.523409 tst         register_default_mass.py: using MSISDN 1020
22:48:37.531674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.608014 tst         register_default_mass.py: using MSISDN 1021
22:48:37.613933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.704316 tst         register_default_mass.py: using MSISDN 1022
22:48:37.711411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.830187 tst         register_default_mass.py: using MSISDN 1023
22:48:37.835899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.932317 tst         register_default_mass.py: using MSISDN 1024
22:48:37.938281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.082336 tst         register_default_mass.py: using MSISDN 1025
22:48:38.092203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.188040 tst         register_default_mass.py: using MSISDN 1026
22:48:38.201683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.311535 tst         register_default_mass.py: using MSISDN 1027
22:48:38.318070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.410423 tst         register_default_mass.py: using MSISDN 1028
22:48:38.426445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.516257 tst         register_default_mass.py: using MSISDN 1029
22:48:38.533350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.607156 tst         register_default_mass.py: using MSISDN 1030
22:48:38.620877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.692670 tst         register_default_mass.py: using MSISDN 1031
22:48:38.698373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.796722 tst         register_default_mass.py: using MSISDN 1032
22:48:38.802587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.873309 tst         register_default_mass.py: using MSISDN 1033
22:48:38.879206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.950648 tst         register_default_mass.py: using MSISDN 1034
22:48:38.961137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.047111 tst         register_default_mass.py: using MSISDN 1035
22:48:39.053142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.133616 tst         register_default_mass.py: using MSISDN 1036
22:48:39.142953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.210968 tst         register_default_mass.py: using MSISDN 1037
22:48:39.224940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.302315 tst         register_default_mass.py: using MSISDN 1038
22:48:39.324502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.403530 tst         register_default_mass.py: using MSISDN 1039
22:48:39.409520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.486965 tst         register_default_mass.py: using MSISDN 1040
22:48:39.495599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.568950 tst         register_default_mass.py: using MSISDN 1041
22:48:39.574956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.656947 tst         register_default_mass.py: using MSISDN 1042
22:48:39.662979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.760103 tst         register_default_mass.py: using MSISDN 1043
22:48:39.766122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.840679 tst         register_default_mass.py: using MSISDN 1044
22:48:39.846442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.924150 tst         register_default_mass.py: using MSISDN 1045
22:48:39.933975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.017178 tst         register_default_mass.py: using MSISDN 1046
22:48:40.023078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.126837 tst         register_default_mass.py: using MSISDN 1047
22:48:40.132810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.199714 tst         register_default_mass.py: using MSISDN 1048
22:48:40.205385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.284835 tst         register_default_mass.py: using MSISDN 1049
22:48:40.295661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.395226 tst         register_default_mass.py: using MSISDN 1050
22:48:40.403762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.519958 tst         register_default_mass.py: using MSISDN 1051
22:48:40.525880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.655980 tst         register_default_mass.py: using MSISDN 1052
22:48:40.665855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.788684 tst         register_default_mass.py: using MSISDN 1053
22:48:40.794383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.909651 tst         register_default_mass.py: using MSISDN 1054
22:48:40.920259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.020765 tst         register_default_mass.py: using MSISDN 1055
22:48:41.026428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.111326 tst         register_default_mass.py: using MSISDN 1056
22:48:41.116930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.209269 tst         register_default_mass.py: using MSISDN 1057
22:48:41.227789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.305468 tst         register_default_mass.py: using MSISDN 1058
22:48:41.324898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.420477 tst         register_default_mass.py: using MSISDN 1059
22:48:41.426422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.515853 tst         register_default_mass.py: using MSISDN 1060
22:48:41.521623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.606029 tst         register_default_mass.py: using MSISDN 1061
22:48:41.626094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.701963 tst         register_default_mass.py: using MSISDN 1062
22:48:41.709666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.788493 tst         register_default_mass.py: using MSISDN 1063
22:48:41.794207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.865383 tst         register_default_mass.py: using MSISDN 1064
22:48:41.881418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.962220 tst         register_default_mass.py: using MSISDN 1065
22:48:41.979539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.049437 tst         register_default_mass.py: using MSISDN 1066
22:48:42.063977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.151787 tst         register_default_mass.py: using MSISDN 1067
22:48:42.161599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.248125 tst         register_default_mass.py: using MSISDN 1068
22:48:42.268070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.336509 tst         register_default_mass.py: using MSISDN 1069
22:48:42.353762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.421053 tst         register_default_mass.py: using MSISDN 1070
22:48:42.438132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.627518 tst         register_default_mass.py: using MSISDN 1071
22:48:42.633659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.717130 tst         register_default_mass.py: using MSISDN 1072
22:48:42.723068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.790222 tst         register_default_mass.py: using MSISDN 1073
22:48:42.795860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.870062 tst         register_default_mass.py: using MSISDN 1074
22:48:42.875568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.953911 tst         register_default_mass.py: using MSISDN 1075
22:48:43.086772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.287083 tst         register_default_mass.py: using MSISDN 1076
22:48:43.305367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.386489 tst         register_default_mass.py: using MSISDN 1077
22:48:43.397882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.470718 tst         register_default_mass.py: using MSISDN 1078
22:48:43.495921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.631597 tst         register_default_mass.py: using MSISDN 1079
22:48:43.637984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.752094 tst         register_default_mass.py: using MSISDN 1080
22:48:43.758076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.843786 tst         register_default_mass.py: using MSISDN 1081
22:48:43.853899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.953288 tst         register_default_mass.py: using MSISDN 1082
22:48:43.961862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.070185 tst         register_default_mass.py: using MSISDN 1083
22:48:44.076113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.170833 tst         register_default_mass.py: using MSISDN 1084
22:48:44.188648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.267092 tst         register_default_mass.py: using MSISDN 1085
22:48:44.288822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.359924 tst         register_default_mass.py: using MSISDN 1086
22:48:44.380701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.454586 tst         register_default_mass.py: using MSISDN 1087
22:48:44.460361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.542136 tst         register_default_mass.py: using MSISDN 1088
22:48:44.548010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.622567 tst         register_default_mass.py: using MSISDN 1089
22:48:44.628439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.700321 tst         register_default_mass.py: using MSISDN 1090
22:48:44.706241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.850117 tst         register_default_mass.py: using MSISDN 1091
22:48:44.857396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.941015 tst         register_default_mass.py: using MSISDN 1092
22:48:44.946778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:45.019242 tst         register_default_mass.py: using MSISDN 1093
22:48:45.025690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.112417 tst         register_default_mass.py: using MSISDN 1094
22:48:45.117987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.200554 tst         register_default_mass.py: using MSISDN 1095
22:48:45.206274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.282915 tst         register_default_mass.py: using MSISDN 1096
22:48:45.288557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.373494 tst         register_default_mass.py: using MSISDN 1097
22:48:45.379220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.482244 tst         register_default_mass.py: using MSISDN 1098
22:48:45.492459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.561194 tst         register_default_mass.py: using MSISDN 1099
22:48:45.568748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.655529 tst         register_default_mass.py: using MSISDN 1100
22:48:45.665187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.801300 run                             mass: Starting testcase
22:48:45.806977 run                             mass: Pre-launching all virtphy's
22:48:45.812521 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:45.825876 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.832030 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.845177 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.851366 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.864776 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.870996 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.884430 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.890688 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.904124 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.910351 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.923676 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.929904 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.943249 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.949543 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.962909 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.969075 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.982392 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.988578 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.001628 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.007789 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.021189 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.027330 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.040229 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.046202 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.059097 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.065167 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.077976 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.084056 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.097050 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.103258 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.116649 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.122840 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.136203 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.142425 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.155788 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.161985 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.175073 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.181200 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.194548 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.200728 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.214095 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.220129 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:46.233103 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.239236 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.252731 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.258875 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.272150 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.278090 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.291162 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.297434 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.310857 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.317039 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.330478 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.336654 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.350036 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.356188 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.369556 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.375722 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.389070 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.395229 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.408251 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.414363 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.427443 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.433708 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.447039 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.453210 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.466539 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.472722 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:46.486086 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:46.492286 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:46.505643 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:46.511835 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:46.525215 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:46.531414 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:46.544825 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:46.550969 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:46.564453 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:46.570673 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.583932 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.590124 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.603385 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.609376 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.622248 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.628321 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.641400 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.647322 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.660190 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.666129 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.679149 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.685273 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.698085 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.704219 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.717003 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.723062 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.736135 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.742257 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.755092 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.761134 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.774747 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.780949 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.794434 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.800611 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.813937 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.820030 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.832896 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.838929 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.852116 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.858340 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.871797 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.877980 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.891183 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.897074 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.910232 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.916386 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.929670 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.935824 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.949117 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.955371 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.968681 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.974884 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.988245 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.994451 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.007957 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.014366 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.028203 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.034528 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.048359 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.054761 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.068643 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.074926 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.087981 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.094302 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.107840 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.114056 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.127341 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.133531 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.146489 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.152422 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.165539 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.171513 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.184588 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.190625 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.203684 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.209884 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.223305 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.232612 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.246119 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.252373 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.265965 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.272417 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.285691 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.292043 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.305280 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.311424 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.324436 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.330588 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.343565 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.349728 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.363063 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.369273 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.382378 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.388565 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.402139 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.408415 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.421859 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.427973 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.440737 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.446649 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.459291 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.465176 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.477909 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.483733 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.496511 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.502340 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.515037 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.520847 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.533844 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.539726 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.552782 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.558923 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.571782 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.577767 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.590641 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.596764 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.609757 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.615913 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.628967 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.635036 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.647988 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.654132 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.667536 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.673709 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.686989 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.693176 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.706152 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.712383 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.725303 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.731381 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.744307 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.750208 run                             mass: Checking if sockets are in the filesystem
22:48:47.762486 run                osmo-ms-mob/00000: Starting mobile
22:48:47.775657 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.789489 run                             mass: MS start registered  {at=6865033.492834816, delay=0.007377606816589832, ms=00000}
22:48:51.962949 run                osmo-ms-mob/00001: Starting mobile
22:48:51.976290 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.986915 run                             mass: MS start registered  {at=6865037.690263671, delay=0.004535974934697151, ms=00001}
22:48:53.217301 run                             mass: MS performed LU  {at=6865038.920613073, lu_delay=5.427778257057071, ms=00000}
22:48:53.762624 run                osmo-ms-mob/00002: Starting mobile
22:48:53.776191 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.787404 run                             mass: MS start registered  {at=6865039.490745723, delay=0.004952359013259411, ms=00002}
22:48:55.061938 run                osmo-ms-mob/00003: Starting mobile
22:48:55.075695 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.086994 run                             mass: MS start registered  {at=6865040.790343165, delay=0.005003826692700386, ms=00003}
22:48:56.162069 run                osmo-ms-mob/00004: Starting mobile
22:48:56.175696 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.186846 run                             mass: MS start registered  {at=6865041.890193801, delay=0.004850436933338642, ms=00004}
22:48:56.983705 run                             mass: MS performed LU  {at=6865042.687036651, lu_delay=4.996772980317473, ms=00001}
22:48:57.161979 run                osmo-ms-mob/00005: Starting mobile
22:48:57.175854 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.187247 run                             mass: MS start registered  {at=6865042.890597569, delay=0.004853309132158756, ms=00005}
22:48:58.062262 run                osmo-ms-mob/00006: Starting mobile
22:48:58.075856 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.087492 run                             mass: MS start registered  {at=6865043.790839097, delay=0.005369815044105053, ms=00006}
22:48:58.884417 run                             mass: MS performed LU  {at=6865044.587745879, lu_delay=5.097000155597925, ms=00002}
22:48:58.895591 run                osmo-ms-mob/00007: Starting mobile
22:48:58.908851 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.920061 run                             mass: MS start registered  {at=6865044.623407168, delay=0.004979223012924194, ms=00007}
22:48:59.762221 run                osmo-ms-mob/00008: Starting mobile
22:48:59.775452 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.786762 run                             mass: MS start registered  {at=6865045.490117237, delay=0.004873071797192097, ms=00008}
22:49:00.462187 run                osmo-ms-mob/00009: Starting mobile
22:49:00.475979 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.487189 run                             mass: MS start registered  {at=6865046.190537352, delay=0.004978802986443043, ms=00009}
22:49:00.749173 run                             mass: MS performed LU  {at=6865046.452494726, lu_delay=5.66215156018734, ms=00003}
22:49:01.162502 run                osmo-ms-mob/00010: Starting mobile
22:49:01.176399 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.187992 run                             mass: MS start registered  {at=6865046.891336277, delay=0.005355075001716614, ms=00010}
22:49:01.265873 run                             mass: MS performed LU  {at=6865046.96918519, lu_delay=5.078991388902068, ms=00004}
22:49:01.762673 run                osmo-ms-mob/00011: Starting mobile
22:49:01.776159 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.787572 run                             mass: MS start registered  {at=6865047.490913876, delay=0.005170447751879692, ms=00011}
22:49:02.362113 run                osmo-ms-mob/00012: Starting mobile
22:49:02.375360 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.386349 run                             mass: MS start registered  {at=6865048.089701274, delay=0.0049924086779356, ms=00012}
22:49:02.650502 run                             mass: MS performed LU  {at=6865048.35383265, lu_delay=4.562993552535772, ms=00006}
22:49:02.696924 run                             mass: MS performed LU  {at=6865048.400254727, lu_delay=5.509657158516347, ms=00005}
22:49:02.962473 run                osmo-ms-mob/00013: Starting mobile
22:49:02.975861 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.987125 run                             mass: MS start registered  {at=6865048.690473963, delay=0.005014428868889809, ms=00013}
22:49:03.562636 run                osmo-ms-mob/00014: Starting mobile
22:49:03.576071 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.587430 run                             mass: MS start registered  {at=6865049.290769974, delay=0.00526242982596159, ms=00014}
22:49:04.162234 run                osmo-ms-mob/00015: Starting mobile
22:49:04.175821 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.188688 run                             mass: MS start registered  {at=6865049.892026226, delay=0.006695728749036789, ms=00015}
22:49:04.515555 run                             mass: MS performed LU  {at=6865050.218885302, lu_delay=5.595478133298457, ms=00007}
22:49:04.560886 run                             mass: MS performed LU  {at=6865050.264229636, lu_delay=4.774112398736179, ms=00008}
22:49:04.571889 run                osmo-ms-mob/00016: Starting mobile
22:49:04.584798 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.596143 run                             mass: MS start registered  {at=6865050.299495432, delay=0.005209793336689472, ms=00016}
22:49:05.162271 run                osmo-ms-mob/00017: Starting mobile
22:49:05.175358 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.186522 run                             mass: MS start registered  {at=6865050.889870144, delay=0.005064102821052074, ms=00017}
22:49:05.761855 run                osmo-ms-mob/00018: Starting mobile
22:49:05.775526 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.786629 run                             mass: MS start registered  {at=6865051.489974184, delay=0.004859555512666702, ms=00018}
22:49:06.161875 run                osmo-ms-mob/00019: Starting mobile
22:49:06.175308 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.187066 run                             mass: MS start registered  {at=6865051.890420382, delay=0.005026795901358128, ms=00019}
22:49:06.416759 run                             mass: MS performed LU  {at=6865052.120075975, lu_delay=5.929538622498512, ms=00009}
22:49:06.462661 run                             mass: MS performed LU  {at=6865052.165994426, lu_delay=4.675080549903214, ms=00011}
22:49:06.532320 run                             mass: MS performed LU  {at=6865052.235634066, lu_delay=5.344297789037228, ms=00010}
22:49:06.544648 run                osmo-ms-mob/00020: Starting mobile
22:49:06.558426 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.570109 run                             mass: MS start registered  {at=6865052.273457953, delay=0.004581566900014877, ms=00020}
22:49:07.161679 run                osmo-ms-mob/00021: Starting mobile
22:49:07.175512 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.186891 run                             mass: MS start registered  {at=6865052.890236028, delay=0.005198516882956028, ms=00021}
22:49:07.562008 run                osmo-ms-mob/00022: Starting mobile
22:49:07.576917 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.588447 run                             mass: MS start registered  {at=6865053.291801338, delay=0.005063235759735107, ms=00022}
22:49:08.061779 run                osmo-ms-mob/00023: Starting mobile
22:49:08.075329 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.192571 run                             mass: Starting too slowly. Moving on {now=6865053.895937553, sleep=-0.03668306767940521, target=6865053.859254485}
22:49:08.198669 run                             mass: MS start registered  {at=6865053.90202518, delay=0.006089868023991585, ms=00023}
22:49:08.204702 run                             mass: MS performed LU  {at=6865053.908060499, lu_delay=5.217586535960436, ms=00013}
22:49:08.281077 run                             mass: MS performed LU  {at=6865053.984410642, lu_delay=5.89470936730504, ms=00012}
22:49:08.326837 run                             mass: MS performed LU  {at=6865054.030171112, lu_delay=4.7394011383876204, ms=00014}
22:49:08.373443 run                osmo-ms-mob/00024: Starting mobile
22:49:08.387076 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.477679 run                             mass: MS start registered  {at=6865054.181038095, delay=1.8067657947540283e-05, ms=00024}
22:49:08.962555 run                osmo-ms-mob/00025: Starting mobile
22:49:08.976497 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.988925 run                             mass: MS start registered  {at=6865054.692243612, delay=0.005971265025436878, ms=00025}
22:49:09.363967 run                osmo-ms-mob/00026: Starting mobile
22:49:09.380415 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.392046 run                             mass: MS start registered  {at=6865055.095393648, delay=0.0050768619403243065, ms=00026}
22:49:09.762817 run                osmo-ms-mob/00027: Starting mobile
22:49:09.776455 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.787964 run                             mass: MS start registered  {at=6865055.491315713, delay=0.005265494808554649, ms=00027}
22:49:10.162498 run                osmo-ms-mob/00028: Starting mobile
22:49:10.176279 run       osmo-ms-mob/00028(pid=163): Launched
22:49:10.183284 run                             mass: MS performed LU  {at=6865055.886639422, lu_delay=5.587143990211189, ms=00016}
22:49:10.189451 run                             mass: MS start registered  {at=6865055.892815559, delay=0.006195143796503544, ms=00028}
22:49:10.228431 run                             mass: MS performed LU  {at=6865055.931756105, lu_delay=6.039729879237711, ms=00015}
22:49:10.298146 run                             mass: MS performed LU  {at=6865056.001477881, lu_delay=4.511503697372973, ms=00018}
22:49:10.310122 run                osmo-ms-mob/00029: Starting mobile
22:49:10.323640 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.334339 run                             mass: MS performed LU  {at=6865056.037678935, lu_delay=5.147808790206909, ms=00017}
22:49:10.340727 run                             mass: MS start registered  {at=6865056.044090476, delay=0.010466543026268482, ms=00029}
22:49:10.962534 run                osmo-ms-mob/00030: Starting mobile
22:49:10.977774 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.988879 run                             mass: MS start registered  {at=6865056.692232193, delay=0.004849421791732311, ms=00030}
22:49:11.362004 run                osmo-ms-mob/00031: Starting mobile
22:49:11.375586 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.386925 run                             mass: MS start registered  {at=6865057.090272676, delay=0.0050896406173706055, ms=00031}
22:49:11.661684 run                osmo-ms-mob/00032: Starting mobile
22:49:11.674801 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.685958 run                             mass: MS start registered  {at=6865057.389308786, delay=0.005158903077244759, ms=00032}
22:49:11.963313 run                             mass: MS performed LU  {at=6865057.666649334, lu_delay=5.776228952221572, ms=00019}
22:49:11.975440 run                osmo-ms-mob/00033: Starting mobile
22:49:11.988984 run       osmo-ms-mob/00033(pid=168): Launched
22:49:12.001213 run                             mass: MS start registered  {at=6865057.704553706, delay=0.004734381102025509, ms=00033}
22:49:12.047241 run                             mass: MS performed LU  {at=6865057.75057542, lu_delay=5.477117467671633, ms=00020}
22:49:12.093144 run                             mass: MS performed LU  {at=6865057.796476001, lu_delay=4.906239973381162, ms=00021}
22:49:12.235863 run                             mass: MS performed LU  {at=6865057.939197141, lu_delay=4.6473958026617765, ms=00022}
22:49:12.247795 run                osmo-ms-mob/00034: Starting mobile
22:49:12.261631 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.273196 run                             mass: MS start registered  {at=6865057.976517054, delay=0.005362522788345814, ms=00034}
22:49:12.762348 run                osmo-ms-mob/00035: Starting mobile
22:49:12.776011 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.786993 run                             mass: MS start registered  {at=6865058.4903449, delay=0.004800635389983654, ms=00035}
22:49:13.162187 run                osmo-ms-mob/00036: Starting mobile
22:49:13.175853 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.187481 run                             mass: MS start registered  {at=6865058.890829377, delay=0.005041130818426609, ms=00036}
22:49:13.562293 run                osmo-ms-mob/00037: Starting mobile
22:49:13.575355 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.586490 run                             mass: MS start registered  {at=6865059.289843357, delay=0.004853690043091774, ms=00037}
22:49:13.862394 run                osmo-ms-mob/00038: Starting mobile
22:49:13.876189 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.887513 run                             mass: MS start registered  {at=6865059.590858067, delay=0.00515708327293396, ms=00038}
22:49:13.947969 run                             mass: MS performed LU  {at=6865059.651294233, lu_delay=5.4702561385929585, ms=00024}
22:49:13.994688 run                             mass: MS performed LU  {at=6865059.698030856, lu_delay=5.796005676500499, ms=00023}
22:49:14.005722 run                osmo-ms-mob/00039: Starting mobile
22:49:14.018883 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.030000 run                             mass: MS start registered  {at=6865059.733352087, delay=0.004909273236989975, ms=00039}
22:49:14.063511 run                             mass: MS performed LU  {at=6865059.766862745, lu_delay=4.6714690970256925, ms=00026}
22:49:14.100571 run                             mass: MS performed LU  {at=6865059.803919505, lu_delay=5.111675892956555, ms=00025}
22:49:14.562496 run                osmo-ms-mob/00040: Starting mobile
22:49:14.575863 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.586821 run                             mass: MS start registered  {at=6865060.290172263, delay=0.004776963964104652, ms=00040}
22:49:14.861935 run                osmo-ms-mob/00041: Starting mobile
22:49:14.875809 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.886968 run                             mass: MS start registered  {at=6865060.590317839, delay=0.004906667396426201, ms=00041}
22:49:15.162214 run                osmo-ms-mob/00042: Starting mobile
22:49:15.175467 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.186175 run                             mass: MS start registered  {at=6865060.889527521, delay=0.004661990329623222, ms=00042}
22:49:15.561954 run                osmo-ms-mob/00043: Starting mobile
22:49:15.575037 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.586548 run                             mass: MS start registered  {at=6865061.289897128, delay=0.004714499227702618, ms=00043}
22:49:15.729303 run                             mass: MS performed LU  {at=6865061.432639531, lu_delay=5.388549054972827, ms=00029}
22:49:15.812210 run                             mass: MS performed LU  {at=6865061.515547833, lu_delay=4.823315639980137, ms=00030}
22:49:15.823621 run                osmo-ms-mob/00044: Starting mobile
22:49:15.836989 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.847765 run                             mass: MS start registered  {at=6865061.551118462, delay=0.004679515957832336, ms=00044}
22:49:15.858761 run                             mass: MS performed LU  {at=6865061.562108208, lu_delay=5.669292649254203, ms=00028}
22:49:16.002028 run                             mass: MS performed LU  {at=6865061.705363717, lu_delay=6.214048003777862, ms=00027}
22:49:16.013584 run                osmo-ms-mob/00045: Starting mobile
22:49:16.027480 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.033743 run                             mass: MS performed LU  {at=6865061.737098777, lu_delay=4.646826100535691, ms=00031}
22:49:16.039749 run                             mass: MS start registered  {at=6865061.743116507, delay=0.006041903048753738, ms=00045}
22:49:16.463762 run                osmo-ms-mob/00046: Starting mobile
22:49:16.477921 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.489056 run                             mass: MS start registered  {at=6865062.192401357, delay=0.004851422272622585, ms=00046}
22:49:16.762092 run                osmo-ms-mob/00047: Starting mobile
22:49:16.775884 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.786848 run                             mass: MS start registered  {at=6865062.490201295, delay=0.004718616604804993, ms=00047}
22:49:17.061843 run                osmo-ms-mob/00048: Starting mobile
22:49:17.074897 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.086121 run                             mass: MS start registered  {at=6865062.789464454, delay=0.004966955631971359, ms=00048}
22:49:17.362725 run                osmo-ms-mob/00049: Starting mobile
22:49:17.376656 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.388381 run                             mass: MS start registered  {at=6865063.091728893, delay=0.005557045340538025, ms=00049}
22:49:17.662429 run                osmo-ms-mob/00050: Starting mobile
22:49:17.675626 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.686642 run                             mass: MS start registered  {at=6865063.389991148, delay=0.004972436465322971, ms=00050}
22:49:17.713787 run                             mass: MS performed LU  {at=6865063.417123201, lu_delay=5.712569495663047, ms=00033}
22:49:17.760485 run                             mass: MS performed LU  {at=6865063.463835422, lu_delay=4.9734905222430825, ms=00035}
22:49:17.829663 run                             mass: MS performed LU  {at=6865063.533003716, lu_delay=6.143694929778576, ms=00032}
22:49:17.841160 run                osmo-ms-mob/00051: Starting mobile
22:49:17.854632 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.866749 run                             mass: MS performed LU  {at=6865063.570098372, lu_delay=5.593581317923963, ms=00034}
22:49:17.872943 run                             mass: MS start registered  {at=6865063.576300868, delay=0.011724740266799927, ms=00051}
22:49:17.921776 run                             mass: MS performed LU  {at=6865063.625110763, lu_delay=4.734281386248767, ms=00036}
22:49:17.933379 run                osmo-ms-mob/00052: Starting mobile
22:49:17.946799 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.958828 run                             mass: MS start registered  {at=6865063.662174132, delay=0.005624333396553993, ms=00052}
22:49:18.800529 run                osmo-ms-mob/00053: Starting mobile
22:49:18.813840 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.819975 run                             mass: Starting too slowly. Moving on {now=6865064.523344417, sleep=-0.06408997159451246, target=6865064.4592544455}
22:49:18.825643 run                             mass: MS start registered  {at=6865064.52900381, delay=0.005661696195602417, ms=00053}
22:49:19.049250 run                osmo-ms-mob/00054: Starting mobile
22:49:19.062421 run       osmo-ms-mob/00054(pid=189): Launched
22:49:19.068370 run                             mass: Starting too slowly. Moving on {now=6865064.771739909, sleep=-0.012485465034842491, target=6865064.759254444}
22:49:19.073899 run                             mass: MS start registered  {at=6865064.777259726, delay=0.005522066727280617, ms=00054}
22:49:19.305078 run                osmo-ms-mob/00055: Starting mobile
22:49:19.318586 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.570170 run                             mass: Starting too slowly. Moving on {now=6865065.273534505, sleep=-0.21428006142377853, target=6865065.059254443}
22:49:19.575978 run                             mass: MS start registered  {at=6865065.27933735, delay=0.005805404856801033, ms=00055}
22:49:19.581878 run                             mass: Starting too slowly. Moving on {now=6865065.285248089, sleep=-0.12599364574998617, target=6865065.159254443}
22:49:19.587515 run                             mass: Starting too slowly. Moving on {now=6865065.290884586, sleep=-0.03163014352321625, target=6865065.2592544425}
22:49:19.598232 run                osmo-ms-mob/00056: Starting mobile
22:49:19.611662 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.622743 run                             mass: MS start registered  {at=6865065.326083271, delay=0.0048445360735058784, ms=00056}
22:49:19.730454 run                             mass: MS performed LU  {at=6865065.433778329, lu_delay=5.7004262413829565, ms=00039}
22:49:19.814150 run                             mass: MS performed LU  {at=6865065.517482754, lu_delay=5.926624686457217, ms=00038}
22:49:19.825958 run                osmo-ms-mob/00057: Starting mobile
22:49:19.839590 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.850789 run                             mass: MS start registered  {at=6865065.55414252, delay=0.004880486987531185, ms=00057}
22:49:20.263715 run                osmo-ms-mob/00058: Starting mobile
22:49:20.279540 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.292326 run                             mass: MS start registered  {at=6865065.995649589, delay=0.005735946819186211, ms=00058}
22:49:20.529042 run                             mass: MS performed LU  {at=6865066.232377764, lu_delay=5.342850242741406, ms=00042}
22:49:20.540670 run                osmo-ms-mob/00059: Starting mobile
22:49:20.554408 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.566009 run                             mass: MS start registered  {at=6865066.269294326, delay=0.005227087065577507, ms=00059}
22:49:20.572553 run                             mass: MS performed LU  {at=6865066.275909848, lu_delay=6.986066490411758, ms=00037}
22:49:20.709663 run                             mass: MS performed LU  {at=6865066.412998208, lu_delay=6.122825944796205, ms=00040}
22:49:20.721248 run                osmo-ms-mob/00060: Starting mobile
22:49:20.735522 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.741755 run                             mass: MS performed LU  {at=6865066.445113947, lu_delay=5.854796107858419, ms=00041}
22:49:20.748000 run                             mass: MS start registered  {at=6865066.451364899, delay=0.006271710619330406, ms=00060}
22:49:21.261962 run                osmo-ms-mob/00061: Starting mobile
22:49:21.275306 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.286643 run                             mass: MS start registered  {at=6865066.989992386, delay=0.005102497525513172, ms=00061}
22:49:21.359707 run                             mass: MS performed LU  {at=6865067.063013271, lu_delay=4.870611914433539, ms=00046}
22:49:21.396940 run                             mass: MS performed LU  {at=6865067.100274007, lu_delay=5.357157499529421, ms=00045}
22:49:21.408451 run                osmo-ms-mob/00062: Starting mobile
22:49:21.422464 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.434312 run                             mass: MS start registered  {at=6865067.137619405, delay=0.005611112341284752, ms=00062}
22:49:21.451805 run                             mass: MS performed LU  {at=6865067.155143873, lu_delay=4.66494257748127, ms=00047}
22:49:21.862614 run                osmo-ms-mob/00063: Starting mobile
22:49:21.876164 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.887656 run                             mass: MS start registered  {at=6865067.59099736, delay=0.005263073369860649, ms=00063}
22:49:22.262221 run                osmo-ms-mob/00064: Starting mobile
22:49:22.276091 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.288897 run                             mass: MS start registered  {at=6865067.992246794, delay=0.006363024935126305, ms=00064}
22:49:22.310473 run                             mass: MS performed LU  {at=6865068.013813416, lu_delay=4.922084522433579, ms=00049}
22:49:22.319378 run                             mass: MS performed LU  {at=6865068.022734077, lu_delay=6.471615614369512, ms=00044}
22:49:22.402411 run                             mass: MS performed LU  {at=6865068.105743609, lu_delay=5.31627915520221, ms=00048}
22:49:22.414611 run                osmo-ms-mob/00065: Starting mobile
22:49:22.428380 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.439978 run                             mass: MS start registered  {at=6865068.143327653, delay=0.005020572803914547, ms=00065}
22:49:22.532364 run                             mass: MS performed LU  {at=6865068.235700051, lu_delay=4.6593991834670305, ms=00051}
22:49:22.962839 run                osmo-ms-mob/00066: Starting mobile
22:49:22.976774 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.987904 run                             mass: MS start registered  {at=6865068.691250827, delay=0.004886201582849026, ms=00066}
22:49:23.353923 run                             mass: MS performed LU  {at=6865069.057235446, lu_delay=5.667244297452271, ms=00050}
22:49:23.365684 run                osmo-ms-mob/00067: Starting mobile
22:49:23.379418 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.391017 run                             mass: MS start registered  {at=6865069.094360838, delay=0.005374203436076641, ms=00067}
22:49:23.625400 run                             mass: MS performed LU  {at=6865069.32873554, lu_delay=4.79973172955215, ms=00053}
22:49:23.637124 run                osmo-ms-mob/00068: Starting mobile
22:49:23.650596 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.661941 run                             mass: MS start registered  {at=6865069.365289613, delay=0.004843686707317829, ms=00068}
22:49:24.062403 run                osmo-ms-mob/00069: Starting mobile
22:49:24.076311 run       osmo-ms-mob/00069(pid=204): Launched
22:49:24.087357 run                             mass: MS start registered  {at=6865069.79070081, delay=0.004860030487179756, ms=00069}
22:49:24.462339 run                osmo-ms-mob/00070: Starting mobile
22:49:24.476807 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.488056 run                             mass: MS start registered  {at=6865070.191408302, delay=0.0050034960731863976, ms=00070}
22:49:24.862737 run                osmo-ms-mob/00071: Starting mobile
22:49:24.876469 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.888507 run                             mass: MS start registered  {at=6865070.591855975, delay=0.0056702131405472755, ms=00071}
22:49:25.126227 run                             mass: MS performed LU  {at=6865070.829564128, lu_delay=5.275421608239412, ms=00057}
22:49:25.143838 run                             mass: MS performed LU  {at=6865070.847187385, lu_delay=5.567850034683943, ms=00055}
22:49:25.155290 run                osmo-ms-mob/00072: Starting mobile
22:49:25.168761 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.175185 run                             mass: MS performed LU  {at=6865070.878542961, lu_delay=5.55245968978852, ms=00056}
22:49:25.181727 run                             mass: MS start registered  {at=6865070.885090244, delay=0.006568362936377525, ms=00072}
22:49:25.416918 run                             mass: MS performed LU  {at=6865071.12024913, lu_delay=6.342989403754473, ms=00054}
22:49:25.435394 run                             mass: MS performed LU  {at=6865071.138743396, lu_delay=5.143093806691468, ms=00058}
22:49:25.446586 run                osmo-ms-mob/00073: Starting mobile
22:49:25.460147 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.466624 run                             mass: MS performed LU  {at=6865071.169981284, lu_delay=4.900686957873404, ms=00059}
22:49:25.472571 run                             mass: MS start registered  {at=6865071.17593682, delay=0.005975094623863697, ms=00073}
22:49:25.688976 run                             mass: MS performed LU  {at=6865071.392309117, lu_delay=4.9409442180767655, ms=00060}
22:49:26.062126 run                osmo-ms-mob/00074: Starting mobile
22:49:26.076447 run       osmo-ms-mob/00074(pid=209): Launched
22:49:26.088043 run                             mass: MS start registered  {at=6865071.791368514, delay=0.005344441160559654, ms=00074}
22:49:26.096658 run                             mass: MS performed LU  {at=6865071.800011946, lu_delay=4.209014586172998, ms=00063}
22:49:26.353541 run                             mass: MS performed LU  {at=6865072.056875611, lu_delay=4.064628817141056, ms=00064}
22:49:26.360198 run                             mass: MS performed LU  {at=6865072.063560534, lu_delay=3.920232880860567, ms=00065}
22:49:26.371698 run                osmo-ms-mob/00075: Starting mobile
22:49:26.385444 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.397043 run                             mass: MS start registered  {at=6865072.100390318, delay=0.005053156055510044, ms=00075}
22:49:26.962418 run                osmo-ms-mob/00076: Starting mobile
22:49:26.976357 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.987732 run                             mass: MS start registered  {at=6865072.691081021, delay=0.0051548900082707405, ms=00076}
22:49:27.119042 run                             mass: MS performed LU  {at=6865072.822376498, lu_delay=5.832384112291038, ms=00061}
22:49:27.156259 run                             mass: MS performed LU  {at=6865072.859595768, lu_delay=5.7219763631001115, ms=00062}
22:49:27.362543 run                osmo-ms-mob/00077: Starting mobile
22:49:27.376648 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.387935 run                             mass: MS start registered  {at=6865073.091281677, delay=0.004907767288386822, ms=00077}
22:49:27.861533 run                osmo-ms-mob/00078: Starting mobile
22:49:27.875172 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.886412 run                             mass: MS start registered  {at=6865073.589763941, delay=0.004772201180458069, ms=00078}
22:49:28.262079 run                osmo-ms-mob/00079: Starting mobile
22:49:28.275137 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.286439 run                             mass: MS start registered  {at=6865073.989787002, delay=0.005050245672464371, ms=00079}
22:49:28.762961 run                osmo-ms-mob/00080: Starting mobile
22:49:28.776318 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.787548 run                             mass: MS start registered  {at=6865074.490892951, delay=0.005010323598980904, ms=00080}
22:49:28.993717 run                             mass: MS performed LU  {at=6865074.697049927, lu_delay=6.005799099802971, ms=00066}
22:49:29.011870 run                             mass: MS performed LU  {at=6865074.715206562, lu_delay=5.34991694893688, ms=00068}
22:49:29.057473 run                             mass: MS performed LU  {at=6865074.760810525, lu_delay=5.666449687443674, ms=00067}
22:49:29.068383 run                osmo-ms-mob/00081: Starting mobile
22:49:29.081381 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.092454 run                             mass: MS start registered  {at=6865074.795809085, delay=0.005140649154782295, ms=00081}
22:49:29.127391 run                             mass: MS performed LU  {at=6865074.830740129, lu_delay=5.040039318613708, ms=00069}
22:49:29.144793 run                             mass: MS performed LU  {at=6865074.84813605, lu_delay=4.656727747991681, ms=00070}
22:49:29.663089 run                osmo-ms-mob/00082: Starting mobile
22:49:29.677232 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.688370 run                             mass: MS start registered  {at=6865075.391722313, delay=0.004809815436601639, ms=00082}
22:49:30.261733 run                osmo-ms-mob/00083: Starting mobile
22:49:30.275522 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.286750 run                             mass: MS start registered  {at=6865075.990100852, delay=0.005061882548034191, ms=00083}
22:49:30.761667 run                osmo-ms-mob/00084: Starting mobile
22:49:30.774585 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.786018 run                             mass: MS start registered  {at=6865076.489361978, delay=0.005171653814613819, ms=00084}
22:49:30.811435 run                             mass: MS performed LU  {at=6865076.514772978, lu_delay=5.922917002812028, ms=00071}
22:49:30.830104 run                             mass: MS performed LU  {at=6865076.533442378, lu_delay=5.648352134041488, ms=00072}
22:49:30.922563 run                             mass: MS performed LU  {at=6865076.62589032, lu_delay=4.834521805867553, ms=00074}
22:49:31.083760 run                             mass: MS performed LU  {at=6865076.787077287, lu_delay=5.611140467226505, ms=00073}
22:49:31.098277 run                osmo-ms-mob/00085: Starting mobile
22:49:31.112845 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.119158 run                             mass: MS performed LU  {at=6865076.822515758, lu_delay=4.72212543990463, ms=00075}
22:49:31.125387 run                             mass: MS start registered  {at=6865076.828752441, delay=0.006256382912397385, ms=00085}
22:49:31.861746 run                osmo-ms-mob/00086: Starting mobile
22:49:31.875454 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.886786 run                             mass: MS start registered  {at=6865077.590133285, delay=0.004901612177491188, ms=00086}
22:49:32.462162 run                osmo-ms-mob/00087: Starting mobile
22:49:32.475583 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.487210 run                             mass: MS start registered  {at=6865078.190559298, delay=0.005015745759010315, ms=00087}
22:49:32.758676 run                             mass: MS performed LU  {at=6865078.462009568, lu_delay=4.872245626524091, ms=00078}
22:49:32.777834 run                             mass: MS performed LU  {at=6865078.481185465, lu_delay=5.389903788454831, ms=00077}
22:49:32.823524 run                             mass: MS performed LU  {at=6865078.526862186, lu_delay=5.835781165398657, ms=00076}
22:49:32.835062 run                osmo-ms-mob/00088: Starting mobile
22:49:32.848540 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.859668 run                             mass: MS start registered  {at=6865078.563022908, delay=0.004857462830841541, ms=00088}
22:49:33.128037 run                             mass: MS performed LU  {at=6865078.831370004, lu_delay=4.841583002358675, ms=00079}
22:49:33.661820 run                osmo-ms-mob/00089: Starting mobile
22:49:33.675932 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.687462 run                             mass: MS start registered  {at=6865079.390776428, delay=0.005215135402977467, ms=00089}
22:49:34.261718 run                osmo-ms-mob/00090: Starting mobile
22:49:34.274957 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.285994 run                             mass: MS start registered  {at=6865079.989345391, delay=0.004936868324875832, ms=00090}
22:49:34.558620 run                             mass: MS performed LU  {at=6865080.261957761, lu_delay=5.771064809523523, ms=00080}
22:49:34.577223 run                             mass: MS performed LU  {at=6865080.280561232, lu_delay=4.888838918879628, ms=00082}
22:49:34.688165 run                             mass: MS performed LU  {at=6865080.391498604, lu_delay=5.595689519308507, ms=00081}
22:49:34.962111 run                osmo-ms-mob/00091: Starting mobile
22:49:34.975296 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.986362 run                             mass: MS start registered  {at=6865080.689707539, delay=0.0049505289644002914, ms=00091}
22:49:35.662021 run                osmo-ms-mob/00092: Starting mobile
22:49:35.675361 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.687123 run                             mass: MS start registered  {at=6865081.39046981, delay=0.005339677445590496, ms=00092}
22:49:36.461997 run                osmo-ms-mob/00093: Starting mobile
22:49:36.475200 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.487406 run                             mass: MS start registered  {at=6865082.190740308, delay=0.005468306131660938, ms=00093}
22:49:36.524783 run                             mass: MS performed LU  {at=6865082.228067288, lu_delay=4.637934003025293, ms=00086}
22:49:36.543105 run                             mass: MS performed LU  {at=6865082.246450004, lu_delay=5.417697562836111, ms=00085}
22:49:36.589938 run                             mass: MS performed LU  {at=6865082.293281895, lu_delay=5.803919916972518, ms=00084}
22:49:36.659151 run                             mass: MS performed LU  {at=6865082.362471308, lu_delay=6.372370455414057, ms=00083}
22:49:37.362235 run                osmo-ms-mob/00094: Starting mobile
22:49:37.376043 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.387751 run                             mass: MS start registered  {at=6865083.091096157, delay=0.005358056165277958, ms=00094}
22:49:38.262004 run                osmo-ms-mob/00095: Starting mobile
22:49:38.275141 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.286277 run                             mass: MS start registered  {at=6865083.989627193, delay=0.004983316175639629, ms=00095}
22:49:38.324948 run                             mass: MS performed LU  {at=6865084.028288046, lu_delay=5.837728748098016, ms=00087}
22:49:38.343443 run                             mass: MS performed LU  {at=6865084.046788439, lu_delay=5.483765531331301, ms=00088}
22:49:38.453405 run                             mass: MS performed LU  {at=6865084.156740501, lu_delay=4.765964072197676, ms=00089}
22:49:38.597327 run                             mass: MS performed LU  {at=6865084.300661331, lu_delay=23.01076420303434, ms=00043}
22:49:39.262269 run                osmo-ms-mob/00096: Starting mobile
22:49:39.275926 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.287064 run                             mass: MS start registered  {at=6865084.990407824, delay=0.005050222389400005, ms=00096}
22:49:40.291511 run                             mass: MS performed LU  {at=6865085.994700636, lu_delay=5.304993096739054, ms=00091}
22:49:40.311162 run                osmo-ms-mob/00097: Starting mobile
22:49:40.324310 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.330599 run                             mass: MS performed LU  {at=6865086.033956905, lu_delay=4.643487094901502, ms=00092}
22:49:40.336584 run                             mass: MS start registered  {at=6865086.039949983, delay=0.006013448350131512, ms=00097}
22:49:40.355793 run                             mass: MS performed LU  {at=6865086.059123276, lu_delay=6.06977788452059, ms=00090}
22:49:40.424540 run                             mass: MS performed LU  {at=6865086.127814394, lu_delay=22.465640262700617, ms=00052}
22:49:41.670464 run                osmo-ms-mob/00098: Starting mobile
22:49:41.684241 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.695432 run                             mass: MS start registered  {at=6865087.398783909, delay=0.005296558141708374, ms=00098}
22:49:42.091661 run                             mass: MS performed LU  {at=6865087.79489231, lu_delay=4.703796152956784, ms=00094}
22:49:42.220916 run                             mass: MS performed LU  {at=6865087.923982875, lu_delay=5.733242567628622, ms=00093}
22:49:43.461890 run                osmo-ms-mob/00099: Starting mobile
22:49:43.474797 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.480765 run                             mass: All started... {duration=55.72487922292203, too_slow=6}
22:49:43.486394 run                             mass: MS start registered  {at=6865089.189754327, delay=0.0056236376985907555, ms=00099}
22:49:44.056606 run                             mass: MS performed LU  {at=6865089.759882341, lu_delay=4.769474517554045, ms=00096}
22:49:44.075396 run                             mass: MS performed LU  {at=6865089.778680575, lu_delay=5.7890533823519945, ms=00095}
22:49:45.985925 run                             mass: MS performed LU  {at=6865091.689259538, lu_delay=5.649309555068612, ms=00097}
22:49:47.822232 run                             mass: MS performed LU  {at=6865093.525481441, lu_delay=6.1266975319013, ms=00098}
22:49:49.723668 run                             mass: MS performed LU  {at=6865095.426997575, lu_delay=6.237243248149753, ms=00099}
22:49:49.730068 run                             mass: Tests done {all_completed=True, max=23.01076420303434, min=3.920232880860567}
22:49:49.735738 tst         register_default_mass.py: Test passed (86.8 sec)
22:49:49.741375 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.744784 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.748135 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.751490 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.754841 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.758322 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.761710 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.765328 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.768699 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.772037 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.775376 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.778726 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.782095 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.785456 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.788803 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.792138 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.795521 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.798904 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.803066 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.806693 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.810068 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.813461 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.816842 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.820225 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.823616 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.826982 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.830346 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.833722 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.837154 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.840495 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.843859 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.847217 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.850870 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.854235 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.857758 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.861787 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.865156 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.868966 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.872298 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.875850 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.879266 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.882600 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.886480 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.889872 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.893570 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.897245 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.900609 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.903992 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.907362 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.910724 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.914288 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.917745 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.921105 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.924704 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.928166 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.931537 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.934908 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.938285 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.941642 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.944996 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.948335 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.951685 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.955022 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.958408 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.961788 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.965148 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.968487 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.972099 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.975479 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.978849 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.982207 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.985542 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.989155 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.992544 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.995905 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.999275 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.002635 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.006660 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.010054 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.013404 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.016776 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.020172 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.023544 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.026906 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.030265 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.034507 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.038300 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.041693 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.045082 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.048416 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.051778 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.055131 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.058498 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.062318 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.065695 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.069067 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.072674 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.076031 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.080092 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.083881 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.087258 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.090660 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.094029 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.097389 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.100784 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.104158 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.107513 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.110869 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.114218 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.117592 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.120979 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.124340 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.127708 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.131065 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.134441 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.137794 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.141149 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.144484 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:50.147819 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:50.151163 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:50.154503 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.157841 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.161173 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.164500 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.167842 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.171198 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.174552 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.177901 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.181234 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.184554 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.187892 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.191236 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.194560 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.197877 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.201204 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.204530 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.207865 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.211207 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.214563 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.217898 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.221234 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.224556 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.227878 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.231208 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.234465 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.237797 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.241113 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.244441 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.247768 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.251089 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.254422 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.257759 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.261091 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.264421 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.267741 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.271101 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.274435 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.283477 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.286863 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.290232 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.293640 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.297019 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.300263 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.303507 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.306724 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.309891 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.313054 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.316221 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.319386 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.322565 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.325764 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.329000 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.332100 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.335224 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.338359 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.341542 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.344721 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.347895 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.351092 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.354267 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.357451 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.360614 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.363794 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.366984 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.370168 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.373343 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.376513 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.379690 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.382869 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.386078 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.389275 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.392450 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.396826 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.400075 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.403267 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.406443 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.409620 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.412791 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.415952 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.419143 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.422327 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.425507 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.428732 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.431909 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.435091 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.438282 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.441617 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.444954 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.448278 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.451583 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.454897 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.458226 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.461554 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.464886 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.466412 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.470117 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.471614 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.475285 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.476788 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.480503 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.482006 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.485719 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.487222 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.490989 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.492515 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.496258 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.497776 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.501542 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.503057 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.506804 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.508318 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.513267 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.514790 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.518590 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.520107 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.523849 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.526659 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.530409 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.531944 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.535686 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.537210 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.540955 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.542626 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.546340 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.547839 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.551544 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.553046 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.556756 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.558256 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.561974 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.563481 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.567190 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.568695 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.572414 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.573937 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.577656 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.579156 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.582891 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.584381 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.588055 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.589589 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.593276 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.594757 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.598455 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.599956 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.603637 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.605162 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.608869 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.610362 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.614068 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.615574 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.619262 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.620757 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.624440 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.625946 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.629625 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.631113 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.634802 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.636304 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.640041 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.641544 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.645263 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.646769 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.650485 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.651980 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.655814 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.657325 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.661049 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.662545 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.666255 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.667752 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.671467 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.672987 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.676656 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.678100 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.681681 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.683103 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.686673 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.688117 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.691659 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.693092 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.696626 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.698093 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.701786 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.703291 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.707000 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.708483 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.712179 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.713694 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.717404 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.718916 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.722592 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.724095 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.727838 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.729336 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.733041 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.734532 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.738222 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.739725 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.743449 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.744946 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.748602 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.750095 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.753826 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.755320 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.759019 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.760507 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.764191 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.765688 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.769370 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.770855 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.774540 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.776036 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.779746 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.781235 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.784905 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.786396 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.790088 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.791587 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.795285 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.796807 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.800516 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.802016 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.805704 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.807225 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.810952 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.812449 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.816210 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.817725 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.821430 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.822925 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.826688 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.828186 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.831898 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.833400 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.837123 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.838632 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.842342 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.843838 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.847540 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.849040 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.852745 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.854253 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.857981 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.859489 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.863190 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.864688 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.868369 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.869903 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.873626 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.875123 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.878820 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.880330 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.884041 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.885562 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.889274 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.890775 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.894475 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.895973 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.899677 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.901200 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.904910 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.906406 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.910122 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.911617 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.915334 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.916880 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.920588 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.922095 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.925809 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.927312 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.931001 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.932495 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.936219 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.937733 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.941452 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.942965 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.946661 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.948166 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.951907 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.953424 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.957121 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.958617 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.962318 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.963821 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.967539 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.969041 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.972748 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.974249 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.977947 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.979445 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.983182 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.984680 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.988376 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.989876 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.993569 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.995059 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.998766 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.000255 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.003954 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.005452 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.009132 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.010566 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.014107 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.015541 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.019112 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.020552 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.024098 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.025547 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.029206 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.030707 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.034349 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.035875 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.039393 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.040871 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.044410 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.045840 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.049400 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.050827 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.054535 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.056034 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.059701 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.061192 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.064782 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.066221 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.069801 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.071235 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.074790 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.076224 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.079923 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.081430 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.085056 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.086501 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.090214 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.091665 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.095308 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.096749 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.100340 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.101796 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.105378 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.106811 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.110493 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.111929 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.115517 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.116984 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.120714 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.122182 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.125888 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.127382 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.130995 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.132446 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.136097 ---      ParallelTerminationStrategy: PID 152 died...
22:49:51.137609 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.141331 ---      ParallelTerminationStrategy: PID 153 died...
22:49:51.142772 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.146401 ---      ParallelTerminationStrategy: PID 154 died...
22:49:51.147887 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.151469 ---      ParallelTerminationStrategy: PID 155 died...
22:49:51.152990 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.156598 ---      ParallelTerminationStrategy: PID 156 died...
22:49:51.158036 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.161666 ---      ParallelTerminationStrategy: PID 157 died...
22:49:51.163159 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.166777 ---      ParallelTerminationStrategy: PID 158 died...
22:49:51.168206 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.171805 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.173234 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.176847 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.178277 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.181889 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.183323 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.186885 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.188340 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.192034 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.193545 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.197260 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.198753 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.202504 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.203999 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.207711 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.209197 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.212894 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.214340 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.217975 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.219484 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.223098 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.224542 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.228122 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.229548 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.233152 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.234589 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.238201 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.239632 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.243204 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.244672 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.248234 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.249773 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.253364 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.254806 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.258400 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.259835 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.263415 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.264887 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.268464 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.269902 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.273493 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.274960 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.278541 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.279971 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.283634 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.285094 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.288635 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.290086 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.293685 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.295110 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.298711 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.300185 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.303934 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.305429 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.309150 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.310652 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.314277 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.315770 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.319381 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.320830 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.324520 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.325964 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.329544 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.330970 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.334521 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.335950 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.339544 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.340982 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.344511 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.345977 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.349539 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.350974 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.354525 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.355949 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.359505 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.360980 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.364527 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.365965 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.369527 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.370951 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.374527 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.375969 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.379543 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.380981 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.384549 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.385984 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.389604 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.391083 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.394848 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.396315 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.399928 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.401362 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.404963 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.406404 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.409965 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.411391 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.414974 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.416446 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.420172 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.421654 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.425349 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.426790 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.430351 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.431780 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.435475 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.436982 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.440689 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.442187 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.445915 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.447403 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.451089 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.452572 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.456144 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.457634 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.461293 ---      ParallelTerminationStrategy: PID 216 died...
22:49:51.462792 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.466506 ---      ParallelTerminationStrategy: PID 217 died...
22:49:51.468011 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.471756 ---      ParallelTerminationStrategy: PID 218 died...
22:49:51.473286 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.477021 ---      ParallelTerminationStrategy: PID 219 died...
22:49:51.478533 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.482286 ---      ParallelTerminationStrategy: PID 220 died...
22:49:51.483797 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.487510 ---      ParallelTerminationStrategy: PID 221 died...
22:49:51.489012 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.492753 ---      ParallelTerminationStrategy: PID 222 died...
22:49:51.494251 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.497998 ---      ParallelTerminationStrategy: PID 223 died...
22:49:51.499501 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.503229 ---      ParallelTerminationStrategy: PID 224 died...
22:49:51.504728 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.508475 ---      ParallelTerminationStrategy: PID 225 died...
22:49:51.510000 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.513725 ---      ParallelTerminationStrategy: PID 226 died...
22:49:51.515232 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.518965 ---      ParallelTerminationStrategy: PID 227 died...
22:49:51.520458 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.524178 ---      ParallelTerminationStrategy: PID 228 died...
22:49:51.525667 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.529420 ---      ParallelTerminationStrategy: PID 229 died...
22:49:51.530913 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.534708 ---      ParallelTerminationStrategy: PID 230 died...
22:49:51.536209 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.539959 ---      ParallelTerminationStrategy: PID 231 died...
22:49:51.541451 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.545167 ---      ParallelTerminationStrategy: PID 232 died...
22:49:51.546675 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.550390 ---      ParallelTerminationStrategy: PID 233 died...
22:49:51.551896 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.555651 ---      ParallelTerminationStrategy: PID 234 died...
22:49:51.557152 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.960596 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.962297 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7924 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.043358 tst                       trial-7924: Storing JUnit report in /build/trial-7924/run.2025-04-02_22-48-22/trial-7924.xml

--------------------------------------------------------------------------------------------
trial-7924 PASS
--------------------------------------------------------------------------------------------
22:49:55.054212 tst                       trial-7924: trial-7924: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.8 sec)
+ exit_code=0
+ rm -rf trial-7924/inst
+ cd trial-7924
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-02 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7924-run.tgz run.2025-04-02_22-48-22
+ tar czf /build/trial-7924-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-02_13_25_56.tgz osmo-bts-oc2g.build-2025-04-02_00_51_32.tgz osmo-bts-sysmo.build-2025-04-02_00_51_23.tgz osmo-bts.build-2025-04-02_00_51_32.tgz osmo-ggsn.build-2025-04-02_20_42_34.tgz osmo-hlr.build-2025-04-02_16_36_55.tgz osmo-hnbgw.build-2025-04-02_13_28_35.tgz osmo-mgw.build-2025-04-02_08_33_16.tgz osmo-msc.build-2025-04-02_13_32_50.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-02_07_41_37.tgz osmo-pcu-sysmo.build-2025-04-02_07_41_28.tgz osmo-pcu.build-2025-04-02_07_41_35.tgz osmo-sgsn.build-2025-04-02_20_48_45.tgz osmo-stp.build-2025-04-02_13_23_06.tgz osmo-trx.build-2025-04-02_14_27_34.tgz osmocom-bb.build-2025-04-02_21_17_17.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