Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10899209978347248098.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-8205
+ 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
6c4454f bpftrace: Introduce ksys_write_delay.bt
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f93c716aba64d3dbe970126e51e544f81b13d8dec38159c88f0afa4f6adee893 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=8206 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-09 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8206
+ mkdir -p trial-8206
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-09_13_26_01.tgz osmo-bts-oc2g.build-2026-01-09_20_14_02.tgz osmo-bts-sysmo.build-2026-01-09_20_13_53.tgz osmo-bts.build-2026-01-09_20_14_08.tgz osmo-ggsn.build-2026-01-09_20_42_26.tgz osmo-hlr.build-2026-01-09_16_37_04.tgz osmo-hnbgw.build-2026-01-09_13_28_31.tgz osmo-mgw.build-2026-01-09_08_33_18.tgz osmo-msc.build-2026-01-09_13_35_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-09_07_34_05.tgz osmo-pcu-sysmo.build-2026-01-09_07_36_15.tgz osmo-pcu.build-2026-01-09_07_36_20.tgz osmo-sgsn.build-2026-01-09_20_48_06.tgz osmo-stp.build-2026-01-09_13_23_03.tgz osmo-trx.build-2026-01-09_14_22_30.tgz osmocom-bb.build-2026-01-09_21_17_42.tgz srslte.build-19.tgz trial-8206
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-09_13_26_01.md5 osmo-bts-oc2g.build-2026-01-09_20_14_02.md5 osmo-bts-sysmo.build-2026-01-09_20_13_53.md5 osmo-bts.build-2026-01-09_20_14_08.md5 osmo-ggsn.build-2026-01-09_20_42_26.md5 osmo-hlr.build-2026-01-09_16_37_04.md5 osmo-hnbgw.build-2026-01-09_13_28_31.md5 osmo-mgw.build-2026-01-09_08_33_18.md5 osmo-msc.build-2026-01-09_13_35_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-09_07_34_05.md5 osmo-pcu-sysmo.build-2026-01-09_07_36_15.md5 osmo-pcu.build-2026-01-09_07_36_20.md5 osmo-sgsn.build-2026-01-09_20_48_06.md5 osmo-stp.build-2026-01-09_13_23_03.md5 osmo-trx.build-2026-01-09_14_22_30.md5 osmocom-bb.build-2026-01-09_21_17_42.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-09_13_26_01.md5 osmo-bts-oc2g.build-2026-01-09_20_14_02.md5 osmo-bts-sysmo.build-2026-01-09_20_13_53.md5 osmo-bts.build-2026-01-09_20_14_08.md5 osmo-ggsn.build-2026-01-09_20_42_26.md5 osmo-hlr.build-2026-01-09_16_37_04.md5 osmo-hnbgw.build-2026-01-09_13_28_31.md5 osmo-mgw.build-2026-01-09_08_33_18.md5 osmo-msc.build-2026-01-09_13_35_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-09_07_34_05.md5 osmo-pcu-sysmo.build-2026-01-09_07_36_15.md5 osmo-pcu.build-2026-01-09_07_36_20.md5 osmo-sgsn.build-2026-01-09_20_48_06.md5 osmo-stp.build-2026-01-09_13_23_03.md5 osmo-trx.build-2026-01-09_14_22_30.md5 osmocom-bb.build-2026-01-09_21_17_42.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-8206 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8206'
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-8206
--------------------------------------------------------------------------------------------
22:48:17.039436 tst                       trial-8206: Detailed log at /build/trial-8206/run.2026-01-09_22-48-17/log

---------------------------------------------------------------------
trial-8206 netreg_mass
---------------------------------------------------------------------
22:48:17.244196 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.244537 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.245321 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.246477 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.287394 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.288217 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.289344 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.351601 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-8206 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.352357 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.367535 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.368066 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.368532 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.368965 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.369391 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.369843 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.370280 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.400713 tst         register_default_mass.py: using LAC 2
22:48:17.423059 tst         register_default_mass.py: using RAC 2
22:48:17.450131 tst         register_default_mass.py: using CellId 2
22:48:17.479913 tst         register_default_mass.py: using BVCI 3
22:48:17.493812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.494494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.507438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.507947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545378 tst      register_default_mass.py:21: Launching a simple network
22:48:17.555339 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.674304 run            create_hlr_db(pid=20): Launched
22:48:18.688639 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.704981 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.720115 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.725780 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.908451 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.925539 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.931051 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.349410 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.368881 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.387477 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.501950 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.516621 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.522169 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.545269 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.560124 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.565804 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.878829 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.894108 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.920650 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.093594 run         osmo-bts-virtual(pid=34): Launched
22:48:30.135582 tst         register_default_mass.py: using MSISDN 1001
22:48:30.158133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.199080 tst         register_default_mass.py: using MSISDN 1002
22:48:30.218857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.249779 tst         register_default_mass.py: using MSISDN 1003
22:48:30.264992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.296164 tst         register_default_mass.py: using MSISDN 1004
22:48:30.310782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.342038 tst         register_default_mass.py: using MSISDN 1005
22:48:30.356645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.387854 tst         register_default_mass.py: using MSISDN 1006
22:48:30.402366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.433264 tst         register_default_mass.py: using MSISDN 1007
22:48:30.447719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.478747 tst         register_default_mass.py: using MSISDN 1008
22:48:30.493268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.524498 tst         register_default_mass.py: using MSISDN 1009
22:48:30.539244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.570123 tst         register_default_mass.py: using MSISDN 1010
22:48:30.584265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.615172 tst         register_default_mass.py: using MSISDN 1011
22:48:30.629525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.660605 tst         register_default_mass.py: using MSISDN 1012
22:48:30.675143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.706282 tst         register_default_mass.py: using MSISDN 1013
22:48:30.720816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.752019 tst         register_default_mass.py: using MSISDN 1014
22:48:30.766674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.798109 tst         register_default_mass.py: using MSISDN 1015
22:48:30.812747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.844255 tst         register_default_mass.py: using MSISDN 1016
22:48:30.858908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.890137 tst         register_default_mass.py: using MSISDN 1017
22:48:30.904737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.935341 tst         register_default_mass.py: using MSISDN 1018
22:48:30.949563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.980724 tst         register_default_mass.py: using MSISDN 1019
22:48:30.995279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.026855 tst         register_default_mass.py: using MSISDN 1020
22:48:31.041622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.072693 tst         register_default_mass.py: using MSISDN 1021
22:48:31.087336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.118848 tst         register_default_mass.py: using MSISDN 1022
22:48:31.133535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.164998 tst         register_default_mass.py: using MSISDN 1023
22:48:31.179675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.211047 tst         register_default_mass.py: using MSISDN 1024
22:48:31.225586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.256950 tst         register_default_mass.py: using MSISDN 1025
22:48:31.271815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.303169 tst         register_default_mass.py: using MSISDN 1026
22:48:31.317761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.349270 tst         register_default_mass.py: using MSISDN 1027
22:48:31.364143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.395349 tst         register_default_mass.py: using MSISDN 1028
22:48:31.409985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.441238 tst         register_default_mass.py: using MSISDN 1029
22:48:31.455749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.486919 tst         register_default_mass.py: using MSISDN 1030
22:48:31.501541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.533000 tst         register_default_mass.py: using MSISDN 1031
22:48:31.547589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.579052 tst         register_default_mass.py: using MSISDN 1032
22:48:31.593804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.624703 tst         register_default_mass.py: using MSISDN 1033
22:48:31.639196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.670816 tst         register_default_mass.py: using MSISDN 1034
22:48:31.685668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.716840 tst         register_default_mass.py: using MSISDN 1035
22:48:31.731318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.766591 tst         register_default_mass.py: using MSISDN 1036
22:48:31.782981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.814333 tst         register_default_mass.py: using MSISDN 1037
22:48:31.829030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.860304 tst         register_default_mass.py: using MSISDN 1038
22:48:31.875078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.906542 tst         register_default_mass.py: using MSISDN 1039
22:48:31.921299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.952474 tst         register_default_mass.py: using MSISDN 1040
22:48:31.967059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.998354 tst         register_default_mass.py: using MSISDN 1041
22:48:32.013035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.044347 tst         register_default_mass.py: using MSISDN 1042
22:48:32.059042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.090344 tst         register_default_mass.py: using MSISDN 1043
22:48:32.105060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.136196 tst         register_default_mass.py: using MSISDN 1044
22:48:32.150738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.182251 tst         register_default_mass.py: using MSISDN 1045
22:48:32.197093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.228462 tst         register_default_mass.py: using MSISDN 1046
22:48:32.243013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.273950 tst         register_default_mass.py: using MSISDN 1047
22:48:32.288452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.319639 tst         register_default_mass.py: using MSISDN 1048
22:48:32.334338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.365439 tst         register_default_mass.py: using MSISDN 1049
22:48:32.380071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.411520 tst         register_default_mass.py: using MSISDN 1050
22:48:32.426270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.456998 tst         register_default_mass.py: using MSISDN 1051
22:48:32.471341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.502747 tst         register_default_mass.py: using MSISDN 1052
22:48:32.517385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.548647 tst         register_default_mass.py: using MSISDN 1053
22:48:32.563396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.594200 tst         register_default_mass.py: using MSISDN 1054
22:48:32.608430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.638923 tst         register_default_mass.py: using MSISDN 1055
22:48:32.653224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.684358 tst         register_default_mass.py: using MSISDN 1056
22:48:32.698883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.730227 tst         register_default_mass.py: using MSISDN 1057
22:48:32.744967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.776099 tst         register_default_mass.py: using MSISDN 1058
22:48:32.790679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.830794 tst         register_default_mass.py: using MSISDN 1059
22:48:32.848779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.880315 tst         register_default_mass.py: using MSISDN 1060
22:48:32.895316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.926428 tst         register_default_mass.py: using MSISDN 1061
22:48:32.940428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.971931 tst         register_default_mass.py: using MSISDN 1062
22:48:32.986571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.017703 tst         register_default_mass.py: using MSISDN 1063
22:48:33.032304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.063554 tst         register_default_mass.py: using MSISDN 1064
22:48:33.078365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.109233 tst         register_default_mass.py: using MSISDN 1065
22:48:33.122641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.153950 tst         register_default_mass.py: using MSISDN 1066
22:48:33.168639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.200145 tst         register_default_mass.py: using MSISDN 1067
22:48:33.214814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.246262 tst         register_default_mass.py: using MSISDN 1068
22:48:33.260900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.292008 tst         register_default_mass.py: using MSISDN 1069
22:48:33.306539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.338017 tst         register_default_mass.py: using MSISDN 1070
22:48:33.352694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.384035 tst         register_default_mass.py: using MSISDN 1071
22:48:33.398420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.429960 tst         register_default_mass.py: using MSISDN 1072
22:48:33.444567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.475960 tst         register_default_mass.py: using MSISDN 1073
22:48:33.490618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.521847 tst         register_default_mass.py: using MSISDN 1074
22:48:33.531850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.563162 tst         register_default_mass.py: using MSISDN 1075
22:48:33.579377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.610816 tst         register_default_mass.py: using MSISDN 1076
22:48:33.625899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.657447 tst         register_default_mass.py: using MSISDN 1077
22:48:33.672420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.703604 tst         register_default_mass.py: using MSISDN 1078
22:48:33.718579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.750231 tst         register_default_mass.py: using MSISDN 1079
22:48:33.765236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.796525 tst         register_default_mass.py: using MSISDN 1080
22:48:33.811689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.842195 tst         register_default_mass.py: using MSISDN 1081
22:48:33.856527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.887143 tst         register_default_mass.py: using MSISDN 1082
22:48:33.901676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.932575 tst         register_default_mass.py: using MSISDN 1083
22:48:33.947248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.978109 tst         register_default_mass.py: using MSISDN 1084
22:48:33.992858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.023554 tst         register_default_mass.py: using MSISDN 1085
22:48:34.038166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.068876 tst         register_default_mass.py: using MSISDN 1086
22:48:34.083294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.113435 tst         register_default_mass.py: using MSISDN 1087
22:48:34.127870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.158753 tst         register_default_mass.py: using MSISDN 1088
22:48:34.173400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.204287 tst         register_default_mass.py: using MSISDN 1089
22:48:34.218909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.249497 tst         register_default_mass.py: using MSISDN 1090
22:48:34.264066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.294661 tst         register_default_mass.py: using MSISDN 1091
22:48:34.309298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.339909 tst         register_default_mass.py: using MSISDN 1092
22:48:34.354470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.384947 tst         register_default_mass.py: using MSISDN 1093
22:48:34.399478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.430221 tst         register_default_mass.py: using MSISDN 1094
22:48:34.444620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.475157 tst         register_default_mass.py: using MSISDN 1095
22:48:34.489559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.520001 tst         register_default_mass.py: using MSISDN 1096
22:48:34.534418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.564950 tst         register_default_mass.py: using MSISDN 1097
22:48:34.579478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.610100 tst         register_default_mass.py: using MSISDN 1098
22:48:34.624541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.655175 tst         register_default_mass.py: using MSISDN 1099
22:48:34.669768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.700503 tst         register_default_mass.py: using MSISDN 1100
22:48:34.715064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.806709 run                             mass: Starting testcase
22:48:34.812223 run                             mass: Pre-launching all virtphy's
22:48:34.817655 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.830663 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.836715 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.849600 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.855583 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.868448 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.874441 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.887390 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.893470 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.906474 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.912546 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.925584 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.931631 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.944699 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.950741 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.963809 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.969859 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.982926 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.989006 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.002041 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.008086 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.021159 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.027200 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.040038 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.046020 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.058912 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.064837 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.077714 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.083644 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.096448 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.102352 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.115122 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.121067 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.133867 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.139782 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.152679 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.158576 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.171360 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.177358 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.190196 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.196282 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.209388 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.215476 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.228386 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.234358 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.247346 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.253367 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.266469 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.272478 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.285517 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.291498 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.304615 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.310728 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.323791 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.329819 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.342779 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.348750 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.361731 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.367727 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.380789 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.386814 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.399835 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.405855 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.418835 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.424837 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.437768 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.443771 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.456787 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.462817 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.475785 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.481914 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.495194 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.501329 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.514349 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.520388 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.533546 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.539547 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.552511 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.558486 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.571379 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.577360 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.590254 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.596200 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.609087 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.615163 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.628145 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.634141 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.646879 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.652798 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.665548 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.671441 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.684257 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.690248 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.703065 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.709023 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.721974 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.727929 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.740915 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.746853 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.759658 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.765683 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.778511 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.784557 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.797418 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.803352 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.816127 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.822040 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.834902 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.840852 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.853650 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.859563 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.872469 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.878386 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.891173 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.897098 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.909883 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.915809 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.928639 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.934653 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.947497 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.953641 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.966562 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.972641 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.985513 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.991515 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.004558 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.010549 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.023531 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.029521 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.042345 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.048266 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.061090 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.067040 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.079839 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.085788 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.098592 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.104540 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.117336 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.123247 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.136102 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.142041 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.154941 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.160884 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.173708 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.179684 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.192755 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.198682 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.211646 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.217632 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.230446 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.236466 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.249265 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.255346 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.268183 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.274108 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.286910 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.292867 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.305687 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.311577 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.324362 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.330339 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.343198 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.349122 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.361922 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.367850 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.380730 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.386626 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.399453 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.405354 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.418194 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.424276 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.437119 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.443157 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.455972 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.461964 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.474948 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.480855 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.493821 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.499763 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.512891 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.518844 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.531548 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.537476 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.550227 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.556074 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.568883 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.574991 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.587988 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.594000 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.606962 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.612903 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.625701 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.631593 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.644403 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.650385 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.663421 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.669395 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.682467 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.688388 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.701240 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.707301 run                             mass: Checking if sockets are in the filesystem
22:48:36.739560 run                osmo-ms-mob/00000: Starting mobile
22:48:36.752469 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.763232 run                             mass: MS start registered  {at=31229822.466583557, delay=0.004868336021900177, ms=00000}
22:48:40.938205 run                osmo-ms-mob/00001: Starting mobile
22:48:40.958988 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.969594 run                             mass: MS start registered  {at=31229826.67294441, delay=0.004590678960084915, ms=00001}
22:48:41.929789 run                             mass: MS performed LU  {at=31229827.633023646, lu_delay=5.166440088301897, ms=00000}
22:48:42.755192 run                osmo-ms-mob/00002: Starting mobile
22:48:42.771984 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.782890 run                             mass: MS start registered  {at=31229828.486236785, delay=0.004488140344619751, ms=00002}
22:48:44.045674 run                osmo-ms-mob/00003: Starting mobile
22:48:44.061728 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.072294 run                             mass: MS start registered  {at=31229829.775643125, delay=0.004567492753267288, ms=00003}
22:48:45.123261 run                osmo-ms-mob/00004: Starting mobile
22:48:45.136829 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.147347 run                             mass: MS start registered  {at=31229830.850699186, delay=0.004410658031702042, ms=00004}
22:48:45.695923 run                             mass: MS performed LU  {at=31229831.399166934, lu_delay=4.726222522556782, ms=00001}
22:48:46.150814 run                osmo-ms-mob/00005: Starting mobile
22:48:46.163805 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.175001 run                             mass: MS start registered  {at=31229831.878348157, delay=0.004782687872648239, ms=00005}
22:48:47.048204 run                osmo-ms-mob/00006: Starting mobile
22:48:47.064328 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.075020 run                             mass: MS start registered  {at=31229832.778371047, delay=0.00466073676943779, ms=00006}
22:48:47.597814 run                             mass: MS performed LU  {at=31229833.30105011, lu_delay=4.814813327044249, ms=00002}
22:48:47.954748 run                osmo-ms-mob/00007: Starting mobile
22:48:47.972243 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.982993 run                             mass: MS start registered  {at=31229833.68634552, delay=0.004474487155675888, ms=00007}
22:48:48.723172 run                osmo-ms-mob/00008: Starting mobile
22:48:48.736302 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.746965 run                             mass: MS start registered  {at=31229834.450317282, delay=0.004726201295852661, ms=00008}
22:48:49.455142 run                osmo-ms-mob/00009: Starting mobile
22:48:49.475607 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.481700 run                             mass: MS performed LU  {at=31229835.185058486, lu_delay=5.409415360540152, ms=00003}
22:48:49.487553 run                             mass: MS start registered  {at=31229835.190920245, delay=0.005878858268260956, ms=00009}
22:48:50.141305 run                osmo-ms-mob/00010: Starting mobile
22:48:50.156936 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.167702 run                             mass: MS start registered  {at=31229835.871053766, delay=0.00479130819439888, ms=00010}
22:48:50.745418 run                osmo-ms-mob/00011: Starting mobile
22:48:50.761373 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.771989 run                             mass: MS start registered  {at=31229836.475340486, delay=0.004524584859609604, ms=00011}
22:48:51.355262 run                osmo-ms-mob/00012: Starting mobile
22:48:51.372768 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.378826 run                             mass: MS performed LU  {at=31229837.082186118, lu_delay=5.203837960958481, ms=00005}
22:48:51.384743 run                             mass: MS start registered  {at=31229837.088108912, delay=0.0059404149651527405, ms=00012}
22:48:51.390727 run                             mass: MS performed LU  {at=31229837.094089843, lu_delay=6.243390657007694, ms=00004}
22:48:51.954090 run                osmo-ms-mob/00013: Starting mobile
22:48:51.971682 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.982349 run                             mass: MS start registered  {at=31229837.685702268, delay=0.004414219409227371, ms=00013}
22:48:52.526302 run                osmo-ms-mob/00014: Starting mobile
22:48:52.539585 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.550417 run                             mass: MS start registered  {at=31229838.253768828, delay=0.004773475229740143, ms=00014}
22:48:53.128470 run                osmo-ms-mob/00015: Starting mobile
22:48:53.143620 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.154921 run                             mass: MS start registered  {at=31229838.858270735, delay=0.004940144717693329, ms=00015}
22:48:53.227340 run                             mass: MS performed LU  {at=31229838.93058405, lu_delay=5.244238529354334, ms=00007}
22:48:53.293184 run                             mass: MS performed LU  {at=31229838.996426612, lu_delay=6.218055564910173, ms=00006}
22:48:53.597467 run                             mass: MS performed LU  {at=31229839.30071661, lu_delay=4.850399326533079, ms=00008}
22:48:53.631470 run                osmo-ms-mob/00016: Starting mobile
22:48:53.644435 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.655252 run                             mass: MS start registered  {at=31229839.358609818, delay=0.004634995013475418, ms=00016}
22:48:54.136043 run                osmo-ms-mob/00017: Starting mobile
22:48:54.149874 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.160991 run                             mass: MS start registered  {at=31229839.864342794, delay=0.004956360906362534, ms=00017}
22:48:54.755657 run                osmo-ms-mob/00018: Starting mobile
22:48:54.772979 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.783703 run                             mass: MS start registered  {at=31229840.487050395, delay=0.004763174802064896, ms=00018}
22:48:55.154407 run                osmo-ms-mob/00019: Starting mobile
22:48:55.172653 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.178801 run                             mass: MS performed LU  {at=31229840.882160816, lu_delay=5.691240571439266, ms=00009}
22:48:55.184713 run                             mass: MS performed LU  {at=31229840.88807921, lu_delay=5.0170254446566105, ms=00010}
22:48:55.190465 run                             mass: MS start registered  {at=31229840.893832322, delay=0.011689655482769012, ms=00019}
22:48:55.623238 run                osmo-ms-mob/00020: Starting mobile
22:48:55.636486 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.647267 run                             mass: MS start registered  {at=31229841.35061684, delay=0.004748132079839706, ms=00020}
22:48:56.123753 run                osmo-ms-mob/00021: Starting mobile
22:48:56.136839 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.148662 run                             mass: MS start registered  {at=31229841.85201101, delay=0.005394540727138519, ms=00021}
22:48:56.523276 run                osmo-ms-mob/00022: Starting mobile
22:48:56.536475 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.547301 run                             mass: MS start registered  {at=31229842.25065457, delay=0.004799213260412216, ms=00022}
22:48:56.993629 run                             mass: MS performed LU  {at=31229842.696876056, lu_delay=5.011173788458109, ms=00013}
22:48:57.036014 run                osmo-ms-mob/00023: Starting mobile
22:48:57.051727 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.058134 run                             mass: MS performed LU  {at=31229842.761492748, lu_delay=6.286152262240648, ms=00011}
22:48:57.063996 run                             mass: MS start registered  {at=31229842.767362487, delay=0.005885999649763107, ms=00023}
22:48:57.126982 run                             mass: MS performed LU  {at=31229842.830233503, lu_delay=5.74212459102273, ms=00012}
22:48:57.380914 run                             mass: MS performed LU  {at=31229843.08416406, lu_delay=4.830395232886076, ms=00014}
22:48:57.409890 run                osmo-ms-mob/00024: Starting mobile
22:48:57.423159 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.433790 run                             mass: MS start registered  {at=31229843.137145486, delay=0.0046381838619709015, ms=00024}
22:48:57.923647 run                osmo-ms-mob/00025: Starting mobile
22:48:57.936967 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.947629 run                             mass: MS start registered  {at=31229843.650980502, delay=0.0045828185975551605, ms=00025}
22:48:58.331134 run                osmo-ms-mob/00026: Starting mobile
22:48:58.350883 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.362160 run                             mass: MS start registered  {at=31229844.065508757, delay=0.005073729902505875, ms=00026}
22:48:58.753964 run                osmo-ms-mob/00027: Starting mobile
22:48:58.770803 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.781337 run                             mass: MS start registered  {at=31229844.484688785, delay=0.004446886479854584, ms=00027}
22:48:58.810777 run                             mass: MS performed LU  {at=31229844.51409422, lu_delay=4.649751424789429, ms=00017}
22:48:58.895071 run                             mass: MS performed LU  {at=31229844.598301336, lu_delay=5.2396915182471275, ms=00016}
22:48:58.920970 run                             mass: MS performed LU  {at=31229844.624322917, lu_delay=5.766052182763815, ms=00015}
22:48:58.932888 run                osmo-ms-mob/00028: Starting mobile
22:48:58.945928 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.956651 run                             mass: MS start registered  {at=31229844.660007633, delay=0.004593066871166229, ms=00028}
22:48:59.554701 run                osmo-ms-mob/00029: Starting mobile
22:48:59.575542 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.586596 run                             mass: MS start registered  {at=31229845.28994764, delay=0.004640072584152222, ms=00029}
22:48:59.922500 run                osmo-ms-mob/00030: Starting mobile
22:48:59.935481 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.946122 run                             mass: MS start registered  {at=31229845.649476334, delay=0.004651222378015518, ms=00030}
22:49:00.345496 run                osmo-ms-mob/00031: Starting mobile
22:49:00.362371 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.373073 run                             mass: MS start registered  {at=31229846.076427672, delay=0.004724327474832535, ms=00031}
22:49:00.622784 run                osmo-ms-mob/00032: Starting mobile
22:49:00.635709 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.646255 run                             mass: MS start registered  {at=31229846.349609282, delay=0.0045093633234500885, ms=00032}
22:49:00.759531 run                             mass: MS performed LU  {at=31229846.462782092, lu_delay=5.112165253609419, ms=00020}
22:49:00.823828 run                             mass: MS performed LU  {at=31229846.527080227, lu_delay=5.633247904479504, ms=00019}
22:49:00.892823 run                             mass: MS performed LU  {at=31229846.596073877, lu_delay=4.7440628670156, ms=00021}
22:49:00.914902 run                osmo-ms-mob/00033: Starting mobile
22:49:00.928212 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.934265 run                             mass: MS performed LU  {at=31229846.637625255, lu_delay=6.15057485923171, ms=00018}
22:49:00.940087 run                             mass: MS start registered  {at=31229846.64345368, delay=0.005846712738275528, ms=00033}
22:49:01.462901 run                osmo-ms-mob/00034: Starting mobile
22:49:01.479438 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.490364 run                             mass: MS start registered  {at=31229847.19371774, delay=0.004580851644277573, ms=00034}
22:49:01.723348 run                osmo-ms-mob/00035: Starting mobile
22:49:01.736347 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.747545 run                             mass: MS start registered  {at=31229847.450891923, delay=0.005218490958213806, ms=00035}
22:49:02.154403 run                osmo-ms-mob/00036: Starting mobile
22:49:02.169923 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.180475 run                             mass: MS start registered  {at=31229847.88382237, delay=0.004478901624679565, ms=00036}
22:49:02.550177 run                osmo-ms-mob/00037: Starting mobile
22:49:02.566720 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.575704 run                             mass: MS performed LU  {at=31229848.279054336, lu_delay=4.628073833882809, ms=00025}
22:49:02.581712 run                             mass: MS start registered  {at=31229848.285079267, delay=0.008942142128944397, ms=00037}
22:49:02.661244 run                             mass: MS performed LU  {at=31229848.36449635, lu_delay=5.227350864559412, ms=00024}
22:49:02.689267 run                osmo-ms-mob/00038: Starting mobile
22:49:02.702506 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.708552 run                             mass: MS performed LU  {at=31229848.411914434, lu_delay=5.644551947712898, ms=00023}
22:49:02.714413 run                             mass: MS start registered  {at=31229848.41778052, delay=0.005882233381271362, ms=00038}
22:49:02.832909 run                             mass: MS performed LU  {at=31229848.53616343, lu_delay=6.28550885990262, ms=00022}
22:49:02.861979 run                osmo-ms-mob/00039: Starting mobile
22:49:02.874953 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.885602 run                             mass: MS start registered  {at=31229848.588958614, delay=0.004518833011388779, ms=00039}
22:49:03.535334 run                osmo-ms-mob/00040: Starting mobile
22:49:03.549370 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.561670 run                             mass: MS start registered  {at=31229849.265020978, delay=0.006055030971765518, ms=00040}
22:49:03.835783 run                osmo-ms-mob/00041: Starting mobile
22:49:03.849572 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.860236 run                             mass: MS start registered  {at=31229849.563591003, delay=0.0045765116810798645, ms=00041}
22:49:04.146576 run                osmo-ms-mob/00042: Starting mobile
22:49:04.162931 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.173664 run                             mass: MS start registered  {at=31229849.8770184, delay=0.004598576575517654, ms=00042}
22:49:04.423694 run                             mass: MS performed LU  {at=31229850.126941845, lu_delay=4.836994204670191, ms=00029}
22:49:04.439723 run                osmo-ms-mob/00043: Starting mobile
22:49:04.455146 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.461252 run                             mass: MS performed LU  {at=31229850.164611734, lu_delay=5.50460410118103, ms=00028}
22:49:04.467128 run                             mass: MS start registered  {at=31229850.17049498, delay=0.005899712443351746, ms=00043}
22:49:04.589434 run                             mass: MS performed LU  {at=31229850.292691126, lu_delay=6.227182369679213, ms=00026}
22:49:04.603710 run                osmo-ms-mob/00044: Starting mobile
22:49:04.617071 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.627910 run                             mass: MS start registered  {at=31229850.331265707, delay=0.004907596856355667, ms=00044}
22:49:04.733439 run                             mass: MS performed LU  {at=31229850.436690547, lu_delay=5.952001761645079, ms=00027}
22:49:05.155590 run                osmo-ms-mob/00045: Starting mobile
22:49:05.172821 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.183727 run                             mass: MS start registered  {at=31229850.887075756, delay=0.004929210990667343, ms=00045}
22:49:05.435928 run                osmo-ms-mob/00046: Starting mobile
22:49:05.450345 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.461058 run                             mass: MS start registered  {at=31229851.164408736, delay=0.004455011337995529, ms=00046}
22:49:05.484157 run                             mass: MS performed LU  {at=31229851.187496215, lu_delay=5.538019880652428, ms=00030}
22:49:05.736823 run                osmo-ms-mob/00047: Starting mobile
22:49:05.750973 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.761854 run                             mass: MS start registered  {at=31229851.46520764, delay=0.004605699330568314, ms=00047}
22:49:06.023175 run                osmo-ms-mob/00048: Starting mobile
22:49:06.036820 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.047495 run                             mass: MS start registered  {at=31229851.750847336, delay=0.004668723791837692, ms=00048}
22:49:06.323853 run                osmo-ms-mob/00049: Starting mobile
22:49:06.337089 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.343308 run                             mass: MS performed LU  {at=31229852.046666775, lu_delay=5.40321309491992, ms=00033}
22:49:06.349181 run                             mass: MS start registered  {at=31229852.0525471, delay=0.005897294729948044, ms=00049}
22:49:06.361245 run                             mass: MS performed LU  {at=31229852.06459479, lu_delay=5.988167118281126, ms=00031}
22:49:06.372320 run                osmo-ms-mob/00050: Starting mobile
22:49:06.385850 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.396592 run                             mass: MS start registered  {at=31229852.099947236, delay=0.004697766155004501, ms=00050}
22:49:06.453822 run                             mass: MS performed LU  {at=31229852.157092035, lu_delay=4.706200111657381, ms=00035}
22:49:06.634743 run                             mass: MS performed LU  {at=31229852.337994862, lu_delay=5.988385580480099, ms=00032}
22:49:06.652816 run                             mass: MS performed LU  {at=31229852.356120262, lu_delay=5.162402521818876, ms=00034}
22:49:06.670746 run                osmo-ms-mob/00051: Starting mobile
22:49:06.683749 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.694559 run                             mass: MS start registered  {at=31229852.397913303, delay=0.004536159336566925, ms=00051}
22:49:07.337042 run                osmo-ms-mob/00052: Starting mobile
22:49:07.351074 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.361898 run                             mass: MS start registered  {at=31229853.065246403, delay=0.004671543836593628, ms=00052}
22:49:07.635345 run                osmo-ms-mob/00053: Starting mobile
22:49:07.649158 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.660033 run                             mass: MS start registered  {at=31229853.36338651, delay=0.0046997033059597015, ms=00053}
22:49:07.935778 run                osmo-ms-mob/00054: Starting mobile
22:49:07.949527 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.960539 run                             mass: MS start registered  {at=31229853.663892344, delay=0.004754059016704559, ms=00054}
22:49:08.190048 run                             mass: MS performed LU  {at=31229853.893298954, lu_delay=6.009476583451033, ms=00036}
22:49:08.220893 run                osmo-ms-mob/00055: Starting mobile
22:49:08.235418 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.241476 run                             mass: MS performed LU  {at=31229853.944836233, lu_delay=5.65975696593523, ms=00037}
22:49:08.247533 run                             mass: MS start registered  {at=31229853.950898748, delay=0.006080739200115204, ms=00055}
22:49:08.355643 run                             mass: MS performed LU  {at=31229854.05889496, lu_delay=4.793873980641365, ms=00040}
22:49:08.384305 run                osmo-ms-mob/00056: Starting mobile
22:49:08.397351 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.408056 run                             mass: MS start registered  {at=31229854.111412335, delay=0.004753962159156799, ms=00056}
22:49:08.498840 run                             mass: MS performed LU  {at=31229854.202091925, lu_delay=5.6131333112716675, ms=00039}
22:49:08.554197 run                             mass: MS performed LU  {at=31229854.257448383, lu_delay=5.839667864143848, ms=00038}
22:49:08.579032 run                osmo-ms-mob/00057: Starting mobile
22:49:08.592121 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.602698 run                             mass: MS start registered  {at=31229854.306055058, delay=0.004472900182008743, ms=00057}
22:49:08.780189 run                             mass: MS performed LU  {at=31229854.483433157, lu_delay=4.919842153787613, ms=00041}
22:49:09.243075 run                osmo-ms-mob/00058: Starting mobile
22:49:09.257995 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.268902 run                             mass: MS start registered  {at=31229854.972254056, delay=0.0043775178492069244, ms=00058}
22:49:09.394281 run                             mass: MS performed LU  {at=31229855.09751062, lu_delay=3.6323029808700085, ms=00047}
22:49:09.533764 run                osmo-ms-mob/00059: Starting mobile
22:49:09.547380 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.558585 run                             mass: MS start registered  {at=31229855.26193217, delay=0.004920139908790588, ms=00059}
22:49:09.823649 run                osmo-ms-mob/00060: Starting mobile
22:49:09.837153 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.848097 run                             mass: MS start registered  {at=31229855.551446512, delay=0.004790142178535461, ms=00060}
22:49:10.108772 run                             mass: MS performed LU  {at=31229855.81202456, lu_delay=4.647615823894739, ms=00046}
22:49:10.134111 run                             mass: MS performed LU  {at=31229855.83747252, lu_delay=4.95039676502347, ms=00045}
22:49:10.168998 run                osmo-ms-mob/00061: Starting mobile
22:49:10.183583 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.194438 run                             mass: MS start registered  {at=31229855.897786777, delay=0.0047537051141262054, ms=00061}
22:49:10.219038 run                             mass: MS performed LU  {at=31229855.922370084, lu_delay=5.751875102519989, ms=00043}
22:49:10.399852 run                             mass: MS performed LU  {at=31229856.10310599, lu_delay=6.226087588816881, ms=00042}
22:49:10.428911 run                osmo-ms-mob/00062: Starting mobile
22:49:10.442128 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.448258 run                             mass: MS performed LU  {at=31229856.151618525, lu_delay=5.8203528188169, ms=00044}
22:49:10.454298 run                             mass: MS start registered  {at=31229856.157663535, delay=0.006062697619199753, ms=00062}
22:49:10.862637 run                osmo-ms-mob/00063: Starting mobile
22:49:10.878921 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.889805 run                             mass: MS start registered  {at=31229856.593155924, delay=0.004838883876800537, ms=00063}
22:49:11.236036 run                osmo-ms-mob/00064: Starting mobile
22:49:11.249804 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.260707 run                             mass: MS start registered  {at=31229856.964025334, delay=0.0047285184264183044, ms=00064}
22:49:11.634365 run                osmo-ms-mob/00065: Starting mobile
22:49:11.647778 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.658613 run                             mass: MS start registered  {at=31229857.361966267, delay=0.004488367587327957, ms=00065}
22:49:11.923816 run                osmo-ms-mob/00066: Starting mobile
22:49:11.936636 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.947114 run                             mass: MS start registered  {at=31229857.65046192, delay=0.004607532173395157, ms=00066}
22:49:12.056799 run                             mass: MS performed LU  {at=31229857.760056295, lu_delay=4.694809891283512, ms=00052}
22:49:12.073903 run                             mass: MS performed LU  {at=31229857.77718883, lu_delay=5.379275526851416, ms=00051}
22:49:12.122176 run                             mass: MS performed LU  {at=31229857.825429518, lu_delay=5.725482281297445, ms=00050}
22:49:12.147639 run                osmo-ms-mob/00067: Starting mobile
22:49:12.160571 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.171170 run                             mass: MS start registered  {at=31229857.874524083, delay=0.004626065492630005, ms=00067}
22:49:12.189566 run                             mass: MS performed LU  {at=31229857.892918263, lu_delay=6.142070926725864, ms=00048}
22:49:12.207563 run                             mass: MS performed LU  {at=31229857.910904422, lu_delay=5.858357321470976, ms=00049}
22:49:12.220572 run                osmo-ms-mob/00068: Starting mobile
22:49:12.233521 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.244262 run                             mass: MS start registered  {at=31229857.94760169, delay=0.004647161811590195, ms=00068}
22:49:12.263995 run                             mass: MS performed LU  {at=31229857.9672695, lu_delay=4.603882987052202, ms=00053}
22:49:13.037243 run                osmo-ms-mob/00069: Starting mobile
22:49:13.051689 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.062918 run                             mass: MS start registered  {at=31229858.76626702, delay=0.004850126802921295, ms=00069}
22:49:13.437077 run                osmo-ms-mob/00070: Starting mobile
22:49:13.451187 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.463423 run                             mass: MS start registered  {at=31229859.166773908, delay=0.006178919225931168, ms=00070}
22:49:13.855159 run                osmo-ms-mob/00071: Starting mobile
22:49:13.872896 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.879209 run                             mass: MS performed LU  {at=31229859.58256786, lu_delay=5.9186755158007145, ms=00054}
22:49:13.884995 run                             mass: MS start registered  {at=31229859.58836139, delay=0.005812313407659531, ms=00071}
22:49:13.893035 run                             mass: MS performed LU  {at=31229859.59638588, lu_delay=4.334453713148832, ms=00059}
22:49:13.986201 run                             mass: MS performed LU  {at=31229859.689452764, lu_delay=4.717198707163334, ms=00058}
22:49:14.000219 run                osmo-ms-mob/00072: Starting mobile
22:49:14.013016 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.023614 run                             mass: MS start registered  {at=31229859.726969805, delay=0.00456470251083374, ms=00072}
22:49:14.165670 run                             mass: MS performed LU  {at=31229859.868922707, lu_delay=5.562867648899555, ms=00057}
22:49:14.189163 run                             mass: MS performed LU  {at=31229859.89252586, lu_delay=5.941627111285925, ms=00055}
22:49:14.201051 run                             mass: MS performed LU  {at=31229859.904407136, lu_delay=5.792994800955057, ms=00056}
22:49:14.214092 run                osmo-ms-mob/00073: Starting mobile
22:49:14.227327 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.238046 run                             mass: MS start registered  {at=31229859.94139836, delay=0.004708632826805115, ms=00073}
22:49:15.023000 run                osmo-ms-mob/00074: Starting mobile
22:49:15.036199 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.047545 run                             mass: MS start registered  {at=31229860.750890143, delay=0.005175627768039703, ms=00074}
22:49:15.445481 run                osmo-ms-mob/00075: Starting mobile
22:49:15.461741 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.472516 run                             mass: MS start registered  {at=31229861.175871007, delay=0.004689469933509827, ms=00075}
22:49:15.822638 run                             mass: MS performed LU  {at=31229861.52584557, lu_delay=4.932689644396305, ms=00063}
22:49:15.865834 run                osmo-ms-mob/00076: Starting mobile
22:49:15.879701 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.886266 run                             mass: MS performed LU  {at=31229861.589626666, lu_delay=5.691839888691902, ms=00061}
22:49:15.892186 run                             mass: MS performed LU  {at=31229861.59555284, lu_delay=5.43788930401206, ms=00062}
22:49:15.898002 run                             mass: MS start registered  {at=31229861.60136928, delay=0.01176045835018158, ms=00076}
22:49:15.956229 run                             mass: MS performed LU  {at=31229861.659481093, lu_delay=6.108034580945969, ms=00060}
22:49:15.993867 run                osmo-ms-mob/00077: Starting mobile
22:49:16.007050 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.013448 run                             mass: MS performed LU  {at=31229861.716806475, lu_delay=4.752781141549349, ms=00064}
22:49:16.019318 run                             mass: MS start registered  {at=31229861.722684667, delay=0.005897399038076401, ms=00077}
22:49:16.836200 run                osmo-ms-mob/00078: Starting mobile
22:49:16.852797 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.863678 run                             mass: MS start registered  {at=31229862.56703071, delay=0.004816416651010513, ms=00078}
22:49:17.252496 run                osmo-ms-mob/00079: Starting mobile
22:49:17.267425 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.278222 run                             mass: MS start registered  {at=31229862.981577784, delay=0.004741054028272629, ms=00079}
22:49:17.640896 run                             mass: MS performed LU  {at=31229863.344148584, lu_delay=5.396546892821789, ms=00068}
22:49:17.684812 run                osmo-ms-mob/00080: Starting mobile
22:49:17.698465 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.704560 run                             mass: MS performed LU  {at=31229863.407919902, lu_delay=5.757457982748747, ms=00066}
22:49:17.710339 run                             mass: MS start registered  {at=31229863.41370607, delay=0.005803853273391724, ms=00080}
22:49:17.751601 run                             mass: MS performed LU  {at=31229863.454859894, lu_delay=5.580335810780525, ms=00067}
22:49:17.914017 run                             mass: MS performed LU  {at=31229863.617251433, lu_delay=6.255285166203976, ms=00065}
22:49:17.940184 run                             mass: MS performed LU  {at=31229863.643544607, lu_delay=4.877277586609125, ms=00069}
22:49:17.951264 run                osmo-ms-mob/00081: Starting mobile
22:49:17.964187 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.974872 run                             mass: MS start registered  {at=31229863.678226594, delay=0.004646420478820801, ms=00081}
22:49:18.637904 run                osmo-ms-mob/00082: Starting mobile
22:49:18.652084 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.662879 run                             mass: MS start registered  {at=31229864.366226416, delay=0.004796281456947327, ms=00082}
22:49:19.255317 run                osmo-ms-mob/00083: Starting mobile
22:49:19.273536 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.284436 run                             mass: MS start registered  {at=31229864.987787034, delay=0.004665583372116089, ms=00083}
22:49:19.588463 run                             mass: MS performed LU  {at=31229865.291636422, lu_delay=6.124862514436245, ms=00070}
22:49:19.606011 run                             mass: MS performed LU  {at=31229865.30928839, lu_delay=5.720927000045776, ms=00071}
22:49:19.654211 run                osmo-ms-mob/00084: Starting mobile
22:49:19.669760 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.675894 run                             mass: MS performed LU  {at=31229865.379255656, lu_delay=5.652285851538181, ms=00072}
22:49:19.681930 run                             mass: MS start registered  {at=31229865.385296606, delay=0.006056319922208786, ms=00084}
22:49:19.722331 run                             mass: MS performed LU  {at=31229865.425585713, lu_delay=5.484187353402376, ms=00073}
22:49:19.739007 run                             mass: MS performed LU  {at=31229865.442360077, lu_delay=4.691469933837652, ms=00074}
22:49:20.262919 run                osmo-ms-mob/00085: Starting mobile
22:49:20.279590 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.290385 run                             mass: MS start registered  {at=31229865.993739013, delay=0.004707600921392441, ms=00085}
22:49:20.835082 run                osmo-ms-mob/00086: Starting mobile
22:49:20.848651 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.859580 run                             mass: MS start registered  {at=31229866.56292928, delay=0.005018439143896103, ms=00086}
22:49:21.406062 run                             mass: MS performed LU  {at=31229867.109316178, lu_delay=4.542285468429327, ms=00078}
22:49:21.435842 run                osmo-ms-mob/00087: Starting mobile
22:49:21.449446 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.455481 run                             mass: MS performed LU  {at=31229867.15884126, lu_delay=5.557471979409456, ms=00076}
22:49:21.461283 run                             mass: MS start registered  {at=31229867.16464999, delay=0.005827069282531738, ms=00087}
22:49:21.517588 run                             mass: MS performed LU  {at=31229867.220837113, lu_delay=5.498152446001768, ms=00077}
22:49:21.679664 run                             mass: MS performed LU  {at=31229867.38291688, lu_delay=6.2070458717644215, ms=00075}
22:49:22.057682 run                osmo-ms-mob/00088: Starting mobile
22:49:22.070725 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.081809 run                             mass: MS start registered  {at=31229867.785160784, delay=0.004745177924633026, ms=00088}
22:49:22.637303 run                osmo-ms-mob/00089: Starting mobile
22:49:22.651560 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.662310 run                             mass: MS start registered  {at=31229868.365662552, delay=0.0046965256333351135, ms=00089}
22:49:23.222864 run                osmo-ms-mob/00090: Starting mobile
22:49:23.235744 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.246274 run                             mass: MS start registered  {at=31229868.949629035, delay=0.004582863301038742, ms=00090}
22:49:23.354087 run                             mass: MS performed LU  {at=31229869.057294127, lu_delay=5.379067532718182, ms=00081}
22:49:23.379788 run                             mass: MS performed LU  {at=31229869.08314986, lu_delay=5.669443789869547, ms=00080}
22:49:23.418606 run                             mass: MS performed LU  {at=31229869.121859144, lu_delay=4.755632728338242, ms=00082}
22:49:23.486811 run                             mass: MS performed LU  {at=31229869.190066457, lu_delay=6.2084886729717255, ms=00079}
22:49:23.935895 run                osmo-ms-mob/00091: Starting mobile
22:49:23.949408 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.960434 run                             mass: MS start registered  {at=31229869.663784295, delay=0.004945751279592514, ms=00091}
22:49:24.643950 run                osmo-ms-mob/00092: Starting mobile
22:49:24.659891 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.670842 run                             mass: MS start registered  {at=31229870.37419242, delay=0.004584457725286484, ms=00092}
22:49:25.153996 run                             mass: MS performed LU  {at=31229870.85724942, lu_delay=5.471952814608812, ms=00084}
22:49:25.178547 run                             mass: MS performed LU  {at=31229870.881908644, lu_delay=4.888169631361961, ms=00085}
22:49:25.283333 run                             mass: MS performed LU  {at=31229870.98658773, lu_delay=5.998800694942474, ms=00083}
22:49:25.324906 run                osmo-ms-mob/00093: Starting mobile
22:49:25.340142 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.350652 run                             mass: MS start registered  {at=31229871.0540059, delay=0.004539530724287033, ms=00093}
22:49:26.337706 run                osmo-ms-mob/00094: Starting mobile
22:49:26.352793 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.363486 run                             mass: MS start registered  {at=31229872.066837415, delay=0.004664920270442963, ms=00094}
22:49:27.120225 run                             mass: MS performed LU  {at=31229872.82339636, lu_delay=6.260467078536749, ms=00086}
22:49:27.149988 run                osmo-ms-mob/00095: Starting mobile
22:49:27.162994 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.169121 run                             mass: MS performed LU  {at=31229872.872483213, lu_delay=5.087322428822517, ms=00088}
22:49:27.175067 run                             mass: MS start registered  {at=31229872.87843419, delay=0.005967479199171066, ms=00095}
22:49:27.183223 run                             mass: MS performed LU  {at=31229872.886578344, lu_delay=5.721928354352713, ms=00087}
22:49:27.489268 run                             mass: MS performed LU  {at=31229873.19252207, lu_delay=4.8268595188856125, ms=00089}
22:49:28.237255 run                osmo-ms-mob/00096: Starting mobile
22:49:28.251376 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.262074 run                             mass: MS start registered  {at=31229873.965426862, delay=0.004652101546525955, ms=00096}
22:49:28.919247 run                             mass: MS performed LU  {at=31229874.62249975, lu_delay=5.672870714217424, ms=00090}
22:49:29.049318 run                             mass: MS performed LU  {at=31229874.752571598, lu_delay=5.08878730237484, ms=00091}
22:49:29.347503 run                osmo-ms-mob/00097: Starting mobile
22:49:29.363717 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.374267 run                             mass: MS start registered  {at=31229875.077621233, delay=0.0045368969440460205, ms=00097}
22:49:30.623544 run                osmo-ms-mob/00098: Starting mobile
22:49:30.636527 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.647408 run                             mass: MS start registered  {at=31229876.350762475, delay=0.004975717514753342, ms=00098}
22:49:30.885936 run                             mass: MS performed LU  {at=31229876.589140087, lu_delay=6.214947666972876, ms=00092}
22:49:30.904009 run                             mass: MS performed LU  {at=31229876.60728644, lu_delay=5.5532805398106575, ms=00093}
22:49:31.420307 run                             mass: MS performed LU  {at=31229877.123565663, lu_delay=5.05672824755311, ms=00094}
22:49:32.423444 run                osmo-ms-mob/00099: Starting mobile
22:49:32.436876 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.443334 run                             mass: All started... {duration=55.73039843887091, too_slow=0}
22:49:32.449132 run                             mass: MS start registered  {at=31229878.152491704, delay=0.0057935453951358795, ms=00099}
22:49:32.667272 run                             mass: MS performed LU  {at=31229878.37052251, lu_delay=5.492088321596384, ms=00095}
22:49:32.814719 run                             mass: MS performed LU  {at=31229878.51797183, lu_delay=4.552544966340065, ms=00096}
22:49:34.651365 run                             mass: MS performed LU  {at=31229880.354594715, lu_delay=5.276973482221365, ms=00097}
22:49:36.553681 run                             mass: MS performed LU  {at=31229882.256933652, lu_delay=5.906171176582575, ms=00098}
22:49:38.419110 run                             mass: MS performed LU  {at=31229884.12236176, lu_delay=5.9698700569570065, ms=00099}
22:49:38.428705 run                             mass: Tests done {all_completed=True, max=6.286152262240648, min=3.6323029808700085}
22:49:38.436597 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.442051 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.445440 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.448860 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.452299 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.455762 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.459203 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.462675 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.466132 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.469796 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.473357 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.476933 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.480493 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.484070 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.487616 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.491172 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.494730 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.498299 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.501861 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.505436 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.508998 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.512528 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.516096 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.519643 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.523189 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.526742 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.530272 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.533817 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.537385 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.540943 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.544498 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.548068 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.551623 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.555164 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.558865 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.562511 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.566230 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.570004 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.574023 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.577615 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.581356 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.584888 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.588877 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.592413 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.595977 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.599966 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.603536 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.607262 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.610819 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.614401 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.617958 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.621533 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.625224 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.628791 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.632336 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.635877 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.639440 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.643546 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.647116 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.650666 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.654410 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.657962 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.661524 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.665095 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.668662 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.672219 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.676175 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.679778 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.683325 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.686887 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.690432 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.693969 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.697510 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.701431 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.704985 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.708528 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.712066 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.715593 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.719671 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.723391 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.726996 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.730885 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.734426 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.737903 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.741449 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.744965 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.748529 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.752084 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.755629 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.759146 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.762683 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.766250 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.769886 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.773486 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.777594 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.781192 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.784765 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.788332 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.791903 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.795507 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.799067 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.802646 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.806218 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.809762 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.813310 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.816863 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.820394 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.823937 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.827487 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.831523 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.835087 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.838635 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.842176 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.845722 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.849270 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.852811 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.856339 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.859877 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.863440 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.866995 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.870532 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.874060 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.877618 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.881136 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.884515 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.887906 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.891283 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.894681 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.898083 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.901480 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.904861 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.908237 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.911613 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.915002 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.918377 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.921765 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.925135 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.928498 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.931900 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.935284 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.938677 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.942059 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.945450 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.948814 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.952201 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.955594 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.958979 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.962364 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.965763 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.969157 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.972532 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.975924 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.979296 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.982680 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.986058 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.989456 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.992844 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.996206 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.999603 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.003003 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.006374 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.009759 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.013145 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.016521 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.019891 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.023293 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.026680 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.030042 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.033435 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.036823 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.040216 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.043612 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.046994 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.050376 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.053769 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.057151 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.060546 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.063950 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.067336 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.070725 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.074102 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.077526 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.080925 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.084295 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.087671 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.091071 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.094453 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.097826 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.101211 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.104593 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.107994 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.111382 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.114770 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.118153 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.121530 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.124911 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.128292 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.131667 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.135043 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.138429 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.141851 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.145241 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.148607 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.151924 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.155247 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.158562 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.161875 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.165209 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.168521 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.171897 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.175244 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.178563 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.181898 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.185222 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.188555 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.190065 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.193755 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.195233 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.198926 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.200425 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.204192 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.205733 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.209541 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.211065 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.214831 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.216365 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.220144 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.221669 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.225447 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.226972 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.230768 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.232291 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.236089 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.237632 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.241441 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.242973 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.246761 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.248308 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.252014 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.253511 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.257201 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.258681 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.262380 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.263868 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.267545 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.269056 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.272759 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.274255 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.277923 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.279417 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.283127 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.284632 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.288337 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.289864 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.293529 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.295001 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.298658 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.300128 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.303781 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.305268 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.308911 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.310386 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.314044 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.315529 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.319160 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.320643 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.324270 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.325756 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.329396 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.330872 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.334516 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.335980 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.339629 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.341106 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.344753 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.346227 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.349875 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.351341 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.355014 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.356475 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.360097 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.361582 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.365208 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.366677 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.370329 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.371793 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.375427 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.376899 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.380536 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.382025 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.385671 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.387151 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.390823 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.392297 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.395954 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.397420 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.401049 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.402518 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.406168 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.407638 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.411269 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.412754 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.416398 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.417873 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.421511 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.422976 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.426631 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.428100 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.431748 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.433229 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.436866 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.438336 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.441982 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.443453 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.447079 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.448550 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.452208 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.453682 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.457345 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.458835 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.462470 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.463936 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.467599 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.469091 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.472756 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.474238 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.477889 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.479365 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.482990 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.484480 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.488129 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.489629 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.493288 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.494760 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.498416 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.499900 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.503546 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.505047 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.508688 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.510164 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.513803 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.515273 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.518910 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.520395 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.524062 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.525547 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.529191 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.530671 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.534320 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.535803 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.539485 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.540972 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.544638 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.546119 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.549755 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.551236 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.554912 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.556399 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.560044 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.561529 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.565183 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.566669 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.570337 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.571815 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.575482 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.576981 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.580606 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.582096 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.585749 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.587223 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.590872 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.592364 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.596021 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.597496 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.601169 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.602657 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.606320 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.607806 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.611462 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.612941 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.616588 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.618075 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.621711 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.623187 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.626824 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.628311 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.631972 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.633455 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.637102 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.638585 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.642226 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.643702 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.647367 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.648856 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.652493 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.653980 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.657628 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.659102 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.662749 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.664219 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.667865 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.669345 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.672982 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.674462 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.678107 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.679597 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.683260 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.684739 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.688377 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.689880 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.693528 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.695013 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.698664 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.700138 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.703776 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.705284 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.708956 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.710441 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.714115 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.715600 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.719277 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.720812 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.724448 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.725949 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.729606 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.731087 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.734715 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.736202 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.739860 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.741353 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.745020 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.746505 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.750162 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.751646 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.755300 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.756773 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.760421 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.761907 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.765567 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.767052 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.770770 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.772266 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.775951 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.777476 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.781156 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.782648 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.786326 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.787810 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.791506 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.793001 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.796691 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.798192 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.801889 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.803378 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.807062 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.808560 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.812236 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.813719 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.817383 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.818876 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.822535 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.824015 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.827670 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.829187 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.832869 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.834362 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.838032 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.839517 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.843196 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.844678 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.848345 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.849830 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.853511 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.854990 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.858666 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.860148 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.863832 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.865320 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.868998 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.870485 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.874164 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.875651 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.879338 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.880828 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.884490 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.885984 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.889661 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.891144 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.894840 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.896322 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.899980 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.901472 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.905135 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.906618 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.910286 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.911774 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.915472 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.916964 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.920647 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.922138 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.925831 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.927315 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.931001 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.932479 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.936155 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.937642 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.941301 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.942791 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.946462 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.947935 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.951663 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.953171 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.956829 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.958311 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.962003 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.963478 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.967163 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.968652 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.972325 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.973817 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.977498 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.978981 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.982677 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.984170 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.987847 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.989332 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.993017 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.994505 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.998152 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.999632 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.003292 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.004772 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.008450 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.009957 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.013625 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.015112 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.018798 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.020266 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.023975 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.025474 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.029156 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.030631 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.034295 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.035777 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.039472 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.040971 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.044634 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.046128 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.049809 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.051298 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.054992 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.056470 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.060146 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.061643 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.065307 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.066817 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.070518 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.072005 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.075683 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.077189 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.080868 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.082357 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.086043 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.087533 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.091195 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.092671 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.096335 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.097823 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.101523 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.103007 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.106709 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.108194 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.111867 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.113371 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.117059 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.118548 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.122260 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.123746 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.127410 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.128922 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.132583 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.134070 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.137741 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.139225 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.142889 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.144361 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.148029 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.149510 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.153180 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.154649 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.158311 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.159788 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.163456 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.164948 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.168611 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.170097 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.173755 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.175229 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.178893 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.180362 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.184034 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.185512 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.189193 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.190670 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.194351 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.195831 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.199509 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.200993 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.204660 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.206133 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.209812 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.211303 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.214979 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.216462 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.220161 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.221642 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.225321 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.226795 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.230458 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.231935 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.235617 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.237097 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.240786 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.242264 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.245930 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.247412 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.251099 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.252577 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.256239 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.257738 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.261403 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.262876 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.266556 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.268034 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.271697 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.273197 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.276864 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.278341 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.682795 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.688477 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8206 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.753825 tst                       trial-8206: Storing JUnit report in /build/trial-8206/run.2026-01-09_22-48-17/trial-8206.xml

--------------------------------------------------------------------------------------------
trial-8206 PASS
--------------------------------------------------------------------------------------------
22:49:43.765001 tst                       trial-8206: trial-8206: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8206/inst
+ cd trial-8206
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-09 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8206-run.tgz run.2026-01-09_22-48-17
+ tar czf /build/trial-8206-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-09_13_26_01.tgz osmo-bts-oc2g.build-2026-01-09_20_14_02.tgz osmo-bts-sysmo.build-2026-01-09_20_13_53.tgz osmo-bts.build-2026-01-09_20_14_08.tgz osmo-ggsn.build-2026-01-09_20_42_26.tgz osmo-hlr.build-2026-01-09_16_37_04.tgz osmo-hnbgw.build-2026-01-09_13_28_31.tgz osmo-mgw.build-2026-01-09_08_33_18.tgz osmo-msc.build-2026-01-09_13_35_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-09_07_34_05.tgz osmo-pcu-sysmo.build-2026-01-09_07_36_15.tgz osmo-pcu.build-2026-01-09_07_36_20.tgz osmo-sgsn.build-2026-01-09_20_48_06.tgz osmo-stp.build-2026-01-09_13_23_03.tgz osmo-trx.build-2026-01-09_14_22_30.tgz osmocom-bb.build-2026-01-09_21_17_42.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