Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1610602853469631272.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-8191
+ 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 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#7 CACHED

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

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

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

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

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

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

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

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

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

#17 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#17 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:7feda4906483e3375e2954f175fdbc782f3cf72c77a08664becae66aac90d7de done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8192 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-26 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8192
+ mkdir -p trial-8192
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-26_13_34_14.tgz osmo-bts-oc2g.build-2025-12-26_00_52_51.tgz osmo-bts-sysmo.build-2025-12-26_00_52_55.tgz osmo-bts.build-2025-12-26_00_52_57.tgz osmo-ggsn.build-2025-12-26_20_59_39.tgz osmo-hlr.build-2025-12-26_16_36_59.tgz osmo-hnbgw.build-2025-12-26_13_33_33.tgz osmo-mgw.build-2025-12-26_08_34_44.tgz osmo-msc.build-2025-12-26_13_39_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-26_07_34_51.tgz osmo-pcu-sysmo.build-2025-12-26_07_36_56.tgz osmo-pcu.build-2025-12-26_07_34_21.tgz osmo-sgsn.build-2025-12-26_21_17_59.tgz osmo-stp.build-2025-12-26_13_30_02.tgz osmo-trx.build-2025-12-26_14_38_44.tgz osmocom-bb.build-2025-12-26_21_18_02.tgz srslte.build-19.tgz trial-8192
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-26_13_34_14.md5 osmo-bts-oc2g.build-2025-12-26_00_52_51.md5 osmo-bts-sysmo.build-2025-12-26_00_52_55.md5 osmo-bts.build-2025-12-26_00_52_57.md5 osmo-ggsn.build-2025-12-26_20_59_39.md5 osmo-hlr.build-2025-12-26_16_36_59.md5 osmo-hnbgw.build-2025-12-26_13_33_33.md5 osmo-mgw.build-2025-12-26_08_34_44.md5 osmo-msc.build-2025-12-26_13_39_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-26_07_34_51.md5 osmo-pcu-sysmo.build-2025-12-26_07_36_56.md5 osmo-pcu.build-2025-12-26_07_34_21.md5 osmo-sgsn.build-2025-12-26_21_17_59.md5 osmo-stp.build-2025-12-26_13_30_02.md5 osmo-trx.build-2025-12-26_14_38_44.md5 osmocom-bb.build-2025-12-26_21_18_02.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-26_13_34_14.md5 osmo-bts-oc2g.build-2025-12-26_00_52_51.md5 osmo-bts-sysmo.build-2025-12-26_00_52_55.md5 osmo-bts.build-2025-12-26_00_52_57.md5 osmo-ggsn.build-2025-12-26_20_59_39.md5 osmo-hlr.build-2025-12-26_16_36_59.md5 osmo-hnbgw.build-2025-12-26_13_33_33.md5 osmo-mgw.build-2025-12-26_08_34_44.md5 osmo-msc.build-2025-12-26_13_39_51.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-26_07_34_51.md5 osmo-pcu-sysmo.build-2025-12-26_07_36_56.md5 osmo-pcu.build-2025-12-26_07_34_21.md5 osmo-sgsn.build-2025-12-26_21_17_59.md5 osmo-stp.build-2025-12-26_13_30_02.md5 osmo-trx.build-2025-12-26_14_38_44.md5 osmocom-bb.build-2025-12-26_21_18_02.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-8192 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8192'
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-8192
--------------------------------------------------------------------------------------------
22:48:18.200824 tst                       trial-8192: Detailed log at /build/trial-8192/run.2025-12-26_22-48-18/log

---------------------------------------------------------------------
trial-8192 netreg_mass
---------------------------------------------------------------------
22:48:18.404770 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.405133 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.405954 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.407088 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.448198 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.449053 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.450202 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.512399 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-8192 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.513142 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.528111 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.528657 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.529103 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.529531 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.529961 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.530417 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.530856 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.561229 tst         register_default_mass.py: using LAC 2
22:48:18.583144 tst         register_default_mass.py: using RAC 2
22:48:18.609009 tst         register_default_mass.py: using CellId 2
22:48:18.637744 tst         register_default_mass.py: using BVCI 3
22:48:18.651258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.651955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.652532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.653083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.653593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.654086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.654577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.655097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.655614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.656126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.656645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.657154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.657763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.658296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.658812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.659347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.659859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.660376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.660904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.661425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.661934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.662453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.662990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.663506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.664008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.664530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.665053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.665564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.666090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.666605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.667107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.667614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.668138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.668661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.669173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.669701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.670215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.670732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.671257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.671768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.672266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.672798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.673325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.673827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.674340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.674861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.675369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.675901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.676418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.676942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.677466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.677979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.678484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.679009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.679516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.680020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.680538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.681057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.681563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.682055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.682570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.683077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.683584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.684110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.684613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.685121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.685640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.686151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.686656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.687167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.687666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.688163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.688751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.689271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.689779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.690273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.690786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.691295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.691798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.692291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.692801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.693309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.693811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.694326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.694830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.695324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.695822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.696336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.696842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.697341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.697863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.698364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.698868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.699383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.699889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.700390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.700913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.701425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.701934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.702452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.702954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.703521 tst      register_default_mass.py:21: Launching a simple network
22:48:18.713349 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.832596 run            create_hlr_db(pid=20): Launched
22:48:19.847097 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.863136 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.878306 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.883913 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.070910 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.085733 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.091312 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.509821 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.524940 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.540097 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.654759 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.669674 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.675296 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.698611 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.713589 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.719403 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.034616 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.050044 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.076125 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.248984 run         osmo-bts-virtual(pid=34): Launched
22:48:31.305697 tst         register_default_mass.py: using MSISDN 1001
22:48:31.326198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.365411 tst         register_default_mass.py: using MSISDN 1002
22:48:31.383295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.414371 tst         register_default_mass.py: using MSISDN 1003
22:48:31.429302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.460288 tst         register_default_mass.py: using MSISDN 1004
22:48:31.475055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.506069 tst         register_default_mass.py: using MSISDN 1005
22:48:31.520619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.551351 tst         register_default_mass.py: using MSISDN 1006
22:48:31.566019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.597038 tst         register_default_mass.py: using MSISDN 1007
22:48:31.611596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.642470 tst         register_default_mass.py: using MSISDN 1008
22:48:31.657042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.688072 tst         register_default_mass.py: using MSISDN 1009
22:48:31.702767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.733554 tst         register_default_mass.py: using MSISDN 1010
22:48:31.748154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.779364 tst         register_default_mass.py: using MSISDN 1011
22:48:31.793981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.825144 tst         register_default_mass.py: using MSISDN 1012
22:48:31.839791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.870791 tst         register_default_mass.py: using MSISDN 1013
22:48:31.885453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.916493 tst         register_default_mass.py: using MSISDN 1014
22:48:31.931147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.962176 tst         register_default_mass.py: using MSISDN 1015
22:48:31.976743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.007670 tst         register_default_mass.py: using MSISDN 1016
22:48:32.022411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.053281 tst         register_default_mass.py: using MSISDN 1017
22:48:32.067686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.098707 tst         register_default_mass.py: using MSISDN 1018
22:48:32.113359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.144596 tst         register_default_mass.py: using MSISDN 1019
22:48:32.159305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.189883 tst         register_default_mass.py: using MSISDN 1020
22:48:32.204343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.235454 tst         register_default_mass.py: using MSISDN 1021
22:48:32.250087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.280840 tst         register_default_mass.py: using MSISDN 1022
22:48:32.295477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.325123 tst         register_default_mass.py: using MSISDN 1023
22:48:32.339010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.369210 tst         register_default_mass.py: using MSISDN 1024
22:48:32.383340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.413244 tst         register_default_mass.py: using MSISDN 1025
22:48:32.427355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.457449 tst         register_default_mass.py: using MSISDN 1026
22:48:32.471502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.501132 tst         register_default_mass.py: using MSISDN 1027
22:48:32.515070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.544272 tst         register_default_mass.py: using MSISDN 1028
22:48:32.557731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.586788 tst         register_default_mass.py: using MSISDN 1029
22:48:32.600322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.629348 tst         register_default_mass.py: using MSISDN 1030
22:48:32.642773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.671752 tst         register_default_mass.py: using MSISDN 1031
22:48:32.685275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.714242 tst         register_default_mass.py: using MSISDN 1032
22:48:32.727536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.756820 tst         register_default_mass.py: using MSISDN 1033
22:48:32.770297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.799466 tst         register_default_mass.py: using MSISDN 1034
22:48:32.813016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.841666 tst         register_default_mass.py: using MSISDN 1035
22:48:32.854942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.883973 tst         register_default_mass.py: using MSISDN 1036
22:48:32.897458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.926551 tst         register_default_mass.py: using MSISDN 1037
22:48:32.940017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.969166 tst         register_default_mass.py: using MSISDN 1038
22:48:32.982522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.011563 tst         register_default_mass.py: using MSISDN 1039
22:48:33.025079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.054409 tst         register_default_mass.py: using MSISDN 1040
22:48:33.068024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.097127 tst         register_default_mass.py: using MSISDN 1041
22:48:33.110537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.139682 tst         register_default_mass.py: using MSISDN 1042
22:48:33.153342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.182795 tst         register_default_mass.py: using MSISDN 1043
22:48:33.196302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.226776 tst         register_default_mass.py: using MSISDN 1044
22:48:33.240935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.272021 tst         register_default_mass.py: using MSISDN 1045
22:48:33.286401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.317047 tst         register_default_mass.py: using MSISDN 1046
22:48:33.331357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.362045 tst         register_default_mass.py: using MSISDN 1047
22:48:33.376340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.406953 tst         register_default_mass.py: using MSISDN 1048
22:48:33.421125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.452013 tst         register_default_mass.py: using MSISDN 1049
22:48:33.466421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.496983 tst         register_default_mass.py: using MSISDN 1050
22:48:33.511129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.541819 tst         register_default_mass.py: using MSISDN 1051
22:48:33.556149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.586976 tst         register_default_mass.py: using MSISDN 1052
22:48:33.601238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.631983 tst         register_default_mass.py: using MSISDN 1053
22:48:33.641501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.672264 tst         register_default_mass.py: using MSISDN 1054
22:48:33.687715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.718578 tst         register_default_mass.py: using MSISDN 1055
22:48:33.732971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.763765 tst         register_default_mass.py: using MSISDN 1056
22:48:33.777889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.808470 tst         register_default_mass.py: using MSISDN 1057
22:48:33.822610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.853683 tst         register_default_mass.py: using MSISDN 1058
22:48:33.867659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.898193 tst         register_default_mass.py: using MSISDN 1059
22:48:33.912245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.942803 tst         register_default_mass.py: using MSISDN 1060
22:48:33.956894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.987604 tst         register_default_mass.py: using MSISDN 1061
22:48:33.997580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.028384 tst         register_default_mass.py: using MSISDN 1062
22:48:34.043946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.074817 tst         register_default_mass.py: using MSISDN 1063
22:48:34.089218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.119913 tst         register_default_mass.py: using MSISDN 1064
22:48:34.134253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.165022 tst         register_default_mass.py: using MSISDN 1065
22:48:34.179355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.209727 tst         register_default_mass.py: using MSISDN 1066
22:48:34.223806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.254275 tst         register_default_mass.py: using MSISDN 1067
22:48:34.268429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.299181 tst         register_default_mass.py: using MSISDN 1068
22:48:34.313435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.343707 tst         register_default_mass.py: using MSISDN 1069
22:48:34.357764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.388271 tst         register_default_mass.py: using MSISDN 1070
22:48:34.402503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.432965 tst         register_default_mass.py: using MSISDN 1071
22:48:34.447297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.478266 tst         register_default_mass.py: using MSISDN 1072
22:48:34.492659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.523274 tst         register_default_mass.py: using MSISDN 1073
22:48:34.537498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.568014 tst         register_default_mass.py: using MSISDN 1074
22:48:34.582337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.612758 tst         register_default_mass.py: using MSISDN 1075
22:48:34.626843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.657130 tst         register_default_mass.py: using MSISDN 1076
22:48:34.671078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.700844 tst         register_default_mass.py: using MSISDN 1077
22:48:34.714697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.744751 tst         register_default_mass.py: using MSISDN 1078
22:48:34.758724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.788686 tst         register_default_mass.py: using MSISDN 1079
22:48:34.802734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.833025 tst         register_default_mass.py: using MSISDN 1080
22:48:34.847157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.877622 tst         register_default_mass.py: using MSISDN 1081
22:48:34.891942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.922099 tst         register_default_mass.py: using MSISDN 1082
22:48:34.936169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.966311 tst         register_default_mass.py: using MSISDN 1083
22:48:34.976374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.006495 tst         register_default_mass.py: using MSISDN 1084
22:48:35.022098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.052460 tst         register_default_mass.py: using MSISDN 1085
22:48:35.066995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.097169 tst         register_default_mass.py: using MSISDN 1086
22:48:35.111396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.141562 tst         register_default_mass.py: using MSISDN 1087
22:48:35.154983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.185161 tst         register_default_mass.py: using MSISDN 1088
22:48:35.198977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.229264 tst         register_default_mass.py: using MSISDN 1089
22:48:35.243599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.274209 tst         register_default_mass.py: using MSISDN 1090
22:48:35.288700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.319382 tst         register_default_mass.py: using MSISDN 1091
22:48:35.333917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.365012 tst         register_default_mass.py: using MSISDN 1092
22:48:35.379555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.410397 tst         register_default_mass.py: using MSISDN 1093
22:48:35.424903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.455786 tst         register_default_mass.py: using MSISDN 1094
22:48:35.470395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.501163 tst         register_default_mass.py: using MSISDN 1095
22:48:35.515667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.546386 tst         register_default_mass.py: using MSISDN 1096
22:48:35.560877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.591531 tst         register_default_mass.py: using MSISDN 1097
22:48:35.606039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.636905 tst         register_default_mass.py: using MSISDN 1098
22:48:35.651592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.682375 tst         register_default_mass.py: using MSISDN 1099
22:48:35.696884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.727618 tst         register_default_mass.py: using MSISDN 1100
22:48:35.742295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.834444 run                             mass: Starting testcase
22:48:35.839920 run                             mass: Pre-launching all virtphy's
22:48:35.845312 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.858330 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.864352 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.877095 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.883073 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.895806 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.901784 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.914566 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.920508 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.933248 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.939303 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.952163 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.958118 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.970824 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.976908 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.989729 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.995645 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.008371 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.014332 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.027027 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.032958 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.045677 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.051598 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.064286 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.070248 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.083027 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.088984 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.101716 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.107657 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.120385 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.126395 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.139126 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.145055 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.157799 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.163720 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.176606 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.182526 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.195395 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.201357 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.214208 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.220152 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.232947 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.238891 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.251614 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.257520 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.270253 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.276191 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.289004 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.294933 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.307665 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.313612 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.326326 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.332248 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.345016 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.350962 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.363702 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.369644 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.382475 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.388408 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.401422 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.407460 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.420389 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.426355 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.439179 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.445165 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.458125 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.464193 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.477362 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.483529 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.496513 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.502544 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.515516 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.521478 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.534306 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.540309 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.553114 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.559053 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.571808 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.577821 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.590601 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.596550 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.609315 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.615290 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.628049 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.634050 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.646993 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.652925 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.665839 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.671788 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.684768 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.690719 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.703606 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.709515 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.722326 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.728334 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.741190 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.747170 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.759864 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.765849 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.778673 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.784773 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.797727 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.803726 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.816401 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.822277 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.834961 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.840824 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.853512 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.859419 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.872139 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.878257 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.891188 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.897110 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.909821 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.915716 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.928608 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.934543 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.947474 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.953390 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.966114 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.972000 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.984745 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.990667 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.003411 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.009325 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.022069 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.027972 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.040717 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.046594 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.059292 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.065223 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.077961 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.083860 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.096545 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.102487 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.115447 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.121383 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.134317 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.140224 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.152961 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.159000 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.171904 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.177964 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.190886 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.196894 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.209946 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.215888 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.228633 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.234605 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.247376 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.253351 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.266042 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.271911 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.284725 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.290656 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.303383 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.309351 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.322167 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.328088 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.340853 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.346913 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.359727 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.365785 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.378554 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.384445 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.397485 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.403416 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.416318 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.422252 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.435007 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.440942 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.453671 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.459554 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.472274 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.478194 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.490974 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.496883 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.509639 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.515525 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.528292 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.534196 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.546927 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.552837 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.565531 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.571421 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.584374 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.590327 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.603184 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.609103 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.621802 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.627871 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.640681 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.646786 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.659527 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.665472 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.678183 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.684087 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.696843 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.702766 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.715494 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.721372 run                             mass: Checking if sockets are in the filesystem
22:48:37.753711 run                osmo-ms-mob/00000: Starting mobile
22:48:37.766792 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.777524 run                             mass: MS start registered  {at=30020223.48087556, delay=0.00464329868555069, ms=00000}
22:48:41.968263 run                osmo-ms-mob/00001: Starting mobile
22:48:41.984978 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.995414 run                             mass: MS start registered  {at=30020227.698765054, delay=0.004554096609354019, ms=00001}
22:48:43.085435 run                             mass: MS performed LU  {at=30020228.788665503, lu_delay=5.307789944112301, ms=00000}
22:48:43.737603 run                osmo-ms-mob/00002: Starting mobile
22:48:43.750685 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.761066 run                             mass: MS start registered  {at=30020229.464408726, delay=0.004474364221096039, ms=00002}
22:48:45.068703 run                osmo-ms-mob/00003: Starting mobile
22:48:45.085484 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.095867 run                             mass: MS start registered  {at=30020230.799217988, delay=0.004482872784137726, ms=00003}
22:48:46.158898 run                osmo-ms-mob/00004: Starting mobile
22:48:46.174656 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.185221 run                             mass: MS start registered  {at=30020231.888572995, delay=0.004464905709028244, ms=00004}
22:48:46.851985 run                             mass: MS performed LU  {at=30020232.555224713, lu_delay=4.856459658592939, ms=00001}
22:48:47.137599 run                osmo-ms-mob/00005: Starting mobile
22:48:47.150318 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.160905 run                             mass: MS start registered  {at=30020232.864256885, delay=0.0046740323305130005, ms=00005}
22:48:48.037645 run                osmo-ms-mob/00006: Starting mobile
22:48:48.050936 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.061744 run                             mass: MS start registered  {at=30020233.765098117, delay=0.004790216684341431, ms=00006}
22:48:48.752474 run                             mass: MS performed LU  {at=30020234.455709852, lu_delay=4.991301126778126, ms=00002}
22:48:48.968562 run                osmo-ms-mob/00007: Starting mobile
22:48:48.985149 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.995986 run                             mass: MS start registered  {at=30020234.699339572, delay=0.004548132419586182, ms=00007}
22:48:49.737739 run                osmo-ms-mob/00008: Starting mobile
22:48:49.750652 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.761224 run                             mass: MS start registered  {at=30020235.464579653, delay=0.00465749204158783, ms=00008}
22:48:50.469068 run                osmo-ms-mob/00009: Starting mobile
22:48:50.485723 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.496281 run                             mass: MS start registered  {at=30020236.199635867, delay=0.004517141729593277, ms=00009}
22:48:50.617778 run                             mass: MS performed LU  {at=30020236.32101987, lu_delay=5.521801881492138, ms=00003}
22:48:51.167327 run                osmo-ms-mob/00010: Starting mobile
22:48:51.184088 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.194766 run                             mass: MS start registered  {at=30020236.898117922, delay=0.004736766219139099, ms=00010}
22:48:51.737073 run                osmo-ms-mob/00011: Starting mobile
22:48:51.750166 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.760844 run                             mass: MS start registered  {at=30020237.46419617, delay=0.004718158394098282, ms=00011}
22:48:52.337956 run                osmo-ms-mob/00012: Starting mobile
22:48:52.351011 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.361543 run                             mass: MS start registered  {at=30020238.064897895, delay=0.004502821713685989, ms=00012}
22:48:52.518139 run                             mass: MS performed LU  {at=30020238.221384037, lu_delay=4.456285919994116, ms=00006}
22:48:52.546664 run                             mass: MS performed LU  {at=30020238.249907795, lu_delay=5.385650910437107, ms=00005}
22:48:52.563816 run                             mass: MS performed LU  {at=30020238.267179944, lu_delay=6.378606949001551, ms=00004}
22:48:52.967030 run                osmo-ms-mob/00013: Starting mobile
22:48:52.983662 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.994417 run                             mass: MS start registered  {at=30020238.697768897, delay=0.004336036741733551, ms=00013}
22:48:53.537316 run                osmo-ms-mob/00014: Starting mobile
22:48:53.550172 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.560922 run                             mass: MS start registered  {at=30020239.264275394, delay=0.004850719124078751, ms=00014}
22:48:54.166109 run                osmo-ms-mob/00015: Starting mobile
22:48:54.181052 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.191638 run                             mass: MS start registered  {at=30020239.894992296, delay=0.0045612044632434845, ms=00015}
22:48:54.382776 run                             mass: MS performed LU  {at=30020240.085988794, lu_delay=5.3866492211818695, ms=00007}
22:48:54.637264 run                osmo-ms-mob/00016: Starting mobile
22:48:54.650310 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.660900 run                             mass: MS start registered  {at=30020240.364255793, delay=0.004493165761232376, ms=00016}
22:48:54.752020 run                             mass: MS performed LU  {at=30020240.455272183, lu_delay=4.990692529827356, ms=00008}
22:48:55.168027 run                osmo-ms-mob/00017: Starting mobile
22:48:55.185151 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.195892 run                             mass: MS start registered  {at=30020240.899244998, delay=0.004673253744840622, ms=00017}
22:48:55.763435 run                osmo-ms-mob/00018: Starting mobile
22:48:55.778888 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.789530 run                             mass: MS start registered  {at=30020241.49288364, delay=0.0045767612755298615, ms=00018}
22:48:56.166759 run                osmo-ms-mob/00019: Starting mobile
22:48:56.182864 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.193927 run                             mass: MS start registered  {at=30020241.897276726, delay=0.004780635237693787, ms=00019}
22:48:56.284453 run                             mass: MS performed LU  {at=30020241.987704188, lu_delay=5.089586265385151, ms=00010}
22:48:56.310944 run                             mass: MS performed LU  {at=30020242.01427235, lu_delay=4.550076179206371, ms=00011}
22:48:56.329826 run                             mass: MS performed LU  {at=30020242.033093497, lu_delay=5.833457630127668, ms=00009}
22:48:56.659447 run                osmo-ms-mob/00020: Starting mobile
22:48:56.676105 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.687000 run                             mass: MS start registered  {at=30020242.390353248, delay=0.004726041108369827, ms=00020}
22:48:57.148601 run                osmo-ms-mob/00021: Starting mobile
22:48:57.162312 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.173333 run                             mass: MS start registered  {at=30020242.87668634, delay=0.004901405423879623, ms=00021}
22:48:57.558151 run                osmo-ms-mob/00022: Starting mobile
22:48:57.572379 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.583680 run                             mass: MS start registered  {at=30020243.287031095, delay=0.0049919262528419495, ms=00022}
22:48:58.054070 run                osmo-ms-mob/00023: Starting mobile
22:48:58.067381 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.073712 run                             mass: MS performed LU  {at=30020243.777070276, lu_delay=5.712172381579876, ms=00012}
22:48:58.079568 run                             mass: MS performed LU  {at=30020243.782935508, lu_delay=5.085166610777378, ms=00013}
22:48:58.085307 run                             mass: MS start registered  {at=30020243.78867534, delay=0.011623453348875046, ms=00023}
22:48:58.148544 run                             mass: MS performed LU  {at=30020243.851796877, lu_delay=4.587521482259035, ms=00014}
22:48:58.174327 run                osmo-ms-mob/00024: Starting mobile
22:48:58.187071 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.197870 run                             mass: MS start registered  {at=30020243.90122313, delay=0.00497233122587204, ms=00024}
22:48:58.937039 run                osmo-ms-mob/00025: Starting mobile
22:48:58.950034 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.961007 run                             mass: MS start registered  {at=30020244.664360978, delay=0.004857011139392853, ms=00025}
22:48:59.349811 run                osmo-ms-mob/00026: Starting mobile
22:48:59.362753 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.374044 run                             mass: MS start registered  {at=30020245.077388894, delay=0.005264315754175186, ms=00026}
22:48:59.750089 run                osmo-ms-mob/00027: Starting mobile
22:48:59.763744 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.775099 run                             mass: MS start registered  {at=30020245.47845035, delay=0.004858367145061493, ms=00027}
22:49:00.049892 run                             mass: MS performed LU  {at=30020245.75314968, lu_delay=4.8539046831429005, ms=00017}
22:49:00.065178 run                osmo-ms-mob/00028: Starting mobile
22:49:00.078422 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.084449 run                             mass: MS performed LU  {at=30020245.787811562, lu_delay=5.4235557690262794, ms=00016}
22:49:00.090291 run                             mass: MS start registered  {at=30020245.793658823, delay=0.005863029509782791, ms=00028}
22:49:00.096253 run                             mass: MS performed LU  {at=30020245.799615186, lu_delay=5.90462289005518, ms=00015}
22:49:00.579499 run                osmo-ms-mob/00029: Starting mobile
22:49:00.600436 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.611528 run                             mass: MS start registered  {at=30020246.314880777, delay=0.005129378288984299, ms=00029}
22:49:00.960336 run                osmo-ms-mob/00030: Starting mobile
22:49:00.981827 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.993395 run                             mass: MS start registered  {at=30020246.696743384, delay=0.005627259612083435, ms=00030}
22:49:01.350707 run                osmo-ms-mob/00031: Starting mobile
22:49:01.364358 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.375732 run                             mass: MS start registered  {at=30020247.07908192, delay=0.005205020308494568, ms=00031}
22:49:01.637110 run                osmo-ms-mob/00032: Starting mobile
22:49:01.650096 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.661280 run                             mass: MS start registered  {at=30020247.364631265, delay=0.005129925906658173, ms=00032}
22:49:01.813645 run                             mass: MS performed LU  {at=30020247.51689515, lu_delay=4.640208810567856, ms=00021}
22:49:01.831138 run                             mass: MS performed LU  {at=30020247.534402724, lu_delay=5.637125998735428, ms=00019}
22:49:01.914881 run                             mass: MS performed LU  {at=30020247.61813215, lu_delay=6.12524851039052, ms=00018}
22:49:01.929119 run                osmo-ms-mob/00033: Starting mobile
22:49:01.942321 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.953438 run                             mass: MS start registered  {at=30020247.65679028, delay=0.005072113126516342, ms=00033}
22:49:02.085647 run                             mass: MS performed LU  {at=30020247.788898174, lu_delay=5.398544926196337, ms=00020}
22:49:02.340260 run                             mass: MS performed LU  {at=30020248.0435145, lu_delay=4.756483405828476, ms=00022}
22:49:02.395677 run                osmo-ms-mob/00034: Starting mobile
22:49:02.410523 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.421655 run                             mass: MS start registered  {at=30020248.125006523, delay=0.005088575184345245, ms=00034}
22:49:02.751551 run                osmo-ms-mob/00035: Starting mobile
22:49:02.766889 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.778514 run                             mass: MS start registered  {at=30020248.481864333, delay=0.00539788231253624, ms=00035}
22:49:03.137359 run                osmo-ms-mob/00036: Starting mobile
22:49:03.150236 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.161672 run                             mass: MS start registered  {at=30020248.86502341, delay=0.005262531340122223, ms=00036}
22:49:03.559289 run                osmo-ms-mob/00037: Starting mobile
22:49:03.575300 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.586766 run                             mass: MS start registered  {at=30020249.29011755, delay=0.005310866981744766, ms=00037}
22:49:03.816253 run                             mass: MS performed LU  {at=30020249.519503403, lu_delay=5.730828061699867, ms=00023}
22:49:03.831088 run                osmo-ms-mob/00038: Starting mobile
22:49:03.844015 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.850033 run                             mass: MS performed LU  {at=30020249.553394128, lu_delay=4.8890331499278545, ms=00025}
22:49:03.855796 run                             mass: MS start registered  {at=30020249.55916245, delay=0.005786336958408356, ms=00038}
22:49:03.861628 run                             mass: MS performed LU  {at=30020249.564991523, lu_delay=4.48760262876749, ms=00026}
22:49:03.872245 run                osmo-ms-mob/00039: Starting mobile
22:49:03.885120 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.896200 run                             mass: MS start registered  {at=30020249.59955462, delay=0.004955783486366272, ms=00039}
22:49:04.006114 run                             mass: MS performed LU  {at=30020249.70937218, lu_delay=5.808149050921202, ms=00024}
22:49:04.546781 run                osmo-ms-mob/00040: Starting mobile
22:49:04.560393 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.572001 run                             mass: MS start registered  {at=30020250.275349826, delay=0.00556521862745285, ms=00040}
22:49:04.850867 run                osmo-ms-mob/00041: Starting mobile
22:49:04.864286 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.875635 run                             mass: MS start registered  {at=30020250.57898427, delay=0.005451720207929611, ms=00041}
22:49:05.149201 run                osmo-ms-mob/00042: Starting mobile
22:49:05.162898 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.174001 run                             mass: MS start registered  {at=30020250.877355065, delay=0.005028028041124344, ms=00042}
22:49:05.560617 run                osmo-ms-mob/00043: Starting mobile
22:49:05.576610 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.582798 run                             mass: MS performed LU  {at=30020251.28615682, lu_delay=5.807706467807293, ms=00027}
22:49:05.588967 run                             mass: MS start registered  {at=30020251.292332776, delay=0.0061919353902339935, ms=00043}
22:49:05.595817 run                             mass: MS performed LU  {at=30020251.299172297, lu_delay=4.984291519969702, ms=00029}
22:49:05.606748 run                osmo-ms-mob/00044: Starting mobile
22:49:05.619885 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.630797 run                             mass: MS start registered  {at=30020251.334152028, delay=0.004842188209295273, ms=00044}
22:49:05.680154 run                             mass: MS performed LU  {at=30020251.383404635, lu_delay=4.686661250889301, ms=00030}
22:49:05.850985 run                             mass: MS performed LU  {at=30020251.554239456, lu_delay=5.760580632835627, ms=00028}
22:49:05.880563 run                osmo-ms-mob/00045: Starting mobile
22:49:05.893860 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.905034 run                             mass: MS start registered  {at=30020251.60838863, delay=0.005105126649141312, ms=00045}
22:49:06.105701 run                             mass: MS performed LU  {at=30020251.808953732, lu_delay=4.729871813207865, ms=00031}
22:49:06.461562 run                osmo-ms-mob/00046: Starting mobile
22:49:06.477904 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.488863 run                             mass: MS start registered  {at=30020252.192212716, delay=0.004818763583898544, ms=00046}
22:49:06.747859 run                osmo-ms-mob/00047: Starting mobile
22:49:06.761505 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.772753 run                             mass: MS start registered  {at=30020252.476098195, delay=0.004898097366094589, ms=00047}
22:49:07.044055 run                osmo-ms-mob/00048: Starting mobile
22:49:07.057505 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.068906 run                             mass: MS start registered  {at=30020252.772254556, delay=0.005140978842973709, ms=00048}
22:49:07.352456 run                osmo-ms-mob/00049: Starting mobile
22:49:07.367833 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.378897 run                             mass: MS start registered  {at=30020253.082249567, delay=0.004942171275615692, ms=00049}
22:49:07.581174 run                             mass: MS performed LU  {at=30020253.284426127, lu_delay=5.627635847777128, ms=00033}
22:49:07.596006 run                osmo-ms-mob/00050: Starting mobile
22:49:07.609003 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.614922 run                             mass: MS performed LU  {at=30020253.31828374, lu_delay=4.453260328620672, ms=00036}
22:49:07.620654 run                             mass: MS start registered  {at=30020253.324020337, delay=0.0057524219155311584, ms=00050}
22:49:07.627358 run                             mass: MS performed LU  {at=30020253.330709424, lu_delay=4.848845090717077, ms=00035}
22:49:07.771599 run                             mass: MS performed LU  {at=30020253.47485156, lu_delay=6.110220294445753, ms=00032}
22:49:07.800214 run                osmo-ms-mob/00051: Starting mobile
22:49:07.812996 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.819300 run                             mass: MS performed LU  {at=30020253.522658784, lu_delay=5.397652260959148, ms=00034}
22:49:07.825156 run                             mass: MS start registered  {at=30020253.52852242, delay=0.005882669240236282, ms=00051}
22:49:08.349751 run                osmo-ms-mob/00052: Starting mobile
22:49:08.363505 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.374576 run                             mass: MS start registered  {at=30020254.077925824, delay=0.004872441291809082, ms=00052}
22:49:08.651519 run                osmo-ms-mob/00053: Starting mobile
22:49:08.665519 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.679078 run                             mass: MS start registered  {at=30020254.38242502, delay=0.007527191191911697, ms=00053}
22:49:08.951467 run                osmo-ms-mob/00054: Starting mobile
22:49:08.965383 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.976744 run                             mass: MS start registered  {at=30020254.680088256, delay=0.005317911505699158, ms=00054}
22:49:09.250223 run                osmo-ms-mob/00055: Starting mobile
22:49:09.263805 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.275123 run                             mass: MS start registered  {at=30020254.978471093, delay=0.0054117292165756226, ms=00055}
22:49:09.344517 run                             mass: MS performed LU  {at=30020255.04776815, lu_delay=4.468783877789974, ms=00041}
22:49:09.362041 run                             mass: MS performed LU  {at=30020255.065342996, lu_delay=5.775225445628166, ms=00037}
22:49:09.378303 run                osmo-ms-mob/00056: Starting mobile
22:49:09.391838 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.403251 run                             mass: MS start registered  {at=30020255.10659156, delay=0.005186539143323898, ms=00056}
22:49:09.446514 run                             mass: MS performed LU  {at=30020255.149778984, lu_delay=5.5502243638038635, ms=00039}
22:49:09.617562 run                             mass: MS performed LU  {at=30020255.32081294, lu_delay=5.761650491505861, ms=00038}
22:49:09.647239 run                osmo-ms-mob/00057: Starting mobile
22:49:09.660383 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.666350 run                             mass: MS performed LU  {at=30020255.369710468, lu_delay=5.094360642135143, ms=00040}
22:49:09.672201 run                             mass: MS start registered  {at=30020255.375568837, delay=0.005875971168279648, ms=00057}
22:49:10.250982 run                osmo-ms-mob/00058: Starting mobile
22:49:10.264917 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.276012 run                             mass: MS start registered  {at=30020255.979340877, delay=0.005086831748485565, ms=00058}
22:49:10.537491 run                osmo-ms-mob/00059: Starting mobile
22:49:10.551119 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.562271 run                             mass: MS start registered  {at=30020256.265625104, delay=0.005082409828901291, ms=00059}
22:49:10.861223 run                osmo-ms-mob/00060: Starting mobile
22:49:10.877751 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.889061 run                             mass: MS start registered  {at=30020256.592413317, delay=0.005163528025150299, ms=00060}
22:49:11.260090 run                osmo-ms-mob/00061: Starting mobile
22:49:11.275904 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.287251 run                             mass: MS start registered  {at=30020256.990598526, delay=0.0049388110637664795, ms=00061}
22:49:11.300449 run                             mass: MS performed LU  {at=30020257.003787216, lu_delay=5.669635187834501, ms=00044}
22:49:11.374875 run                             mass: MS performed LU  {at=30020257.078143157, lu_delay=5.4697545282542706, ms=00045}
22:49:11.402832 run                osmo-ms-mob/00062: Starting mobile
22:49:11.415638 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.421598 run                             mass: MS performed LU  {at=30020257.12495915, lu_delay=5.83262637257576, ms=00043}
22:49:11.427438 run                             mass: MS start registered  {at=30020257.130804744, delay=0.005861274898052216, ms=00062}
22:49:11.554905 run                             mass: MS performed LU  {at=30020257.258156706, lu_delay=4.782058510929346, ms=00047}
22:49:11.583916 run                osmo-ms-mob/00063: Starting mobile
22:49:11.596795 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.602861 run                             mass: MS performed LU  {at=30020257.30622252, lu_delay=5.11400980502367, ms=00046}
22:49:11.608730 run                             mass: MS start registered  {at=30020257.31209707, delay=0.005891434848308563, ms=00063}
22:49:12.249979 run                osmo-ms-mob/00064: Starting mobile
22:49:12.263769 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.275038 run                             mass: MS start registered  {at=30020257.97838941, delay=0.005060873925685883, ms=00064}
22:49:12.649901 run                osmo-ms-mob/00065: Starting mobile
22:49:12.663520 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.674805 run                             mass: MS start registered  {at=30020258.378157765, delay=0.005034886300563812, ms=00065}
22:49:12.951923 run                osmo-ms-mob/00066: Starting mobile
22:49:12.965606 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.977000 run                             mass: MS start registered  {at=30020258.68034217, delay=0.005444623529911041, ms=00066}
22:49:13.110768 run                             mass: MS performed LU  {at=30020258.81402141, lu_delay=6.041766852140427, ms=00048}
22:49:13.129133 run                             mass: MS performed LU  {at=30020258.832411245, lu_delay=5.750161677598953, ms=00049}
22:49:13.211802 run                             mass: MS performed LU  {at=30020258.915064055, lu_delay=4.83713823184371, ms=00052}
22:49:13.263747 run                osmo-ms-mob/00067: Starting mobile
22:49:13.276479 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.287589 run                             mass: MS start registered  {at=30020258.990944054, delay=0.005248498171567917, ms=00067}
22:49:13.383202 run                             mass: MS performed LU  {at=30020259.086455684, lu_delay=5.762435346841812, ms=00050}
22:49:13.651248 run                osmo-ms-mob/00068: Starting mobile
22:49:13.665389 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.676819 run                             mass: MS start registered  {at=30020259.380170614, delay=0.00529484823346138, ms=00068}
22:49:13.710741 run                             mass: MS performed LU  {at=30020259.414006326, lu_delay=5.031581304967403, ms=00053}
22:49:14.050515 run                osmo-ms-mob/00069: Starting mobile
22:49:14.064662 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.076412 run                             mass: MS start registered  {at=30020259.779758167, delay=0.00554443895816803, ms=00069}
22:49:14.287909 run                             mass: MS performed LU  {at=30020259.991158742, lu_delay=5.311070486903191, ms=00054}
22:49:14.451789 run                osmo-ms-mob/00070: Starting mobile
22:49:14.466272 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.477699 run                             mass: MS start registered  {at=30020260.1810501, delay=0.005262147635221481, ms=00070}
22:49:14.836463 run                osmo-ms-mob/00071: Starting mobile
22:49:14.849498 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.860583 run                             mass: MS start registered  {at=30020260.563935578, delay=0.003153175115585327, ms=00071}
22:49:15.068444 run                             mass: MS performed LU  {at=30020260.771677446, lu_delay=5.3961086086928844, ms=00057}
22:49:15.141443 run                             mass: MS performed LU  {at=30020260.844713382, lu_delay=5.738121822476387, ms=00056}
22:49:15.169622 run                osmo-ms-mob/00072: Starting mobile
22:49:15.182532 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.188709 run                             mass: MS performed LU  {at=30020260.892040443, lu_delay=4.626415338367224, ms=00059}
22:49:15.194613 run                             mass: MS start registered  {at=30020260.897979707, delay=0.005958136171102524, ms=00072}
22:49:15.320999 run                             mass: MS performed LU  {at=30020261.024254397, lu_delay=5.0449135191738605, ms=00058}
22:49:15.344706 run                             mass: MS performed LU  {at=30020261.048066963, lu_delay=6.069595869630575, ms=00055}
22:49:15.355798 run                osmo-ms-mob/00073: Starting mobile
22:49:15.368873 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.380145 run                             mass: MS start registered  {at=30020261.08349212, delay=0.005343686789274216, ms=00073}
22:49:16.052275 run                osmo-ms-mob/00074: Starting mobile
22:49:16.066216 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.077874 run                             mass: MS start registered  {at=30020261.781218484, delay=0.0053830333054065704, ms=00074}
22:49:16.209393 run                             mass: MS performed LU  {at=30020261.912644994, lu_delay=3.5344872288405895, ms=00065}
22:49:16.451491 run                osmo-ms-mob/00075: Starting mobile
22:49:16.465543 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.476821 run                             mass: MS start registered  {at=30020262.180170637, delay=0.005212187767028809, ms=00075}
22:49:16.876226 run                             mass: MS performed LU  {at=30020262.579452783, lu_delay=4.601063374429941, ms=00064}
22:49:16.934730 run                osmo-ms-mob/00076: Starting mobile
22:49:16.950063 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.956071 run                             mass: MS performed LU  {at=30020262.659428, lu_delay=5.528623256832361, ms=00062}
22:49:16.961871 run                             mass: MS start registered  {at=30020262.66523804, delay=0.005830422043800354, ms=00076}
22:49:16.976659 run                             mass: MS performed LU  {at=30020262.67999833, lu_delay=6.087585013359785, ms=00060}
22:49:17.240580 run                             mass: MS performed LU  {at=30020262.9438284, lu_delay=5.631731331348419, ms=00063}
22:49:17.269928 run                osmo-ms-mob/00077: Starting mobile
22:49:17.282830 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.294135 run                             mass: MS start registered  {at=30020262.997482557, delay=0.005142446607351303, ms=00077}
22:49:17.843920 run                osmo-ms-mob/00078: Starting mobile
22:49:17.857554 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.869033 run                             mass: MS start registered  {at=30020263.57237714, delay=0.005468688905239105, ms=00078}
22:49:18.237253 run                osmo-ms-mob/00079: Starting mobile
22:49:18.250492 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.261683 run                             mass: MS start registered  {at=30020263.96503505, delay=0.005180634558200836, ms=00079}
22:49:18.759756 run                osmo-ms-mob/00080: Starting mobile
22:49:18.776311 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.788733 run                             mass: MS start registered  {at=30020264.49207033, delay=0.006425555795431137, ms=00080}
22:49:18.879438 run                             mass: MS performed LU  {at=30020264.582684632, lu_delay=4.80292646586895, ms=00069}
22:49:18.925897 run                             mass: MS performed LU  {at=30020264.62916695, lu_delay=5.948824778199196, ms=00066}
22:49:19.069082 run                             mass: MS performed LU  {at=30020264.77231506, lu_delay=5.781371004879475, ms=00067}
22:49:19.095730 run                             mass: MS performed LU  {at=30020264.799090154, lu_delay=5.418919540941715, ms=00068}
22:49:19.106833 run                osmo-ms-mob/00081: Starting mobile
22:49:19.119827 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.130821 run                             mass: MS start registered  {at=30020264.834176693, delay=0.005000278353691101, ms=00081}
22:49:19.653374 run                osmo-ms-mob/00082: Starting mobile
22:49:19.667666 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.678861 run                             mass: MS start registered  {at=30020265.38220793, delay=0.0051893144845962524, ms=00082}
22:49:20.267147 run                osmo-ms-mob/00083: Starting mobile
22:49:20.283173 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.294258 run                             mass: MS start registered  {at=30020265.99760865, delay=0.005040250718593597, ms=00083}
22:49:20.641905 run                             mass: MS performed LU  {at=30020266.345159233, lu_delay=5.261667113751173, ms=00073}
22:49:20.673736 run                osmo-ms-mob/00084: Starting mobile
22:49:20.688098 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.694164 run                             mass: MS performed LU  {at=30020266.397523776, lu_delay=5.499544069170952, ms=00072}
22:49:20.700392 run                             mass: MS start registered  {at=30020266.403757688, delay=0.00625108927488327, ms=00084}
22:49:20.743922 run                             mass: MS performed LU  {at=30020266.447185293, lu_delay=4.665966808795929, ms=00074}
22:49:20.933257 run                             mass: MS performed LU  {at=30020266.63650038, lu_delay=6.0725648030638695, ms=00071}
22:49:21.261567 run                osmo-ms-mob/00085: Starting mobile
22:49:21.276928 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.288048 run                             mass: MS start registered  {at=30020266.99139952, delay=0.004940919578075409, ms=00085}
22:49:21.848520 run                osmo-ms-mob/00086: Starting mobile
22:49:21.861852 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.872979 run                             mass: MS start registered  {at=30020267.576332636, delay=0.005070436745882034, ms=00086}
22:49:22.468804 run                osmo-ms-mob/00087: Starting mobile
22:49:22.485677 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.496668 run                             mass: MS start registered  {at=30020268.200020023, delay=0.00482327863574028, ms=00087}
22:49:22.600145 run                             mass: MS performed LU  {at=30020268.303395793, lu_delay=6.1232251562178135, ms=00075}
22:49:22.644748 run                             mass: MS performed LU  {at=30020268.348024905, lu_delay=4.382989853620529, ms=00079}
22:49:22.690819 run                             mass: MS performed LU  {at=30020268.39409471, lu_delay=5.728856667876244, ms=00076}
22:49:22.853030 run                             mass: MS performed LU  {at=30020268.55627931, lu_delay=5.558796752244234, ms=00077}
22:49:22.876471 run                             mass: MS performed LU  {at=30020268.57983408, lu_delay=5.007456939667463, ms=00078}
22:49:22.890938 run                osmo-ms-mob/00088: Starting mobile
22:49:22.903973 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.914992 run                             mass: MS start registered  {at=30020268.61834536, delay=0.005077097564935684, ms=00088}
22:49:23.637339 run                osmo-ms-mob/00089: Starting mobile
22:49:23.650308 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.662167 run                             mass: MS start registered  {at=30020269.365503863, delay=0.005910482257604599, ms=00089}
22:49:24.267243 run                osmo-ms-mob/00090: Starting mobile
22:49:24.284437 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.295565 run                             mass: MS start registered  {at=30020269.998917636, delay=0.005199890583753586, ms=00090}
22:49:24.408395 run                             mass: MS performed LU  {at=30020270.111644965, lu_delay=5.619574636220932, ms=00080}
22:49:24.426076 run                             mass: MS performed LU  {at=30020270.12934873, lu_delay=5.295172035694122, ms=00081}
22:49:24.509630 run                             mass: MS performed LU  {at=30020270.21288402, lu_delay=4.830676089972258, ms=00082}
22:49:24.977129 run                osmo-ms-mob/00091: Starting mobile
22:49:24.993588 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.004666 run                             mass: MS start registered  {at=30020270.708017312, delay=0.005033113062381744, ms=00091}
22:49:25.651264 run                osmo-ms-mob/00092: Starting mobile
22:49:25.665696 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.676934 run                             mass: MS start registered  {at=30020271.380286727, delay=0.005304425954818726, ms=00092}
22:49:26.411006 run                             mass: MS performed LU  {at=30020272.114234623, lu_delay=4.537901986390352, ms=00086}
22:49:26.451733 run                osmo-ms-mob/00093: Starting mobile
22:49:26.467179 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.473236 run                             mass: MS performed LU  {at=30020272.176597696, lu_delay=5.185198176652193, ms=00085}
22:49:26.479207 run                             mass: MS performed LU  {at=30020272.182573307, lu_delay=6.184964656829834, ms=00083}
22:49:26.484938 run                             mass: MS start registered  {at=30020272.188306246, delay=0.011724788695573807, ms=00093}
22:49:27.350857 run                osmo-ms-mob/00094: Starting mobile
22:49:27.365129 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.376074 run                             mass: MS start registered  {at=30020273.079429254, delay=0.005013704299926758, ms=00094}
22:49:28.173626 run                             mass: MS performed LU  {at=30020273.87687234, lu_delay=4.511368475854397, ms=00089}
22:49:28.188421 run                osmo-ms-mob/00095: Starting mobile
22:49:28.201858 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.207844 run                             mass: MS performed LU  {at=30020273.911203325, lu_delay=5.292857963591814, ms=00088}
22:49:28.213661 run                             mass: MS start registered  {at=30020273.91702873, delay=0.005843594670295715, ms=00095}
22:49:28.275720 run                             mass: MS performed LU  {at=30020273.97892799, lu_delay=5.7789079658687115, ms=00087}
22:49:28.466165 run                             mass: MS performed LU  {at=30020274.169415977, lu_delay=23.292060911655426, ms=00042}
22:49:29.250454 run                osmo-ms-mob/00096: Starting mobile
22:49:29.264263 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.275751 run                             mass: MS start registered  {at=30020274.97910074, delay=0.005548857152462006, ms=00096}
22:49:30.177310 run                             mass: MS performed LU  {at=30020275.88056209, lu_delay=4.500275362282991, ms=00092}
22:49:30.204651 run                             mass: MS performed LU  {at=30020275.907905128, lu_delay=5.199887815862894, ms=00091}
22:49:30.253229 run                osmo-ms-mob/00097: Starting mobile
22:49:30.268232 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.274164 run                             mass: MS performed LU  {at=30020275.977526836, lu_delay=5.978609200567007, ms=00090}
22:49:30.279810 run                             mass: MS start registered  {at=30020275.98317785, delay=0.005665261298418045, ms=00097}
22:49:30.366398 run                             mass: MS performed LU  {at=30020276.069650143, lu_delay=22.54112772271037, ms=00051}
22:49:31.669418 run                osmo-ms-mob/00098: Starting mobile
22:49:31.686145 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.696902 run                             mass: MS start registered  {at=30020277.400257315, delay=0.004832424223423004, ms=00098}
22:49:31.939788 run                             mass: MS performed LU  {at=30020277.643038157, lu_delay=5.454731911420822, ms=00093}
22:49:32.041332 run                             mass: MS performed LU  {at=30020277.744487315, lu_delay=4.665058061480522, ms=00094}
22:49:33.476767 run                osmo-ms-mob/00099: Starting mobile
22:49:33.492505 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.498575 run                             mass: All started... {duration=55.77160678431392, too_slow=0}
22:49:33.504285 run                             mass: MS start registered  {at=30020279.207644496, delay=0.005703836679458618, ms=00099}
22:49:33.942777 run                             mass: MS performed LU  {at=30020279.64602667, lu_delay=4.666925929486752, ms=00096}
22:49:33.970439 run                             mass: MS performed LU  {at=30020279.673688762, lu_delay=5.756660033017397, ms=00095}
22:49:33.994187 run                             mass: MS performed LU  {at=30020279.697551202, lu_delay=22.706952676177025, ms=00061}
22:49:35.807665 run                             mass: MS performed LU  {at=30020281.51089541, lu_delay=5.527717560529709, ms=00097}
22:49:35.941321 run                             mass: MS performed LU  {at=30020281.644571647, lu_delay=21.463521547615528, ms=00070}
22:49:37.708286 run                             mass: MS performed LU  {at=30020283.411534727, lu_delay=6.011277411133051, ms=00098}
22:49:39.573730 run                             mass: MS performed LU  {at=30020285.276979323, lu_delay=6.069334827363491, ms=00099}
22:49:43.575415 run                             mass: MS performed LU  {at=30020289.27866815, lu_delay=22.874910462647676, ms=00084}
22:49:43.598322 run                             mass: Tests done {all_completed=True, max=23.292060911655426, min=3.5344872288405895}
22:49:43.603969 tst         register_default_mass.py: Test passed (85.1 sec)
22:49:43.609220 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:43.612438 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:43.615640 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:43.618839 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:43.622028 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:43.625280 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:43.628535 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:43.631771 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:43.634982 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:43.638217 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:43.641517 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.644777 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.648018 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.651354 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.654756 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.658150 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.661574 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.664965 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.668350 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.671714 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.675028 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.678430 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.681721 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.685090 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.688989 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.692383 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.695673 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.699010 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.702341 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.705700 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.709090 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.712448 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.715967 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.719314 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.722646 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.725960 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.729317 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.732637 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.736456 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.739847 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.743382 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.746694 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.750051 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.753378 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.757320 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.760702 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.764167 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.767574 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.771513 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.774855 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.778217 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.781661 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.785038 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.788865 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.792175 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.795547 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.798874 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.802690 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.805962 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.809489 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.812847 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.816198 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.819589 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.822869 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.826224 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.830178 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.833524 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.836855 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.840223 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.843566 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:43.846896 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:43.850187 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:43.853522 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:43.856818 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:43.860099 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:43.863436 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:43.866685 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:43.869980 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:43.873304 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:43.876596 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:43.879920 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:43.883237 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:43.886636 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:43.889945 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:43.893252 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:43.896523 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:43.899810 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:43.903140 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:43.906446 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:43.909785 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:43.913123 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:43.916441 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:43.919736 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:43.923091 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:43.926389 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:43.929769 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:43.933111 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:43.936430 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:43.939730 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:43.943076 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:43.946404 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:43.950343 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:43.953650 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:43.957028 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:43.960286 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:43.963568 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:43.966855 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:43.970170 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:43.973479 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:43.976758 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:43.980025 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:43.983327 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.986619 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.989953 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.993299 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.996539 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.999744 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.002974 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.006232 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.009483 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.012734 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.015983 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.019223 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.022475 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.025720 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.028979 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.032211 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.035457 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.038709 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.041941 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.045178 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.048411 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.051646 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.054886 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.058133 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.061380 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.064617 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.067843 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.071082 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.074322 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.077551 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.080795 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.084039 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.087269 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.090503 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.093735 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.096976 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.100220 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.103458 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.106688 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.109928 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.113151 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.116390 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.119632 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.122867 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.126105 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.129330 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.132562 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.135806 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.139057 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.142290 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.145521 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.148758 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.151993 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.155239 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.158475 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.161700 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.164930 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.168156 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.171400 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.174641 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.177864 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.181110 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.184341 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.187570 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.190816 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.194031 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.197271 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.200503 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.203758 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.207006 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.210267 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.213512 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.216751 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.219985 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.223214 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.226432 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.229663 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.232899 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.236129 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.239352 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.242566 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.245802 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.249047 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.252284 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.255508 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.258746 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.261975 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.265206 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.268440 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.271668 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.274902 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.278144 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.281379 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.284626 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.287852 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.291086 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.294321 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.297557 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.300804 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.304038 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.307273 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.310501 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.313743 ---      ParallelTerminationStrategy: PID 22 died...
22:49:44.315201 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.318781 ---      ParallelTerminationStrategy: PID 23 died...
22:49:44.320243 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.323807 ---      ParallelTerminationStrategy: PID 24 died...
22:49:44.325252 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.328825 ---      ParallelTerminationStrategy: PID 25 died...
22:49:44.330287 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.333836 ---      ParallelTerminationStrategy: PID 26 died...
22:49:44.335284 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.338816 ---      ParallelTerminationStrategy: PID 27 died...
22:49:44.340249 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.343758 ---      ParallelTerminationStrategy: PID 28 died...
22:49:44.345189 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.348737 ---      ParallelTerminationStrategy: PID 29 died...
22:49:44.350170 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.353704 ---      ParallelTerminationStrategy: PID 30 died...
22:49:44.355153 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.358741 ---      ParallelTerminationStrategy: PID 31 died...
22:49:44.360188 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.363787 ---      ParallelTerminationStrategy: PID 32 died...
22:49:44.365247 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.368861 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.370318 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.373921 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.375379 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.378983 ---      ParallelTerminationStrategy: PID 36 died...
22:49:44.380437 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.384075 ---      ParallelTerminationStrategy: PID 37 died...
22:49:44.385539 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.389151 ---      ParallelTerminationStrategy: PID 38 died...
22:49:44.390620 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.394248 ---      ParallelTerminationStrategy: PID 39 died...
22:49:44.395709 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.399340 ---      ParallelTerminationStrategy: PID 40 died...
22:49:44.400804 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.404405 ---      ParallelTerminationStrategy: PID 41 died...
22:49:44.405878 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.409481 ---      ParallelTerminationStrategy: PID 42 died...
22:49:44.410946 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.414545 ---      ParallelTerminationStrategy: PID 43 died...
22:49:44.416003 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.419624 ---      ParallelTerminationStrategy: PID 44 died...
22:49:44.421088 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.424681 ---      ParallelTerminationStrategy: PID 45 died...
22:49:44.426146 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.429730 ---      ParallelTerminationStrategy: PID 46 died...
22:49:44.431182 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.434768 ---      ParallelTerminationStrategy: PID 47 died...
22:49:44.436224 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.439812 ---      ParallelTerminationStrategy: PID 48 died...
22:49:44.441268 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.444860 ---      ParallelTerminationStrategy: PID 49 died...
22:49:44.446314 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:44.449894 ---      ParallelTerminationStrategy: PID 50 died...
22:49:44.451346 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:44.454918 ---      ParallelTerminationStrategy: PID 51 died...
22:49:44.456367 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:44.459940 ---      ParallelTerminationStrategy: PID 52 died...
22:49:44.461393 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:44.464990 ---      ParallelTerminationStrategy: PID 53 died...
22:49:44.466441 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:44.470019 ---      ParallelTerminationStrategy: PID 54 died...
22:49:44.471470 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.475047 ---      ParallelTerminationStrategy: PID 55 died...
22:49:44.476495 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.480070 ---      ParallelTerminationStrategy: PID 56 died...
22:49:44.481514 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.485114 ---      ParallelTerminationStrategy: PID 57 died...
22:49:44.486565 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.490188 ---      ParallelTerminationStrategy: PID 58 died...
22:49:44.491643 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.495226 ---      ParallelTerminationStrategy: PID 59 died...
22:49:44.496674 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.500250 ---      ParallelTerminationStrategy: PID 60 died...
22:49:44.501699 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.505271 ---      ParallelTerminationStrategy: PID 61 died...
22:49:44.506720 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.510310 ---      ParallelTerminationStrategy: PID 62 died...
22:49:44.511755 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.515371 ---      ParallelTerminationStrategy: PID 63 died...
22:49:44.516821 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.520393 ---      ParallelTerminationStrategy: PID 64 died...
22:49:44.521838 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.525423 ---      ParallelTerminationStrategy: PID 65 died...
22:49:44.526872 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.530458 ---      ParallelTerminationStrategy: PID 66 died...
22:49:44.531904 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.535532 ---      ParallelTerminationStrategy: PID 67 died...
22:49:44.536985 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.540565 ---      ParallelTerminationStrategy: PID 68 died...
22:49:44.542028 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.545610 ---      ParallelTerminationStrategy: PID 69 died...
22:49:44.547063 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.550656 ---      ParallelTerminationStrategy: PID 70 died...
22:49:44.552103 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.555686 ---      ParallelTerminationStrategy: PID 71 died...
22:49:44.557194 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.560803 ---      ParallelTerminationStrategy: PID 72 died...
22:49:44.562263 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.565851 ---      ParallelTerminationStrategy: PID 73 died...
22:49:44.567307 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.570887 ---      ParallelTerminationStrategy: PID 74 died...
22:49:44.572340 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.575924 ---      ParallelTerminationStrategy: PID 75 died...
22:49:44.577386 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.580997 ---      ParallelTerminationStrategy: PID 76 died...
22:49:44.582451 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.586039 ---      ParallelTerminationStrategy: PID 77 died...
22:49:44.587494 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.591075 ---      ParallelTerminationStrategy: PID 78 died...
22:49:44.592529 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.596120 ---      ParallelTerminationStrategy: PID 79 died...
22:49:44.597588 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.601156 ---      ParallelTerminationStrategy: PID 80 died...
22:49:44.602615 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.606233 ---      ParallelTerminationStrategy: PID 81 died...
22:49:44.607694 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.611302 ---      ParallelTerminationStrategy: PID 82 died...
22:49:44.612757 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.616346 ---      ParallelTerminationStrategy: PID 83 died...
22:49:44.617804 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.621416 ---      ParallelTerminationStrategy: PID 84 died...
22:49:44.622874 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.626461 ---      ParallelTerminationStrategy: PID 85 died...
22:49:44.627910 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.631541 ---      ParallelTerminationStrategy: PID 86 died...
22:49:44.632998 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.636575 ---      ParallelTerminationStrategy: PID 87 died...
22:49:44.638030 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.641629 ---      ParallelTerminationStrategy: PID 88 died...
22:49:44.643083 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.646685 ---      ParallelTerminationStrategy: PID 89 died...
22:49:44.648141 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.651730 ---      ParallelTerminationStrategy: PID 90 died...
22:49:44.653184 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.656773 ---      ParallelTerminationStrategy: PID 91 died...
22:49:44.658245 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.661848 ---      ParallelTerminationStrategy: PID 92 died...
22:49:44.663296 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.666903 ---      ParallelTerminationStrategy: PID 93 died...
22:49:44.668357 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.671944 ---      ParallelTerminationStrategy: PID 94 died...
22:49:44.673403 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.677001 ---      ParallelTerminationStrategy: PID 95 died...
22:49:44.678455 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.682069 ---      ParallelTerminationStrategy: PID 96 died...
22:49:44.683537 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.687148 ---      ParallelTerminationStrategy: PID 97 died...
22:49:44.688601 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.692205 ---      ParallelTerminationStrategy: PID 98 died...
22:49:44.693677 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.697343 ---      ParallelTerminationStrategy: PID 99 died...
22:49:44.698801 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.702417 ---      ParallelTerminationStrategy: PID 100 died...
22:49:44.703878 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.707473 ---      ParallelTerminationStrategy: PID 101 died...
22:49:44.708939 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.712537 ---      ParallelTerminationStrategy: PID 102 died...
22:49:44.714022 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.717616 ---      ParallelTerminationStrategy: PID 103 died...
22:49:44.719076 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.722668 ---      ParallelTerminationStrategy: PID 104 died...
22:49:44.724125 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.727729 ---      ParallelTerminationStrategy: PID 105 died...
22:49:44.729191 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.732797 ---      ParallelTerminationStrategy: PID 106 died...
22:49:44.734255 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.737856 ---      ParallelTerminationStrategy: PID 107 died...
22:49:44.739311 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.742910 ---      ParallelTerminationStrategy: PID 108 died...
22:49:44.744366 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.747960 ---      ParallelTerminationStrategy: PID 109 died...
22:49:44.749434 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.753022 ---      ParallelTerminationStrategy: PID 110 died...
22:49:44.754481 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.758074 ---      ParallelTerminationStrategy: PID 111 died...
22:49:44.759527 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.763174 ---      ParallelTerminationStrategy: PID 112 died...
22:49:44.764643 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.768224 ---      ParallelTerminationStrategy: PID 113 died...
22:49:44.769687 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.773278 ---      ParallelTerminationStrategy: PID 114 died...
22:49:44.774733 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.778325 ---      ParallelTerminationStrategy: PID 115 died...
22:49:44.779795 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.783401 ---      ParallelTerminationStrategy: PID 116 died...
22:49:44.784858 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.788447 ---      ParallelTerminationStrategy: PID 117 died...
22:49:44.789913 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.793507 ---      ParallelTerminationStrategy: PID 118 died...
22:49:44.794966 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.798546 ---      ParallelTerminationStrategy: PID 119 died...
22:49:44.800002 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.803591 ---      ParallelTerminationStrategy: PID 120 died...
22:49:44.805084 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.808672 ---      ParallelTerminationStrategy: PID 121 died...
22:49:44.810122 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.813707 ---      ParallelTerminationStrategy: PID 122 died...
22:49:44.815159 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.818771 ---      ParallelTerminationStrategy: PID 123 died...
22:49:44.820224 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.823808 ---      ParallelTerminationStrategy: PID 124 died...
22:49:44.825278 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.828892 ---      ParallelTerminationStrategy: PID 125 died...
22:49:44.830351 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.833935 ---      ParallelTerminationStrategy: PID 126 died...
22:49:44.835393 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.838995 ---      ParallelTerminationStrategy: PID 127 died...
22:49:44.840456 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.844057 ---      ParallelTerminationStrategy: PID 128 died...
22:49:44.845524 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.849120 ---      ParallelTerminationStrategy: PID 129 died...
22:49:44.850575 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.854193 ---      ParallelTerminationStrategy: PID 130 died...
22:49:44.855646 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.859258 ---      ParallelTerminationStrategy: PID 131 died...
22:49:44.860723 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.864323 ---      ParallelTerminationStrategy: PID 132 died...
22:49:44.865770 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.869363 ---      ParallelTerminationStrategy: PID 133 died...
22:49:44.870820 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.874419 ---      ParallelTerminationStrategy: PID 134 died...
22:49:44.875884 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.879486 ---      ParallelTerminationStrategy: PID 135 died...
22:49:44.880956 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.884569 ---      ParallelTerminationStrategy: PID 136 died...
22:49:44.886037 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.889648 ---      ParallelTerminationStrategy: PID 137 died...
22:49:44.891107 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.894709 ---      ParallelTerminationStrategy: PID 138 died...
22:49:44.896172 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.899791 ---      ParallelTerminationStrategy: PID 139 died...
22:49:44.901254 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.904901 ---      ParallelTerminationStrategy: PID 140 died...
22:49:44.906362 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.909972 ---      ParallelTerminationStrategy: PID 141 died...
22:49:44.911428 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.915024 ---      ParallelTerminationStrategy: PID 142 died...
22:49:44.916480 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.920079 ---      ParallelTerminationStrategy: PID 143 died...
22:49:44.921568 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.925164 ---      ParallelTerminationStrategy: PID 144 died...
22:49:44.926625 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.930238 ---      ParallelTerminationStrategy: PID 145 died...
22:49:44.931698 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.935339 ---      ParallelTerminationStrategy: PID 146 died...
22:49:44.936798 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.940404 ---      ParallelTerminationStrategy: PID 147 died...
22:49:44.941885 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.945498 ---      ParallelTerminationStrategy: PID 148 died...
22:49:44.946939 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.950564 ---      ParallelTerminationStrategy: PID 149 died...
22:49:44.952028 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.955632 ---      ParallelTerminationStrategy: PID 150 died...
22:49:44.957098 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.960719 ---      ParallelTerminationStrategy: PID 151 died...
22:49:44.962172 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.965774 ---      ParallelTerminationStrategy: PID 152 died...
22:49:44.967223 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.970829 ---      ParallelTerminationStrategy: PID 153 died...
22:49:44.972277 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.975896 ---      ParallelTerminationStrategy: PID 154 died...
22:49:44.977370 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.980997 ---      ParallelTerminationStrategy: PID 155 died...
22:49:44.982454 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.986071 ---      ParallelTerminationStrategy: PID 156 died...
22:49:44.987526 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.991178 ---      ParallelTerminationStrategy: PID 157 died...
22:49:44.992642 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.996254 ---      ParallelTerminationStrategy: PID 158 died...
22:49:44.997738 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.001348 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.002801 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.006431 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.007894 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.011495 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.012968 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.016557 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.018019 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.021642 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.023096 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.026698 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.028165 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.031797 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.033266 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.036883 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.038342 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.041971 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.043422 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.047051 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.048508 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.052141 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.053624 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.057228 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.058681 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.062292 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.063746 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.067368 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.068838 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.072448 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.073915 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.077556 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.079017 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.082649 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.084111 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.087707 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.089178 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.092781 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.094237 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.097866 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.099328 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.102936 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.104398 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.108006 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.109470 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.113067 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.114517 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.118157 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.119629 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.123243 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.124712 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.128337 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.129832 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.133427 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.134879 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.138491 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.139945 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.143547 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.145011 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.148616 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.150079 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.153690 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.155159 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.158773 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.160227 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.163827 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.165290 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.168889 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.170353 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.173981 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.175440 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.179059 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.180514 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.184129 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.185593 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.189228 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.190693 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.194341 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.195796 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.199398 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.200865 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.204486 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.205936 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.209544 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.210999 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.214645 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.216104 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.219721 ---      ParallelTerminationStrategy: PID 202 died...
22:49:45.221185 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.224801 ---      ParallelTerminationStrategy: PID 203 died...
22:49:45.226271 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.229908 ---      ParallelTerminationStrategy: PID 204 died...
22:49:45.231364 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.234999 ---      ParallelTerminationStrategy: PID 205 died...
22:49:45.236448 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.240072 ---      ParallelTerminationStrategy: PID 206 died...
22:49:45.241530 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.245148 ---      ParallelTerminationStrategy: PID 207 died...
22:49:45.246608 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.250249 ---      ParallelTerminationStrategy: PID 208 died...
22:49:45.251710 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.255343 ---      ParallelTerminationStrategy: PID 209 died...
22:49:45.256804 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.260425 ---      ParallelTerminationStrategy: PID 210 died...
22:49:45.261894 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.265531 ---      ParallelTerminationStrategy: PID 211 died...
22:49:45.266983 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.270624 ---      ParallelTerminationStrategy: PID 212 died...
22:49:45.272084 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.275703 ---      ParallelTerminationStrategy: PID 213 died...
22:49:45.277169 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.280784 ---      ParallelTerminationStrategy: PID 214 died...
22:49:45.282243 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.285865 ---      ParallelTerminationStrategy: PID 215 died...
22:49:45.287328 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.290938 ---      ParallelTerminationStrategy: PID 216 died...
22:49:45.292395 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.296031 ---      ParallelTerminationStrategy: PID 217 died...
22:49:45.297516 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.301133 ---      ParallelTerminationStrategy: PID 218 died...
22:49:45.302596 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.306210 ---      ParallelTerminationStrategy: PID 219 died...
22:49:45.307665 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.311279 ---      ParallelTerminationStrategy: PID 220 died...
22:49:45.312744 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.316358 ---      ParallelTerminationStrategy: PID 221 died...
22:49:45.317853 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.321477 ---      ParallelTerminationStrategy: PID 222 died...
22:49:45.322940 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.326565 ---      ParallelTerminationStrategy: PID 223 died...
22:49:45.328028 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.331635 ---      ParallelTerminationStrategy: PID 224 died...
22:49:45.333105 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.336704 ---      ParallelTerminationStrategy: PID 225 died...
22:49:45.338167 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.341817 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.343281 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.346893 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.348351 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.351979 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.353456 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.357071 ---      ParallelTerminationStrategy: PID 229 died...
22:49:45.358539 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.362174 ---      ParallelTerminationStrategy: PID 230 died...
22:49:45.363636 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.367261 ---      ParallelTerminationStrategy: PID 231 died...
22:49:45.368725 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.372336 ---      ParallelTerminationStrategy: PID 232 died...
22:49:45.373800 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.377442 ---      ParallelTerminationStrategy: PID 233 died...
22:49:45.378904 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.382537 ---      ParallelTerminationStrategy: PID 234 died...
22:49:45.384004 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.788407 ---      ParallelTerminationStrategy: PID 34 died...
22:49:48.794502 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8192 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.859623 tst                       trial-8192: Storing JUnit report in /build/trial-8192/run.2025-12-26_22-48-18/trial-8192.xml

--------------------------------------------------------------------------------------------
trial-8192 PASS
--------------------------------------------------------------------------------------------
22:49:48.872084 tst                       trial-8192: trial-8192: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8192/inst
+ cd trial-8192
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-26 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8192-run.tgz run.2025-12-26_22-48-18
+ tar czf /build/trial-8192-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-26_13_34_14.tgz osmo-bts-oc2g.build-2025-12-26_00_52_51.tgz osmo-bts-sysmo.build-2025-12-26_00_52_55.tgz osmo-bts.build-2025-12-26_00_52_57.tgz osmo-ggsn.build-2025-12-26_20_59_39.tgz osmo-hlr.build-2025-12-26_16_36_59.tgz osmo-hnbgw.build-2025-12-26_13_33_33.tgz osmo-mgw.build-2025-12-26_08_34_44.tgz osmo-msc.build-2025-12-26_13_39_51.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-26_07_34_51.tgz osmo-pcu-sysmo.build-2025-12-26_07_36_56.tgz osmo-pcu.build-2025-12-26_07_34_21.tgz osmo-sgsn.build-2025-12-26_21_17_59.tgz osmo-stp.build-2025-12-26_13_30_02.tgz osmo-trx.build-2025-12-26_14_38_44.tgz osmocom-bb.build-2025-12-26_21_18_02.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