Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16689958759934002490.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-8173
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#18 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#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 [ 9/28] COPY	SSH /root/.ssh
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d1787da007a7237465efcdb519e6b11850e0ca07a88f499c76bd2ef1c7626ac5 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8174 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-08 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8174
+ mkdir -p trial-8174
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-08_20_18_31.tgz osmo-bts-oc2g.build-2025-12-08_20_17_05.tgz osmo-bts-sysmo.build-2025-12-08_20_17_04.tgz osmo-bts.build-2025-12-08_20_17_09.tgz osmo-ggsn.build-2025-12-08_20_42_40.tgz osmo-hlr.build-2025-12-08_20_15_42.tgz osmo-hnbgw.build-2025-12-08_13_30_29.tgz osmo-mgw.build-2025-12-08_20_15_28.tgz osmo-msc.build-2025-12-08_20_22_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-08_07_36_32.tgz osmo-pcu-sysmo.build-2025-12-08_07_36_29.tgz osmo-pcu.build-2025-12-08_07_34_07.tgz osmo-sgsn.build-2025-12-08_20_48_29.tgz osmo-stp.build-2025-12-08_13_23_04.tgz osmo-trx.build-2025-12-08_14_26_34.tgz osmocom-bb.build-2025-12-08_21_17_06.tgz srslte.build-19.tgz trial-8174
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-08_20_18_31.md5 osmo-bts-oc2g.build-2025-12-08_20_17_05.md5 osmo-bts-sysmo.build-2025-12-08_20_17_04.md5 osmo-bts.build-2025-12-08_20_17_09.md5 osmo-ggsn.build-2025-12-08_20_42_40.md5 osmo-hlr.build-2025-12-08_20_15_42.md5 osmo-hnbgw.build-2025-12-08_13_30_29.md5 osmo-mgw.build-2025-12-08_20_15_28.md5 osmo-msc.build-2025-12-08_20_22_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-08_07_36_32.md5 osmo-pcu-sysmo.build-2025-12-08_07_36_29.md5 osmo-pcu.build-2025-12-08_07_34_07.md5 osmo-sgsn.build-2025-12-08_20_48_29.md5 osmo-stp.build-2025-12-08_13_23_04.md5 osmo-trx.build-2025-12-08_14_26_34.md5 osmocom-bb.build-2025-12-08_21_17_06.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-08_20_18_31.md5 osmo-bts-oc2g.build-2025-12-08_20_17_05.md5 osmo-bts-sysmo.build-2025-12-08_20_17_04.md5 osmo-bts.build-2025-12-08_20_17_09.md5 osmo-ggsn.build-2025-12-08_20_42_40.md5 osmo-hlr.build-2025-12-08_20_15_42.md5 osmo-hnbgw.build-2025-12-08_13_30_29.md5 osmo-mgw.build-2025-12-08_20_15_28.md5 osmo-msc.build-2025-12-08_20_22_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-08_07_36_32.md5 osmo-pcu-sysmo.build-2025-12-08_07_36_29.md5 osmo-pcu.build-2025-12-08_07_34_07.md5 osmo-sgsn.build-2025-12-08_20_48_29.md5 osmo-stp.build-2025-12-08_13_23_04.md5 osmo-trx.build-2025-12-08_14_26_34.md5 osmocom-bb.build-2025-12-08_21_17_06.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-8174 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8174'
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-8174
--------------------------------------------------------------------------------------------
22:48:17.242130 tst                       trial-8174: Detailed log at /build/trial-8174/run.2025-12-08_22-48-17/log

---------------------------------------------------------------------
trial-8174 netreg_mass
---------------------------------------------------------------------
22:48:17.446706 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.447065 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.447869 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.449048 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.485830 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.486585 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.487671 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.549454 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-8174 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.550199 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.565186 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.565711 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.566153 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.566583 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.567021 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.567460 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.567897 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.598860 tst         register_default_mass.py: using LAC 2
22:48:17.621530 tst         register_default_mass.py: using RAC 2
22:48:17.648324 tst         register_default_mass.py: using CellId 2
22:48:17.678115 tst         register_default_mass.py: using BVCI 3
22:48:17.692125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.692827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.693410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.693928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.694425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.694941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.695439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.695967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.696572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.697094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.697589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.698105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.698619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.699136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.699656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.700179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.700714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.701237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.701746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.702274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.702789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.703300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.703820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.704347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.704863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.705387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.705905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.706418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.706944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.707456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.707961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.708472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.709003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.709528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.710047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.710568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.711076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.711588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.712114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.712620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.713128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.713652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.714173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.714678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.715193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.715702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.716205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.716735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.717250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.717756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.718276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.718788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.719287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.719804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.720305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.720823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.721333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.721851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.722360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.722857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.723353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.723863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.724368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.724888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.725401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.725902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.726408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.726926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.727432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.727933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.728438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.728952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.729537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.730057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.730558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.731057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.731568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.732072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.732579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.733088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.733587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.734086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.734586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.735090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.735582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.736086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.736585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.737082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.737587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.738097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.738596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.739114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.739631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.740136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.740646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.741152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.741652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.742162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.742674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.743171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.743668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.744240 tst      register_default_mass.py:21: Launching a simple network
22:48:17.754329 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.874308 run            create_hlr_db(pid=20): Launched
22:48:18.888541 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.904992 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.920166 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.925947 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.118918 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.133700 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.139369 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.556692 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.571818 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.586602 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.714507 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.729764 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.735419 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.758948 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.774082 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.779820 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.092890 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.108263 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.142326 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.318277 run         osmo-bts-virtual(pid=34): Launched
22:48:30.353693 tst         register_default_mass.py: using MSISDN 1001
22:48:30.368013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.408745 tst         register_default_mass.py: using MSISDN 1002
22:48:30.426856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.458155 tst         register_default_mass.py: using MSISDN 1003
22:48:30.473246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.504518 tst         register_default_mass.py: using MSISDN 1004
22:48:30.519346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.550543 tst         register_default_mass.py: using MSISDN 1005
22:48:30.565277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.596589 tst         register_default_mass.py: using MSISDN 1006
22:48:30.611436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.642763 tst         register_default_mass.py: using MSISDN 1007
22:48:30.657507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.688821 tst         register_default_mass.py: using MSISDN 1008
22:48:30.703653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.734982 tst         register_default_mass.py: using MSISDN 1009
22:48:30.750001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.781601 tst         register_default_mass.py: using MSISDN 1010
22:48:30.796630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.828094 tst         register_default_mass.py: using MSISDN 1011
22:48:30.843054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.874245 tst         register_default_mass.py: using MSISDN 1012
22:48:30.884374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.915491 tst         register_default_mass.py: using MSISDN 1013
22:48:30.931411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.962697 tst         register_default_mass.py: using MSISDN 1014
22:48:30.977805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.009026 tst         register_default_mass.py: using MSISDN 1015
22:48:31.023890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.055447 tst         register_default_mass.py: using MSISDN 1016
22:48:31.070538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.101929 tst         register_default_mass.py: using MSISDN 1017
22:48:31.116758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.147916 tst         register_default_mass.py: using MSISDN 1018
22:48:31.162540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.193887 tst         register_default_mass.py: using MSISDN 1019
22:48:31.208632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.239788 tst         register_default_mass.py: using MSISDN 1020
22:48:31.254479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.285675 tst         register_default_mass.py: using MSISDN 1021
22:48:31.300482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.331873 tst         register_default_mass.py: using MSISDN 1022
22:48:31.346869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.378197 tst         register_default_mass.py: using MSISDN 1023
22:48:31.393108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.424278 tst         register_default_mass.py: using MSISDN 1024
22:48:31.439151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.470456 tst         register_default_mass.py: using MSISDN 1025
22:48:31.485201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.516232 tst         register_default_mass.py: using MSISDN 1026
22:48:31.531085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.562184 tst         register_default_mass.py: using MSISDN 1027
22:48:31.576841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.608045 tst         register_default_mass.py: using MSISDN 1028
22:48:31.622684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.653970 tst         register_default_mass.py: using MSISDN 1029
22:48:31.668873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.699722 tst         register_default_mass.py: using MSISDN 1030
22:48:31.714418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.745545 tst         register_default_mass.py: using MSISDN 1031
22:48:31.760205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.790900 tst         register_default_mass.py: using MSISDN 1032
22:48:31.805517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.836421 tst         register_default_mass.py: using MSISDN 1033
22:48:31.851084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.881931 tst         register_default_mass.py: using MSISDN 1034
22:48:31.896618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.927668 tst         register_default_mass.py: using MSISDN 1035
22:48:31.942311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.973200 tst         register_default_mass.py: using MSISDN 1036
22:48:31.987880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.019007 tst         register_default_mass.py: using MSISDN 1037
22:48:32.033666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.064830 tst         register_default_mass.py: using MSISDN 1038
22:48:32.079689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.111221 tst         register_default_mass.py: using MSISDN 1039
22:48:32.126102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.157016 tst         register_default_mass.py: using MSISDN 1040
22:48:32.171352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.202323 tst         register_default_mass.py: using MSISDN 1041
22:48:32.217022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.247926 tst         register_default_mass.py: using MSISDN 1042
22:48:32.262602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.293809 tst         register_default_mass.py: using MSISDN 1043
22:48:32.308542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.339464 tst         register_default_mass.py: using MSISDN 1044
22:48:32.354129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.385092 tst         register_default_mass.py: using MSISDN 1045
22:48:32.399821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.430830 tst         register_default_mass.py: using MSISDN 1046
22:48:32.445543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.476791 tst         register_default_mass.py: using MSISDN 1047
22:48:32.491773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.523218 tst         register_default_mass.py: using MSISDN 1048
22:48:32.538074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.569354 tst         register_default_mass.py: using MSISDN 1049
22:48:32.584119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.614931 tst         register_default_mass.py: using MSISDN 1050
22:48:32.629560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.660676 tst         register_default_mass.py: using MSISDN 1051
22:48:32.675426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.706546 tst         register_default_mass.py: using MSISDN 1052
22:48:32.721297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.752336 tst         register_default_mass.py: using MSISDN 1053
22:48:32.767009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.798028 tst         register_default_mass.py: using MSISDN 1054
22:48:32.812789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.844050 tst         register_default_mass.py: using MSISDN 1055
22:48:32.858544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.889673 tst         register_default_mass.py: using MSISDN 1056
22:48:32.904227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.935544 tst         register_default_mass.py: using MSISDN 1057
22:48:32.950434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.981334 tst         register_default_mass.py: using MSISDN 1058
22:48:32.996035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.027242 tst         register_default_mass.py: using MSISDN 1059
22:48:33.042025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.073185 tst         register_default_mass.py: using MSISDN 1060
22:48:33.088037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.119174 tst         register_default_mass.py: using MSISDN 1061
22:48:33.134000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.165383 tst         register_default_mass.py: using MSISDN 1062
22:48:33.180376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.211568 tst         register_default_mass.py: using MSISDN 1063
22:48:33.226438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.257370 tst         register_default_mass.py: using MSISDN 1064
22:48:33.272100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.303244 tst         register_default_mass.py: using MSISDN 1065
22:48:33.317977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.348838 tst         register_default_mass.py: using MSISDN 1066
22:48:33.363339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.394686 tst         register_default_mass.py: using MSISDN 1067
22:48:33.409529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.440698 tst         register_default_mass.py: using MSISDN 1068
22:48:33.455657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.486769 tst         register_default_mass.py: using MSISDN 1069
22:48:33.501529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.532691 tst         register_default_mass.py: using MSISDN 1070
22:48:33.547523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.578586 tst         register_default_mass.py: using MSISDN 1071
22:48:33.593368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.624429 tst         register_default_mass.py: using MSISDN 1072
22:48:33.639165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.670155 tst         register_default_mass.py: using MSISDN 1073
22:48:33.684954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.716363 tst         register_default_mass.py: using MSISDN 1074
22:48:33.731418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.762557 tst         register_default_mass.py: using MSISDN 1075
22:48:33.777273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.808690 tst         register_default_mass.py: using MSISDN 1076
22:48:33.823620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.854940 tst         register_default_mass.py: using MSISDN 1077
22:48:33.869976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.901174 tst         register_default_mass.py: using MSISDN 1078
22:48:33.915852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.947035 tst         register_default_mass.py: using MSISDN 1079
22:48:33.961926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.993159 tst         register_default_mass.py: using MSISDN 1080
22:48:34.008038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.039791 tst         register_default_mass.py: using MSISDN 1081
22:48:34.054992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.086178 tst         register_default_mass.py: using MSISDN 1082
22:48:34.100920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.132279 tst         register_default_mass.py: using MSISDN 1083
22:48:34.147365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.179075 tst         register_default_mass.py: using MSISDN 1084
22:48:34.193977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.225481 tst         register_default_mass.py: using MSISDN 1085
22:48:34.240258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.271265 tst         register_default_mass.py: using MSISDN 1086
22:48:34.286022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.317304 tst         register_default_mass.py: using MSISDN 1087
22:48:34.332025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.372022 tst         register_default_mass.py: using MSISDN 1088
22:48:34.390047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.421480 tst         register_default_mass.py: using MSISDN 1089
22:48:34.436888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.468723 tst         register_default_mass.py: using MSISDN 1090
22:48:34.483599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.514566 tst         register_default_mass.py: using MSISDN 1091
22:48:34.529202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.559956 tst         register_default_mass.py: using MSISDN 1092
22:48:34.574545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.605463 tst         register_default_mass.py: using MSISDN 1093
22:48:34.620085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.651096 tst         register_default_mass.py: using MSISDN 1094
22:48:34.665856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.696954 tst         register_default_mass.py: using MSISDN 1095
22:48:34.711663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.742976 tst         register_default_mass.py: using MSISDN 1096
22:48:34.758034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.789128 tst         register_default_mass.py: using MSISDN 1097
22:48:34.803807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.835343 tst         register_default_mass.py: using MSISDN 1098
22:48:34.850379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.881673 tst         register_default_mass.py: using MSISDN 1099
22:48:34.896706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.927856 tst         register_default_mass.py: using MSISDN 1100
22:48:34.942496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.035165 run                             mass: Starting testcase
22:48:35.040741 run                             mass: Pre-launching all virtphy's
22:48:35.046306 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.059428 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.065480 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.078424 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.084439 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.097268 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.103392 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.116478 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.122500 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.135425 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.141530 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.154543 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.160691 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.173953 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.179965 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.192835 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.198771 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.211640 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.217626 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.230489 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.236451 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.249398 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.255376 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.268212 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.274223 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.287134 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.293096 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.306007 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.312007 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.324855 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.330790 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.343627 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.349584 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.362513 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.368486 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.381374 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.387310 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.400168 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.406128 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.418956 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.424940 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.437805 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.443736 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.456641 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.462715 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.475802 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.481947 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.494819 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.500774 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.513756 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.519710 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.532649 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.538666 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.551575 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.557570 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.570440 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.576418 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.589319 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.595260 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.608177 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.614167 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.627069 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.633020 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.645859 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.651826 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.664683 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.670684 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.683562 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.689554 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.702543 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.708512 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.721590 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.727585 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.740551 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.746621 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.759571 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.765662 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.778627 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.784573 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.797469 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.803411 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.816301 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.822340 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.835245 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.841290 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.854216 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.860191 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.873153 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.879138 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.892084 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.898048 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.910929 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.916974 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.929900 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.936024 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.948943 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.955098 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.968053 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.974042 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.987080 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.993073 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.006100 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.012108 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.025048 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.031042 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.043984 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.050045 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.062928 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.068880 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.081737 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.087729 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.100688 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.106631 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.119462 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.125456 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.138301 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.144300 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.157350 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.163280 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.176272 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.182245 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.195260 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.201203 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.214116 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.220192 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.233139 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.239274 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.252226 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.258171 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.271079 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.277039 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.290003 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.295963 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.308880 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.314836 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.327701 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.333696 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.346623 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.352579 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.365523 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.371526 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.384542 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.390546 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.403474 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.409627 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.422673 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.428676 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.441643 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.447597 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.460702 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.466716 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.479821 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.485834 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.498728 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.504781 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.517758 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.523718 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.536654 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.542777 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.555735 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.561732 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.574671 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.580653 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.593615 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.599602 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.612522 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.618519 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.631419 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.637400 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.650515 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.656460 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.669840 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.675870 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.688994 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.695064 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.708185 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.714329 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.727480 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.733634 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.746674 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.752735 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.765855 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.771988 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.785088 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.791250 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.804213 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.810276 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.823393 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.829432 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.842287 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.848399 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.861512 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.867631 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.880946 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.887041 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.900135 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.906130 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.919035 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.925228 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.938168 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.944340 run                             mass: Checking if sockets are in the filesystem
22:48:36.976960 run                osmo-ms-mob/00000: Starting mobile
22:48:36.990102 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.001739 run                             mass: MS start registered  {at=28465022.70509102, delay=0.005525253713130951, ms=00000}
22:48:41.172430 run                osmo-ms-mob/00001: Starting mobile
22:48:41.186319 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.196963 run                             mass: MS start registered  {at=28465026.90031393, delay=0.004582550376653671, ms=00001}
22:48:42.146859 run                             mass: MS performed LU  {at=28465027.850092307, lu_delay=5.145001288503408, ms=00000}
22:48:42.991694 run                osmo-ms-mob/00002: Starting mobile
22:48:43.008810 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.019441 run                             mass: MS start registered  {at=28465028.722785708, delay=0.00431760773062706, ms=00002}
22:48:44.292692 run                osmo-ms-mob/00003: Starting mobile
22:48:44.309581 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.320045 run                             mass: MS start registered  {at=28465030.02340001, delay=0.004375208169221878, ms=00003}
22:48:45.391078 run                osmo-ms-mob/00004: Starting mobile
22:48:45.408195 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.420646 run                             mass: MS start registered  {at=28465031.12398735, delay=0.00618981197476387, ms=00004}
22:48:45.912411 run                             mass: MS performed LU  {at=28465031.615646493, lu_delay=4.715332563966513, ms=00001}
22:48:46.364106 run                osmo-ms-mob/00005: Starting mobile
22:48:46.377099 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.387840 run                             mass: MS start registered  {at=28465032.09119322, delay=0.004393845796585083, ms=00005}
22:48:47.294829 run                osmo-ms-mob/00006: Starting mobile
22:48:47.313903 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.324834 run                             mass: MS start registered  {at=28465033.028183553, delay=0.0049071647226810455, ms=00006}
22:48:47.814152 run                             mass: MS performed LU  {at=28465033.517390117, lu_delay=4.794604409486055, ms=00002}
22:48:48.193554 run                osmo-ms-mob/00007: Starting mobile
22:48:48.208766 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.219604 run                             mass: MS start registered  {at=28465033.92295463, delay=0.004670843482017517, ms=00007}
22:48:48.960935 run                osmo-ms-mob/00008: Starting mobile
22:48:48.974218 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.984826 run                             mass: MS start registered  {at=28465034.688176744, delay=0.004497651010751724, ms=00008}
22:48:49.699403 run                osmo-ms-mob/00009: Starting mobile
22:48:49.715356 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.721469 run                             mass: MS performed LU  {at=28465035.424826965, lu_delay=5.4014269560575485, ms=00003}
22:48:49.727337 run                             mass: MS start registered  {at=28465035.430704426, delay=0.0058947280049324036, ms=00009}
22:48:50.399695 run                osmo-ms-mob/00010: Starting mobile
22:48:50.416465 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.427325 run                             mass: MS start registered  {at=28465036.130677685, delay=0.004696536809206009, ms=00010}
22:48:50.982469 run                osmo-ms-mob/00011: Starting mobile
22:48:50.998730 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.009408 run                             mass: MS start registered  {at=28465036.712761525, delay=0.004521280527114868, ms=00011}
22:48:51.560826 run                osmo-ms-mob/00012: Starting mobile
22:48:51.573828 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.580185 run                             mass: MS performed LU  {at=28465037.283543605, lu_delay=5.192350383847952, ms=00005}
22:48:51.586166 run                             mass: MS start registered  {at=28465037.2895331, delay=0.006005283445119858, ms=00012}
22:48:51.606708 run                             mass: MS performed LU  {at=28465037.31003242, lu_delay=6.186045069247484, ms=00004}
22:48:52.191620 run                osmo-ms-mob/00013: Starting mobile
22:48:52.208844 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.219468 run                             mass: MS start registered  {at=28465037.92282066, delay=0.004614017903804779, ms=00013}
22:48:52.772095 run                osmo-ms-mob/00014: Starting mobile
22:48:52.786001 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.796809 run                             mass: MS start registered  {at=28465038.500161912, delay=0.004718974232673645, ms=00014}
22:48:53.391366 run                osmo-ms-mob/00015: Starting mobile
22:48:53.408299 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.419407 run                             mass: MS start registered  {at=28465039.12274652, delay=0.00503142923116684, ms=00015}
22:48:53.442698 run                             mass: MS performed LU  {at=28465039.146045297, lu_delay=5.2230906672775745, ms=00007}
22:48:53.508836 run                             mass: MS performed LU  {at=28465039.212062854, lu_delay=6.183879300951958, ms=00006}
22:48:53.813983 run                             mass: MS performed LU  {at=28465039.517234154, lu_delay=4.829057410359383, ms=00008}
22:48:53.844997 run                osmo-ms-mob/00016: Starting mobile
22:48:53.859587 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.870466 run                             mass: MS start registered  {at=28465039.57381714, delay=0.0046890489757061005, ms=00016}
22:48:54.360562 run                osmo-ms-mob/00017: Starting mobile
22:48:54.373847 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.384808 run                             mass: MS start registered  {at=28465040.088157978, delay=0.004813522100448608, ms=00017}
22:48:54.992862 run                osmo-ms-mob/00018: Starting mobile
22:48:55.009997 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.021110 run                             mass: MS start registered  {at=28465040.724459276, delay=0.004943475127220154, ms=00018}
22:48:55.345737 run                             mass: MS performed LU  {at=28465041.04898637, lu_delay=4.918308686465025, ms=00010}
22:48:55.361323 run                osmo-ms-mob/00019: Starting mobile
22:48:55.374947 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.381130 run                             mass: MS performed LU  {at=28465041.084492344, lu_delay=5.6537879183888435, ms=00009}
22:48:55.387096 run                             mass: MS start registered  {at=28465041.090464044, delay=0.00598762184381485, ms=00019}
22:48:55.892828 run                osmo-ms-mob/00020: Starting mobile
22:48:55.909377 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.920208 run                             mass: MS start registered  {at=28465041.623562884, delay=0.004621692001819611, ms=00020}
22:48:56.360085 run                osmo-ms-mob/00021: Starting mobile
22:48:56.373531 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.384486 run                             mass: MS start registered  {at=28465042.087837454, delay=0.004880126565694809, ms=00021}
22:48:56.771706 run                osmo-ms-mob/00022: Starting mobile
22:48:56.784950 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.795838 run                             mass: MS start registered  {at=28465042.499189075, delay=0.0048062726855278015, ms=00022}
22:48:57.210803 run                             mass: MS performed LU  {at=28465042.91405189, lu_delay=6.201290365308523, ms=00011}
22:48:57.246071 run                osmo-ms-mob/00023: Starting mobile
22:48:57.260687 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.274018 run                             mass: MS performed LU  {at=28465042.977333117, lu_delay=5.687800016254187, ms=00012}
22:48:57.286747 run                             mass: MS start registered  {at=28465042.990102306, delay=0.01944713294506073, ms=00023}
22:48:57.343413 run                             mass: MS performed LU  {at=28465043.04670169, lu_delay=5.12388102710247, ms=00013}
22:48:57.597382 run                             mass: MS performed LU  {at=28465043.300631586, lu_delay=4.800469674170017, ms=00014}
22:48:57.612497 run                osmo-ms-mob/00024: Starting mobile
22:48:57.625735 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.637002 run                             mass: MS start registered  {at=28465043.340353735, delay=0.005174580961465836, ms=00024}
22:48:58.160805 run                osmo-ms-mob/00025: Starting mobile
22:48:58.174254 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.185548 run                             mass: MS start registered  {at=28465043.888899613, delay=0.00523139163851738, ms=00025}
22:48:58.590669 run                osmo-ms-mob/00026: Starting mobile
22:48:58.605984 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.617133 run                             mass: MS start registered  {at=28465044.320484612, delay=0.005016405135393143, ms=00026}
22:48:58.983110 run                osmo-ms-mob/00027: Starting mobile
22:48:58.999397 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.010458 run                             mass: MS start registered  {at=28465044.713810816, delay=0.004805844277143478, ms=00027}
22:48:59.027097 run                             mass: MS performed LU  {at=28465044.730443742, lu_delay=5.60769722238183, ms=00015}
22:48:59.111130 run                             mass: MS performed LU  {at=28465044.814379916, lu_delay=5.240562774240971, ms=00016}
22:48:59.138146 run                             mass: MS performed LU  {at=28465044.841487676, lu_delay=4.753329697996378, ms=00017}
22:48:59.150973 run                osmo-ms-mob/00028: Starting mobile
22:48:59.164029 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.175042 run                             mass: MS start registered  {at=28465044.87839882, delay=0.005013130605220795, ms=00028}
22:48:59.791373 run                osmo-ms-mob/00029: Starting mobile
22:48:59.808177 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.819511 run                             mass: MS start registered  {at=28465045.52286453, delay=0.005231700837612152, ms=00029}
22:49:00.159985 run                osmo-ms-mob/00030: Starting mobile
22:49:00.173629 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.184913 run                             mass: MS start registered  {at=28465045.88826654, delay=0.004884831607341766, ms=00030}
22:49:00.589117 run                osmo-ms-mob/00031: Starting mobile
22:49:00.604029 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.614970 run                             mass: MS start registered  {at=28465046.31832441, delay=0.004905916750431061, ms=00031}
22:49:00.859912 run                osmo-ms-mob/00032: Starting mobile
22:49:00.873480 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.884692 run                             mass: MS start registered  {at=28465046.588039324, delay=0.0051796771585941315, ms=00032}
22:49:00.976063 run                             mass: MS performed LU  {at=28465046.679324355, lu_delay=5.954865079373121, ms=00018}
22:49:01.109785 run                             mass: MS performed LU  {at=28465046.81303989, lu_delay=5.722575847059488, ms=00019}
22:49:01.127607 run                             mass: MS performed LU  {at=28465046.83090878, lu_delay=4.74307132512331, ms=00021}
22:49:01.175608 run                osmo-ms-mob/00033: Starting mobile
22:49:01.193327 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.204254 run                             mass: MS start registered  {at=28465046.907609537, delay=0.0048662349581718445, ms=00033}
22:49:01.675689 run                osmo-ms-mob/00034: Starting mobile
22:49:01.689917 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.701388 run                             mass: MS start registered  {at=28465047.40473239, delay=0.005237162113189697, ms=00034}
22:49:01.961010 run                osmo-ms-mob/00035: Starting mobile
22:49:01.974578 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.986045 run                             mass: MS start registered  {at=28465047.68939219, delay=0.0052331723272800446, ms=00035}
22:49:02.393248 run                osmo-ms-mob/00036: Starting mobile
22:49:02.406518 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.417710 run                             mass: MS start registered  {at=28465048.1210605, delay=0.005099412053823471, ms=00036}
22:49:02.781908 run                osmo-ms-mob/00037: Starting mobile
22:49:02.798765 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.804860 run                             mass: MS performed LU  {at=28465048.5082185, lu_delay=6.009029425680637, ms=00022}
22:49:02.810791 run                             mass: MS start registered  {at=28465048.514157828, delay=0.005957402288913727, ms=00037}
22:49:02.877804 run                             mass: MS performed LU  {at=28465048.58105419, lu_delay=5.240700453519821, ms=00024}
22:49:02.904639 run                osmo-ms-mob/00038: Starting mobile
22:49:02.917727 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.923859 run                             mass: MS performed LU  {at=28465048.627221342, lu_delay=5.63711903616786, ms=00023}
22:49:02.929776 run                             mass: MS start registered  {at=28465048.63314387, delay=0.005939412862062454, ms=00038}
22:49:03.049323 run                             mass: MS performed LU  {at=28465048.752574418, lu_delay=4.863674804568291, ms=00025}
22:49:03.077642 run                osmo-ms-mob/00039: Starting mobile
22:49:03.090882 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.101939 run                             mass: MS start registered  {at=28465048.805293288, delay=0.004968944936990738, ms=00039}
22:49:03.757044 run                osmo-ms-mob/00040: Starting mobile
22:49:03.770263 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.782606 run                             mass: MS start registered  {at=28465049.485949878, delay=0.005612608045339584, ms=00040}
22:49:04.073440 run                osmo-ms-mob/00041: Starting mobile
22:49:04.088262 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.099630 run                             mass: MS start registered  {at=28465049.802981924, delay=0.005244359374046326, ms=00041}
22:49:04.368599 run                osmo-ms-mob/00042: Starting mobile
22:49:04.382081 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.393633 run                             mass: MS start registered  {at=28465050.0969878, delay=0.005345448851585388, ms=00042}
22:49:04.640534 run                             mass: MS performed LU  {at=28465050.343789626, lu_delay=5.465390805155039, ms=00028}
22:49:04.657509 run                             mass: MS performed LU  {at=28465050.360785566, lu_delay=4.472519025206566, ms=00030}
22:49:04.673854 run                osmo-ms-mob/00043: Starting mobile
22:49:04.687073 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.698835 run                             mass: MS start registered  {at=28465050.40218379, delay=0.00560128316283226, ms=00043}
22:49:04.713406 run                             mass: MS performed LU  {at=28465050.41675826, lu_delay=4.893893729895353, ms=00029}
22:49:04.967644 run                             mass: MS performed LU  {at=28465050.67090398, lu_delay=6.350419368594885, ms=00026}
22:49:05.010148 run                osmo-ms-mob/00044: Starting mobile
22:49:05.023770 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.034925 run                             mass: MS start registered  {at=28465050.738276664, delay=0.005101464688777924, ms=00044}
22:49:05.415100 run                osmo-ms-mob/00045: Starting mobile
22:49:05.438699 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.450248 run                             mass: MS start registered  {at=28465051.15359273, delay=0.005383256822824478, ms=00045}
22:49:05.674705 run                osmo-ms-mob/00046: Starting mobile
22:49:05.688834 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.700303 run                             mass: MS start registered  {at=28465051.40364226, delay=0.005072060972452164, ms=00046}
22:49:05.706372 run                             mass: MS performed LU  {at=28465051.409733336, lu_delay=6.695922520011663, ms=00027}
22:49:05.969009 run                osmo-ms-mob/00047: Starting mobile
22:49:05.982438 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.993569 run                             mass: MS start registered  {at=28465051.69692024, delay=0.004950489848852158, ms=00047}
22:49:06.260288 run                osmo-ms-mob/00048: Starting mobile
22:49:06.273484 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.284556 run                             mass: MS start registered  {at=28465051.987905793, delay=0.004950646311044693, ms=00048}
22:49:06.561089 run                osmo-ms-mob/00049: Starting mobile
22:49:06.574356 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.580783 run                             mass: MS performed LU  {at=28465052.28414171, lu_delay=5.376532170921564, ms=00033}
22:49:06.586744 run                             mass: MS performed LU  {at=28465052.29011039, lu_delay=4.600718200206757, ms=00035}
22:49:06.592517 run                             mass: MS start registered  {at=28465052.29588416, delay=0.011760685592889786, ms=00049}
22:49:06.603745 run                osmo-ms-mob/00050: Starting mobile
22:49:06.616850 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.627826 run                             mass: MS start registered  {at=28465052.331182294, delay=0.004805434495210648, ms=00050}
22:49:06.670572 run                             mass: MS performed LU  {at=28465052.373821735, lu_delay=4.9690893441438675, ms=00034}
22:49:06.869630 run                             mass: MS performed LU  {at=28465052.572880358, lu_delay=5.984841033816338, ms=00032}
22:49:07.274102 run                osmo-ms-mob/00051: Starting mobile
22:49:07.288564 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.302705 run                             mass: MS start registered  {at=28465053.0060478, delay=0.006466016173362732, ms=00051}
22:49:07.573617 run                osmo-ms-mob/00052: Starting mobile
22:49:07.587565 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.598857 run                             mass: MS start registered  {at=28465053.302209806, delay=0.005083609372377396, ms=00052}
22:49:07.872392 run                osmo-ms-mob/00053: Starting mobile
22:49:07.886012 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.897120 run                             mass: MS start registered  {at=28465053.600473687, delay=0.005053244531154633, ms=00053}
22:49:08.160189 run                osmo-ms-mob/00054: Starting mobile
22:49:08.173412 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.185359 run                             mass: MS start registered  {at=28465053.888709564, delay=0.005680344998836517, ms=00054}
22:49:08.406300 run                             mass: MS performed LU  {at=28465054.109553188, lu_delay=5.304259900003672, ms=00039}
22:49:08.422423 run                osmo-ms-mob/00055: Starting mobile
22:49:08.436330 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.442703 run                             mass: MS performed LU  {at=28465054.14606138, lu_delay=5.512917511165142, ms=00038}
22:49:08.448831 run                             mass: MS start registered  {at=28465054.152197752, delay=0.006154943257570267, ms=00055}
22:49:08.480222 run                             mass: MS performed LU  {at=28465054.183485843, lu_delay=5.669328015297651, ms=00037}
22:49:08.494484 run                osmo-ms-mob/00056: Starting mobile
22:49:08.507898 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.518818 run                             mass: MS start registered  {at=28465054.22217385, delay=0.004868127405643463, ms=00056}
22:49:08.733215 run                             mass: MS performed LU  {at=28465054.436465986, lu_delay=6.315405484288931, ms=00036}
22:49:08.997058 run                             mass: MS performed LU  {at=28465054.700308587, lu_delay=4.897326663136482, ms=00041}
22:49:09.012217 run                osmo-ms-mob/00057: Starting mobile
22:49:09.025360 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.036486 run                             mass: MS start registered  {at=28465054.739827566, delay=0.004822373390197754, ms=00057}
22:49:09.371159 run                             mass: MS performed LU  {at=28465055.074272294, lu_delay=4.6720885038375854, ms=00043}
22:49:09.402008 run                osmo-ms-mob/00058: Starting mobile
22:49:09.415822 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.427529 run                             mass: MS start registered  {at=28465055.13087531, delay=0.005051642656326294, ms=00058}
22:49:09.591458 run                             mass: MS performed LU  {at=28465055.294748858, lu_delay=5.197761058807373, ms=00042}
22:49:09.609644 run                             mass: MS performed LU  {at=28465055.31297188, lu_delay=3.6160516403615475, ms=00047}
22:49:09.622740 run                osmo-ms-mob/00059: Starting mobile
22:49:09.636609 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.647684 run                             mass: MS start registered  {at=28465055.35103727, delay=0.004853375256061554, ms=00059}
22:49:09.730699 run                             mass: MS performed LU  {at=28465055.433931075, lu_delay=5.94798119738698, ms=00040}
22:49:10.113490 run                osmo-ms-mob/00060: Starting mobile
22:49:10.132070 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.143317 run                             mass: MS start registered  {at=28465055.84666513, delay=0.005075883120298386, ms=00060}
22:49:10.345222 run                             mass: MS performed LU  {at=28465056.048474185, lu_delay=4.6448319256305695, ms=00046}
22:49:10.399139 run                             mass: MS performed LU  {at=28465056.102407295, lu_delay=4.9488145634531975, ms=00045}
22:49:10.424615 run                osmo-ms-mob/00061: Starting mobile
22:49:10.438663 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.450380 run                             mass: MS start registered  {at=28465056.153722648, delay=0.005521543323993683, ms=00061}
22:49:10.790899 run                osmo-ms-mob/00062: Starting mobile
22:49:10.806668 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.818312 run                             mass: MS start registered  {at=28465056.521656632, delay=0.005118090659379959, ms=00062}
22:49:11.076077 run                osmo-ms-mob/00063: Starting mobile
22:49:11.090033 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.101219 run                             mass: MS start registered  {at=28465056.8045712, delay=0.004512414336204529, ms=00063}
22:49:11.230074 run                             mass: MS performed LU  {at=28465056.93330664, lu_delay=6.195029973983765, ms=00044}
22:49:11.475637 run                osmo-ms-mob/00064: Starting mobile
22:49:11.489802 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.496296 run                             mass: MS performed LU  {at=28465057.199653484, lu_delay=3.599179796874523, ms=00053}
22:49:11.502440 run                             mass: MS start registered  {at=28465057.20580529, delay=0.00617140531539917, ms=00064}
22:49:11.873984 run                osmo-ms-mob/00065: Starting mobile
22:49:11.887962 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.899522 run                             mass: MS start registered  {at=28465057.602869917, delay=0.0050545744597911835, ms=00065}
22:49:12.194590 run                osmo-ms-mob/00066: Starting mobile
22:49:12.212874 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.218939 run                             mass: MS performed LU  {at=28465057.922297932, lu_delay=4.620088126510382, ms=00052}
22:49:12.224839 run                             mass: MS start registered  {at=28465057.928205915, delay=0.0059265755116939545, ms=00066}
22:49:12.244785 run                             mass: MS performed LU  {at=28465057.948124837, lu_delay=4.942077036947012, ms=00051}
22:49:12.291932 run                             mass: MS performed LU  {at=28465057.9951955, lu_delay=6.007289707660675, ms=00048}
22:49:12.306414 run                osmo-ms-mob/00067: Starting mobile
22:49:12.319896 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.331007 run                             mass: MS start registered  {at=28465058.034354974, delay=0.005041994154453278, ms=00067}
22:49:12.499519 run                             mass: MS performed LU  {at=28465058.202770986, lu_delay=5.906886827200651, ms=00049}
22:49:12.900031 run                osmo-ms-mob/00068: Starting mobile
22:49:12.916540 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.927774 run                             mass: MS start registered  {at=28465058.631120782, delay=0.005227722227573395, ms=00068}
22:49:13.274760 run                osmo-ms-mob/00069: Starting mobile
22:49:13.288537 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.294618 run                             mass: MS performed LU  {at=28465058.99797416, lu_delay=6.666791867464781, ms=00050}
22:49:13.300514 run                             mass: MS start registered  {at=28465059.003880557, delay=0.005927558988332748, ms=00069}
22:49:13.310440 run                             mass: MS performed LU  {at=28465059.01379069, lu_delay=4.861592937260866, ms=00055}
22:49:13.674654 run                osmo-ms-mob/00070: Starting mobile
22:49:13.689215 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.700301 run                             mass: MS start registered  {at=28465059.40365411, delay=0.0027382001280784607, ms=00070}
22:49:14.074211 run                osmo-ms-mob/00071: Starting mobile
22:49:14.088072 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.100451 run                             mass: MS start registered  {at=28465059.80380076, delay=0.0061180442571640015, ms=00071}
22:49:14.109546 run                             mass: MS performed LU  {at=28465059.81289414, lu_delay=4.682018827646971, ms=00058}
22:49:14.165650 run                             mass: MS performed LU  {at=28465059.868910838, lu_delay=4.5178735665977, ms=00059}
22:49:14.188294 run                             mass: MS performed LU  {at=28465059.89165416, lu_delay=5.669480308890343, ms=00056}
22:49:14.199363 run                osmo-ms-mob/00072: Starting mobile
22:49:14.213166 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.224271 run                             mass: MS start registered  {at=28465059.92762416, delay=0.004982486367225647, ms=00072}
22:49:14.893309 run                osmo-ms-mob/00073: Starting mobile
22:49:14.911725 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.923016 run                             mass: MS start registered  {at=28465060.626364235, delay=0.00514410063624382, ms=00073}
22:49:15.115842 run                             mass: MS performed LU  {at=28465060.81909779, lu_delay=6.079270225018263, ms=00057}
22:49:15.232224 run                             mass: MS performed LU  {at=28465060.9354833, lu_delay=5.088818170130253, ms=00060}
22:49:15.262727 run                osmo-ms-mob/00074: Starting mobile
22:49:15.276005 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.288070 run                             mass: MS start registered  {at=28465060.991413888, delay=0.006004698574542999, ms=00074}
22:49:15.690190 run                osmo-ms-mob/00075: Starting mobile
22:49:15.705305 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.717223 run                             mass: MS start registered  {at=28465061.42057271, delay=0.005425211042165756, ms=00075}
22:49:15.955863 run                             mass: MS performed LU  {at=28465061.65909058, lu_delay=4.8545193783938885, ms=00063}
22:49:16.012744 run                             mass: MS performed LU  {at=28465061.715980858, lu_delay=5.194324225187302, ms=00062}
22:49:16.042153 run                osmo-ms-mob/00076: Starting mobile
22:49:16.056976 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.068147 run                             mass: MS start registered  {at=28465061.771493237, delay=0.004999224096536636, ms=00076}
22:49:16.103200 run                             mass: MS performed LU  {at=28465061.806453202, lu_delay=4.600647911429405, ms=00064}
22:49:16.264991 run                             mass: MS performed LU  {at=28465061.968242448, lu_delay=5.814519800245762, ms=00061}
22:49:16.591636 run                osmo-ms-mob/00077: Starting mobile
22:49:16.608589 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.621879 run                             mass: MS start registered  {at=28465062.325223096, delay=0.007036998867988586, ms=00077}
22:49:17.074050 run                osmo-ms-mob/00078: Starting mobile
22:49:17.088251 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.099815 run                             mass: MS start registered  {at=28465062.8031615, delay=0.00521169975399971, ms=00078}
22:49:17.494070 run                osmo-ms-mob/00079: Starting mobile
22:49:17.512782 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.524023 run                             mass: MS start registered  {at=28465063.227376644, delay=0.004867155104875565, ms=00079}
22:49:17.857263 run                             mass: MS performed LU  {at=28465063.56051619, lu_delay=5.526161216199398, ms=00067}
22:49:17.871407 run                osmo-ms-mob/00080: Starting mobile
22:49:17.884883 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.896274 run                             mass: MS start registered  {at=28465063.599619083, delay=0.005194280296564102, ms=00080}
22:49:17.967762 run                             mass: MS performed LU  {at=28465063.67101633, lu_delay=5.742810416966677, ms=00066}
22:49:18.167062 run                             mass: MS performed LU  {at=28465063.87031083, lu_delay=6.267440915107727, ms=00065}
22:49:18.177254 run                             mass: MS performed LU  {at=28465063.880619872, lu_delay=4.87673931568861, ms=00069}
22:49:18.184332 run                             mass: MS performed LU  {at=28465063.88768719, lu_delay=22.264124307781458, ms=00020}
22:49:18.195210 run                osmo-ms-mob/00081: Starting mobile
22:49:18.208438 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.219748 run                             mass: MS start registered  {at=28465063.923102282, delay=0.005204487591981888, ms=00081}
22:49:18.856413 run                osmo-ms-mob/00082: Starting mobile
22:49:18.869907 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.881035 run                             mass: MS start registered  {at=28465064.584387783, delay=0.0048424601554870605, ms=00082}
22:49:19.483156 run                osmo-ms-mob/00083: Starting mobile
22:49:19.500382 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.511563 run                             mass: MS start registered  {at=28465065.214917514, delay=0.005206909030675888, ms=00083}
22:49:19.804944 run                             mass: MS performed LU  {at=28465065.50813815, lu_delay=5.704337388277054, ms=00071}
22:49:19.869767 run                             mass: MS performed LU  {at=28465065.57301165, lu_delay=6.169357541948557, ms=00070}
22:49:19.913868 run                osmo-ms-mob/00084: Starting mobile
22:49:19.927676 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.939004 run                             mass: MS start registered  {at=28465065.64235993, delay=0.005208123475313187, ms=00084}
22:49:20.013490 run                             mass: MS performed LU  {at=28465065.716725815, lu_delay=5.090361580252647, ms=00073}
22:49:20.266548 run                             mass: MS performed LU  {at=28465065.969802637, lu_delay=4.978388749063015, ms=00074}
22:49:20.499172 run                osmo-ms-mob/00085: Starting mobile
22:49:20.515646 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.526766 run                             mass: MS start registered  {at=28465066.230120942, delay=0.005114991217851639, ms=00085}
22:49:21.060235 run                osmo-ms-mob/00086: Starting mobile
22:49:21.073599 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.084654 run                             mass: MS start registered  {at=28465066.788006745, delay=0.004985425621271133, ms=00086}
22:49:21.700782 run                osmo-ms-mob/00087: Starting mobile
22:49:21.717815 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.723945 run                             mass: MS performed LU  {at=28465067.42730547, lu_delay=5.102082375437021, ms=00077}
22:49:21.729971 run                             mass: MS start registered  {at=28465067.433338705, delay=0.0060509853065013885, ms=00087}
22:49:21.736055 run                             mass: MS performed LU  {at=28465067.439415373, lu_delay=5.667922135442495, ms=00076}
22:49:21.822433 run                             mass: MS performed LU  {at=28465067.52568328, lu_delay=4.722521781921387, ms=00078}
22:49:21.858141 run                             mass: MS performed LU  {at=28465067.561406415, lu_delay=6.140833705663681, ms=00075}
22:49:22.259403 run                osmo-ms-mob/00088: Starting mobile
22:49:22.276028 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.287035 run                             mass: MS start registered  {at=28465067.990389038, delay=0.00495653972029686, ms=00088}
22:49:22.860833 run                osmo-ms-mob/00089: Starting mobile
22:49:22.874566 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.885889 run                             mass: MS start registered  {at=28465068.589238893, delay=0.00516122579574585, ms=00089}
22:49:23.455880 run                osmo-ms-mob/00090: Starting mobile
22:49:23.469062 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.480869 run                             mass: MS start registered  {at=28465069.184212647, delay=0.0056500546634197235, ms=00090}
22:49:23.544533 run                             mass: MS performed LU  {at=28465069.24778424, lu_delay=5.324681956321001, ms=00081}
22:49:23.575367 run                             mass: MS performed LU  {at=28465069.278702077, lu_delay=5.679082993417978, ms=00080}
22:49:23.636034 run                             mass: MS performed LU  {at=28465069.339281525, lu_delay=6.1119048818945885, ms=00079}
22:49:23.797221 run                             mass: MS performed LU  {at=28465069.500468604, lu_delay=4.916080821305513, ms=00082}
22:49:24.050803 run                             mass: MS performed LU  {at=28465069.754056055, lu_delay=23.435731645673513, ms=00031}
22:49:24.193271 run                osmo-ms-mob/00091: Starting mobile
22:49:24.210711 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.221850 run                             mass: MS start registered  {at=28465069.925200436, delay=0.0050614625215530396, ms=00091}
22:49:24.870823 run                osmo-ms-mob/00092: Starting mobile
22:49:24.884479 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.896353 run                             mass: MS start registered  {at=28465070.599702086, delay=0.005537804216146469, ms=00092}
22:49:25.471895 run                             mass: MS performed LU  {at=28465071.17514716, lu_delay=4.945026218891144, ms=00085}
22:49:25.499720 run                             mass: MS performed LU  {at=28465071.202993535, lu_delay=5.5606336034834385, ms=00084}
22:49:25.547131 run                osmo-ms-mob/00093: Starting mobile
22:49:25.562217 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.573283 run                             mass: MS start registered  {at=28465071.276632898, delay=0.005051124840974808, ms=00093}
22:49:25.586968 run                             mass: MS performed LU  {at=28465071.290241446, lu_delay=6.075323931872845, ms=00083}
22:49:25.859594 run                             mass: MS performed LU  {at=28465071.562843025, lu_delay=4.774836279451847, ms=00086}
22:49:26.574019 run                osmo-ms-mob/00094: Starting mobile
22:49:26.588139 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.599347 run                             mass: MS start registered  {at=28465072.302698426, delay=0.005112536251544952, ms=00094}
22:49:27.336969 run                             mass: MS performed LU  {at=28465073.040189467, lu_delay=5.606850761920214, ms=00087}
22:49:27.401345 run                             mass: MS performed LU  {at=28465073.10459319, lu_delay=5.114204153418541, ms=00088}
22:49:27.456719 run                osmo-ms-mob/00095: Starting mobile
22:49:27.471901 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.483230 run                             mass: MS start registered  {at=28465073.18657632, delay=0.005153745412826538, ms=00095}
22:49:27.489696 run                             mass: MS performed LU  {at=28465073.19305733, lu_delay=4.6038184352219105, ms=00089}
22:49:28.475191 run                osmo-ms-mob/00096: Starting mobile
22:49:28.489430 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.500621 run                             mass: MS start registered  {at=28465074.20397494, delay=0.00518011674284935, ms=00096}
22:49:29.237917 run                             mass: MS performed LU  {at=28465074.941166963, lu_delay=5.756954316049814, ms=00090}
22:49:29.266496 run                             mass: MS performed LU  {at=28465074.969745222, lu_delay=5.0445447862148285, ms=00091}
22:49:29.593060 run                osmo-ms-mob/00097: Starting mobile
22:49:29.611402 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.617862 run                             mass: MS performed LU  {at=28465075.321220417, lu_delay=4.721518330276012, ms=00092}
22:49:29.623842 run                             mass: MS start registered  {at=28465075.32720855, delay=0.00600823387503624, ms=00097}
22:49:30.900775 run                osmo-ms-mob/00098: Starting mobile
22:49:30.916887 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.928078 run                             mass: MS start registered  {at=28465076.63142815, delay=0.0051917023956775665, ms=00098}
22:49:31.102545 run                             mass: MS performed LU  {at=28465076.805774204, lu_delay=5.529141306877136, ms=00093}
22:49:31.254656 run                             mass: MS performed LU  {at=28465076.957909506, lu_delay=23.069199942052364, ms=00054}
22:49:31.402852 run                             mass: MS performed LU  {at=28465077.106105365, lu_delay=4.803406938910484, ms=00094}
22:49:32.661045 run                osmo-ms-mob/00099: Starting mobile
22:49:32.674166 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.680689 run                             mass: All started... {duration=55.730637568980455, too_slow=0}
22:49:32.686554 run                             mass: MS start registered  {at=28465078.389912944, delay=0.005885999649763107, ms=00099}
22:49:33.004240 run                             mass: MS performed LU  {at=28465078.707490243, lu_delay=5.5209139212965965, ms=00095}
22:49:33.502683 run                             mass: MS performed LU  {at=28465079.205933534, lu_delay=5.001958593726158, ms=00096}
22:49:34.868253 run                             mass: MS performed LU  {at=28465080.571468234, lu_delay=5.244259685277939, ms=00097}
22:49:35.168456 run                             mass: MS performed LU  {at=28465080.871705476, lu_delay=22.240584693849087, ms=00068}
22:49:36.769269 run                             mass: MS performed LU  {at=28465082.472520653, lu_delay=5.841092504560947, ms=00098}
22:49:37.032586 run                             mass: MS performed LU  {at=28465082.735835657, lu_delay=22.808211497962475, ms=00072}
22:49:38.635246 run                             mass: MS performed LU  {at=28465084.33849628, lu_delay=5.948583334684372, ms=00099}
22:49:38.658621 run                             mass: Tests done {all_completed=True, max=23.435731645673513, min=3.599179796874523}
22:49:38.664379 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.669746 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.673013 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.676245 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.679535 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.682800 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.686173 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.689542 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.692880 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.696190 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.699528 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.702859 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.706179 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.709638 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.712971 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.716412 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.719874 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.723357 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.726830 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.730305 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.733682 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.737086 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.740436 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.743850 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.747273 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.750677 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.754123 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.757597 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.761581 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.765053 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.768405 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.771869 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.775357 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.779147 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.782599 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.786038 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.789516 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.792928 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.796648 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.800048 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.803455 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.806918 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.810364 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.813840 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.817322 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.820792 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.824652 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.828260 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.831807 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.835403 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.839393 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.843196 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.846762 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.850348 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.853941 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.857521 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.861115 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.864701 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.868589 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.872360 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.876294 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.879765 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.883222 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.887241 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.890711 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.894172 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.897647 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.901597 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.905069 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.908534 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.911992 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.915447 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.918924 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.922377 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.925834 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.929322 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.932801 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.936257 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.939713 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.943166 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.946642 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.950090 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.954189 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.957676 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.961745 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.965237 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.969154 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.972623 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.976085 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.979539 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.982997 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.986461 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.989929 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.993398 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.996867 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.000900 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.004387 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.008321 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.011881 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.015361 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.018837 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.022301 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.025771 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.029242 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.032737 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.036208 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.039681 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.043152 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.046615 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.050094 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.053559 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.057022 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.060503 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.063976 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.067452 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.070916 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.074293 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.077612 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.080926 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.084239 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.087558 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.090881 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.094190 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.097505 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.100789 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.104082 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.107400 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.110711 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.114019 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.117321 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.120636 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.123870 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.127115 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.130363 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.133608 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.136835 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.140067 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.143313 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.146566 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.149814 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.153056 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.156288 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.159545 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.162792 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.166038 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.169291 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.172520 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.175768 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.179006 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.182255 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.185491 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.188728 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.191958 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.195188 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.198440 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.201692 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.204930 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.208168 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.211405 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.214657 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.217895 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.221133 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.224359 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.227613 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.230854 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.234096 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.237336 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.240558 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.243785 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.247027 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.250276 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.253544 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.256833 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.260125 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.263434 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.266745 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.270054 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.273360 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.276661 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.279971 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.283273 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.286562 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.289878 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.293188 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.296481 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.299787 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.303097 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.306402 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.309705 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.313013 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.316307 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.319606 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.322918 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.326214 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.329524 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.332815 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.336120 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.339423 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.342720 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.346018 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.349315 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.352602 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.355903 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.359210 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.362512 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.365801 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.369101 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.372407 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.375702 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.379002 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.382288 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.385589 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.388879 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.392176 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.395502 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.397001 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.400674 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.402161 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.405830 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.407308 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.410972 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.412459 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.416116 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.417599 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.421271 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.422757 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.426406 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.427886 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.431526 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.433003 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.436670 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.438148 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.441807 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.443284 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.446949 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.448420 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.452097 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.453611 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.457279 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.458764 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.462422 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.463910 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.467562 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.469048 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.472714 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.474200 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.477851 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.479329 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.483021 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.484502 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.488172 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.489665 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.493312 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.494797 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.498605 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.500095 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.503757 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.505245 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.508902 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.510384 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.514043 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.515516 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.519168 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.520654 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.524290 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.525782 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.529438 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.530914 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.534572 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.536049 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.539709 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.541185 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.544832 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.546302 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.549940 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.551415 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.555054 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.556529 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.560173 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.561644 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.565292 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.566767 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.570421 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.571887 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.575535 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.577010 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.580650 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.582123 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.585765 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.587240 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.590881 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.592360 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.596001 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.597486 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.601146 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.602609 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.606250 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.607725 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.611379 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.612851 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.616487 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.617975 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.621611 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.623082 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.626727 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.628202 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.631844 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.633316 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.636964 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.638443 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.642092 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.643572 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.647223 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.648707 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.652332 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.653804 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.657452 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.658918 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.662556 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.664026 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.667679 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.669149 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.672777 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.674254 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.677897 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.679366 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.683045 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.684513 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.688131 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.689619 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.693256 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.694722 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.698376 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.699838 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.703489 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.704963 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.708593 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.710075 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.713708 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.715178 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.718813 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.720285 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.723934 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.725403 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.729047 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.730508 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.734158 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.735635 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.739273 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.740755 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.744385 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.745871 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.749495 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.750969 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.754620 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.756086 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.759733 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.761216 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.764845 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.766303 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.769945 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.771411 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.775050 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.776525 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.780170 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.781639 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.785272 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.786750 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.790386 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.791852 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.795489 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.796959 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.800586 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.802068 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.805706 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.807174 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.810812 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.812280 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.815925 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.817411 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.821048 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.822513 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.826152 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.827629 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.831271 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.832744 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.836390 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.837866 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.841496 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.842972 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.846596 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.848057 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.851696 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.853181 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.856819 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.858287 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.861925 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.863391 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.867042 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.868517 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.872149 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.873620 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.877254 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.878719 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.882344 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.883813 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.887476 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.888949 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.892595 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.894069 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.897709 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.899188 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.902829 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.904293 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.907937 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.909413 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.913061 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.914531 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.918185 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.919650 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.923299 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.924770 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.928393 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.929869 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.933487 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.934955 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.938578 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.940051 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.943707 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.945187 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.948820 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.950286 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.953926 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.955386 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.959026 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.960492 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.964122 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.965610 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.969241 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.970713 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.974392 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.975872 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.979568 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.981061 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.984745 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.986224 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.989905 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.991373 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.995035 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.996498 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.000169 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.001640 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.005296 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.006760 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.010406 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.011867 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.015511 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.016984 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.020636 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.022103 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.025755 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.027232 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.030909 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.032371 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.036010 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.037494 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.041143 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.042609 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.046288 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.047755 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.051407 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.052884 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.056551 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.058045 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.061700 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.063170 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.066857 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.068341 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.071996 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.073473 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.077141 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.078601 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.082273 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.083739 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.087440 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.088920 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.092587 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.094079 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.097765 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.099245 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.102927 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.104416 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.108105 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.109598 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.113282 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.114768 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.118436 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.119923 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.123591 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.125079 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.128765 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.130234 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.133902 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.135385 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.139077 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.140548 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.144237 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.145732 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.149398 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.150871 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.154547 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.156022 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.159663 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.161148 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.164818 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.166284 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.169959 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.171436 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.175088 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.176565 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.180226 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.181732 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.185400 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.186876 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.190554 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.192025 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.195700 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.197181 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.200854 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.202325 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.205993 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.207471 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.211166 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.212640 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.216307 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.217804 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.221475 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.222947 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.226616 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.228086 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.231772 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.233258 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.236923 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.238398 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.242082 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.243570 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.247240 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.248728 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.252382 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.253868 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.257547 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.259022 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.262688 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.264162 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.267835 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.269316 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.272989 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.274465 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.278135 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.279603 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.283287 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.284779 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.288427 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.289926 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.293632 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.295106 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.298778 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.300257 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.303917 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.305398 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.309085 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.310562 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.314227 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.315699 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.319368 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.320849 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.324510 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.326006 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.329681 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.331175 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.334838 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.336313 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.339975 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.341467 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.345157 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.346635 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.350315 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.351786 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.355457 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.356936 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.360605 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.362069 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.365755 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.367233 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.370910 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.372383 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.376059 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.377543 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.381198 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.382678 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.386340 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.387817 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.391493 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.392971 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.396661 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.398154 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.401843 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.403320 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.407023 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.408511 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.412213 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.413719 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.417404 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.418886 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.422572 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.424068 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.427746 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.429254 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.432946 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.434429 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.438147 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.439624 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.443326 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.444832 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.448526 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.450013 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.453691 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.455165 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.458843 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.460326 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.464026 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.465529 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.469206 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.470695 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.474415 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.475891 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.479571 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.481075 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.885228 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.891515 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8174 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.958390 tst                       trial-8174: Storing JUnit report in /build/trial-8174/run.2025-12-08_22-48-17/trial-8174.xml

--------------------------------------------------------------------------------------------
trial-8174 PASS
--------------------------------------------------------------------------------------------
22:49:43.970684 tst                       trial-8174: trial-8174: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8174/inst
+ cd trial-8174
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-08 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8174-run.tgz run.2025-12-08_22-48-17
+ tar czf /build/trial-8174-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-08_20_18_31.tgz osmo-bts-oc2g.build-2025-12-08_20_17_05.tgz osmo-bts-sysmo.build-2025-12-08_20_17_04.tgz osmo-bts.build-2025-12-08_20_17_09.tgz osmo-ggsn.build-2025-12-08_20_42_40.tgz osmo-hlr.build-2025-12-08_20_15_42.tgz osmo-hnbgw.build-2025-12-08_13_30_29.tgz osmo-mgw.build-2025-12-08_20_15_28.tgz osmo-msc.build-2025-12-08_20_22_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-08_07_36_32.tgz osmo-pcu-sysmo.build-2025-12-08_07_36_29.tgz osmo-pcu.build-2025-12-08_07_34_07.tgz osmo-sgsn.build-2025-12-08_20_48_29.tgz osmo-stp.build-2025-12-08_13_23_04.tgz osmo-trx.build-2025-12-08_14_26_34.tgz osmocom-bb.build-2025-12-08_21_17_06.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