Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17810273523069625933.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-8176
+ 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
a69bc8d ttcn3-bts-test: Run fake_trx with sched-prio-rr
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

#15 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#15 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0440bc518181ee098efbef4ae5050e2b276c77f444ebee35a41c489d1fcabdd6 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 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=8177 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-11 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8177
+ mkdir -p trial-8177
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-11_13_26_01.tgz osmo-bts-oc2g.build-2025-12-11_00_51_55.tgz osmo-bts-sysmo.build-2025-12-11_00_51_45.tgz osmo-bts.build-2025-12-11_00_52_04.tgz osmo-ggsn.build-2025-12-11_20_42_32.tgz osmo-hlr.build-2025-12-11_16_36_52.tgz osmo-hnbgw.build-2025-12-11_13_30_49.tgz osmo-mgw.build-2025-12-11_08_33_19.tgz osmo-msc.build-2025-12-11_13_35_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-11_07_36_08.tgz osmo-pcu-sysmo.build-2025-12-11_07_36_04.tgz osmo-pcu.build-2025-12-11_07_34_05.tgz osmo-sgsn.build-2025-12-11_20_48_18.tgz osmo-stp.build-2025-12-11_13_23_04.tgz osmo-trx.build-2025-12-11_14_28_17.tgz osmocom-bb.build-2025-12-11_21_17_16.tgz srslte.build-19.tgz trial-8177
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-11_13_26_01.md5 osmo-bts-oc2g.build-2025-12-11_00_51_55.md5 osmo-bts-sysmo.build-2025-12-11_00_51_45.md5 osmo-bts.build-2025-12-11_00_52_04.md5 osmo-ggsn.build-2025-12-11_20_42_32.md5 osmo-hlr.build-2025-12-11_16_36_52.md5 osmo-hnbgw.build-2025-12-11_13_30_49.md5 osmo-mgw.build-2025-12-11_08_33_19.md5 osmo-msc.build-2025-12-11_13_35_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-11_07_36_08.md5 osmo-pcu-sysmo.build-2025-12-11_07_36_04.md5 osmo-pcu.build-2025-12-11_07_34_05.md5 osmo-sgsn.build-2025-12-11_20_48_18.md5 osmo-stp.build-2025-12-11_13_23_04.md5 osmo-trx.build-2025-12-11_14_28_17.md5 osmocom-bb.build-2025-12-11_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-11_13_26_01.md5 osmo-bts-oc2g.build-2025-12-11_00_51_55.md5 osmo-bts-sysmo.build-2025-12-11_00_51_45.md5 osmo-bts.build-2025-12-11_00_52_04.md5 osmo-ggsn.build-2025-12-11_20_42_32.md5 osmo-hlr.build-2025-12-11_16_36_52.md5 osmo-hnbgw.build-2025-12-11_13_30_49.md5 osmo-mgw.build-2025-12-11_08_33_19.md5 osmo-msc.build-2025-12-11_13_35_09.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-11_07_36_08.md5 osmo-pcu-sysmo.build-2025-12-11_07_36_04.md5 osmo-pcu.build-2025-12-11_07_34_05.md5 osmo-sgsn.build-2025-12-11_20_48_18.md5 osmo-stp.build-2025-12-11_13_23_04.md5 osmo-trx.build-2025-12-11_14_28_17.md5 osmocom-bb.build-2025-12-11_21_17_16.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8177 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8177'
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-8177
--------------------------------------------------------------------------------------------
22:48:16.177952 tst                       trial-8177: Detailed log at /build/trial-8177/run.2025-12-11_22-48-16/log

---------------------------------------------------------------------
trial-8177 netreg_mass
---------------------------------------------------------------------
22:48:16.383624 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.383972 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.384772 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.385945 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.427173 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.427956 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.429066 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.491146 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-8177 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.491855 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.507209 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.507722 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.508183 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.508622 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.509058 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.509514 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.509949 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.539513 tst         register_default_mass.py: using LAC 2
22:48:16.560249 tst         register_default_mass.py: using RAC 2
22:48:16.584737 tst         register_default_mass.py: using CellId 2
22:48:16.611757 tst         register_default_mass.py: using BVCI 3
22:48:16.624583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.643481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.651167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.651676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.655225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.655725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.656221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.656732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.657250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.657751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.658247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.658747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.659265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.659770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.660275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.660781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.661280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.661856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.662367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.662869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.663360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.663869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.664365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.664867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.665373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.665873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.666366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.666864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.667367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.667859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.668347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.668837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.669341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.669842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.670335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.670848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.671344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.671841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.672353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.672860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.673350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.673853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.674363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.674859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.675353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.675857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.676410 tst      register_default_mass.py:21: Launching a simple network
22:48:16.686219 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.805787 run            create_hlr_db(pid=19): Launched
22:48:17.819998 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:17.835984 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:17.850778 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:17.856472 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.042049 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.056882 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.062457 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.480319 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:18.495233 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:21.509889 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.637303 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:21.651964 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:21.657520 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.680309 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:21.694880 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:21.700474 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.014409 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:22.029689 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:28.067457 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.240983 run         osmo-bts-virtual(pid=33): Launched
22:48:29.277129 tst         register_default_mass.py: using MSISDN 1001
22:48:29.291568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.331721 tst         register_default_mass.py: using MSISDN 1002
22:48:29.349399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.380705 tst         register_default_mass.py: using MSISDN 1003
22:48:29.395888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.426768 tst         register_default_mass.py: using MSISDN 1004
22:48:29.441354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.472301 tst         register_default_mass.py: using MSISDN 1005
22:48:29.486943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.516973 tst         register_default_mass.py: using MSISDN 1006
22:48:29.531255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.562497 tst         register_default_mass.py: using MSISDN 1007
22:48:29.577280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.608680 tst         register_default_mass.py: using MSISDN 1008
22:48:29.623611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.654900 tst         register_default_mass.py: using MSISDN 1009
22:48:29.669928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.701202 tst         register_default_mass.py: using MSISDN 1010
22:48:29.715984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.747463 tst         register_default_mass.py: using MSISDN 1011
22:48:29.762561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.794064 tst         register_default_mass.py: using MSISDN 1012
22:48:29.808988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.840336 tst         register_default_mass.py: using MSISDN 1013
22:48:29.855285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.886294 tst         register_default_mass.py: using MSISDN 1014
22:48:29.901162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.932140 tst         register_default_mass.py: using MSISDN 1015
22:48:29.946897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.977416 tst         register_default_mass.py: using MSISDN 1016
22:48:29.992052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.023222 tst         register_default_mass.py: using MSISDN 1017
22:48:30.038060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.068676 tst         register_default_mass.py: using MSISDN 1018
22:48:30.083098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.113410 tst         register_default_mass.py: using MSISDN 1019
22:48:30.123393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.154359 tst         register_default_mass.py: using MSISDN 1020
22:48:30.169819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.201005 tst         register_default_mass.py: using MSISDN 1021
22:48:30.215434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.246778 tst         register_default_mass.py: using MSISDN 1022
22:48:30.256818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.287200 tst         register_default_mass.py: using MSISDN 1023
22:48:30.302970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.342650 tst         register_default_mass.py: using MSISDN 1024
22:48:30.360611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.391533 tst         register_default_mass.py: using MSISDN 1025
22:48:30.406527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.437241 tst         register_default_mass.py: using MSISDN 1026
22:48:30.451866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.482628 tst         register_default_mass.py: using MSISDN 1027
22:48:30.497258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.527724 tst         register_default_mass.py: using MSISDN 1028
22:48:30.542418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.573237 tst         register_default_mass.py: using MSISDN 1029
22:48:30.587776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.618633 tst         register_default_mass.py: using MSISDN 1030
22:48:30.633258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.664015 tst         register_default_mass.py: using MSISDN 1031
22:48:30.674344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.704801 tst         register_default_mass.py: using MSISDN 1032
22:48:30.720035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.751320 tst         register_default_mass.py: using MSISDN 1033
22:48:30.765899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.796690 tst         register_default_mass.py: using MSISDN 1034
22:48:30.810905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.842382 tst         register_default_mass.py: using MSISDN 1035
22:48:30.856640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.887594 tst         register_default_mass.py: using MSISDN 1036
22:48:30.901679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.932460 tst         register_default_mass.py: using MSISDN 1037
22:48:30.946377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.977702 tst         register_default_mass.py: using MSISDN 1038
22:48:30.992128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.022976 tst         register_default_mass.py: using MSISDN 1039
22:48:31.037296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.068543 tst         register_default_mass.py: using MSISDN 1040
22:48:31.082936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.113988 tst         register_default_mass.py: using MSISDN 1041
22:48:31.128246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.159290 tst         register_default_mass.py: using MSISDN 1042
22:48:31.173364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.204408 tst         register_default_mass.py: using MSISDN 1043
22:48:31.218864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.250235 tst         register_default_mass.py: using MSISDN 1044
22:48:31.264573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.304220 tst         register_default_mass.py: using MSISDN 1045
22:48:31.321828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.352997 tst         register_default_mass.py: using MSISDN 1046
22:48:31.366969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.397886 tst         register_default_mass.py: using MSISDN 1047
22:48:31.412085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.442895 tst         register_default_mass.py: using MSISDN 1048
22:48:31.457239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.487583 tst         register_default_mass.py: using MSISDN 1049
22:48:31.501646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.532739 tst         register_default_mass.py: using MSISDN 1050
22:48:31.546983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.578147 tst         register_default_mass.py: using MSISDN 1051
22:48:31.591964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.623071 tst         register_default_mass.py: using MSISDN 1052
22:48:31.637344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.668475 tst         register_default_mass.py: using MSISDN 1053
22:48:31.682694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.713904 tst         register_default_mass.py: using MSISDN 1054
22:48:31.727931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.758294 tst         register_default_mass.py: using MSISDN 1055
22:48:31.772401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.803027 tst         register_default_mass.py: using MSISDN 1056
22:48:31.817047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.848318 tst         register_default_mass.py: using MSISDN 1057
22:48:31.862707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.893621 tst         register_default_mass.py: using MSISDN 1058
22:48:31.907727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.938228 tst         register_default_mass.py: using MSISDN 1059
22:48:31.952318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.983306 tst         register_default_mass.py: using MSISDN 1060
22:48:31.997616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.028277 tst         register_default_mass.py: using MSISDN 1061
22:48:32.038139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.068663 tst         register_default_mass.py: using MSISDN 1062
22:48:32.084431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.115343 tst         register_default_mass.py: using MSISDN 1063
22:48:32.130001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.160973 tst         register_default_mass.py: using MSISDN 1064
22:48:32.175448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.205869 tst         register_default_mass.py: using MSISDN 1065
22:48:32.220405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.251035 tst         register_default_mass.py: using MSISDN 1066
22:48:32.265359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.303951 tst         register_default_mass.py: using MSISDN 1067
22:48:32.321548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.352527 tst         register_default_mass.py: using MSISDN 1068
22:48:32.367556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.398483 tst         register_default_mass.py: using MSISDN 1069
22:48:32.413201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.444223 tst         register_default_mass.py: using MSISDN 1070
22:48:32.458897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.489583 tst         register_default_mass.py: using MSISDN 1071
22:48:32.504104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.534805 tst         register_default_mass.py: using MSISDN 1072
22:48:32.549431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.580283 tst         register_default_mass.py: using MSISDN 1073
22:48:32.594981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.626279 tst         register_default_mass.py: using MSISDN 1074
22:48:32.641086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.671657 tst         register_default_mass.py: using MSISDN 1075
22:48:32.686179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.721076 tst         register_default_mass.py: using MSISDN 1076
22:48:32.737469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.768442 tst         register_default_mass.py: using MSISDN 1077
22:48:32.783397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.814447 tst         register_default_mass.py: using MSISDN 1078
22:48:32.829087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.860091 tst         register_default_mass.py: using MSISDN 1079
22:48:32.874917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.905912 tst         register_default_mass.py: using MSISDN 1080
22:48:32.920544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.950243 tst         register_default_mass.py: using MSISDN 1081
22:48:32.964232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.995103 tst         register_default_mass.py: using MSISDN 1082
22:48:33.009725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.040481 tst         register_default_mass.py: using MSISDN 1083
22:48:33.055224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.086346 tst         register_default_mass.py: using MSISDN 1084
22:48:33.101054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.132107 tst         register_default_mass.py: using MSISDN 1085
22:48:33.146772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.177696 tst         register_default_mass.py: using MSISDN 1086
22:48:33.192380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.223106 tst         register_default_mass.py: using MSISDN 1087
22:48:33.237745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.268717 tst         register_default_mass.py: using MSISDN 1088
22:48:33.283308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.314031 tst         register_default_mass.py: using MSISDN 1089
22:48:33.328540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.359729 tst         register_default_mass.py: using MSISDN 1090
22:48:33.374479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.405687 tst         register_default_mass.py: using MSISDN 1091
22:48:33.420498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.451317 tst         register_default_mass.py: using MSISDN 1092
22:48:33.465861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.496929 tst         register_default_mass.py: using MSISDN 1093
22:48:33.511758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.542813 tst         register_default_mass.py: using MSISDN 1094
22:48:33.557742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.588950 tst         register_default_mass.py: using MSISDN 1095
22:48:33.603634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.634538 tst         register_default_mass.py: using MSISDN 1096
22:48:33.649006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.679939 tst         register_default_mass.py: using MSISDN 1097
22:48:33.694615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.725628 tst         register_default_mass.py: using MSISDN 1098
22:48:33.740222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.771336 tst         register_default_mass.py: using MSISDN 1099
22:48:33.786269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.817339 tst         register_default_mass.py: using MSISDN 1100
22:48:33.831955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.924091 run                             mass: Starting testcase
22:48:33.929742 run                             mass: Pre-launching all virtphy's
22:48:33.935552 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.948996 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:33.955444 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.968589 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:33.974625 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.987522 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:33.993652 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.006556 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:34.012607 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.025516 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:34.031501 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.044333 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:34.050301 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.062969 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:34.068843 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.081503 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:34.087349 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.100045 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:34.105892 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.118599 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:34.124492 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.137244 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:34.143132 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.155864 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:34.161757 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.174539 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:34.180476 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.193262 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:34.199223 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.212005 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:34.217918 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.230616 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:34.236560 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.249352 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:34.255300 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.268042 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:34.274046 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.286864 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:34.292785 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.305529 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:34.311406 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.324216 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:34.330140 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.342937 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:34.348862 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.361627 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:34.367587 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.380514 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:34.386507 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.399486 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:34.405488 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.418366 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:34.424352 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.437161 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:34.443237 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.456075 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:34.462044 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.474792 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:34.480729 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.493539 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:34.499444 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.512224 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:34.518120 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.530853 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:34.536800 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.549575 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:34.555444 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.568239 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:34.574155 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.586946 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:34.592885 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.605698 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:34.611576 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.624296 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:34.630328 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.643160 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:34.649245 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.662152 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:34.668057 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.680949 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:34.686861 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.699726 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:34.705648 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.718411 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:34.724292 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.737067 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:34.742974 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.755768 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:34.761711 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.774467 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:34.780355 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.793127 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:34.799029 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.811775 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:34.817742 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.830559 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:34.836541 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.849497 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:34.855483 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.868503 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:34.874518 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.887447 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:34.893407 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.906202 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:34.912213 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.925003 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:34.931039 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.943908 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:34.949878 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.962649 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:34.968565 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.981349 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:34.987308 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.000049 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:35.006006 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.018702 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:35.024658 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.037455 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:35.043351 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.056144 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:35.062092 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.074836 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:35.080755 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.093507 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:35.099546 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.112324 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:35.118335 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.131103 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:35.137048 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.149932 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:35.155860 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.168844 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:35.174761 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.187540 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:35.193438 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.206295 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:35.212179 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.225015 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:35.230951 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.243701 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:35.249624 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.262525 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:35.268420 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.281200 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:35.287153 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.300038 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:35.305953 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.318754 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:35.324705 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.337668 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:35.343610 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.356557 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:35.362478 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.375246 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:35.381200 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.394142 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:35.400124 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.412945 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:35.418873 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.431633 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:35.437624 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.450466 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:35.456343 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.469109 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:35.475010 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.487798 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:35.493721 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.506509 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:35.512408 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.525246 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:35.531201 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.544009 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:35.549947 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.562708 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:35.568656 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.581659 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:35.587524 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.600436 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:35.606321 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.619216 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:35.625168 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.638112 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:35.644011 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.656841 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:35.662747 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.675482 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:35.681417 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.694172 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:35.700080 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.712847 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:35.718769 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.731539 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:35.737491 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.750259 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:35.756174 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.768971 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:35.774848 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.787662 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:35.793642 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.806609 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:35.812482 run                             mass: Checking if sockets are in the filesystem
22:48:35.845005 run                osmo-ms-mob/00000: Starting mobile
22:48:35.858402 run       osmo-ms-mob/00000(pid=134): Launched
22:48:35.869030 run                             mass: MS start registered  {at=28724221.572380446, delay=0.004551667720079422, ms=00000}
22:48:40.069556 run                osmo-ms-mob/00001: Starting mobile
22:48:40.089227 run       osmo-ms-mob/00001(pid=135): Launched
22:48:40.099857 run                             mass: MS start registered  {at=28724225.80320635, delay=0.0044231899082660675, ms=00001}
22:48:41.078351 run                             mass: MS performed LU  {at=28724226.78158424, lu_delay=5.209203794598579, ms=00000}
22:48:41.860074 run                osmo-ms-mob/00002: Starting mobile
22:48:41.876799 run       osmo-ms-mob/00002(pid=136): Launched
22:48:41.887206 run                             mass: MS start registered  {at=28724227.59055115, delay=0.004451751708984375, ms=00002}
22:48:43.155727 run                osmo-ms-mob/00003: Starting mobile
22:48:43.169066 run       osmo-ms-mob/00003(pid=137): Launched
22:48:43.179549 run                             mass: MS start registered  {at=28724228.882897478, delay=0.00431104376912117, ms=00003}
22:48:44.250813 run                osmo-ms-mob/00004: Starting mobile
22:48:44.266894 run       osmo-ms-mob/00004(pid=138): Launched
22:48:44.277255 run                             mass: MS start registered  {at=28724229.980605032, delay=0.0043906569480896, ms=00004}
22:48:44.843967 run                             mass: MS performed LU  {at=28724230.547201503, lu_delay=4.743995152413845, ms=00001}
22:48:45.261471 run                osmo-ms-mob/00005: Starting mobile
22:48:45.278537 run       osmo-ms-mob/00005(pid=139): Launched
22:48:45.289234 run                             mass: MS start registered  {at=28724230.992580127, delay=0.0043963417410850525, ms=00005}
22:48:46.127930 run                osmo-ms-mob/00006: Starting mobile
22:48:46.140792 run       osmo-ms-mob/00006(pid=140): Launched
22:48:46.151134 run                             mass: MS start registered  {at=28724231.854488146, delay=0.004329748451709747, ms=00006}
22:48:46.744883 run                             mass: MS performed LU  {at=28724232.448119234, lu_delay=4.857568085193634, ms=00002}
22:48:47.027880 run                osmo-ms-mob/00007: Starting mobile
22:48:47.040643 run       osmo-ms-mob/00007(pid=141): Launched
22:48:47.050960 run                             mass: MS start registered  {at=28724232.754311197, delay=0.004462964832782745, ms=00007}
22:48:47.828610 run                osmo-ms-mob/00008: Starting mobile
22:48:47.841747 run       osmo-ms-mob/00008(pid=142): Launched
22:48:47.852303 run                             mass: MS start registered  {at=28724233.55565673, delay=0.004598725587129593, ms=00008}
22:48:48.559357 run                osmo-ms-mob/00009: Starting mobile
22:48:48.576284 run       osmo-ms-mob/00009(pid=143): Launched
22:48:48.587023 run                             mass: MS start registered  {at=28724234.29037662, delay=0.004668839275836945, ms=00009}
22:48:48.608142 run                             mass: MS performed LU  {at=28724234.31146216, lu_delay=5.428564682602882, ms=00003}
22:48:49.259479 run                osmo-ms-mob/00010: Starting mobile
22:48:49.276255 run       osmo-ms-mob/00010(pid=144): Launched
22:48:49.287131 run                             mass: MS start registered  {at=28724234.99047783, delay=0.0049108415842056274, ms=00010}
22:48:49.856009 run                osmo-ms-mob/00011: Starting mobile
22:48:49.868953 run       osmo-ms-mob/00011(pid=145): Launched
22:48:49.880002 run                             mass: MS start registered  {at=28724235.583351642, delay=0.00507766380906105, ms=00011}
22:48:50.426515 run                osmo-ms-mob/00012: Starting mobile
22:48:50.439450 run       osmo-ms-mob/00012(pid=146): Launched
22:48:50.450259 run                             mass: MS start registered  {at=28724236.153614007, delay=0.004505820572376251, ms=00012}
22:48:50.510919 run                             mass: MS performed LU  {at=28724236.21416214, lu_delay=5.221582014113665, ms=00005}
22:48:50.537060 run                             mass: MS performed LU  {at=28724236.24039327, lu_delay=6.259788237512112, ms=00004}
22:48:51.061938 run                osmo-ms-mob/00013: Starting mobile
22:48:51.079191 run       osmo-ms-mob/00013(pid=147): Launched
22:48:51.089672 run                             mass: MS start registered  {at=28724236.793024153, delay=0.004474185407161713, ms=00013}
22:48:51.628384 run                osmo-ms-mob/00014: Starting mobile
22:48:51.641955 run       osmo-ms-mob/00014(pid=148): Launched
22:48:51.652713 run                             mass: MS start registered  {at=28724237.3560696, delay=0.004402711987495422, ms=00014}
22:48:52.263017 run                osmo-ms-mob/00015: Starting mobile
22:48:52.277402 run       osmo-ms-mob/00015(pid=149): Launched
22:48:52.292361 run                             mass: MS start registered  {at=28724237.995691653, delay=0.008515622466802597, ms=00015}
22:48:52.375589 run                             mass: MS performed LU  {at=28724238.078845125, lu_delay=5.324533928185701, ms=00007}
22:48:52.440274 run                             mass: MS performed LU  {at=28724238.143513467, lu_delay=6.289025321602821, ms=00006}
22:48:52.751279 run                osmo-ms-mob/00016: Starting mobile
22:48:52.767941 run       osmo-ms-mob/00016(pid=150): Launched
22:48:52.774261 run                             mass: MS performed LU  {at=28724238.477620766, lu_delay=4.921964034438133, ms=00008}
22:48:52.780202 run                             mass: MS start registered  {at=28724238.483569328, delay=0.00596628338098526, ms=00016}
22:48:53.241648 run                osmo-ms-mob/00017: Starting mobile
22:48:53.255306 run       osmo-ms-mob/00017(pid=151): Launched
22:48:53.265923 run                             mass: MS start registered  {at=28724238.969276667, delay=0.004567306488752365, ms=00017}
22:48:53.858864 run                osmo-ms-mob/00018: Starting mobile
22:48:53.875364 run       osmo-ms-mob/00018(pid=152): Launched
22:48:53.886002 run                             mass: MS start registered  {at=28724239.589354888, delay=0.004559878259897232, ms=00018}
22:48:54.259290 run                osmo-ms-mob/00019: Starting mobile
22:48:54.276129 run       osmo-ms-mob/00019(pid=153): Launched
22:48:54.282115 run                             mass: MS performed LU  {at=28724239.985475108, lu_delay=4.994997277855873, ms=00010}
22:48:54.287853 run                             mass: MS start registered  {at=28724239.99121998, delay=0.005762476474046707, ms=00019}
22:48:54.303453 run                             mass: MS performed LU  {at=28724240.006809533, lu_delay=5.71643291413784, ms=00009}
22:48:54.759815 run                osmo-ms-mob/00020: Starting mobile
22:48:54.776963 run       osmo-ms-mob/00020(pid=154): Launched
22:48:54.788066 run                             mass: MS start registered  {at=28724240.49141926, delay=0.004672996699810028, ms=00020}
22:48:55.240237 run                osmo-ms-mob/00021: Starting mobile
22:48:55.254478 run       osmo-ms-mob/00021(pid=155): Launched
22:48:55.265592 run                             mass: MS start registered  {at=28724240.968940493, delay=0.004985257983207703, ms=00021}
22:48:55.645507 run                osmo-ms-mob/00022: Starting mobile
22:48:55.659537 run       osmo-ms-mob/00022(pid=156): Launched
22:48:55.670776 run                             mass: MS start registered  {at=28724241.374122087, delay=0.005093522369861603, ms=00022}
22:48:56.161674 run                osmo-ms-mob/00023: Starting mobile
22:48:56.179616 run       osmo-ms-mob/00023(pid=157): Launched
22:48:56.185593 run                             mass: MS performed LU  {at=28724241.888952166, lu_delay=5.0959280133247375, ms=00013}
22:48:56.191349 run                             mass: MS start registered  {at=28724241.894716345, delay=0.005782280117273331, ms=00023}
22:48:56.205014 run                             mass: MS performed LU  {at=28724241.908343606, lu_delay=6.324991963803768, ms=00011}
22:48:56.275386 run                             mass: MS performed LU  {at=28724241.978635844, lu_delay=5.8250218369066715, ms=00012}
22:48:56.290229 run                osmo-ms-mob/00024: Starting mobile
22:48:56.303548 run       osmo-ms-mob/00024(pid=158): Launched
22:48:56.314341 run                             mass: MS start registered  {at=28724242.01769359, delay=0.004840150475502014, ms=00024}
22:48:56.528394 run                             mass: MS performed LU  {at=28724242.231642734, lu_delay=4.875573135912418, ms=00014}
22:48:57.042062 run                osmo-ms-mob/00025: Starting mobile
22:48:57.055919 run       osmo-ms-mob/00025(pid=159): Launched
22:48:57.066756 run                             mass: MS start registered  {at=28724242.770110156, delay=0.0048406682908535, ms=00025}
22:48:57.449879 run                osmo-ms-mob/00026: Starting mobile
22:48:57.466862 run       osmo-ms-mob/00026(pid=160): Launched
22:48:57.478282 run                             mass: MS start registered  {at=28724243.181631494, delay=0.005238499492406845, ms=00026}
22:48:57.850004 run                osmo-ms-mob/00027: Starting mobile
22:48:57.865759 run       osmo-ms-mob/00027(pid=161): Launched
22:48:57.876518 run                             mass: MS start registered  {at=28724243.579873078, delay=0.004825878888368607, ms=00027}
22:48:57.959579 run                             mass: MS performed LU  {at=28724243.662827864, lu_delay=4.693551197648048, ms=00017}
22:48:58.042634 run                             mass: MS performed LU  {at=28724243.745883394, lu_delay=5.262314066290855, ms=00016}
22:48:58.249496 run                osmo-ms-mob/00028: Starting mobile
22:48:58.265212 run       osmo-ms-mob/00028(pid=162): Launched
22:48:58.275878 run                             mass: MS start registered  {at=28724243.9792213, delay=0.0047402046620845795, ms=00028}
22:48:58.650278 run                osmo-ms-mob/00029: Starting mobile
22:48:58.666583 run       osmo-ms-mob/00029(pid=163): Launched
22:48:58.677347 run                             mass: MS start registered  {at=28724244.380701184, delay=0.0046926625072956085, ms=00029}
22:48:59.030915 run                osmo-ms-mob/00030: Starting mobile
22:48:59.044035 run       osmo-ms-mob/00030(pid=164): Launched
22:48:59.054640 run                             mass: MS start registered  {at=28724244.757993586, delay=0.004592470824718475, ms=00030}
22:48:59.455213 run                osmo-ms-mob/00031: Starting mobile
22:48:59.468195 run       osmo-ms-mob/00031(pid=165): Launched
22:48:59.478956 run                             mass: MS start registered  {at=28724245.18230903, delay=0.004805881530046463, ms=00031}
22:48:59.728133 run                osmo-ms-mob/00032: Starting mobile
22:48:59.741188 run       osmo-ms-mob/00032(pid=166): Launched
22:48:59.751641 run                             mass: MS start registered  {at=28724245.454993445, delay=0.004415571689605713, ms=00032}
22:48:59.907345 run                             mass: MS performed LU  {at=28724245.610595986, lu_delay=5.619376007467508, ms=00019}
22:48:59.972530 run                             mass: MS performed LU  {at=28724245.675779585, lu_delay=5.184360325336456, ms=00020}
22:49:00.040306 run                             mass: MS performed LU  {at=28724245.743557427, lu_delay=4.774616934359074, ms=00021}
22:49:00.083598 run                osmo-ms-mob/00033: Starting mobile
22:49:00.097527 run       osmo-ms-mob/00033(pid=167): Launched
22:49:00.103591 run                             mass: MS performed LU  {at=28724245.80695039, lu_delay=6.217595502734184, ms=00018}
22:49:00.109538 run                             mass: MS start registered  {at=28724245.812904842, delay=0.005971852689981461, ms=00033}
22:49:00.550841 run                osmo-ms-mob/00034: Starting mobile
22:49:00.567023 run       osmo-ms-mob/00034(pid=168): Launched
22:49:00.577672 run                             mass: MS start registered  {at=28724246.28102628, delay=0.004597693681716919, ms=00034}
22:49:00.842564 run                osmo-ms-mob/00035: Starting mobile
22:49:00.856461 run       osmo-ms-mob/00035(pid=169): Launched
22:49:00.867366 run                             mass: MS start registered  {at=28724246.57071483, delay=0.004863273352384567, ms=00035}
22:49:01.228839 run                osmo-ms-mob/00036: Starting mobile
22:49:01.241977 run       osmo-ms-mob/00036(pid=170): Launched
22:49:01.252915 run                             mass: MS start registered  {at=28724246.956267484, delay=0.004755675792694092, ms=00036}
22:49:01.628552 run                osmo-ms-mob/00037: Starting mobile
22:49:01.641283 run       osmo-ms-mob/00037(pid=171): Launched
22:49:01.651669 run                             mass: MS start registered  {at=28724247.35502207, delay=0.0044824108481407166, ms=00037}
22:49:01.725328 run                             mass: MS performed LU  {at=28724247.42858312, lu_delay=5.5338667742908, ms=00023}
22:49:01.747944 run                             mass: MS performed LU  {at=28724247.451306313, lu_delay=4.6811961568892, ms=00025}
22:49:01.771921 run                osmo-ms-mob/00038: Starting mobile
22:49:01.784907 run       osmo-ms-mob/00038(pid=172): Launched
22:49:01.795349 run                             mass: MS start registered  {at=28724247.498704154, delay=0.004533644765615463, ms=00038}
22:49:01.806559 run                             mass: MS performed LU  {at=28724247.509912934, lu_delay=5.492219343781471, ms=00024}
22:49:01.997955 run                             mass: MS performed LU  {at=28724247.70120637, lu_delay=6.32708428427577, ms=00022}
22:49:02.026386 run                osmo-ms-mob/00039: Starting mobile
22:49:02.039209 run       osmo-ms-mob/00039(pid=173): Launched
22:49:02.049984 run                             mass: MS start registered  {at=28724247.75333891, delay=0.004615236073732376, ms=00039}
22:49:02.628115 run                osmo-ms-mob/00040: Starting mobile
22:49:02.641521 run       osmo-ms-mob/00040(pid=174): Launched
22:49:02.652434 run                             mass: MS start registered  {at=28724248.355785683, delay=0.004718996584415436, ms=00040}
22:49:02.928912 run                osmo-ms-mob/00041: Starting mobile
22:49:02.942383 run       osmo-ms-mob/00041(pid=175): Launched
22:49:02.953154 run                             mass: MS start registered  {at=28724248.65650836, delay=0.004677291959524155, ms=00041}
22:49:03.228785 run                osmo-ms-mob/00042: Starting mobile
22:49:03.241825 run       osmo-ms-mob/00042(pid=176): Launched
22:49:03.252521 run                             mass: MS start registered  {at=28724248.955876037, delay=0.004589185118675232, ms=00042}
22:49:03.571580 run                             mass: MS performed LU  {at=28724249.274832174, lu_delay=5.694959096610546, ms=00027}
22:49:03.592609 run                osmo-ms-mob/00043: Starting mobile
22:49:03.606451 run       osmo-ms-mob/00043(pid=177): Launched
22:49:03.612727 run                             mass: MS performed LU  {at=28724249.316086773, lu_delay=5.336865473538637, ms=00028}
22:49:03.618656 run                             mass: MS start registered  {at=28724249.322022773, delay=0.0059544481337070465, ms=00043}
22:49:03.737900 run                             mass: MS performed LU  {at=28724249.44115, lu_delay=6.259518504142761, ms=00026}
22:49:03.752105 run                osmo-ms-mob/00044: Starting mobile
22:49:03.765579 run       osmo-ms-mob/00044(pid=178): Launched
22:49:03.776310 run                             mass: MS start registered  {at=28724249.47966304, delay=0.004763301461935043, ms=00044}
22:49:03.898481 run                             mass: MS performed LU  {at=28724249.60173556, lu_delay=5.221034374088049, ms=00029}
22:49:04.250695 run                osmo-ms-mob/00045: Starting mobile
22:49:04.266526 run       osmo-ms-mob/00045(pid=179): Launched
22:49:04.277674 run                             mass: MS start registered  {at=28724249.98102545, delay=0.0051429420709609985, ms=00045}
22:49:04.542922 run                osmo-ms-mob/00046: Starting mobile
22:49:04.556810 run       osmo-ms-mob/00046(pid=180): Launched
22:49:04.567775 run                             mass: MS start registered  {at=28724250.271121725, delay=0.004947453737258911, ms=00046}
22:49:04.632400 run                             mass: MS performed LU  {at=28724250.33566389, lu_delay=5.577670302242041, ms=00030}
22:49:04.841521 run                osmo-ms-mob/00047: Starting mobile
22:49:04.855646 run       osmo-ms-mob/00047(pid=181): Launched
22:49:04.866663 run                             mass: MS start registered  {at=28724250.5700145, delay=0.004697881639003754, ms=00047}
22:49:05.141624 run                osmo-ms-mob/00048: Starting mobile
22:49:05.155259 run       osmo-ms-mob/00048(pid=182): Launched
22:49:05.165902 run                             mass: MS start registered  {at=28724250.869253684, delay=0.004504077136516571, ms=00048}
22:49:05.429473 run                osmo-ms-mob/00049: Starting mobile
22:49:05.442447 run       osmo-ms-mob/00049(pid=183): Launched
22:49:05.452983 run                             mass: MS start registered  {at=28724251.156334244, delay=0.004552040249109268, ms=00049}
22:49:05.491100 run                             mass: MS performed LU  {at=28724251.194360346, lu_delay=4.913334064185619, ms=00034}
22:49:05.510204 run                             mass: MS performed LU  {at=28724251.213513114, lu_delay=6.031204082071781, ms=00031}
22:49:05.527120 run                osmo-ms-mob/00050: Starting mobile
22:49:05.540377 run       osmo-ms-mob/00050(pid=184): Launched
22:49:05.551143 run                             mass: MS start registered  {at=28724251.254496027, delay=0.0047229379415512085, ms=00050}
22:49:05.601089 run                             mass: MS performed LU  {at=28724251.304356612, lu_delay=5.849363166838884, ms=00032}
22:49:05.764669 run                             mass: MS performed LU  {at=28724251.46789081, lu_delay=4.8971759788692, ms=00035}
22:49:06.128454 run                osmo-ms-mob/00051: Starting mobile
22:49:06.141427 run       osmo-ms-mob/00051(pid=185): Launched
22:49:06.152219 run                             mass: MS start registered  {at=28724251.855571996, delay=0.004681941121816635, ms=00051}
22:49:06.442389 run                osmo-ms-mob/00052: Starting mobile
22:49:06.456642 run       osmo-ms-mob/00052(pid=186): Launched
22:49:06.467356 run                             mass: MS start registered  {at=28724252.17070781, delay=0.004659686237573624, ms=00052}
22:49:06.742114 run                osmo-ms-mob/00053: Starting mobile
22:49:06.755972 run       osmo-ms-mob/00053(pid=187): Launched
22:49:06.766884 run                             mass: MS start registered  {at=28724252.470234588, delay=0.004827622324228287, ms=00053}
22:49:07.027902 run                osmo-ms-mob/00054: Starting mobile
22:49:07.041071 run       osmo-ms-mob/00054(pid=188): Launched
22:49:07.051826 run                             mass: MS start registered  {at=28724252.755180217, delay=0.004718650132417679, ms=00054}
22:49:07.328742 run                osmo-ms-mob/00055: Starting mobile
22:49:07.342019 run       osmo-ms-mob/00055(pid=189): Launched
22:49:07.348516 run                             mass: MS performed LU  {at=28724253.051873866, lu_delay=5.298534955829382, ms=00039}
22:49:07.354529 run                             mass: MS start registered  {at=28724253.05789391, delay=0.006038933992385864, ms=00055}
22:49:07.360354 run                             mass: MS performed LU  {at=28724253.063716955, lu_delay=5.708694886416197, ms=00037}
22:49:07.371533 run                osmo-ms-mob/00056: Starting mobile
22:49:07.384891 run       osmo-ms-mob/00056(pid=190): Launched
22:49:07.395774 run                             mass: MS start registered  {at=28724253.09912869, delay=0.004417363554239273, ms=00056}
22:49:07.502423 run                             mass: MS performed LU  {at=28724253.205673594, lu_delay=4.849887911230326, ms=00040}
22:49:07.664154 run                             mass: MS performed LU  {at=28724253.367405217, lu_delay=6.411137733608484, ms=00036}
22:49:07.693018 run                osmo-ms-mob/00057: Starting mobile
22:49:07.706339 run       osmo-ms-mob/00057(pid=191): Launched
22:49:07.712341 run                             mass: MS performed LU  {at=28724253.415702563, lu_delay=5.916998408734798, ms=00038}
22:49:07.718173 run                             mass: MS start registered  {at=28724253.421540868, delay=0.005855061113834381, ms=00057}
22:49:07.927666 run                             mass: MS performed LU  {at=28724253.630893268, lu_delay=4.974384907633066, ms=00041}
22:49:08.343533 run                osmo-ms-mob/00058: Starting mobile
22:49:08.357525 run       osmo-ms-mob/00058(pid=192): Launched
22:49:08.368629 run                             mass: MS start registered  {at=28724254.0719779, delay=0.004852447658777237, ms=00058}
22:49:08.499716 run                             mass: MS performed LU  {at=28724254.202968154, lu_delay=4.221942704170942, ms=00045}
22:49:08.543162 run                             mass: MS performed LU  {at=28724254.24645022, lu_delay=3.6764357201755047, ms=00047}
22:49:08.556787 run                osmo-ms-mob/00059: Starting mobile
22:49:08.570483 run       osmo-ms-mob/00059(pid=193): Launched
22:49:08.581171 run                             mass: MS start registered  {at=28724254.284523163, delay=0.00458875298500061, ms=00059}
22:49:08.941688 run                osmo-ms-mob/00060: Starting mobile
22:49:08.957496 run       osmo-ms-mob/00060(pid=194): Launched
22:49:08.968298 run                             mass: MS start registered  {at=28724254.671651185, delay=0.004601690918207169, ms=00060}
22:49:09.257213 run                             mass: MS performed LU  {at=28724254.96046344, lu_delay=6.004587400704622, ms=00042}
22:49:09.313942 run                osmo-ms-mob/00061: Starting mobile
22:49:09.342085 run       osmo-ms-mob/00061(pid=195): Launched
22:49:09.348123 run                             mass: MS performed LU  {at=28724255.051481698, lu_delay=5.729458924382925, ms=00043}
22:49:09.354001 run                             mass: MS start registered  {at=28724255.057368603, delay=0.005905475467443466, ms=00061}
22:49:09.365901 run                             mass: MS performed LU  {at=28724255.06925332, lu_delay=5.589590281248093, ms=00044}
22:49:09.376746 run                osmo-ms-mob/00062: Starting mobile
22:49:09.389856 run       osmo-ms-mob/00062(pid=196): Launched
22:49:09.402327 run                             mass: MS start registered  {at=28724255.105672218, delay=0.00640140101313591, ms=00062}
22:49:09.529454 run                             mass: MS performed LU  {at=28724255.232705697, lu_delay=4.961583971977234, ms=00046}
22:49:09.960121 run                osmo-ms-mob/00063: Starting mobile
22:49:09.975842 run       osmo-ms-mob/00063(pid=197): Launched
22:49:09.987305 run                             mass: MS start registered  {at=28724255.690657742, delay=0.005127742886543274, ms=00063}
22:49:10.345413 run                osmo-ms-mob/00064: Starting mobile
22:49:10.359951 run       osmo-ms-mob/00064(pid=198): Launched
22:49:10.370829 run                             mass: MS start registered  {at=28724256.07418142, delay=0.004817012697458267, ms=00064}
22:49:10.758026 run                osmo-ms-mob/00065: Starting mobile
22:49:10.773366 run       osmo-ms-mob/00065(pid=199): Launched
22:49:10.784072 run                             mass: MS start registered  {at=28724256.487424158, delay=0.004686020314693451, ms=00065}
22:49:11.066065 run                osmo-ms-mob/00066: Starting mobile
22:49:11.083142 run       osmo-ms-mob/00066(pid=200): Launched
22:49:11.093882 run                             mass: MS start registered  {at=28724256.79723345, delay=0.004754785448312759, ms=00066}
22:49:11.204456 run                             mass: MS performed LU  {at=28724256.907712117, lu_delay=6.0384584330022335, ms=00048}
22:49:11.227855 run                             mass: MS performed LU  {at=28724256.93121862, lu_delay=5.7748843766748905, ms=00049}
22:49:11.269174 run                             mass: MS performed LU  {at=28724256.972427864, lu_delay=4.801720052957535, ms=00052}
22:49:11.293192 run                osmo-ms-mob/00067: Starting mobile
22:49:11.306176 run       osmo-ms-mob/00067(pid=201): Launched
22:49:11.316899 run                             mass: MS start registered  {at=28724257.02025509, delay=0.00466126948595047, ms=00067}
22:49:11.337585 run                             mass: MS performed LU  {at=28724257.04087764, lu_delay=5.786381613463163, ms=00050}
22:49:11.355677 run                             mass: MS performed LU  {at=28724257.058956575, lu_delay=5.203384578227997, ms=00051}
22:49:11.369496 run                osmo-ms-mob/00068: Starting mobile
22:49:11.382819 run       osmo-ms-mob/00068(pid=202): Launched
22:49:11.393783 run                             mass: MS start registered  {at=28724257.09713128, delay=0.004841428250074387, ms=00068}
22:49:11.429635 run                             mass: MS performed LU  {at=28724257.132901344, lu_delay=4.662666756659746, ms=00053}
22:49:12.141492 run                osmo-ms-mob/00069: Starting mobile
22:49:12.156005 run       osmo-ms-mob/00069(pid=203): Launched
22:49:12.166959 run                             mass: MS start registered  {at=28724257.87030655, delay=0.004875078797340393, ms=00069}
22:49:12.528966 run                osmo-ms-mob/00070: Starting mobile
22:49:12.542515 run       osmo-ms-mob/00070(pid=204): Launched
22:49:12.553467 run                             mass: MS start registered  {at=28724258.256815627, delay=0.004801347851753235, ms=00070}
22:49:12.929310 run                osmo-ms-mob/00071: Starting mobile
22:49:12.942587 run       osmo-ms-mob/00071(pid=205): Launched
22:49:12.953358 run                             mass: MS start registered  {at=28724258.65670941, delay=0.004682805389165878, ms=00071}
22:49:13.042554 run                             mass: MS performed LU  {at=28724258.74578207, lu_delay=5.64665338024497, ms=00056}
22:49:13.066580 run                             mass: MS performed LU  {at=28724258.769942373, lu_delay=5.712048463523388, ms=00055}
22:49:13.133125 run                             mass: MS performed LU  {at=28724258.836394504, lu_delay=4.764416605234146, ms=00058}
22:49:13.160644 run                osmo-ms-mob/00072: Starting mobile
22:49:13.174437 run       osmo-ms-mob/00072(pid=206): Launched
22:49:13.185552 run                             mass: MS start registered  {at=28724258.88890525, delay=0.004809550940990448, ms=00072}
22:49:13.349743 run                             mass: MS performed LU  {at=28724259.052992452, lu_delay=6.297812234610319, ms=00054}
22:49:13.768581 run                osmo-ms-mob/00073: Starting mobile
22:49:13.784587 run       osmo-ms-mob/00073(pid=207): Launched
22:49:13.796395 run                             mass: MS start registered  {at=28724259.499742754, delay=0.005671046674251556, ms=00073}
22:49:14.131555 run                osmo-ms-mob/00074: Starting mobile
22:49:14.144780 run       osmo-ms-mob/00074(pid=208): Launched
22:49:14.155763 run                             mass: MS start registered  {at=28724259.859116312, delay=0.005075022578239441, ms=00074}
22:49:14.577876 run                osmo-ms-mob/00075: Starting mobile
22:49:14.595231 run       osmo-ms-mob/00075(pid=209): Launched
22:49:14.606126 run                             mass: MS start registered  {at=28724260.309477963, delay=0.004875786602497101, ms=00075}
22:49:14.970091 run                             mass: MS performed LU  {at=28724260.673344996, lu_delay=4.9826872535049915, ms=00063}
22:49:15.013170 run                osmo-ms-mob/00076: Starting mobile
22:49:15.026844 run       osmo-ms-mob/00076(pid=210): Launched
22:49:15.033218 run                             mass: MS performed LU  {at=28724260.736577105, lu_delay=5.630904886871576, ms=00062}
22:49:15.039166 run                             mass: MS performed LU  {at=28724260.74253179, lu_delay=5.68516318872571, ms=00061}
22:49:15.044856 run                             mass: MS start registered  {at=28724260.74822382, delay=0.01166488602757454, ms=00076}
22:49:15.104434 run                             mass: MS performed LU  {at=28724260.807684354, lu_delay=4.733502935618162, ms=00064}
22:49:15.133223 run                osmo-ms-mob/00077: Starting mobile
22:49:15.146224 run       osmo-ms-mob/00077(pid=211): Launched
22:49:15.152193 run                             mass: MS performed LU  {at=28724260.85555427, lu_delay=6.183903086930513, ms=00060}
22:49:15.158162 run                             mass: MS start registered  {at=28724260.861526955, delay=0.0059901997447013855, ms=00077}
22:49:15.196117 run                             mass: MS performed LU  {at=28724260.89938702, lu_delay=22.90369536727667, ms=00015}
22:49:15.946145 run                osmo-ms-mob/00078: Starting mobile
22:49:15.960415 run       osmo-ms-mob/00078(pid=212): Launched
22:49:15.971536 run                             mass: MS start registered  {at=28724261.674884737, delay=0.004899118095636368, ms=00078}
22:49:16.082312 run                             mass: MS performed LU  {at=28724261.78556557, lu_delay=5.298141412436962, ms=00065}
22:49:16.342668 run                osmo-ms-mob/00079: Starting mobile
22:49:16.356877 run       osmo-ms-mob/00079(pid=213): Launched
22:49:16.368019 run                             mass: MS start registered  {at=28724262.071371563, delay=0.004916928708553314, ms=00079}
22:49:16.807359 run                             mass: MS performed LU  {at=28724262.51061041, lu_delay=5.49035532027483, ms=00067}
22:49:16.852130 run                osmo-ms-mob/00080: Starting mobile
22:49:16.866122 run       osmo-ms-mob/00080(pid=214): Launched
22:49:16.872207 run                             mass: MS performed LU  {at=28724262.575568452, lu_delay=5.778335001319647, ms=00066}
22:49:16.878162 run                             mass: MS start registered  {at=28724262.581528947, delay=0.005982179194688797, ms=00080}
22:49:16.897697 run                             mass: MS performed LU  {at=28724262.60104949, lu_delay=5.503918211907148, ms=00068}
22:49:17.115956 run                             mass: MS performed LU  {at=28724262.8192072, lu_delay=4.948900647461414, ms=00069}
22:49:17.368705 run                osmo-ms-mob/00081: Starting mobile
22:49:17.385452 run       osmo-ms-mob/00081(pid=215): Launched
22:49:17.396691 run                             mass: MS start registered  {at=28724263.100043453, delay=0.00490308552980423, ms=00081}
22:49:17.742127 run                osmo-ms-mob/00082: Starting mobile
22:49:17.756483 run       osmo-ms-mob/00082(pid=216): Launched
22:49:17.768692 run                             mass: MS start registered  {at=28724263.472033758, delay=0.005916319787502289, ms=00082}
22:49:18.369291 run                osmo-ms-mob/00083: Starting mobile
22:49:18.387366 run       osmo-ms-mob/00083(pid=217): Launched
22:49:18.398437 run                             mass: MS start registered  {at=28724264.10178825, delay=0.004968170076608658, ms=00083}
22:49:18.736118 run                             mass: MS performed LU  {at=28724264.43937091, lu_delay=4.580254599452019, ms=00074}
22:49:18.764788 run                osmo-ms-mob/00084: Starting mobile
22:49:18.777771 run       osmo-ms-mob/00084(pid=218): Launched
22:49:18.783773 run                             mass: MS performed LU  {at=28724264.487134963, lu_delay=5.830425553023815, ms=00071}
22:49:18.789588 run                             mass: MS start registered  {at=28724264.492955834, delay=0.005837190896272659, ms=00084}
22:49:18.799558 run                             mass: MS performed LU  {at=28724264.502912886, lu_delay=6.246097259223461, ms=00070}
22:49:18.869930 run                             mass: MS performed LU  {at=28724264.573180363, lu_delay=5.073437608778477, ms=00073}
22:49:18.893731 run                             mass: MS performed LU  {at=28724264.59709266, lu_delay=5.708187408745289, ms=00072}
22:49:18.905233 run                osmo-ms-mob/00085: Starting mobile
22:49:18.918600 run       osmo-ms-mob/00085(pid=219): Launched
22:49:18.929939 run                             mass: MS start registered  {at=28724264.633292176, delay=0.005033325403928757, ms=00085}
22:49:19.941697 run                osmo-ms-mob/00086: Starting mobile
22:49:19.955470 run       osmo-ms-mob/00086(pid=220): Launched
22:49:19.967096 run                             mass: MS start registered  {at=28724265.670445688, delay=0.005187712609767914, ms=00086}
22:49:20.562736 run                osmo-ms-mob/00087: Starting mobile
22:49:20.582248 run       osmo-ms-mob/00087(pid=221): Launched
22:49:20.588425 run                             mass: MS performed LU  {at=28724266.2917842, lu_delay=4.616899464279413, ms=00078}
22:49:20.594684 run                             mass: MS performed LU  {at=28724266.298048142, lu_delay=5.549824323505163, ms=00076}
22:49:20.600443 run                             mass: MS start registered  {at=28724266.303809047, delay=0.012044157832860947, ms=00087}
22:49:20.665297 run                             mass: MS performed LU  {at=28724266.36856731, lu_delay=6.059089347720146, ms=00075}
22:49:20.826889 run                             mass: MS performed LU  {at=28724266.53011822, lu_delay=5.6685912646353245, ms=00077}
22:49:21.141198 run                osmo-ms-mob/00088: Starting mobile
22:49:21.154946 run       osmo-ms-mob/00088(pid=222): Launched
22:49:21.165902 run                             mass: MS start registered  {at=28724266.869254995, delay=0.004813872277736664, ms=00088}
22:49:21.742655 run                osmo-ms-mob/00089: Starting mobile
22:49:21.757357 run       osmo-ms-mob/00089(pid=223): Launched
22:49:21.770238 run                             mass: MS start registered  {at=28724267.47358441, delay=0.00698307529091835, ms=00089}
22:49:22.356336 run                osmo-ms-mob/00090: Starting mobile
22:49:22.372821 run       osmo-ms-mob/00090(pid=224): Launched
22:49:22.383703 run                             mass: MS start registered  {at=28724268.08705645, delay=0.004945326596498489, ms=00090}
22:49:22.502701 run                             mass: MS performed LU  {at=28724268.20594188, lu_delay=4.733908120542765, ms=00082}
22:49:22.525967 run                             mass: MS performed LU  {at=28724268.229329336, lu_delay=5.129285883158445, ms=00081}
22:49:22.566370 run                             mass: MS performed LU  {at=28724268.269620974, lu_delay=6.198249410837889, ms=00079}
22:49:22.635642 run                             mass: MS performed LU  {at=28724268.33889268, lu_delay=5.757363732904196, ms=00080}
22:49:22.654020 run                             mass: MS performed LU  {at=28724268.35733047, lu_delay=22.544425629079342, ms=00033}
22:49:23.042130 run                osmo-ms-mob/00091: Starting mobile
22:49:23.056125 run       osmo-ms-mob/00091(pid=225): Launched
22:49:23.067155 run                             mass: MS start registered  {at=28724268.770509306, delay=0.004933122545480728, ms=00091}
22:49:23.728814 run                osmo-ms-mob/00092: Starting mobile
22:49:23.742207 run       osmo-ms-mob/00092(pid=226): Launched
22:49:23.753708 run                             mass: MS start registered  {at=28724269.45705783, delay=0.004011623561382294, ms=00092}
22:49:24.320263 run                             mass: MS performed LU  {at=28724270.023514725, lu_delay=5.921726476401091, ms=00083}
22:49:24.343050 run                             mass: MS performed LU  {at=28724270.046411656, lu_delay=5.413119480013847, ms=00085}
22:49:24.367148 run                osmo-ms-mob/00093: Starting mobile
22:49:24.380229 run       osmo-ms-mob/00093(pid=227): Launched
22:49:24.391392 run                             mass: MS start registered  {at=28724270.09474641, delay=0.005160436034202576, ms=00093}
22:49:24.430871 run                             mass: MS performed LU  {at=28724270.134120267, lu_delay=4.463674578815699, ms=00086}
22:49:24.593288 run                             mass: MS performed LU  {at=28724270.29651675, lu_delay=5.803560916334391, ms=00084}
22:49:25.442771 run                osmo-ms-mob/00094: Starting mobile
22:49:25.456350 run       osmo-ms-mob/00094(pid=228): Launched
22:49:25.467720 run                             mass: MS start registered  {at=28724271.171054002, delay=0.005130693316459656, ms=00094}
22:49:26.267984 run                             mass: MS performed LU  {at=28724271.971225683, lu_delay=5.101970687508583, ms=00088}
22:49:26.282345 run                osmo-ms-mob/00095: Starting mobile
22:49:26.295581 run       osmo-ms-mob/00095(pid=229): Launched
22:49:26.301750 run                             mass: MS performed LU  {at=28724272.00510883, lu_delay=5.701299782842398, ms=00087}
22:49:26.307439 run                             mass: MS start registered  {at=28724272.010805458, delay=0.0057157911360263824, ms=00095}
22:49:26.803342 run                             mass: MS performed LU  {at=28724272.506594587, lu_delay=5.0330101773142815, ms=00089}
22:49:27.328508 run                osmo-ms-mob/00096: Starting mobile
22:49:27.341782 run       osmo-ms-mob/00096(pid=230): Launched
22:49:27.353040 run                             mass: MS start registered  {at=28724273.056386944, delay=0.005131613463163376, ms=00096}
22:49:28.048732 run                             mass: MS performed LU  {at=28724273.751945604, lu_delay=5.6648891530931, ms=00090}
22:49:28.067093 run                             mass: MS performed LU  {at=28724273.770359356, lu_delay=4.999850049614906, ms=00091}
22:49:28.196461 run                             mass: MS performed LU  {at=28724273.899712466, lu_delay=4.442654635757208, ms=00092}
22:49:28.450730 run                osmo-ms-mob/00097: Starting mobile
22:49:28.466771 run       osmo-ms-mob/00097(pid=231): Launched
22:49:28.477707 run                             mass: MS start registered  {at=28724274.18106074, delay=0.004816532135009766, ms=00097}
22:49:29.759319 run                osmo-ms-mob/00098: Starting mobile
22:49:29.774844 run       osmo-ms-mob/00098(pid=232): Launched
22:49:29.786652 run                             mass: MS start registered  {at=28724275.490001895, delay=0.005688440054655075, ms=00098}
22:49:30.033423 run                             mass: MS performed LU  {at=28724275.736656822, lu_delay=5.641910411417484, ms=00093}
22:49:30.051630 run                             mass: MS performed LU  {at=28724275.754901078, lu_delay=22.333360210061073, ms=00057}
22:49:30.204175 run                             mass: MS performed LU  {at=28724275.907426354, lu_delay=21.62290319055319, ms=00059}
22:49:30.333568 run                             mass: MS performed LU  {at=28724276.036817722, lu_delay=4.86576372012496, ms=00094}
22:49:31.568458 run                osmo-ms-mob/00099: Starting mobile
22:49:31.584999 run       osmo-ms-mob/00099(pid=233): Launched
22:49:31.591334 run                             mass: All started... {duration=55.77323455363512, too_slow=0}
22:49:31.597091 run                             mass: MS start registered  {at=28724277.30045226, delay=0.005752872675657272, ms=00099}
22:49:31.814213 run                             mass: MS performed LU  {at=28724277.517462246, lu_delay=4.46107530221343, ms=00096}
22:49:31.962464 run                             mass: MS performed LU  {at=28724277.665714916, lu_delay=5.654909458011389, ms=00095}
22:49:33.799989 run                             mass: MS performed LU  {at=28724279.503237266, lu_delay=5.322176527231932, ms=00097}
22:49:35.701213 run                             mass: MS performed LU  {at=28724281.404464524, lu_delay=5.9144626297056675, ms=00098}
22:49:37.565293 run                             mass: MS performed LU  {at=28724283.268549502, lu_delay=5.968097243458033, ms=00099}
22:49:37.587005 run                             mass: Tests done {all_completed=True, max=22.90369536727667, min=3.6764357201755047}
22:49:37.592637 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.598050 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:37.601369 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:37.604641 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:37.607994 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:37.611332 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:37.614705 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:37.618058 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:37.621341 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:37.624605 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:37.627959 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:37.631268 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:37.634640 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:37.637980 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:37.641337 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:37.644700 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:37.648181 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:37.651689 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:37.655184 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:37.658683 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:37.662146 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:37.665641 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:37.669054 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:37.672516 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:37.676033 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:37.679462 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:37.683080 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:37.686839 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:37.690396 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:37.693818 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:37.697802 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:37.701161 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:37.704542 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:37.708197 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:37.711610 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:37.714995 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:37.718348 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:37.721745 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:37.725346 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:37.728855 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:37.732221 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:37.735605 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:37.739017 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:37.742466 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:37.746400 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:37.749774 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:37.753724 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:37.757249 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:37.761206 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:37.764897 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:37.768237 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:37.771696 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:37.775159 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:37.778520 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:37.781889 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:37.785248 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:37.789135 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:37.792886 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:37.796247 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:37.799769 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:37.803187 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:37.806589 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:37.810344 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:37.813737 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:37.817092 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:37.820420 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:37.823802 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:37.827162 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:37.830568 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:37.833933 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:37.837481 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:37.840916 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:37.844712 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:37.848056 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:37.851394 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:37.854762 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:37.858159 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:37.861512 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:37.864880 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:37.868274 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:37.871626 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:37.874981 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:37.878332 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:37.881678 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:37.885044 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:37.888407 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:37.891735 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:37.895083 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:37.898426 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:37.902098 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:37.905516 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:37.908879 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:37.912215 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:37.915579 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:37.918960 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:37.922321 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:37.925704 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:37.929068 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:37.932421 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:37.935799 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:37.939150 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:37.942627 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:37.945984 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:37.949343 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:37.952667 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:37.956037 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:37.959481 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:37.962994 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:37.966890 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:37.970253 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:37.973609 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:37.976970 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:37.980324 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:37.983696 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:37.987190 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:37.990580 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:37.994438 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:37.997724 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:38.000987 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:38.004243 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:38.007508 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:38.010772 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:38.014020 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:38.017293 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:38.020531 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:38.023807 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:38.027083 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:38.030338 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:38.033608 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:38.036880 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:38.040125 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:38.043388 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:38.046652 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:38.049928 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:38.053181 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:38.056431 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:38.059692 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:38.062954 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:38.066209 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:38.069464 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:38.072714 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:38.075974 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:38.079231 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:38.082488 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:38.085756 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:38.089016 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:38.092263 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:38.095548 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:38.098798 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:38.102052 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:38.105314 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:38.108569 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:38.111828 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:38.115094 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:38.118377 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:38.121637 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:38.124911 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:38.128152 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:38.131420 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:38.134748 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:38.138061 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:38.141389 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:38.144723 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:38.148060 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:38.151382 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:38.154698 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:38.158024 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:38.161339 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:38.164664 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:38.167988 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:38.171304 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:38.174635 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:38.177963 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:38.181291 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:38.184618 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:38.187953 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:38.191274 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:38.194599 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:38.197932 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:38.201248 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:38.204561 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:38.207902 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:38.211245 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:38.214579 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:38.217917 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:38.221248 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:38.224585 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:38.227911 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:38.231224 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:38.234545 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:38.237884 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:38.241204 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:38.244518 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:38.247839 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:38.251145 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:38.254476 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:38.257801 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:38.261124 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:38.264440 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:38.267773 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:38.271097 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:38.274416 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:38.277738 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:38.281059 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:38.284371 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:38.287696 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:38.291021 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:38.294349 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:38.297666 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:38.300981 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:38.304294 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:38.307613 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:38.310932 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:38.314244 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:38.317568 ---      ParallelTerminationStrategy: PID 21 died...
22:49:38.319060 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:38.322730 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.324212 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:38.327845 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.329327 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:38.332995 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.334467 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:38.338114 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.339601 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:38.343292 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.344796 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:38.348387 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.349862 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:38.353462 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.354920 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:38.358535 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.359983 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:38.363601 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.365079 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:38.368727 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.370198 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:38.373818 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.375290 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:38.378916 ---      ParallelTerminationStrategy: PID 34 died...
22:49:38.380378 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:38.384017 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.385493 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:38.389103 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.390565 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:38.394181 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.395667 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:38.399272 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.400747 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:38.404350 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.405839 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:38.409444 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.410907 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:38.414496 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.415951 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:38.419588 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.421077 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:38.424738 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.426224 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:38.429877 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.431355 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:38.435035 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.436517 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:38.440155 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.441713 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:38.445501 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.447032 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:38.450873 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.452403 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:38.456213 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.457750 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:38.461519 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.462997 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:38.466652 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.468124 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:38.471774 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.473297 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:38.476955 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.478438 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:38.482086 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.483554 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:38.487199 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.488678 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:38.492318 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.493797 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:38.497485 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.498952 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:38.502595 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.504073 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:38.507730 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.509207 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:38.512860 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.514332 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:38.517993 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.519459 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:38.523141 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.524644 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:38.528262 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.529740 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:38.533391 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.534868 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:38.538513 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.539984 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:38.543629 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.545102 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:38.548750 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.550231 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:38.553863 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.555327 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:38.559019 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.560492 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:38.564152 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.565637 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:38.569284 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.570760 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:38.574404 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.575872 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:38.579512 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.581000 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:38.584641 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.586118 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:38.589762 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.591237 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:38.594870 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.596336 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:38.599976 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.601443 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:38.605106 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.606586 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:38.610223 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.611701 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:38.615334 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.616817 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:38.620470 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.621959 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:38.625603 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.627075 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:38.630752 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.632223 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:38.635870 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.637368 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:38.641014 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.642481 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:38.646139 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.647620 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:38.651273 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.652770 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:38.656413 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.657896 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:38.661559 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.663032 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:38.666683 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.668154 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:38.671826 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.673304 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:38.676956 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.678439 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:38.682087 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.683560 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:38.687215 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.688698 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:38.692339 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.693831 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:38.697479 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.698951 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:38.702629 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.704108 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:38.707765 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.709247 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:38.712912 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.714383 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:38.718041 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.719521 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:38.723163 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.724645 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:38.728286 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.729770 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:38.733428 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.734910 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:38.738565 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.740036 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:38.743690 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.745168 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:38.748839 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.750315 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:38.753968 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.755426 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:38.759090 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.760557 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:38.764206 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.765708 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:38.769373 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.770842 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:38.774503 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.775980 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:38.779615 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.781114 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:38.784772 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.786238 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:38.789881 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.791359 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:38.795002 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.796467 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:38.800109 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.801594 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:38.805275 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.806770 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:38.810435 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.811917 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:38.815582 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.817078 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:38.820741 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.822222 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:38.825872 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.827336 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:38.830989 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.832465 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:38.836121 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.837599 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:38.841237 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.842687 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:38.846290 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.847739 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:38.851334 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.852792 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:38.856394 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.857880 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:38.861522 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.862998 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:38.866651 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.868121 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:38.871778 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.873269 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:38.876917 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.878394 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:38.882061 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.883535 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:38.887182 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.888675 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:38.892328 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.893817 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:38.897532 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.899024 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:38.902714 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.904198 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:38.907882 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.909376 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:38.913066 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.914544 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:38.918207 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.919678 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:38.923343 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.924836 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:38.928516 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.929994 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:38.933684 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.935178 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:38.938852 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.940336 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:38.944010 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.945503 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:38.949194 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.950670 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:38.954355 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.955835 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:38.959533 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.961030 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:38.964752 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.966251 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:38.969977 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.971477 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:38.975202 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.976703 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:38.980402 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.981900 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:38.985632 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.987129 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:38.990832 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.992331 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:38.996051 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.997563 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:39.001296 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.002799 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:39.006522 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.008018 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:39.011733 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.013238 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:39.016975 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.018478 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:39.022185 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.023670 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:39.027377 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.028871 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:39.032563 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.034050 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:39.037773 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.039271 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:39.042970 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.044464 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:39.048178 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.049676 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:39.053389 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.054868 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:39.058562 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.060058 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:39.063784 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.065296 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:39.068990 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.070478 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:39.074157 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.075652 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:39.079372 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.080859 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:39.084557 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.086057 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:39.089761 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.091252 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:39.094951 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.096442 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:39.100129 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.101627 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:39.105335 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.106830 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:39.110546 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.112037 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:39.115717 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.117234 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:39.120925 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.122408 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:39.126121 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.127599 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:39.131265 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.132755 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:39.136419 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.137901 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:39.141572 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.143047 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:39.146718 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.148197 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:39.151881 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.153356 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:39.157051 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.158521 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:39.162176 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.163642 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:39.167318 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.168807 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:39.172445 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.173954 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:39.177637 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.179117 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:39.182785 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.184260 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:39.187908 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.189375 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:39.193060 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.194531 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:39.198193 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.199666 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:39.203365 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.204842 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:39.208493 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.209982 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:39.213664 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.215128 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:39.218783 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.220245 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:39.223900 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.225388 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:39.229043 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.230524 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:39.234214 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.235685 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:39.239344 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.240819 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:39.244472 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.245959 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:39.249608 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.251081 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:39.254757 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.256222 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:39.259893 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.261385 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:39.265037 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.266511 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:39.270180 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.271655 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:39.275314 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.276791 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:39.280449 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.281923 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:39.285595 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.287062 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:39.290729 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.292206 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:39.295893 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.297368 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:39.301065 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.302550 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:39.306203 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.307676 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:39.311361 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.312837 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:39.316500 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.317998 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:39.321690 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.323173 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:39.326889 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.328374 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:39.332082 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.333591 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:39.337283 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.338764 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:39.342461 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.343947 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:39.347642 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.349132 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:39.352941 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.354484 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:39.358337 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.359878 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:39.363725 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.365277 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:39.369129 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.370675 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:39.374548 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.376093 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:39.379808 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.381292 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:39.384973 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.386460 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:39.390149 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.391631 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:39.395324 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.396824 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:39.400497 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.401998 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:39.405712 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.407202 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:42.811742 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.817536 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8177 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.893594 tst                       trial-8177: Storing JUnit report in /build/trial-8177/run.2025-12-11_22-48-16/trial-8177.xml

--------------------------------------------------------------------------------------------
trial-8177 PASS
--------------------------------------------------------------------------------------------
22:49:42.904405 tst                       trial-8177: trial-8177: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8177/inst
+ cd trial-8177
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-11 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8177-run.tgz run.2025-12-11_22-48-16
+ tar czf /build/trial-8177-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-11_13_26_01.tgz osmo-bts-oc2g.build-2025-12-11_00_51_55.tgz osmo-bts-sysmo.build-2025-12-11_00_51_45.tgz osmo-bts.build-2025-12-11_00_52_04.tgz osmo-ggsn.build-2025-12-11_20_42_32.tgz osmo-hlr.build-2025-12-11_16_36_52.tgz osmo-hnbgw.build-2025-12-11_13_30_49.tgz osmo-mgw.build-2025-12-11_08_33_19.tgz osmo-msc.build-2025-12-11_13_35_09.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-11_07_36_08.tgz osmo-pcu-sysmo.build-2025-12-11_07_36_04.tgz osmo-pcu.build-2025-12-11_07_34_05.tgz osmo-sgsn.build-2025-12-11_20_48_18.tgz osmo-stp.build-2025-12-11_13_23_04.tgz osmo-trx.build-2025-12-11_14_28_17.tgz osmocom-bb.build-2025-12-11_21_17_16.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS