Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14109707538581887513.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-8199
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#27 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#27 CACHED

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:541512a8a346f9480db2221e1c5930861115e007452033d198bd014cfe59edf8 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=8200 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-03 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8200
+ mkdir -p trial-8200
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-03_13_34_04.tgz osmo-bts-oc2g.build-2026-01-03_00_52_49.tgz osmo-bts-sysmo.build-2026-01-03_00_52_52.tgz osmo-bts.build-2026-01-03_00_52_55.tgz osmo-ggsn.build-2026-01-03_20_59_37.tgz osmo-hlr.build-2026-01-03_16_37_01.tgz osmo-hnbgw.build-2026-01-03_13_33_28.tgz osmo-mgw.build-2026-01-03_08_34_44.tgz osmo-msc.build-2026-01-03_13_37_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-03_07_34_50.tgz osmo-pcu-sysmo.build-2026-01-03_07_36_54.tgz osmo-pcu.build-2026-01-03_07_34_21.tgz osmo-sgsn.build-2026-01-03_21_17_46.tgz osmo-stp.build-2026-01-03_13_27_46.tgz osmo-trx.build-2026-01-03_14_38_43.tgz osmocom-bb.build-2026-01-03_21_17_54.tgz srslte.build-19.tgz trial-8200
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-03_13_34_04.md5 osmo-bts-oc2g.build-2026-01-03_00_52_49.md5 osmo-bts-sysmo.build-2026-01-03_00_52_52.md5 osmo-bts.build-2026-01-03_00_52_55.md5 osmo-ggsn.build-2026-01-03_20_59_37.md5 osmo-hlr.build-2026-01-03_16_37_01.md5 osmo-hnbgw.build-2026-01-03_13_33_28.md5 osmo-mgw.build-2026-01-03_08_34_44.md5 osmo-msc.build-2026-01-03_13_37_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-03_07_34_50.md5 osmo-pcu-sysmo.build-2026-01-03_07_36_54.md5 osmo-pcu.build-2026-01-03_07_34_21.md5 osmo-sgsn.build-2026-01-03_21_17_46.md5 osmo-stp.build-2026-01-03_13_27_46.md5 osmo-trx.build-2026-01-03_14_38_43.md5 osmocom-bb.build-2026-01-03_21_17_54.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-03_13_34_04.md5 osmo-bts-oc2g.build-2026-01-03_00_52_49.md5 osmo-bts-sysmo.build-2026-01-03_00_52_52.md5 osmo-bts.build-2026-01-03_00_52_55.md5 osmo-ggsn.build-2026-01-03_20_59_37.md5 osmo-hlr.build-2026-01-03_16_37_01.md5 osmo-hnbgw.build-2026-01-03_13_33_28.md5 osmo-mgw.build-2026-01-03_08_34_44.md5 osmo-msc.build-2026-01-03_13_37_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-03_07_34_50.md5 osmo-pcu-sysmo.build-2026-01-03_07_36_54.md5 osmo-pcu.build-2026-01-03_07_34_21.md5 osmo-sgsn.build-2026-01-03_21_17_46.md5 osmo-stp.build-2026-01-03_13_27_46.md5 osmo-trx.build-2026-01-03_14_38_43.md5 osmocom-bb.build-2026-01-03_21_17_54.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-8200 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8200'
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-8200
--------------------------------------------------------------------------------------------
22:48:17.475966 tst                       trial-8200: Detailed log at /build/trial-8200/run.2026-01-03_22-48-17/log

---------------------------------------------------------------------
trial-8200 netreg_mass
---------------------------------------------------------------------
22:48:17.680753 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.681087 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.681843 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.682966 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.724356 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.725245 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.726413 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.788174 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-8200 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.788948 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.804078 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.804656 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.805111 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.805541 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.805985 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.806435 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.806873 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.839289 tst         register_default_mass.py: using LAC 2
22:48:17.862341 tst         register_default_mass.py: using RAC 2
22:48:17.889676 tst         register_default_mass.py: using CellId 2
22:48:17.912803 tst         register_default_mass.py: using BVCI 3
22:48:17.919116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.919834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.920433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.920987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.921536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.922067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.922580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.923129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.923666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.924186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.924725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.930519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.932101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.932621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.940498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971001 tst      register_default_mass.py:21: Launching a simple network
22:48:17.980836 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.100208 run            create_hlr_db(pid=20): Launched
22:48:19.113528 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.129781 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.144984 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.150652 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.340226 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.357422 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.363005 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.782632 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.797582 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.811852 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.939816 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.954736 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.960488 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.984249 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.999221 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.004961 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.319806 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.334900 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.360529 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.533645 run         osmo-bts-virtual(pid=34): Launched
22:48:30.569420 tst         register_default_mass.py: using MSISDN 1001
22:48:30.583766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.623274 tst         register_default_mass.py: using MSISDN 1002
22:48:30.640886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.671963 tst         register_default_mass.py: using MSISDN 1003
22:48:30.686923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.717764 tst         register_default_mass.py: using MSISDN 1004
22:48:30.732385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.762503 tst         register_default_mass.py: using MSISDN 1005
22:48:30.776807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.807144 tst         register_default_mass.py: using MSISDN 1006
22:48:30.821352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.852238 tst         register_default_mass.py: using MSISDN 1007
22:48:30.866904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.897942 tst         register_default_mass.py: using MSISDN 1008
22:48:30.912645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.943461 tst         register_default_mass.py: using MSISDN 1009
22:48:30.958167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.988954 tst         register_default_mass.py: using MSISDN 1010
22:48:31.003435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.033791 tst         register_default_mass.py: using MSISDN 1011
22:48:31.048030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.078691 tst         register_default_mass.py: using MSISDN 1012
22:48:31.093209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.123569 tst         register_default_mass.py: using MSISDN 1013
22:48:31.137983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.168792 tst         register_default_mass.py: using MSISDN 1014
22:48:31.183356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.214078 tst         register_default_mass.py: using MSISDN 1015
22:48:31.228554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.259183 tst         register_default_mass.py: using MSISDN 1016
22:48:31.273680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.304387 tst         register_default_mass.py: using MSISDN 1017
22:48:31.319029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.349685 tst         register_default_mass.py: using MSISDN 1018
22:48:31.364063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.394584 tst         register_default_mass.py: using MSISDN 1019
22:48:31.409110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.439716 tst         register_default_mass.py: using MSISDN 1020
22:48:31.454149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.485311 tst         register_default_mass.py: using MSISDN 1021
22:48:31.500097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.530835 tst         register_default_mass.py: using MSISDN 1022
22:48:31.545323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.584903 tst         register_default_mass.py: using MSISDN 1023
22:48:31.602715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.633414 tst         register_default_mass.py: using MSISDN 1024
22:48:31.648236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.679025 tst         register_default_mass.py: using MSISDN 1025
22:48:31.693846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.724371 tst         register_default_mass.py: using MSISDN 1026
22:48:31.738860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.769670 tst         register_default_mass.py: using MSISDN 1027
22:48:31.783565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.814107 tst         register_default_mass.py: using MSISDN 1028
22:48:31.828443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.859185 tst         register_default_mass.py: using MSISDN 1029
22:48:31.873830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.904573 tst         register_default_mass.py: using MSISDN 1030
22:48:31.919135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.949717 tst         register_default_mass.py: using MSISDN 1031
22:48:31.964105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.994983 tst         register_default_mass.py: using MSISDN 1032
22:48:32.009617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.040314 tst         register_default_mass.py: using MSISDN 1033
22:48:32.054881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.085519 tst         register_default_mass.py: using MSISDN 1034
22:48:32.100028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.130474 tst         register_default_mass.py: using MSISDN 1035
22:48:32.144972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.175512 tst         register_default_mass.py: using MSISDN 1036
22:48:32.189906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.220780 tst         register_default_mass.py: using MSISDN 1037
22:48:32.235424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.266174 tst         register_default_mass.py: using MSISDN 1038
22:48:32.280870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.311820 tst         register_default_mass.py: using MSISDN 1039
22:48:32.326428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.357074 tst         register_default_mass.py: using MSISDN 1040
22:48:32.371568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.402205 tst         register_default_mass.py: using MSISDN 1041
22:48:32.416600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.447199 tst         register_default_mass.py: using MSISDN 1042
22:48:32.461700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.492161 tst         register_default_mass.py: using MSISDN 1043
22:48:32.506624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.536537 tst         register_default_mass.py: using MSISDN 1044
22:48:32.550744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.581041 tst         register_default_mass.py: using MSISDN 1045
22:48:32.595226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.625299 tst         register_default_mass.py: using MSISDN 1046
22:48:32.639120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.675989 tst         register_default_mass.py: using MSISDN 1047
22:48:32.692976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.723774 tst         register_default_mass.py: using MSISDN 1048
22:48:32.738725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.769005 tst         register_default_mass.py: using MSISDN 1049
22:48:32.783429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.817910 tst         register_default_mass.py: using MSISDN 1050
22:48:32.834153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.863339 tst         register_default_mass.py: using MSISDN 1051
22:48:32.877235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.907744 tst         register_default_mass.py: using MSISDN 1052
22:48:32.922102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.952757 tst         register_default_mass.py: using MSISDN 1053
22:48:32.967212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.997554 tst         register_default_mass.py: using MSISDN 1054
22:48:33.011939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.042469 tst         register_default_mass.py: using MSISDN 1055
22:48:33.056661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.087273 tst         register_default_mass.py: using MSISDN 1056
22:48:33.101845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.132278 tst         register_default_mass.py: using MSISDN 1057
22:48:33.146676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.176994 tst         register_default_mass.py: using MSISDN 1058
22:48:33.191430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.222086 tst         register_default_mass.py: using MSISDN 1059
22:48:33.236461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.266982 tst         register_default_mass.py: using MSISDN 1060
22:48:33.281511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.311854 tst         register_default_mass.py: using MSISDN 1061
22:48:33.326140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.355709 tst         register_default_mass.py: using MSISDN 1062
22:48:33.369537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.399170 tst         register_default_mass.py: using MSISDN 1063
22:48:33.413291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.443676 tst         register_default_mass.py: using MSISDN 1064
22:48:33.457826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.488277 tst         register_default_mass.py: using MSISDN 1065
22:48:33.502756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.532795 tst         register_default_mass.py: using MSISDN 1066
22:48:33.546964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.585698 tst         register_default_mass.py: using MSISDN 1067
22:48:33.603371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.633902 tst         register_default_mass.py: using MSISDN 1068
22:48:33.648385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.678468 tst         register_default_mass.py: using MSISDN 1069
22:48:33.692664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.722895 tst         register_default_mass.py: using MSISDN 1070
22:48:33.737286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.767616 tst         register_default_mass.py: using MSISDN 1071
22:48:33.781876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.812073 tst         register_default_mass.py: using MSISDN 1072
22:48:33.826520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.857302 tst         register_default_mass.py: using MSISDN 1073
22:48:33.871521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.901965 tst         register_default_mass.py: using MSISDN 1074
22:48:33.916418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.946813 tst         register_default_mass.py: using MSISDN 1075
22:48:33.961153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.991795 tst         register_default_mass.py: using MSISDN 1076
22:48:34.006084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.036792 tst         register_default_mass.py: using MSISDN 1077
22:48:34.051210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.081609 tst         register_default_mass.py: using MSISDN 1078
22:48:34.095839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.126146 tst         register_default_mass.py: using MSISDN 1079
22:48:34.140481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.171340 tst         register_default_mass.py: using MSISDN 1080
22:48:34.185717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.216468 tst         register_default_mass.py: using MSISDN 1081
22:48:34.230762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.261725 tst         register_default_mass.py: using MSISDN 1082
22:48:34.276084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.306628 tst         register_default_mass.py: using MSISDN 1083
22:48:34.320678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.351631 tst         register_default_mass.py: using MSISDN 1084
22:48:34.366017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.396573 tst         register_default_mass.py: using MSISDN 1085
22:48:34.410854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.441560 tst         register_default_mass.py: using MSISDN 1086
22:48:34.455896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.486967 tst         register_default_mass.py: using MSISDN 1087
22:48:34.501459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.532239 tst         register_default_mass.py: using MSISDN 1088
22:48:34.546470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.585786 tst         register_default_mass.py: using MSISDN 1089
22:48:34.603325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.634314 tst         register_default_mass.py: using MSISDN 1090
22:48:34.648984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.679854 tst         register_default_mass.py: using MSISDN 1091
22:48:34.694289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.724938 tst         register_default_mass.py: using MSISDN 1092
22:48:34.739194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.769766 tst         register_default_mass.py: using MSISDN 1093
22:48:34.784097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.815246 tst         register_default_mass.py: using MSISDN 1094
22:48:34.829768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.860154 tst         register_default_mass.py: using MSISDN 1095
22:48:34.874261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.905164 tst         register_default_mass.py: using MSISDN 1096
22:48:34.919548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.950677 tst         register_default_mass.py: using MSISDN 1097
22:48:34.965199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.995973 tst         register_default_mass.py: using MSISDN 1098
22:48:35.010235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.040960 tst         register_default_mass.py: using MSISDN 1099
22:48:35.055426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.086117 tst         register_default_mass.py: using MSISDN 1100
22:48:35.100138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.192295 run                             mass: Starting testcase
22:48:35.197824 run                             mass: Pre-launching all virtphy's
22:48:35.203267 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.216353 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.222382 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.235605 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.241740 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.254805 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.260865 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.273849 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.279880 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.292838 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.298868 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.311817 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.317767 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.330646 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.336557 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.349426 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.355353 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.368134 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.374120 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.386964 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.392876 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.405649 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.411588 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.424322 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.430269 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.443108 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.449077 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.461844 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.467814 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.480801 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.486752 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.499547 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.505549 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.518328 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.524300 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.537150 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.543111 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.555957 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.561977 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.574881 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.580855 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.593808 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.599789 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.612765 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.618744 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.631617 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.637635 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.650478 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.656409 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.669313 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.675317 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.688300 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.694292 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.707296 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.713297 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.726341 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.732387 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.745541 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.751516 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.764520 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.770550 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.783446 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.789492 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.802431 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.808406 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.821381 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.827430 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.840419 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.846432 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.859353 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.865316 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.878236 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.884215 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.897112 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.903150 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.916192 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.922171 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.935251 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.941285 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.954220 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.960372 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.973347 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.979477 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.992469 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.998528 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.011425 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.017434 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.030355 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.036334 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.049289 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.055279 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.068184 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.074206 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.087124 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.093176 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.106086 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.112102 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.125065 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.131065 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.144032 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.150197 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.163149 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.169305 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.182244 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.188230 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.201299 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.207306 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.220397 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.226448 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.239408 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.245485 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.258515 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.264493 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.277454 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.283414 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.296414 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.302476 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.315494 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.321468 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.334429 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.340426 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.353393 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.359430 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.372367 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.378344 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.391400 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.397436 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.410553 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.416560 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.429441 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.435581 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.448833 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.454877 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.467838 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.473831 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.486703 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.492761 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.505666 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.511665 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.524567 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.530646 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.543661 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.549708 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.562643 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.568610 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.581534 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.587525 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.600406 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.606453 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.619488 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.625550 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.638629 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.644595 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.657531 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.663527 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.676553 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.682541 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.695600 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.701591 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.714506 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.720534 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.733490 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.739463 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.752401 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.758415 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.771293 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.777349 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.790276 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.796247 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.809159 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.815161 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.828132 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.834139 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.847071 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.853043 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.866133 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.872086 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.885117 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.891081 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.904134 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.910077 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.923134 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.929150 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.942078 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.948072 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.961032 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.966999 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.979971 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.985927 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.998845 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.004798 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.017723 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.023651 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.036561 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.042534 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.055464 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.061424 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.074322 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.080284 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.093464 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.099401 run                             mass: Checking if sockets are in the filesystem
22:48:37.131357 run                osmo-ms-mob/00000: Starting mobile
22:48:37.144584 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.155988 run                             mass: MS start registered  {at=30711422.859331522, delay=0.005397055298089981, ms=00000}
22:48:41.347814 run                osmo-ms-mob/00001: Starting mobile
22:48:41.364536 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.375522 run                             mass: MS start registered  {at=30711427.07886875, delay=0.004967954009771347, ms=00001}
22:48:42.361967 run                             mass: MS performed LU  {at=30711428.06519767, lu_delay=5.2058661468327045, ms=00000}
22:48:43.147191 run                osmo-ms-mob/00002: Starting mobile
22:48:43.163897 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.174299 run                             mass: MS start registered  {at=30711428.877645902, delay=0.004373040050268173, ms=00002}
22:48:44.446633 run                osmo-ms-mob/00003: Starting mobile
22:48:44.463862 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.474338 run                             mass: MS start registered  {at=30711430.17768875, delay=0.0044464729726314545, ms=00003}
22:48:45.537614 run                osmo-ms-mob/00004: Starting mobile
22:48:45.553777 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.564559 run                             mass: MS start registered  {at=30711431.26790758, delay=0.004722055047750473, ms=00004}
22:48:46.128246 run                             mass: MS performed LU  {at=30711431.83148076, lu_delay=4.752612009644508, ms=00001}
22:48:46.539526 run                osmo-ms-mob/00005: Starting mobile
22:48:46.552983 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.563514 run                             mass: MS start registered  {at=30711432.266860627, delay=0.004259530454874039, ms=00005}
22:48:47.446842 run                osmo-ms-mob/00006: Starting mobile
22:48:47.464056 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.476457 run                             mass: MS start registered  {at=30711433.17980805, delay=0.006151534616947174, ms=00006}
22:48:48.029509 run                             mass: MS performed LU  {at=30711433.73274426, lu_delay=4.855098359286785, ms=00002}
22:48:48.345744 run                osmo-ms-mob/00007: Starting mobile
22:48:48.362641 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.373208 run                             mass: MS start registered  {at=30711434.076559868, delay=0.004433244466781616, ms=00007}
22:48:49.116231 run                osmo-ms-mob/00008: Starting mobile
22:48:49.129537 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.140392 run                             mass: MS start registered  {at=30711434.843742117, delay=0.004709456115961075, ms=00008}
22:48:49.847847 run                osmo-ms-mob/00009: Starting mobile
22:48:49.864658 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.875323 run                             mass: MS start registered  {at=30711435.5786772, delay=0.004542820155620575, ms=00009}
22:48:49.892373 run                             mass: MS performed LU  {at=30711435.595721934, lu_delay=5.418033182621002, ms=00003}
22:48:50.546289 run                osmo-ms-mob/00010: Starting mobile
22:48:50.563473 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.574514 run                             mass: MS start registered  {at=30711436.277859773, delay=0.004908055067062378, ms=00010}
22:48:51.117419 run                osmo-ms-mob/00011: Starting mobile
22:48:51.132874 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.143510 run                             mass: MS start registered  {at=30711436.846863948, delay=0.004607260227203369, ms=00011}
22:48:51.715225 run                osmo-ms-mob/00012: Starting mobile
22:48:51.728778 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.739292 run                             mass: MS start registered  {at=30711437.442644183, delay=0.004414893686771393, ms=00012}
22:48:51.794893 run                             mass: MS performed LU  {at=30711437.498134293, lu_delay=5.231273666024208, ms=00005}
22:48:51.822599 run                             mass: MS performed LU  {at=30711437.525840964, lu_delay=6.257933385670185, ms=00004}
22:48:52.348049 run                osmo-ms-mob/00013: Starting mobile
22:48:52.364897 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.375455 run                             mass: MS start registered  {at=30711438.07880339, delay=0.004532013088464737, ms=00013}
22:48:52.915401 run                osmo-ms-mob/00014: Starting mobile
22:48:52.928875 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.939574 run                             mass: MS start registered  {at=30711438.642928552, delay=0.004668712615966797, ms=00014}
22:48:53.515383 run                osmo-ms-mob/00015: Starting mobile
22:48:53.528504 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.538987 run                             mass: MS start registered  {at=30711439.242340732, delay=0.004472680389881134, ms=00015}
22:48:53.659802 run                             mass: MS performed LU  {at=30711439.36305638, lu_delay=5.286496512591839, ms=00007}
22:48:53.724547 run                             mass: MS performed LU  {at=30711439.427787498, lu_delay=6.247979447245598, ms=00006}
22:48:54.046753 run                osmo-ms-mob/00016: Starting mobile
22:48:54.063965 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.070114 run                             mass: MS performed LU  {at=30711439.773474112, lu_delay=4.929731994867325, ms=00008}
22:48:54.076046 run                             mass: MS start registered  {at=30711439.779413868, delay=0.005958158522844315, ms=00016}
22:48:54.516561 run                osmo-ms-mob/00017: Starting mobile
22:48:54.530149 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.541018 run                             mass: MS start registered  {at=30711440.244372632, delay=0.004656635224819183, ms=00017}
22:48:55.146816 run                osmo-ms-mob/00018: Starting mobile
22:48:55.163547 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.174160 run                             mass: MS start registered  {at=30711440.877513077, delay=0.0044967904686927795, ms=00018}
22:48:55.459757 run                             mass: MS performed LU  {at=30711441.1630119, lu_delay=4.885152127593756, ms=00010}
22:48:55.490928 run                osmo-ms-mob/00019: Starting mobile
22:48:55.505887 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.518485 run                             mass: MS start registered  {at=30711441.221829887, delay=0.006572328507900238, ms=00019}
22:48:55.560412 run                             mass: MS performed LU  {at=30711441.263687182, lu_delay=4.416823234409094, ms=00011}
22:48:55.588482 run                             mass: MS performed LU  {at=30711441.29175811, lu_delay=5.713080909103155, ms=00009}
22:48:56.047548 run                osmo-ms-mob/00020: Starting mobile
22:48:56.065903 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.076838 run                             mass: MS start registered  {at=30711441.780189555, delay=0.004894062876701355, ms=00020}
22:48:56.515462 run                osmo-ms-mob/00021: Starting mobile
22:48:56.528893 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.539860 run                             mass: MS start registered  {at=30711442.243212868, delay=0.004801742732524872, ms=00021}
22:48:56.916036 run                osmo-ms-mob/00022: Starting mobile
22:48:56.929365 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.940249 run                             mass: MS start registered  {at=30711442.643601716, delay=0.004812400788068771, ms=00022}
22:48:57.446572 run                osmo-ms-mob/00023: Starting mobile
22:48:57.462982 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.469063 run                             mass: MS performed LU  {at=30711443.17242249, lu_delay=5.729778308421373, ms=00012}
22:48:57.474952 run                             mass: MS start registered  {at=30711443.17831926, delay=0.005913145840167999, ms=00023}
22:48:57.489213 run                             mass: MS performed LU  {at=30711443.192571606, lu_delay=5.113768216222525, ms=00013}
22:48:57.794915 run                             mass: MS performed LU  {at=30711443.498167805, lu_delay=4.855239253491163, ms=00014}
22:48:57.809456 run                osmo-ms-mob/00024: Starting mobile
22:48:57.822776 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.833446 run                             mass: MS start registered  {at=30711443.536799565, delay=0.0046610645949840546, ms=00024}
22:48:58.327806 run                osmo-ms-mob/00025: Starting mobile
22:48:58.341766 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.352562 run                             mass: MS start registered  {at=30711444.055914633, delay=0.004697341471910477, ms=00025}
22:48:58.725891 run                osmo-ms-mob/00026: Starting mobile
22:48:58.739699 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.750663 run                             mass: MS start registered  {at=30711444.45401662, delay=0.004656217992305756, ms=00026}
22:48:59.115602 run                osmo-ms-mob/00027: Starting mobile
22:48:59.128942 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.139585 run                             mass: MS start registered  {at=30711444.842939727, delay=0.004491701722145081, ms=00027}
22:48:59.225239 run                             mass: MS performed LU  {at=30711444.928489517, lu_delay=5.686148785054684, ms=00015}
22:48:59.327110 run                             mass: MS performed LU  {at=30711445.030361526, lu_delay=4.7859888933598995, ms=00017}
22:48:59.352927 run                             mass: MS performed LU  {at=30711445.05627419, lu_delay=5.276860322803259, ms=00016}
22:48:59.394473 run                osmo-ms-mob/00028: Starting mobile
22:48:59.410188 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.420821 run                             mass: MS start registered  {at=30711445.124175187, delay=0.004583243280649185, ms=00028}
22:48:59.947339 run                osmo-ms-mob/00029: Starting mobile
22:48:59.963954 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.974854 run                             mass: MS start registered  {at=30711445.67820707, delay=0.004598848521709442, ms=00029}
22:49:00.315577 run                osmo-ms-mob/00030: Starting mobile
22:49:00.329025 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.339994 run                             mass: MS start registered  {at=30711446.043345276, delay=0.004568077623844147, ms=00030}
22:49:00.715481 run                osmo-ms-mob/00031: Starting mobile
22:49:00.728900 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.739857 run                             mass: MS start registered  {at=30711446.44320892, delay=0.004938863217830658, ms=00031}
22:49:01.014577 run                osmo-ms-mob/00032: Starting mobile
22:49:01.027920 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.038629 run                             mass: MS start registered  {at=30711446.741983656, delay=0.004593402147293091, ms=00032}
22:49:01.191300 run                             mass: MS performed LU  {at=30711446.89454872, lu_delay=5.672718834131956, ms=00019}
22:49:01.255775 run                             mass: MS performed LU  {at=30711446.959026776, lu_delay=6.081513699144125, ms=00018}
22:49:01.325226 run                             mass: MS performed LU  {at=30711447.028477546, lu_delay=5.248287990689278, ms=00020}
22:49:01.353841 run                osmo-ms-mob/00033: Starting mobile
22:49:01.367135 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.373209 run                             mass: MS performed LU  {at=30711447.076569717, lu_delay=4.833356849849224, ms=00021}
22:49:01.379382 run                             mass: MS start registered  {at=30711447.08274752, delay=0.006195146590471268, ms=00033}
22:49:01.845713 run                osmo-ms-mob/00034: Starting mobile
22:49:01.862649 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.873859 run                             mass: MS start registered  {at=30711447.577211313, delay=0.004863198846578598, ms=00034}
22:49:02.114787 run                osmo-ms-mob/00035: Starting mobile
22:49:02.127835 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.139765 run                             mass: MS start registered  {at=30711447.843116585, delay=0.00550977885723114, ms=00035}
22:49:02.515857 run                osmo-ms-mob/00036: Starting mobile
22:49:02.529285 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.540133 run                             mass: MS start registered  {at=30711448.243486684, delay=0.004744250327348709, ms=00036}
22:49:02.946671 run                osmo-ms-mob/00037: Starting mobile
22:49:02.963637 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.974239 run                             mass: MS start registered  {at=30711448.67759339, delay=0.004622597247362137, ms=00037}
22:49:02.990354 run                             mass: MS performed LU  {at=30711448.69368558, lu_delay=5.156886015087366, ms=00024}
22:49:03.092193 run                             mass: MS performed LU  {at=30711448.795445807, lu_delay=6.1518440917134285, ms=00022}
22:49:03.121413 run                osmo-ms-mob/00038: Starting mobile
22:49:03.134501 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.140504 run                             mass: MS performed LU  {at=30711448.843865674, lu_delay=4.787951041013002, ms=00025}
22:49:03.146449 run                             mass: MS start registered  {at=30711448.84981646, delay=0.005966659635305405, ms=00038}
22:49:03.263773 run                             mass: MS performed LU  {at=30711448.967021987, lu_delay=5.788702726364136, ms=00023}
22:49:03.293091 run                osmo-ms-mob/00039: Starting mobile
22:49:03.306356 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.317079 run                             mass: MS start registered  {at=30711449.02043611, delay=0.004613127559423447, ms=00039}
22:49:03.916290 run                osmo-ms-mob/00040: Starting mobile
22:49:03.930213 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.943162 run                             mass: MS start registered  {at=30711449.646506716, delay=0.0066159069538116455, ms=00040}
22:49:04.229268 run                osmo-ms-mob/00041: Starting mobile
22:49:04.243154 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.254245 run                             mass: MS start registered  {at=30711449.957598004, delay=0.004955179989337921, ms=00041}
22:49:04.515772 run                osmo-ms-mob/00042: Starting mobile
22:49:04.528892 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.539781 run                             mass: MS start registered  {at=30711450.243135434, delay=0.004858110100030899, ms=00042}
22:49:04.854901 run                             mass: MS performed LU  {at=30711450.558148935, lu_delay=4.514803659170866, ms=00030}
22:49:04.886600 run                osmo-ms-mob/00043: Starting mobile
22:49:04.901189 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.907210 run                             mass: MS performed LU  {at=30711450.610570777, lu_delay=5.76763105019927, ms=00027}
22:49:04.913324 run                             mass: MS start registered  {at=30711450.616689023, delay=0.006134882569313049, ms=00043}
22:49:05.022210 run                             mass: MS performed LU  {at=30711450.72545783, lu_delay=5.601282641291618, ms=00028}
22:49:05.036510 run                osmo-ms-mob/00044: Starting mobile
22:49:05.049746 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.060649 run                             mass: MS start registered  {at=30711450.763995256, delay=0.004832174628973007, ms=00044}
22:49:05.166056 run                             mass: MS performed LU  {at=30711450.869309574, lu_delay=6.415292955935001, ms=00026}
22:49:05.540868 run                osmo-ms-mob/00045: Starting mobile
22:49:05.558171 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.569164 run                             mass: MS start registered  {at=30711451.27251502, delay=0.004436798393726349, ms=00045}
22:49:05.834616 run                osmo-ms-mob/00046: Starting mobile
22:49:05.852355 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.863263 run                             mass: MS start registered  {at=30711451.566618003, delay=0.004840627312660217, ms=00046}
22:49:06.114997 run                osmo-ms-mob/00047: Starting mobile
22:49:06.128424 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.139593 run                             mass: MS start registered  {at=30711451.842946954, delay=0.004767082631587982, ms=00047}
22:49:06.151583 run                             mass: MS performed LU  {at=30711451.854935326, lu_delay=6.176728256046772, ms=00029}
22:49:06.416088 run                osmo-ms-mob/00048: Starting mobile
22:49:06.429265 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.440141 run                             mass: MS start registered  {at=30711452.143495776, delay=0.004844307899475098, ms=00048}
22:49:06.715379 run                osmo-ms-mob/00049: Starting mobile
22:49:06.728616 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.739211 run                             mass: MS start registered  {at=30711452.44256275, delay=0.004579577594995499, ms=00049}
22:49:06.756019 run                             mass: MS performed LU  {at=30711452.459343676, lu_delay=4.616227090358734, ms=00035}
22:49:06.793990 run                             mass: MS performed LU  {at=30711452.49726186, lu_delay=5.4145143404603004, ms=00033}
22:49:06.816253 run                osmo-ms-mob/00050: Starting mobile
22:49:06.829586 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.840193 run                             mass: MS start registered  {at=30711452.543545455, delay=0.004577890038490295, ms=00050}
22:49:06.885889 run                             mass: MS performed LU  {at=30711452.589156095, lu_delay=5.847172439098358, ms=00032}
22:49:07.065518 run                             mass: MS performed LU  {at=30711452.768770333, lu_delay=6.325561411678791, ms=00031}
22:49:07.084521 run                             mass: MS performed LU  {at=30711452.787803624, lu_delay=5.210592310875654, ms=00034}
22:49:07.116763 run                osmo-ms-mob/00051: Starting mobile
22:49:07.130870 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.141627 run                             mass: MS start registered  {at=30711452.84498112, delay=0.004657518118619919, ms=00051}
22:49:07.729421 run                osmo-ms-mob/00052: Starting mobile
22:49:07.743590 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.754994 run                             mass: MS start registered  {at=30711453.45833908, delay=0.005213774740695953, ms=00052}
22:49:07.947519 run                             mass: MS performed LU  {at=30711453.650770385, lu_delay=5.407283701002598, ms=00036}
22:49:07.976759 run                osmo-ms-mob/00053: Starting mobile
22:49:07.990456 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.001345 run                             mass: MS start registered  {at=30711453.70469939, delay=0.004750441759824753, ms=00053}
22:49:08.316251 run                osmo-ms-mob/00054: Starting mobile
22:49:08.329596 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.340395 run                             mass: MS start registered  {at=30711454.043750323, delay=0.004620753228664398, ms=00054}
22:49:08.615919 run                osmo-ms-mob/00055: Starting mobile
22:49:08.629906 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.635944 run                             mass: MS performed LU  {at=30711454.339303114, lu_delay=5.489486653357744, ms=00038}
22:49:08.641965 run                             mass: MS start registered  {at=30711454.345330782, delay=0.006045728921890259, ms=00055}
22:49:08.657200 run                             mass: MS performed LU  {at=30711454.360552218, lu_delay=4.714045502245426, ms=00040}
22:49:08.668460 run                osmo-ms-mob/00056: Starting mobile
22:49:08.682035 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.692754 run                             mass: MS start registered  {at=30711454.39610767, delay=0.004285916686058044, ms=00056}
22:49:08.787670 run                             mass: MS performed LU  {at=30711454.490936667, lu_delay=5.4705005548894405, ms=00039}
22:49:08.931089 run                             mass: MS performed LU  {at=30711454.634337984, lu_delay=4.676739979535341, ms=00041}
22:49:08.959298 run                osmo-ms-mob/00057: Starting mobile
22:49:08.972461 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.983254 run                             mass: MS start registered  {at=30711454.686608464, delay=0.00478995218873024, ms=00057}
22:49:08.991684 run                             mass: MS performed LU  {at=30711454.69504501, lu_delay=6.0174516178667545, ms=00037}
22:49:09.628392 run                osmo-ms-mob/00058: Starting mobile
22:49:09.642511 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.653494 run                             mass: MS start registered  {at=30711455.356843308, delay=0.0021554604172706604, ms=00058}
22:49:09.931901 run                osmo-ms-mob/00059: Starting mobile
22:49:09.946163 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.956949 run                             mass: MS start registered  {at=30711455.66029889, delay=0.004691600799560547, ms=00059}
22:49:10.215651 run                osmo-ms-mob/00060: Starting mobile
22:49:10.228838 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.239416 run                             mass: MS start registered  {at=30711455.942770753, delay=0.0045240819454193115, ms=00060}
22:49:10.521724 run                             mass: MS performed LU  {at=30711456.22497602, lu_delay=4.65835801884532, ms=00046}
22:49:10.551155 run                osmo-ms-mob/00061: Starting mobile
22:49:10.564554 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.570591 run                             mass: MS performed LU  {at=30711456.27395061, lu_delay=5.509955354034901, ms=00044}
22:49:10.576428 run                             mass: MS start registered  {at=30711456.27979555, delay=0.0058625005185604095, ms=00061}
22:49:10.652609 run                             mass: MS performed LU  {at=30711456.355767917, lu_delay=5.7390788942575455, ms=00043}
22:49:10.680065 run                osmo-ms-mob/00062: Starting mobile
22:49:10.693312 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.703905 run                             mass: MS start registered  {at=30711456.407262936, delay=0.004438694566488266, ms=00062}
22:49:10.850056 run                             mass: MS performed LU  {at=30711456.553305697, lu_delay=4.710358742624521, ms=00047}
22:49:11.247734 run                osmo-ms-mob/00063: Starting mobile
22:49:11.264381 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.275125 run                             mass: MS start registered  {at=30711456.978477098, delay=0.004669159650802612, ms=00063}
22:49:11.445342 run                             mass: MS performed LU  {at=30711457.148597196, lu_delay=6.905461762100458, ms=00042}
22:49:11.624592 run                osmo-ms-mob/00064: Starting mobile
22:49:11.638419 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.649282 run                             mass: MS start registered  {at=30711457.352632955, delay=0.004463560879230499, ms=00064}
22:49:11.685669 run                             mass: MS performed LU  {at=30711457.388940137, lu_delay=3.684240747243166, ms=00053}
22:49:12.051560 run                osmo-ms-mob/00065: Starting mobile
22:49:12.069614 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.080378 run                             mass: MS start registered  {at=30711457.783730857, delay=0.00476393848657608, ms=00065}
22:49:12.315397 run                osmo-ms-mob/00066: Starting mobile
22:49:12.329036 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.339765 run                             mass: MS start registered  {at=30711458.043116957, delay=0.004592470824718475, ms=00066}
22:49:12.424793 run                             mass: MS performed LU  {at=30711458.12799626, lu_delay=5.685433506965637, ms=00049}
22:49:12.488825 run                             mass: MS performed LU  {at=30711458.192060046, lu_delay=5.347078926861286, ms=00051}
22:49:12.553122 run                             mass: MS performed LU  {at=30711458.256394368, lu_delay=5.712848912924528, ms=00050}
22:49:12.604370 run                osmo-ms-mob/00067: Starting mobile
22:49:12.617429 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.628362 run                             mass: MS start registered  {at=30711458.331715055, delay=0.0046756938099861145, ms=00067}
22:49:12.697023 run                             mass: MS performed LU  {at=30711458.400281727, lu_delay=4.941942647099495, ms=00052}
22:49:13.030296 run                osmo-ms-mob/00068: Starting mobile
22:49:13.043943 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.055042 run                             mass: MS start registered  {at=30711458.75839417, delay=0.004979286342859268, ms=00068}
22:49:13.429158 run                osmo-ms-mob/00069: Starting mobile
22:49:13.443697 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.454397 run                             mass: MS start registered  {at=30711459.157751966, delay=0.00460466742515564, ms=00069}
22:49:13.565360 run                             mass: MS performed LU  {at=30711459.26861909, lu_delay=3.6083201989531517, ms=00059}
22:49:13.830911 run                osmo-ms-mob/00070: Starting mobile
22:49:13.844937 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.856012 run                             mass: MS start registered  {at=30711459.55936, delay=0.004990655928850174, ms=00070}
22:49:14.243867 run                osmo-ms-mob/00071: Starting mobile
22:49:14.265322 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.271561 run                             mass: MS performed LU  {at=30711459.974920064, lu_delay=5.28831160068512, ms=00057}
22:49:14.277861 run                             mass: MS start registered  {at=30711459.981224287, delay=0.006322890520095825, ms=00071}
22:49:14.286900 run                             mass: MS performed LU  {at=30711459.99025454, lu_delay=5.594146870076656, ms=00056}
22:49:14.417606 run                             mass: MS performed LU  {at=30711460.120860904, lu_delay=4.7640175968408585, ms=00058}
22:49:14.447115 run                osmo-ms-mob/00072: Starting mobile
22:49:14.460289 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.471290 run                             mass: MS start registered  {at=30711460.174640194, delay=0.004785452038049698, ms=00072}
22:49:14.562265 run                             mass: MS performed LU  {at=30711460.26549464, lu_delay=6.221744317561388, ms=00054}
22:49:14.615711 run                             mass: MS performed LU  {at=30711460.31896324, lu_delay=5.973632458597422, ms=00055}
22:49:15.028114 run                osmo-ms-mob/00073: Starting mobile
22:49:15.042365 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.053926 run                             mass: MS start registered  {at=30711460.757274024, delay=0.005051452666521072, ms=00073}
22:49:15.428081 run                osmo-ms-mob/00074: Starting mobile
22:49:15.441561 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.450827 run                             mass: MS performed LU  {at=30711461.1541758, lu_delay=3.8015428446233273, ms=00064}
22:49:15.458291 run                             mass: MS start registered  {at=30711461.161656845, delay=0.0075095035135746, ms=00074}
22:49:15.829297 run                osmo-ms-mob/00075: Starting mobile
22:49:15.843216 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.855300 run                             mass: MS start registered  {at=30711461.558652993, delay=0.005838610231876373, ms=00075}
22:49:16.189681 run                             mass: MS performed LU  {at=30711461.892928544, lu_delay=5.613132994621992, ms=00061}
22:49:16.254474 run                             mass: MS performed LU  {at=30711461.957725126, lu_delay=6.014954373240471, ms=00060}
22:49:16.307458 run                osmo-ms-mob/00076: Starting mobile
22:49:16.322638 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.328803 run                             mass: MS performed LU  {at=30711462.032159638, lu_delay=5.624896701425314, ms=00062}
22:49:16.334686 run                             mass: MS start registered  {at=30711462.03805414, delay=0.005914006382226944, ms=00076}
22:49:16.462652 run                             mass: MS performed LU  {at=30711462.165900737, lu_delay=5.187423638999462, ms=00063}
22:49:16.745054 run                osmo-ms-mob/00077: Starting mobile
22:49:16.759899 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.771719 run                             mass: MS start registered  {at=30711462.475065213, delay=0.005541842430830002, ms=00077}
22:49:17.228266 run                osmo-ms-mob/00078: Starting mobile
22:49:17.242149 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.253290 run                             mass: MS start registered  {at=30711462.95663957, delay=0.004823204129934311, ms=00078}
22:49:17.628180 run                osmo-ms-mob/00079: Starting mobile
22:49:17.642491 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.653260 run                             mass: MS start registered  {at=30711463.356612585, delay=0.0045162588357925415, ms=00079}
22:49:18.146814 run                osmo-ms-mob/00080: Starting mobile
22:49:18.163993 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.170029 run                             mass: MS performed LU  {at=30711463.873389017, lu_delay=5.1149948462843895, ms=00068}
22:49:18.175912 run                             mass: MS start registered  {at=30711463.87927842, delay=0.005907122045755386, ms=00080}
22:49:18.182282 run                             mass: MS performed LU  {at=30711463.88563374, lu_delay=4.727881774306297, ms=00069}
22:49:18.271774 run                             mass: MS performed LU  {at=30711463.97502372, lu_delay=5.643308665603399, ms=00067}
22:49:18.288459 run                             mass: MS performed LU  {at=30711463.991782255, lu_delay=6.208051398396492, ms=00065}
22:49:18.303544 run                osmo-ms-mob/00081: Starting mobile
22:49:18.316971 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.325357 run                             mass: MS performed LU  {at=30711464.02868963, lu_delay=5.985572673380375, ms=00066}
22:49:18.331543 run                             mass: MS start registered  {at=30711464.034909748, delay=0.008517440408468246, ms=00081}
22:49:19.025176 run                osmo-ms-mob/00082: Starting mobile
22:49:19.039194 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.050991 run                             mass: MS start registered  {at=30711464.754335847, delay=0.005665268748998642, ms=00082}
22:49:19.639224 run                osmo-ms-mob/00083: Starting mobile
22:49:19.657174 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.667881 run                             mass: MS start registered  {at=30711465.371234104, delay=0.004503030329942703, ms=00083}
22:49:19.955381 run                             mass: MS performed LU  {at=30711465.658628996, lu_delay=4.901354972273111, ms=00073}
22:49:20.019719 run                             mass: MS performed LU  {at=30711465.722978227, lu_delay=4.561321381479502, ms=00074}
22:49:20.075287 run                osmo-ms-mob/00084: Starting mobile
22:49:20.090733 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.096942 run                             mass: MS performed LU  {at=30711465.800300367, lu_delay=5.625660173594952, ms=00072}
22:49:20.102905 run                             mass: MS start registered  {at=30711465.806271985, delay=0.005990907549858093, ms=00084}
22:49:20.229519 run                             mass: MS performed LU  {at=30711465.932766564, lu_delay=5.951542276889086, ms=00071}
22:49:20.245589 run                             mass: MS performed LU  {at=30711465.948852587, lu_delay=6.3894925862550735, ms=00070}
22:49:20.647154 run                osmo-ms-mob/00085: Starting mobile
22:49:20.665278 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.675966 run                             mass: MS start registered  {at=30711466.379317403, delay=0.004516266286373138, ms=00085}
22:49:21.228612 run                osmo-ms-mob/00086: Starting mobile
22:49:21.242635 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.253432 run                             mass: MS start registered  {at=30711466.956785884, delay=0.004669319838285446, ms=00086}
22:49:21.845938 run                osmo-ms-mob/00087: Starting mobile
22:49:21.862876 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.873599 run                             mass: MS start registered  {at=30711467.57695191, delay=0.004531525075435638, ms=00087}
22:49:21.921436 run                             mass: MS performed LU  {at=30711467.62468347, lu_delay=5.14961825683713, ms=00077}
22:49:21.948356 run                             mass: MS performed LU  {at=30711467.65160825, lu_delay=5.613554112613201, ms=00076}
22:49:22.037308 run                             mass: MS performed LU  {at=30711467.740543805, lu_delay=6.181890811771154, ms=00075}
22:49:22.055186 run                             mass: MS performed LU  {at=30711467.758460715, lu_delay=4.801821146160364, ms=00078}
22:49:22.446926 run                osmo-ms-mob/00088: Starting mobile
22:49:22.463986 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.475134 run                             mass: MS start registered  {at=30711468.17848556, delay=0.0045750439167022705, ms=00088}
22:49:23.028271 run                osmo-ms-mob/00089: Starting mobile
22:49:23.042508 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.053588 run                             mass: MS start registered  {at=30711468.756932195, delay=0.004905998706817627, ms=00089}
22:49:23.615925 run                osmo-ms-mob/00090: Starting mobile
22:49:23.629152 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.639886 run                             mass: MS start registered  {at=30711469.343238138, delay=0.004556529223918915, ms=00090}
22:49:23.721264 run                             mass: MS performed LU  {at=30711469.424519107, lu_delay=4.670183259993792, ms=00082}
22:49:23.785538 run                             mass: MS performed LU  {at=30711469.488786176, lu_delay=5.453876428306103, ms=00081}
22:49:23.850917 run                             mass: MS performed LU  {at=30711469.554166127, lu_delay=5.674887705594301, ms=00080}
22:49:23.976613 run                             mass: MS performed LU  {at=30711469.679868292, lu_delay=6.323255706578493, ms=00079}
22:49:24.315195 run                osmo-ms-mob/00091: Starting mobile
22:49:24.328498 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.339299 run                             mass: MS start registered  {at=30711470.042652916, delay=0.004800774157047272, ms=00091}
22:49:25.016341 run                osmo-ms-mob/00092: Starting mobile
22:49:25.029774 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.040729 run                             mass: MS start registered  {at=30711470.74408209, delay=0.004899162799119949, ms=00092}
22:49:25.687732 run                             mass: MS performed LU  {at=30711471.390959993, lu_delay=5.5846880078315735, ms=00084}
22:49:25.713515 run                             mass: MS performed LU  {at=30711471.416861337, lu_delay=5.037543933838606, ms=00085}
22:49:25.725779 run                osmo-ms-mob/00093: Starting mobile
22:49:25.738955 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.749475 run                             mass: MS start registered  {at=30711471.452827986, delay=0.004348840564489365, ms=00093}
22:49:25.803173 run                             mass: MS performed LU  {at=30711471.506419778, lu_delay=6.135185673832893, ms=00083}
22:49:26.056448 run                             mass: MS performed LU  {at=30711471.759698134, lu_delay=4.802912250161171, ms=00086}
22:49:26.735625 run                osmo-ms-mob/00094: Starting mobile
22:49:26.757980 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.768878 run                             mass: MS start registered  {at=30711472.47222817, delay=0.004662998020648956, ms=00094}
22:49:27.552435 run                             mass: MS performed LU  {at=30711473.25568498, lu_delay=5.678733069449663, ms=00087}
22:49:27.593936 run                osmo-ms-mob/00095: Starting mobile
22:49:27.609553 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.615739 run                             mass: MS performed LU  {at=30711473.319099933, lu_delay=5.1406143717467785, ms=00088}
22:49:27.621605 run                             mass: MS start registered  {at=30711473.324971873, delay=0.005888674408197403, ms=00095}
22:49:27.722703 run                             mass: MS performed LU  {at=30711473.425952177, lu_delay=22.15343715623021, ms=00045}
22:49:27.746195 run                             mass: MS performed LU  {at=30711473.44955596, lu_delay=4.6926237642765045, ms=00089}
22:49:28.629151 run                osmo-ms-mob/00096: Starting mobile
22:49:28.643848 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.654947 run                             mass: MS start registered  {at=30711474.358289324, delay=0.004859037697315216, ms=00096}
22:49:29.452738 run                             mass: MS performed LU  {at=30711475.15594781, lu_delay=5.113294892013073, ms=00091}
22:49:29.481194 run                             mass: MS performed LU  {at=30711475.184470844, lu_delay=5.84123270586133, ms=00090}
22:49:29.568402 run                             mass: MS performed LU  {at=30711475.271658026, lu_delay=23.128162249922752, ms=00048}
22:49:29.598149 run                osmo-ms-mob/00097: Starting mobile
22:49:29.611615 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.622222 run                             mass: MS start registered  {at=30711475.325576067, delay=0.004472214728593826, ms=00097}
22:49:29.822231 run                             mass: MS performed LU  {at=30711475.525477786, lu_delay=4.781395696103573, ms=00092}
22:49:31.045209 run                osmo-ms-mob/00098: Starting mobile
22:49:31.060939 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.071805 run                             mass: MS start registered  {at=30711476.77515648, delay=0.004655689001083374, ms=00098}
22:49:31.318004 run                             mass: MS performed LU  {at=30711477.021260943, lu_delay=5.568432956933975, ms=00093}
22:49:31.617177 run                             mass: MS performed LU  {at=30711477.32043064, lu_delay=4.848202470690012, ms=00094}
22:49:32.847568 run                osmo-ms-mob/00099: Starting mobile
22:49:32.864457 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.870526 run                             mass: All started... {duration=55.76549435034394, too_slow=0}
22:49:32.876755 run                             mass: MS start registered  {at=30711478.580112983, delay=0.006219293922185898, ms=00099}
22:49:33.218569 run                             mass: MS performed LU  {at=30711478.921819676, lu_delay=5.596847802400589, ms=00095}
22:49:33.247234 run                             mass: MS performed LU  {at=30711478.950486906, lu_delay=4.592197582125664, ms=00096}
22:49:35.084132 run                             mass: MS performed LU  {at=30711480.787389986, lu_delay=5.461813919246197, ms=00097}
22:49:36.985212 run                             mass: MS performed LU  {at=30711482.68846158, lu_delay=5.913305100053549, ms=00098}
22:49:38.850046 run                             mass: MS performed LU  {at=30711484.553294662, lu_delay=5.973181679844856, ms=00099}
22:49:38.872853 run                             mass: Tests done {all_completed=True, max=23.128162249922752, min=3.6083201989531517}
22:49:38.878515 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.883889 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.887246 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.890592 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.893944 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.897273 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.900809 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.904220 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.907574 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.910964 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.914459 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.917955 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.921425 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.924903 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.928737 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.932297 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.935820 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.939342 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.943043 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.946556 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.950033 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.953489 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.956969 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.960419 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.963922 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.967348 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.971136 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.974922 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.978589 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.982063 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.985412 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.988922 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.993187 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.996665 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.000076 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.003584 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.007054 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.011057 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.014509 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.017909 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.021429 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.024862 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.028213 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.031643 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.035032 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.038697 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.042071 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.045496 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.048807 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.052169 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.055797 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.059277 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.062653 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.066046 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.069376 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.072751 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.076058 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.079380 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.082685 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.086197 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.089543 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.092906 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.096223 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.099618 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.103017 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.106334 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.109683 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.113000 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.116337 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.119696 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.123044 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.126354 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.129704 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.133589 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.136962 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.140853 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.144158 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.147522 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.150835 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.154209 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.157559 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.160902 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.164230 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.167565 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.171424 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.174777 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.178102 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.181442 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.184763 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.188076 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.191412 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.194713 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.198014 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.201351 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.204681 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.208000 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.211810 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.215739 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.219105 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.222470 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.225843 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.229235 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.232595 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.236076 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.239496 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.242872 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.246279 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.249622 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.253046 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.256365 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.259664 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.263047 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.266419 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.269820 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.273165 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.276485 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.279798 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.283089 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.286403 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.289708 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.292992 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.296214 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.299456 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.302708 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.305938 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.309189 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.312428 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.315665 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.318894 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.322133 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.325374 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.328598 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.331829 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.335052 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.338302 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.341525 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.344777 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.347993 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.351244 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.354470 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.357698 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.360942 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.364177 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.367402 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.370652 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.373890 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.377136 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.380394 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.383637 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.386866 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.390078 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.393309 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.396540 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.399792 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.403009 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.406238 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.409468 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.412704 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.415910 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.419154 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.422390 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.425623 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.428869 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.432091 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.435340 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.438596 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.441844 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.445083 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.448315 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.451566 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.454801 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.458027 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.461255 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.464481 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.467730 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.470954 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.474180 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.477406 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.480644 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.483891 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.487137 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.490385 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.493604 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.496853 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.500067 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.503320 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.506556 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.509792 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.513027 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.516255 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.519509 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.522753 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.525988 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.529212 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.532443 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.535657 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.538913 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.542147 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.545407 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.548634 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.551865 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.555108 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.558328 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.561557 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.564783 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.568027 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.571270 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.574484 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.577704 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.580937 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.584161 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.587399 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.590644 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.593877 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.597124 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.598581 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.602154 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.603614 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.607172 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.608622 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.612188 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.613646 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.617180 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.618631 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.622224 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.623684 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.627251 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.628714 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.632290 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.633770 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.637420 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.638870 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.642468 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.643930 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.647557 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.649029 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.652666 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.654140 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.657758 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.659252 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.662901 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.664380 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.668015 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.669488 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.673113 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.674591 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.678204 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.679676 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.683316 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.684810 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.688430 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.689908 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.693526 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.694994 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.698610 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.700078 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.703694 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.705179 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.708784 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.710246 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.713840 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.715315 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.718918 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.720391 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.723997 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.725468 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.729087 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.730549 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.734157 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.735617 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.739224 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.740684 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.744274 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.745736 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.749355 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.750823 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.754418 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.755876 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.759469 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.760932 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.764498 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.765968 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.769552 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.771014 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.774625 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.776081 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.779673 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.781168 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.784735 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.786197 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.789781 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.791252 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.794868 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.796330 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.799914 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.801384 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.804977 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.806430 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.810029 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.811493 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.815081 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.816538 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.820145 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.821632 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.825218 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.826684 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.830266 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.831724 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.835331 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.836798 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.840397 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.841877 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.845471 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.846926 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.850534 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.852004 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.855625 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.857090 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.860690 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.862153 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.865757 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.867224 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.870822 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.872292 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.875893 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.877362 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.880963 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.882426 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.886025 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.887491 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.891079 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.892546 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.896127 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.897613 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.901217 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.902663 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.906223 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.907679 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.911263 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.912731 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.916279 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.917740 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.921317 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.922768 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.926345 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.927788 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.931364 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.932858 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.936452 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.937906 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.941470 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.942918 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.946485 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.947945 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.951512 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.952972 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.956524 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.957981 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.961564 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.963012 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.966581 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.968040 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.971619 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.973081 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.976649 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.978101 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.981664 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.983113 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.986686 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.988140 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.991749 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.993206 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.996755 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.998207 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.001768 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.003222 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.006798 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.008248 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.011815 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.013263 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.016818 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.018265 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.021839 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.023285 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.026850 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.028297 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.031856 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.033306 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.036880 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.038341 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.041922 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.043378 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.046977 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.048437 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.052009 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.053481 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.057087 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.058538 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.062115 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.063569 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.067123 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.068575 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.072125 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.073599 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.077167 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.078637 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.082224 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.083679 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.087258 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.088715 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.092303 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.093775 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.097351 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.098809 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.102388 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.103839 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.107392 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.108851 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.112403 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.113861 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.117421 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.118875 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.122454 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.123906 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.127489 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.128950 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.132523 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.133982 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.137539 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.139006 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.142593 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.144044 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.147617 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.149052 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.152621 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.154086 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.157652 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.159100 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.162678 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.164122 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.167720 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.169182 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.172788 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.174241 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.177854 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.179316 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.182923 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.184371 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.187995 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.189449 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.193056 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.194508 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.198091 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.199534 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.203146 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.204601 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.208186 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.209662 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.213260 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.214703 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.218281 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.219727 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.223332 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.224793 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.228375 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.229838 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.233432 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.234881 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.238473 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.239922 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.243522 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.244992 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.248666 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.250157 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.253803 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.255278 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.258922 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.260400 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.264067 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.265559 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.269202 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.270689 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.274371 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.275856 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.279520 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.280981 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.284615 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.286099 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.289790 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.291269 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.294903 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.296382 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.300009 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.301487 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.305148 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.306605 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.310253 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.311735 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.315402 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.316878 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.320540 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.322017 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.325706 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.327184 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.330829 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.332305 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.335951 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.337444 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.341099 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.342563 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.346239 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.347715 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.351365 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.352848 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.356493 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.357971 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.361636 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.363102 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.366742 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.368217 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.371871 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.373352 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.377001 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.378478 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.382141 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.383614 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.387255 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.388752 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.392420 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.393888 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.397552 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.399030 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.402728 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.404210 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.407858 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.409345 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.413006 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.414479 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.418110 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.419588 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.423249 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.424738 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.428388 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.429875 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.433523 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.434989 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.438659 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.440140 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.443788 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.445277 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.448935 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.450413 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.454072 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.455543 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.459182 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.460662 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.464304 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.465786 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.469428 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.470896 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.474568 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.476038 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.479699 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.481197 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.484863 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.486326 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.489982 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.491454 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.495131 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.496610 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.500274 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.501756 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.505420 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.506902 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.510555 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.512026 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.515674 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.517154 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.520825 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.522300 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.525954 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.527426 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.531095 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.532574 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.536236 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.537717 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.541407 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.542892 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.546573 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.548071 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.551731 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.553210 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.556871 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.558351 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.561994 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.563470 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.567127 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.568605 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.572276 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.573743 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.577406 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.578889 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.582538 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.584015 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.587672 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.589143 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.592812 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.594303 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.597964 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.599440 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.603128 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.604609 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.608251 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.609735 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.613414 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.614883 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.618540 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.620036 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.623710 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.625213 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.628904 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.630389 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.634039 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.635507 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.639179 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.640654 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.644293 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.645808 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.649490 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.650962 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.654617 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.656090 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.659771 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.661255 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.664927 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.666404 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.670085 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.671554 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.076059 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.082461 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8200 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.160004 tst                       trial-8200: Storing JUnit report in /build/trial-8200/run.2026-01-03_22-48-17/trial-8200.xml

--------------------------------------------------------------------------------------------
trial-8200 PASS
--------------------------------------------------------------------------------------------
22:49:44.170258 tst                       trial-8200: trial-8200: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8200/inst
+ cd trial-8200
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-03 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8200-run.tgz run.2026-01-03_22-48-17
+ tar czf /build/trial-8200-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-03_13_34_04.tgz osmo-bts-oc2g.build-2026-01-03_00_52_49.tgz osmo-bts-sysmo.build-2026-01-03_00_52_52.tgz osmo-bts.build-2026-01-03_00_52_55.tgz osmo-ggsn.build-2026-01-03_20_59_37.tgz osmo-hlr.build-2026-01-03_16_37_01.tgz osmo-hnbgw.build-2026-01-03_13_33_28.tgz osmo-mgw.build-2026-01-03_08_34_44.tgz osmo-msc.build-2026-01-03_13_37_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-03_07_34_50.tgz osmo-pcu-sysmo.build-2026-01-03_07_36_54.tgz osmo-pcu.build-2026-01-03_07_34_21.tgz osmo-sgsn.build-2026-01-03_21_17_46.tgz osmo-stp.build-2026-01-03_13_27_46.tgz osmo-trx.build-2026-01-03_14_38_43.tgz osmocom-bb.build-2026-01-03_21_17_54.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