Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5887246379518376159.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-8186
+ 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 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:65ee576ba684dea96dc6ba0e940f65c6e71734870a6baf61590e7d3bd0a0d8f1 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=8187 -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-21 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8187
+ mkdir -p trial-8187
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-21_13_26_47.tgz osmo-bts-oc2g.build-2025-12-21_00_51_47.tgz osmo-bts-sysmo.build-2025-12-21_00_51_40.tgz osmo-bts.build-2025-12-21_00_51_57.tgz osmo-ggsn.build-2025-12-21_20_42_30.tgz osmo-hlr.build-2025-12-21_16_37_00.tgz osmo-hnbgw.build-2025-12-21_13_31_15.tgz osmo-mgw.build-2025-12-21_08_33_22.tgz osmo-msc.build-2025-12-21_13_35_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-21_07_34_07.tgz osmo-pcu-sysmo.build-2025-12-21_07_36_17.tgz osmo-pcu.build-2025-12-21_07_36_25.tgz osmo-sgsn.build-2025-12-21_20_48_17.tgz osmo-stp.build-2025-12-21_13_25_47.tgz osmo-trx.build-2025-12-21_14_29_04.tgz osmocom-bb.build-2025-12-21_21_17_09.tgz srslte.build-19.tgz trial-8187
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-21_13_26_47.md5 osmo-bts-oc2g.build-2025-12-21_00_51_47.md5 osmo-bts-sysmo.build-2025-12-21_00_51_40.md5 osmo-bts.build-2025-12-21_00_51_57.md5 osmo-ggsn.build-2025-12-21_20_42_30.md5 osmo-hlr.build-2025-12-21_16_37_00.md5 osmo-hnbgw.build-2025-12-21_13_31_15.md5 osmo-mgw.build-2025-12-21_08_33_22.md5 osmo-msc.build-2025-12-21_13_35_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-21_07_34_07.md5 osmo-pcu-sysmo.build-2025-12-21_07_36_17.md5 osmo-pcu.build-2025-12-21_07_36_25.md5 osmo-sgsn.build-2025-12-21_20_48_17.md5 osmo-stp.build-2025-12-21_13_25_47.md5 osmo-trx.build-2025-12-21_14_29_04.md5 osmocom-bb.build-2025-12-21_21_17_09.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-21_13_26_47.md5 osmo-bts-oc2g.build-2025-12-21_00_51_47.md5 osmo-bts-sysmo.build-2025-12-21_00_51_40.md5 osmo-bts.build-2025-12-21_00_51_57.md5 osmo-ggsn.build-2025-12-21_20_42_30.md5 osmo-hlr.build-2025-12-21_16_37_00.md5 osmo-hnbgw.build-2025-12-21_13_31_15.md5 osmo-mgw.build-2025-12-21_08_33_22.md5 osmo-msc.build-2025-12-21_13_35_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-21_07_34_07.md5 osmo-pcu-sysmo.build-2025-12-21_07_36_17.md5 osmo-pcu.build-2025-12-21_07_36_25.md5 osmo-sgsn.build-2025-12-21_20_48_17.md5 osmo-stp.build-2025-12-21_13_25_47.md5 osmo-trx.build-2025-12-21_14_29_04.md5 osmocom-bb.build-2025-12-21_21_17_09.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-8187 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8187'
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-8187
--------------------------------------------------------------------------------------------
22:48:17.534454 tst                       trial-8187: Detailed log at /build/trial-8187/run.2025-12-21_22-48-17/log

---------------------------------------------------------------------
trial-8187 netreg_mass
---------------------------------------------------------------------
22:48:17.738500 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.738866 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.739636 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.740768 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.782582 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.783497 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.784689 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.846782 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-8187 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.847512 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.862363 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.862865 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.863303 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.863729 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.864162 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.864602 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.865051 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.895518 tst         register_default_mass.py: using LAC 2
22:48:17.918009 tst         register_default_mass.py: using RAC 2
22:48:17.944492 tst         register_default_mass.py: using CellId 2
22:48:17.974102 tst         register_default_mass.py: using BVCI 3
22:48:17.988104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.002149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.002650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.004168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.004675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.006224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.006720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039605 tst      register_default_mass.py:21: Launching a simple network
22:48:18.049499 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.168128 run            create_hlr_db(pid=20): Launched
22:48:19.181412 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.197681 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.212622 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.218270 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.406254 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.421043 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.426609 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.840937 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.855745 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.870378 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.983889 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.998552 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.004115 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.027584 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.042435 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.048010 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.359773 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.374803 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.401300 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.573300 run         osmo-bts-virtual(pid=34): Launched
22:48:30.608787 tst         register_default_mass.py: using MSISDN 1001
22:48:30.622887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.661870 tst         register_default_mass.py: using MSISDN 1002
22:48:30.679462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.709846 tst         register_default_mass.py: using MSISDN 1003
22:48:30.724319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.754416 tst         register_default_mass.py: using MSISDN 1004
22:48:30.768573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.798548 tst         register_default_mass.py: using MSISDN 1005
22:48:30.812656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.846746 tst         register_default_mass.py: using MSISDN 1006
22:48:30.862859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.893132 tst         register_default_mass.py: using MSISDN 1007
22:48:30.907501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.937482 tst         register_default_mass.py: using MSISDN 1008
22:48:30.951741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.981964 tst         register_default_mass.py: using MSISDN 1009
22:48:30.996135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.026336 tst         register_default_mass.py: using MSISDN 1010
22:48:31.040570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.070766 tst         register_default_mass.py: using MSISDN 1011
22:48:31.085048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.115666 tst         register_default_mass.py: using MSISDN 1012
22:48:31.130187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.160700 tst         register_default_mass.py: using MSISDN 1013
22:48:31.175143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.205785 tst         register_default_mass.py: using MSISDN 1014
22:48:31.220183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.250205 tst         register_default_mass.py: using MSISDN 1015
22:48:31.264445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.294841 tst         register_default_mass.py: using MSISDN 1016
22:48:31.309135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.339605 tst         register_default_mass.py: using MSISDN 1017
22:48:31.354062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.384455 tst         register_default_mass.py: using MSISDN 1018
22:48:31.398797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.429670 tst         register_default_mass.py: using MSISDN 1019
22:48:31.444132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.474467 tst         register_default_mass.py: using MSISDN 1020
22:48:31.488678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.518865 tst         register_default_mass.py: using MSISDN 1021
22:48:31.533218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.563162 tst         register_default_mass.py: using MSISDN 1022
22:48:31.577188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.606960 tst         register_default_mass.py: using MSISDN 1023
22:48:31.621122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.651468 tst         register_default_mass.py: using MSISDN 1024
22:48:31.665594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.695680 tst         register_default_mass.py: using MSISDN 1025
22:48:31.709991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.739966 tst         register_default_mass.py: using MSISDN 1026
22:48:31.754101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.784059 tst         register_default_mass.py: using MSISDN 1027
22:48:31.798224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.828528 tst         register_default_mass.py: using MSISDN 1028
22:48:31.842883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.872995 tst         register_default_mass.py: using MSISDN 1029
22:48:31.887207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.917536 tst         register_default_mass.py: using MSISDN 1030
22:48:31.931903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.962540 tst         register_default_mass.py: using MSISDN 1031
22:48:31.976912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.007511 tst         register_default_mass.py: using MSISDN 1032
22:48:32.022018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.052724 tst         register_default_mass.py: using MSISDN 1033
22:48:32.067263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.098037 tst         register_default_mass.py: using MSISDN 1034
22:48:32.112517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.143230 tst         register_default_mass.py: using MSISDN 1035
22:48:32.157770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.188596 tst         register_default_mass.py: using MSISDN 1036
22:48:32.203199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.233817 tst         register_default_mass.py: using MSISDN 1037
22:48:32.248270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.279011 tst         register_default_mass.py: using MSISDN 1038
22:48:32.293669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.324294 tst         register_default_mass.py: using MSISDN 1039
22:48:32.338663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.368724 tst         register_default_mass.py: using MSISDN 1040
22:48:32.382996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.413444 tst         register_default_mass.py: using MSISDN 1041
22:48:32.427771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.458173 tst         register_default_mass.py: using MSISDN 1042
22:48:32.472516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.503127 tst         register_default_mass.py: using MSISDN 1043
22:48:32.517736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.548118 tst         register_default_mass.py: using MSISDN 1044
22:48:32.562484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.593139 tst         register_default_mass.py: using MSISDN 1045
22:48:32.607561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.638222 tst         register_default_mass.py: using MSISDN 1046
22:48:32.652702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.683402 tst         register_default_mass.py: using MSISDN 1047
22:48:32.698072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.728703 tst         register_default_mass.py: using MSISDN 1048
22:48:32.743194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.772708 tst         register_default_mass.py: using MSISDN 1049
22:48:32.786608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.815723 tst         register_default_mass.py: using MSISDN 1050
22:48:32.829518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.858577 tst         register_default_mass.py: using MSISDN 1051
22:48:32.872132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.901144 tst         register_default_mass.py: using MSISDN 1052
22:48:32.914751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.943741 tst         register_default_mass.py: using MSISDN 1053
22:48:32.957225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.986087 tst         register_default_mass.py: using MSISDN 1054
22:48:32.999577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.028707 tst         register_default_mass.py: using MSISDN 1055
22:48:33.042519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.071669 tst         register_default_mass.py: using MSISDN 1056
22:48:33.085397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.114241 tst         register_default_mass.py: using MSISDN 1057
22:48:33.127789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.156821 tst         register_default_mass.py: using MSISDN 1058
22:48:33.170452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.199449 tst         register_default_mass.py: using MSISDN 1059
22:48:33.213040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.242171 tst         register_default_mass.py: using MSISDN 1060
22:48:33.255779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.284747 tst         register_default_mass.py: using MSISDN 1061
22:48:33.298360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.328229 tst         register_default_mass.py: using MSISDN 1062
22:48:33.342276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.372144 tst         register_default_mass.py: using MSISDN 1063
22:48:33.386343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.424696 tst         register_default_mass.py: using MSISDN 1064
22:48:33.442122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.472075 tst         register_default_mass.py: using MSISDN 1065
22:48:33.486546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.516331 tst         register_default_mass.py: using MSISDN 1066
22:48:33.530468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.560225 tst         register_default_mass.py: using MSISDN 1067
22:48:33.574221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.603906 tst         register_default_mass.py: using MSISDN 1068
22:48:33.618013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.647963 tst         register_default_mass.py: using MSISDN 1069
22:48:33.662075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.692157 tst         register_default_mass.py: using MSISDN 1070
22:48:33.706288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.736133 tst         register_default_mass.py: using MSISDN 1071
22:48:33.750142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.779943 tst         register_default_mass.py: using MSISDN 1072
22:48:33.794041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.823843 tst         register_default_mass.py: using MSISDN 1073
22:48:33.837862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.867743 tst         register_default_mass.py: using MSISDN 1074
22:48:33.881756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.911644 tst         register_default_mass.py: using MSISDN 1075
22:48:33.925844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.955922 tst         register_default_mass.py: using MSISDN 1076
22:48:33.970129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.000163 tst         register_default_mass.py: using MSISDN 1077
22:48:34.014292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.044135 tst         register_default_mass.py: using MSISDN 1078
22:48:34.058263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.087955 tst         register_default_mass.py: using MSISDN 1079
22:48:34.102049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.131870 tst         register_default_mass.py: using MSISDN 1080
22:48:34.145932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.175968 tst         register_default_mass.py: using MSISDN 1081
22:48:34.190184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.219957 tst         register_default_mass.py: using MSISDN 1082
22:48:34.234072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.263872 tst         register_default_mass.py: using MSISDN 1083
22:48:34.278026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.307947 tst         register_default_mass.py: using MSISDN 1084
22:48:34.322064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.351925 tst         register_default_mass.py: using MSISDN 1085
22:48:34.365870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.395621 tst         register_default_mass.py: using MSISDN 1086
22:48:34.409660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.439726 tst         register_default_mass.py: using MSISDN 1087
22:48:34.453817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.483431 tst         register_default_mass.py: using MSISDN 1088
22:48:34.497459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.527250 tst         register_default_mass.py: using MSISDN 1089
22:48:34.541198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.571132 tst         register_default_mass.py: using MSISDN 1090
22:48:34.585233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.623870 tst         register_default_mass.py: using MSISDN 1091
22:48:34.641577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.671890 tst         register_default_mass.py: using MSISDN 1092
22:48:34.686354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.716227 tst         register_default_mass.py: using MSISDN 1093
22:48:34.730277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.759840 tst         register_default_mass.py: using MSISDN 1094
22:48:34.773706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.803558 tst         register_default_mass.py: using MSISDN 1095
22:48:34.817695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.847442 tst         register_default_mass.py: using MSISDN 1096
22:48:34.861494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.891133 tst         register_default_mass.py: using MSISDN 1097
22:48:34.905014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.934508 tst         register_default_mass.py: using MSISDN 1098
22:48:34.948237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.977912 tst         register_default_mass.py: using MSISDN 1099
22:48:34.991797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.021611 tst         register_default_mass.py: using MSISDN 1100
22:48:35.035680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.127151 run                             mass: Starting testcase
22:48:35.132588 run                             mass: Pre-launching all virtphy's
22:48:35.137967 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.150875 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.156994 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.170061 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.176043 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.188870 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.194851 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.207596 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.213538 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.226183 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.232230 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.245067 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.251077 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.263876 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.269895 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.282645 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.288563 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.301351 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.307240 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.320001 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.325889 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.338558 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.344400 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.357105 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.362990 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.375629 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.381525 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.394212 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.400080 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.412758 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.418603 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.431283 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.437141 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.449792 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.455636 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.468340 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.474204 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.486925 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.492757 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.505457 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.511348 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.524006 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.529989 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.542656 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.548622 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.561401 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.567290 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.579992 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.585896 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.598594 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.604437 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.617125 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.623036 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.635799 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.641665 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.654324 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.660228 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.672988 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.678848 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.691570 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.697455 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.710127 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.716039 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.728930 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.734802 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.747622 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.753535 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.766344 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.772276 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.785096 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.791030 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.803754 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.809635 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.822340 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.828258 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.841003 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.846873 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.859632 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.865537 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.878218 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.884075 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.896824 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.902707 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.915407 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.921327 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.934064 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.939939 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.952808 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.958684 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.971396 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.977386 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.990261 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.996137 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.009530 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.015522 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.028339 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.034264 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.047000 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.052928 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.065720 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.071649 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.084364 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.090259 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.103010 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.108900 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.121612 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.127477 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.140277 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.146217 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.159078 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.164998 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.177946 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.183883 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.196888 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.202792 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.215667 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.221592 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.234371 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.240269 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.253120 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.258988 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.271708 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.277584 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.290273 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.296146 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.308816 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.314685 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.327359 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.333272 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.345965 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.351811 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.364509 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.370358 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.383015 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.388900 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.401614 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.407501 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.420244 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.426239 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.439008 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.445013 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.457754 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.463589 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.476504 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.482445 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.495423 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.501350 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.514089 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.519998 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.532773 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.538642 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.551337 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.557218 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.569911 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.575772 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.588507 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.594394 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.607118 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.612967 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.625684 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.631546 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.644334 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.650234 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.663058 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.669032 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.681908 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.687786 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.700480 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.706466 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.719152 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.725198 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.737899 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.743772 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.756493 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.762328 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.775043 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.780886 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.793524 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.799393 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.812073 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.817916 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.830609 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.836478 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.849174 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.855028 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.867675 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.873609 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.886313 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.892145 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.905022 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.910887 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.923710 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.929544 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.942442 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.948316 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.961417 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.967267 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.979984 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.985860 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.998576 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.004413 run                             mass: Checking if sockets are in the filesystem
22:48:37.036608 run                osmo-ms-mob/00000: Starting mobile
22:48:37.049534 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.060091 run                             mass: MS start registered  {at=29588222.763441484, delay=0.004613831639289856, ms=00000}
22:48:41.250751 run                osmo-ms-mob/00001: Starting mobile
22:48:41.267408 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.278030 run                             mass: MS start registered  {at=29588226.981381584, delay=0.004570629447698593, ms=00001}
22:48:42.402024 run                             mass: MS performed LU  {at=29588228.105230328, lu_delay=5.3417888432741165, ms=00000}
22:48:43.021051 run                osmo-ms-mob/00002: Starting mobile
22:48:43.034334 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.045080 run                             mass: MS start registered  {at=29588228.74842672, delay=0.004816733300685883, ms=00002}
22:48:44.351524 run                osmo-ms-mob/00003: Starting mobile
22:48:44.368154 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.378708 run                             mass: MS start registered  {at=29588230.082059823, delay=0.0046846866607666016, ms=00003}
22:48:45.420773 run                osmo-ms-mob/00004: Starting mobile
22:48:45.433884 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.444484 run                             mass: MS start registered  {at=29588231.14783343, delay=0.004536297172307968, ms=00004}
22:48:46.168138 run                             mass: MS performed LU  {at=29588231.87137632, lu_delay=4.889994736760855, ms=00001}
22:48:46.451794 run                osmo-ms-mob/00005: Starting mobile
22:48:46.468246 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.478825 run                             mass: MS start registered  {at=29588232.182175905, delay=0.004755843430757523, ms=00005}
22:48:47.321197 run                osmo-ms-mob/00006: Starting mobile
22:48:47.334088 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.344816 run                             mass: MS start registered  {at=29588233.048166048, delay=0.004738830029964447, ms=00006}
22:48:48.069390 run                             mass: MS performed LU  {at=29588233.772631366, lu_delay=5.024204645305872, ms=00002}
22:48:48.244062 run                osmo-ms-mob/00007: Starting mobile
22:48:48.257216 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.267812 run                             mass: MS start registered  {at=29588233.971161906, delay=0.00447092205286026, ms=00007}
22:48:49.018988 run                osmo-ms-mob/00008: Starting mobile
22:48:49.031888 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.042697 run                             mass: MS start registered  {at=29588234.74605219, delay=0.0044245645403862, ms=00008}
22:48:49.720623 run                osmo-ms-mob/00009: Starting mobile
22:48:49.733485 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.744270 run                             mass: MS start registered  {at=29588235.44762182, delay=0.00485408678650856, ms=00009}
22:48:49.933552 run                             mass: MS performed LU  {at=29588235.636796784, lu_delay=5.554736960679293, ms=00003}
22:48:50.451377 run                osmo-ms-mob/00010: Starting mobile
22:48:50.468245 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.474335 run                             mass: MS performed LU  {at=29588236.17769381, lu_delay=5.029860381036997, ms=00004}
22:48:50.480197 run                             mass: MS start registered  {at=29588236.183564678, delay=0.0058888643980026245, ms=00010}
22:48:51.021216 run                osmo-ms-mob/00011: Starting mobile
22:48:51.034603 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.045464 run                             mass: MS start registered  {at=29588236.74881749, delay=0.004778549075126648, ms=00011}
22:48:51.620482 run                osmo-ms-mob/00012: Starting mobile
22:48:51.633589 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.644289 run                             mass: MS start registered  {at=29588237.347640045, delay=0.004713378846645355, ms=00012}
22:48:51.835006 run                             mass: MS performed LU  {at=29588237.53825359, lu_delay=5.356077685952187, ms=00005}
22:48:52.252212 run                osmo-ms-mob/00013: Starting mobile
22:48:52.269436 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.280047 run                             mass: MS start registered  {at=29588237.98339949, delay=0.004542607814073563, ms=00013}
22:48:52.351961 run                             mass: MS performed LU  {at=29588238.055208314, lu_delay=5.007042266428471, ms=00006}
22:48:52.820689 run                osmo-ms-mob/00014: Starting mobile
22:48:52.833866 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.844460 run                             mass: MS start registered  {at=29588238.547814734, delay=0.004622567445039749, ms=00014}
22:48:53.445090 run                osmo-ms-mob/00015: Starting mobile
22:48:53.462745 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.473625 run                             mass: MS start registered  {at=29588239.176978126, delay=0.004506800323724747, ms=00015}
22:48:53.698742 run                             mass: MS performed LU  {at=29588239.402067095, lu_delay=5.4309051893651485, ms=00007}
22:48:53.744861 run                             mass: MS performed LU  {at=29588239.44814869, lu_delay=4.702096499502659, ms=00008}
22:48:53.933960 run                osmo-ms-mob/00016: Starting mobile
22:48:53.947647 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.958288 run                             mass: MS start registered  {at=29588239.661641933, delay=0.004527870565652847, ms=00016}
22:48:54.451247 run                osmo-ms-mob/00017: Starting mobile
22:48:54.467986 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.478594 run                             mass: MS start registered  {at=29588240.181945287, delay=0.004376612603664398, ms=00017}
22:48:55.020903 run                osmo-ms-mob/00018: Starting mobile
22:48:55.034095 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.047029 run                             mass: MS start registered  {at=29588240.75038157, delay=0.006704296916723251, ms=00018}
22:48:55.442425 run                osmo-ms-mob/00019: Starting mobile
22:48:55.458404 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.468968 run                             mass: MS start registered  {at=29588241.17232347, delay=0.004559021443128586, ms=00019}
22:48:55.600299 run                             mass: MS performed LU  {at=29588241.3035533, lu_delay=5.11998862400651, ms=00010}
22:48:55.646305 run                             mass: MS performed LU  {at=29588241.349559575, lu_delay=5.901937756687403, ms=00009}
22:48:55.953191 run                osmo-ms-mob/00020: Starting mobile
22:48:55.968623 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.974547 run                             mass: MS performed LU  {at=29588241.677907653, lu_delay=4.929090164601803, ms=00011}
22:48:55.981514 run                             mass: MS start registered  {at=29588241.684872117, delay=0.006982095539569855, ms=00020}
22:48:56.419857 run                osmo-ms-mob/00021: Starting mobile
22:48:56.433588 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.444964 run                             mass: MS start registered  {at=29588242.148316912, delay=0.0049967169761657715, ms=00021}
22:48:56.820655 run                osmo-ms-mob/00022: Starting mobile
22:48:56.833824 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.844719 run                             mass: MS start registered  {at=29588242.548072748, delay=0.004875313490629196, ms=00022}
22:48:57.350928 run                osmo-ms-mob/00023: Starting mobile
22:48:57.367773 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.379203 run                             mass: MS start registered  {at=29588243.082556136, delay=0.004995238035917282, ms=00023}
22:48:57.465727 run                             mass: MS performed LU  {at=29588243.168959465, lu_delay=5.821319419890642, ms=00012}
22:48:57.511693 run                             mass: MS performed LU  {at=29588243.214947794, lu_delay=5.231548301875591, ms=00013}
22:48:57.617108 run                             mass: MS performed LU  {at=29588243.320363402, lu_delay=4.772548668086529, ms=00014}
22:48:57.646238 run                osmo-ms-mob/00024: Starting mobile
22:48:57.659420 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.670254 run                             mass: MS start registered  {at=29588243.373608116, delay=0.004763152450323105, ms=00024}
22:48:58.220547 run                osmo-ms-mob/00025: Starting mobile
22:48:58.233585 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.244623 run                             mass: MS start registered  {at=29588243.947974555, delay=0.004735324531793594, ms=00025}
22:48:58.619923 run                osmo-ms-mob/00026: Starting mobile
22:48:58.633104 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.644236 run                             mass: MS start registered  {at=29588244.34758748, delay=0.005044437944889069, ms=00026}
22:48:59.043560 run                osmo-ms-mob/00027: Starting mobile
22:48:59.059522 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.070799 run                             mass: MS start registered  {at=29588244.77415278, delay=0.004927564412355423, ms=00027}
22:48:59.366439 run                             mass: MS performed LU  {at=29588245.069691963, lu_delay=4.887746676802635, ms=00017}
22:48:59.380788 run                osmo-ms-mob/00028: Starting mobile
22:48:59.393820 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.404725 run                             mass: MS start registered  {at=29588245.10807652, delay=0.004847627133131027, ms=00028}
22:48:59.411030 run                             mass: MS performed LU  {at=29588245.114373032, lu_delay=5.4527310989797115, ms=00016}
22:48:59.481448 run                             mass: MS performed LU  {at=29588245.184702467, lu_delay=6.007724341005087, ms=00015}
22:48:59.850302 run                osmo-ms-mob/00029: Starting mobile
22:48:59.866929 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.878083 run                             mass: MS start registered  {at=29588245.58143438, delay=0.005102686583995819, ms=00029}
22:49:00.234467 run                osmo-ms-mob/00030: Starting mobile
22:49:00.248331 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.259671 run                             mass: MS start registered  {at=29588245.962970383, delay=0.0052559636533260345, ms=00030}
22:49:00.645226 run                osmo-ms-mob/00031: Starting mobile
22:49:00.660535 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.671919 run                             mass: MS start registered  {at=29588246.375270702, delay=0.005130518227815628, ms=00031}
22:49:00.920996 run                osmo-ms-mob/00032: Starting mobile
22:49:00.935190 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.948738 run                             mass: MS start registered  {at=29588246.652049076, delay=0.006913408637046814, ms=00032}
22:49:01.147765 run                             mass: MS performed LU  {at=29588246.85101864, lu_delay=6.100637070834637, ms=00018}
22:49:01.230490 run                             mass: MS performed LU  {at=29588246.93376031, lu_delay=5.248888194561005, ms=00020}
22:49:01.282693 run                osmo-ms-mob/00033: Starting mobile
22:49:01.295771 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.301930 run                             mass: MS performed LU  {at=29588247.005291145, lu_delay=5.832967676222324, ms=00019}
22:49:01.307835 run                             mass: MS start registered  {at=29588247.01120267, delay=0.00592789426445961, ms=00033}
22:49:01.401784 run                             mass: MS performed LU  {at=29588247.105039548, lu_delay=4.9567226357758045, ms=00021}
22:49:01.752951 run                osmo-ms-mob/00034: Starting mobile
22:49:01.768454 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.779634 run                             mass: MS start registered  {at=29588247.48298654, delay=0.005121186375617981, ms=00034}
22:49:02.020357 run                osmo-ms-mob/00035: Starting mobile
22:49:02.033436 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.044382 run                             mass: MS start registered  {at=29588247.74773668, delay=0.004840489476919174, ms=00035}
22:49:02.433327 run                osmo-ms-mob/00036: Starting mobile
22:49:02.447116 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.458884 run                             mass: MS start registered  {at=29588248.16223439, delay=0.005415380001068115, ms=00036}
22:49:02.820433 run                osmo-ms-mob/00037: Starting mobile
22:49:02.833850 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.844748 run                             mass: MS start registered  {at=29588248.548099913, delay=0.004821516573429108, ms=00037}
22:49:03.120202 run                osmo-ms-mob/00038: Starting mobile
22:49:03.133563 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.139707 run                             mass: MS performed LU  {at=29588248.84306703, lu_delay=5.760510895401239, ms=00023}
22:49:03.145710 run                             mass: MS start registered  {at=29588248.849076714, delay=0.006027325987815857, ms=00038}
22:49:03.177852 run                             mass: MS performed LU  {at=29588248.881104942, lu_delay=5.507496826350689, ms=00024}
22:49:03.193743 run                osmo-ms-mob/00039: Starting mobile
22:49:03.206865 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.217857 run                             mass: MS start registered  {at=29588248.921204645, delay=0.00493091344833374, ms=00039}
22:49:03.247311 run                             mass: MS performed LU  {at=29588248.950583503, lu_delay=6.40251075476408, ms=00022}
22:49:03.304376 run                             mass: MS performed LU  {at=29588249.007632416, lu_delay=5.059657860547304, ms=00025}
22:49:03.557606 run                             mass: MS performed LU  {at=29588249.260859944, lu_delay=4.913272462785244, ms=00026}
22:49:03.601305 run                osmo-ms-mob/00040: Starting mobile
22:49:03.615661 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.626961 run                             mass: MS start registered  {at=29588249.330315232, delay=0.0052143000066280365, ms=00040}
22:49:04.120599 run                osmo-ms-mob/00041: Starting mobile
22:49:04.133832 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.145211 run                             mass: MS start registered  {at=29588249.848563317, delay=0.005202256143093109, ms=00041}
22:49:04.432792 run                osmo-ms-mob/00042: Starting mobile
22:49:04.446635 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.458299 run                             mass: MS start registered  {at=29588250.16164983, delay=0.005471475422382355, ms=00042}
22:49:04.851665 run                osmo-ms-mob/00043: Starting mobile
22:49:04.868376 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.879367 run                             mass: MS start registered  {at=29588250.582719926, delay=0.005052652209997177, ms=00043}
22:49:04.913604 run                             mass: MS performed LU  {at=29588250.616872862, lu_delay=5.842720080167055, ms=00027}
22:49:04.996732 run                             mass: MS performed LU  {at=29588250.69995915, lu_delay=5.591882631182671, ms=00028}
22:49:05.025501 run                osmo-ms-mob/00044: Starting mobile
22:49:05.038524 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.045065 run                             mass: MS performed LU  {at=29588250.748426054, lu_delay=5.166991673409939, ms=00029}
22:49:05.051034 run                             mass: MS start registered  {at=29588250.75440031, delay=0.005991846323013306, ms=00044}
22:49:05.167565 run                             mass: MS performed LU  {at=29588250.870817155, lu_delay=4.90784677118063, ms=00030}
22:49:05.181273 run                osmo-ms-mob/00045: Starting mobile
22:49:05.194476 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.206231 run                             mass: MS start registered  {at=29588250.909576617, delay=0.005753576755523682, ms=00045}
22:49:05.761264 run                osmo-ms-mob/00046: Starting mobile
22:49:05.779565 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.790558 run                             mass: MS start registered  {at=29588251.493910477, delay=0.005028195679187775, ms=00046}
22:49:06.020326 run                osmo-ms-mob/00047: Starting mobile
22:49:06.033321 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.044722 run                             mass: MS start registered  {at=29588251.748071082, delay=0.005118720233440399, ms=00047}
22:49:06.320909 run                osmo-ms-mob/00048: Starting mobile
22:49:06.334527 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.346192 run                             mass: MS start registered  {at=29588252.049540445, delay=0.005549721419811249, ms=00048}
22:49:06.634192 run                osmo-ms-mob/00049: Starting mobile
22:49:06.648041 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.659129 run                             mass: MS start registered  {at=29588252.362482492, delay=0.005113314837217331, ms=00049}
22:49:06.897486 run                             mass: MS performed LU  {at=29588252.600741982, lu_delay=4.853005301207304, ms=00035}
22:49:06.926173 run                osmo-ms-mob/00050: Starting mobile
22:49:06.938941 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.945273 run                             mass: MS performed LU  {at=29588252.648630075, lu_delay=5.637427404522896, ms=00033}
22:49:06.951158 run                             mass: MS start registered  {at=29588252.654523104, delay=0.005911264568567276, ms=00050}
22:49:07.013457 run                             mass: MS performed LU  {at=29588252.716732897, lu_delay=6.341462194919586, ms=00031}
22:49:07.069193 run                             mass: MS performed LU  {at=29588252.772460118, lu_delay=6.120411042124033, ms=00032}
22:49:07.110235 run                osmo-ms-mob/00051: Starting mobile
22:49:07.123851 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.129802 run                             mass: MS performed LU  {at=29588252.83316304, lu_delay=5.350176502019167, ms=00034}
22:49:07.135953 run                             mass: MS start registered  {at=29588252.839319922, delay=0.006174653768539429, ms=00051}
22:49:07.341099 run                             mass: MS performed LU  {at=29588253.04435171, lu_delay=4.882117319852114, ms=00036}
22:49:07.370479 run                osmo-ms-mob/00052: Starting mobile
22:49:07.383412 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.394928 run                             mass: MS start registered  {at=29588253.098276656, delay=0.005453865975141525, ms=00052}
22:49:07.920819 run                osmo-ms-mob/00053: Starting mobile
22:49:07.934128 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.945202 run                             mass: MS start registered  {at=29588253.64855644, delay=0.005179103463888168, ms=00053}
22:49:08.236891 run                osmo-ms-mob/00054: Starting mobile
22:49:08.251944 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.263604 run                             mass: MS start registered  {at=29588253.966944747, delay=0.005570556968450546, ms=00054}
22:49:08.534936 run                osmo-ms-mob/00055: Starting mobile
22:49:08.548636 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.559709 run                             mass: MS start registered  {at=29588254.26306306, delay=0.005097813904285431, ms=00055}
22:49:08.679751 run                             mass: MS performed LU  {at=29588254.38300571, lu_delay=5.533928994089365, ms=00038}
22:49:08.762311 run                             mass: MS performed LU  {at=29588254.465564776, lu_delay=5.91746486350894, ms=00037}
22:49:08.789064 run                osmo-ms-mob/00056: Starting mobile
22:49:08.802156 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.808527 run                             mass: MS performed LU  {at=29588254.511887334, lu_delay=5.590682689100504, ms=00039}
22:49:08.814507 run                             mass: MS start registered  {at=29588254.51787413, delay=0.006002012640237808, ms=00056}
22:49:08.932791 run                             mass: MS performed LU  {at=29588254.63604346, lu_delay=5.305728226900101, ms=00040}
22:49:08.962313 run                osmo-ms-mob/00057: Starting mobile
22:49:08.975595 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.986648 run                             mass: MS start registered  {at=29588254.69000182, delay=0.004925288259983063, ms=00057}
22:49:09.006109 run                             mass: MS performed LU  {at=29588254.709458433, lu_delay=4.860895115882158, ms=00041}
22:49:09.521302 run                osmo-ms-mob/00058: Starting mobile
22:49:09.534622 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.545887 run                             mass: MS start registered  {at=29588255.249237005, delay=0.005248170346021652, ms=00058}
22:49:09.834832 run                osmo-ms-mob/00059: Starting mobile
22:49:09.849924 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.861191 run                             mass: MS start registered  {at=29588255.564541552, delay=0.005064867436885834, ms=00059}
22:49:10.134494 run                osmo-ms-mob/00060: Starting mobile
22:49:10.148565 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.159599 run                             mass: MS start registered  {at=29588255.86295024, delay=0.004938740283250809, ms=00060}
22:49:10.519782 run                osmo-ms-mob/00061: Starting mobile
22:49:10.532799 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.542230 run                             mass: MS performed LU  {at=29588256.24557789, lu_delay=5.336001273244619, ms=00045}
22:49:10.548126 run                             mass: MS start registered  {at=29588256.251492374, delay=0.009283304214477539, ms=00061}
22:49:10.599588 run                             mass: MS performed LU  {at=29588256.30284984, lu_delay=4.80893936380744, ms=00046}
22:49:10.626942 run                osmo-ms-mob/00062: Starting mobile
22:49:10.640648 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.652036 run                             mass: MS start registered  {at=29588256.35538692, delay=0.005022186785936356, ms=00062}
22:49:10.709585 run                             mass: MS performed LU  {at=29588256.412857454, lu_delay=4.664786372333765, ms=00047}
22:49:10.853436 run                             mass: MS performed LU  {at=29588256.5566907, lu_delay=6.39504086971283, ms=00042}
22:49:10.882512 run                osmo-ms-mob/00063: Starting mobile
22:49:10.895505 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.901689 run                             mass: MS performed LU  {at=29588256.605048534, lu_delay=6.022328607738018, ms=00043}
22:49:10.907533 run                             mass: MS start registered  {at=29588256.610899266, delay=0.005869612097740173, ms=00063}
22:49:11.520590 run                osmo-ms-mob/00064: Starting mobile
22:49:11.534232 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.546533 run                             mass: MS start registered  {at=29588257.24988401, delay=0.005798257887363434, ms=00064}
22:49:11.586545 run                             mass: MS performed LU  {at=29588257.28955685, lu_delay=6.535156540572643, ms=00044}
22:49:11.724785 run                             mass: MS performed LU  {at=29588257.428044952, lu_delay=3.7794885113835335, ms=00053}
22:49:11.934047 run                osmo-ms-mob/00065: Starting mobile
22:49:11.947940 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.959085 run                             mass: MS start registered  {at=29588257.662436537, delay=0.005096897482872009, ms=00065}
22:49:12.234941 run                osmo-ms-mob/00066: Starting mobile
22:49:12.249024 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.260263 run                             mass: MS start registered  {at=29588257.963616308, delay=0.005241069942712784, ms=00066}
22:49:12.445469 run                             mass: MS performed LU  {at=29588258.148726802, lu_delay=5.494203697890043, ms=00050}
22:49:12.470192 run                             mass: MS performed LU  {at=29588258.173553012, lu_delay=6.124012567102909, ms=00048}
22:49:12.481385 run                osmo-ms-mob/00067: Starting mobile
22:49:12.494533 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.506019 run                             mass: MS start registered  {at=29588258.209370907, delay=0.005209300667047501, ms=00067}
22:49:12.573802 run                             mass: MS performed LU  {at=29588258.277065173, lu_delay=5.914582680910826, ms=00049}
22:49:12.772584 run                             mass: MS performed LU  {at=29588258.475837488, lu_delay=5.377560831606388, ms=00052}
22:49:12.796538 run                osmo-ms-mob/00068: Starting mobile
22:49:12.810026 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.816056 run                             mass: MS performed LU  {at=29588258.519416243, lu_delay=5.680096320807934, ms=00051}
22:49:12.822126 run                             mass: MS start registered  {at=29588258.525492266, delay=0.006094958633184433, ms=00068}
22:49:13.332203 run                osmo-ms-mob/00069: Starting mobile
22:49:13.346096 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.357418 run                             mass: MS start registered  {at=29588259.060768496, delay=0.005215883255004883, ms=00069}
22:49:13.732278 run                osmo-ms-mob/00070: Starting mobile
22:49:13.745888 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.757506 run                             mass: MS start registered  {at=29588259.46085766, delay=0.005207415670156479, ms=00070}
22:49:14.154761 run                osmo-ms-mob/00071: Starting mobile
22:49:14.170234 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.181946 run                             mass: MS start registered  {at=29588259.885296516, delay=0.0053300149738788605, ms=00071}
22:49:14.309893 run                             mass: MS performed LU  {at=29588260.01314506, lu_delay=5.3231432400643826, ms=00057}
22:49:14.366663 run                             mass: MS performed LU  {at=29588260.069915786, lu_delay=5.806852728128433, ms=00055}
22:49:14.475255 run                             mass: MS performed LU  {at=29588260.17850996, lu_delay=6.211565215140581, ms=00054}
22:49:14.517834 run                osmo-ms-mob/00072: Starting mobile
22:49:14.533198 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.544750 run                             mass: MS start registered  {at=29588260.248092245, delay=0.005423389375209808, ms=00072}
22:49:14.637549 run                             mass: MS performed LU  {at=29588260.340802595, lu_delay=4.776261042803526, ms=00059}
22:49:14.661098 run                             mass: MS performed LU  {at=29588260.36445976, lu_delay=5.115222755819559, ms=00058}
22:49:14.949809 run                osmo-ms-mob/00073: Starting mobile
22:49:14.966479 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.977677 run                             mass: MS start registered  {at=29588260.681026213, delay=0.0049299150705337524, ms=00073}
22:49:15.334185 run                osmo-ms-mob/00074: Starting mobile
22:49:15.348292 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.361044 run                             mass: MS start registered  {at=29588261.0643873, delay=0.006445925682783127, ms=00074}
22:49:15.505061 run                             mass: MS performed LU  {at=29588261.208319433, lu_delay=3.545882895588875, ms=00065}
22:49:15.739575 run                osmo-ms-mob/00075: Starting mobile
22:49:15.753484 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.764971 run                             mass: MS start registered  {at=29588261.468314823, delay=0.005267713218927383, ms=00075}
22:49:16.210241 run                             mass: MS performed LU  {at=29588261.91349798, lu_delay=5.558111060410738, ms=00062}
22:49:16.254742 run                osmo-ms-mob/00076: Starting mobile
22:49:16.268813 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.274945 run                             mass: MS performed LU  {at=29588261.978302855, lu_delay=6.115352615714073, ms=00060}
22:49:16.281008 run                             mass: MS start registered  {at=29588261.984374624, delay=0.006089501082897186, ms=00076}
22:49:16.339868 run                             mass: MS performed LU  {at=29588262.043138254, lu_delay=4.793254245072603, ms=00064}
22:49:16.538499 run                             mass: MS performed LU  {at=29588262.241757315, lu_delay=5.630858048796654, ms=00063}
22:49:16.582098 run                osmo-ms-mob/00077: Starting mobile
22:49:16.595687 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.601690 run                             mass: MS performed LU  {at=29588262.305049516, lu_delay=6.053557142615318, ms=00061}
22:49:16.607735 run                             mass: MS start registered  {at=29588262.31110109, delay=0.006068520247936249, ms=00077}
22:49:17.120178 run                osmo-ms-mob/00078: Starting mobile
22:49:17.133994 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.146342 run                             mass: MS start registered  {at=29588262.84967981, delay=0.006148196756839752, ms=00078}
22:49:17.520259 run                osmo-ms-mob/00079: Starting mobile
22:49:17.533610 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.545972 run                             mass: MS start registered  {at=29588263.249322355, delay=0.0060887411236763, ms=00079}
22:49:18.042321 run                osmo-ms-mob/00080: Starting mobile
22:49:18.058494 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.070013 run                             mass: MS start registered  {at=29588263.773364328, delay=0.005364760756492615, ms=00080}
22:49:18.177305 run                             mass: MS performed LU  {at=29588263.880447544, lu_delay=4.819679047912359, ms=00069}
22:49:18.195291 run                             mass: MS performed LU  {at=29588263.89856819, lu_delay=5.6891972832381725, ms=00067}
22:49:18.242150 run                             mass: MS performed LU  {at=29588263.945403736, lu_delay=5.419911470264196, ms=00068}
22:49:18.310323 run                             mass: MS performed LU  {at=29588264.013574556, lu_delay=6.049958247691393, ms=00066}
22:49:18.340115 run                osmo-ms-mob/00081: Starting mobile
22:49:18.353207 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.364286 run                             mass: MS start registered  {at=29588264.06763997, delay=0.005092408508062363, ms=00081}
22:49:18.370968 run                             mass: MS performed LU  {at=29588264.074328195, lu_delay=4.613470535725355, ms=00070}
22:49:18.921953 run                osmo-ms-mob/00082: Starting mobile
22:49:18.935522 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.946795 run                             mass: MS start registered  {at=29588264.65014243, delay=0.005075044929981232, ms=00082}
22:49:19.533473 run                osmo-ms-mob/00083: Starting mobile
22:49:19.547576 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.558594 run                             mass: MS start registered  {at=29588265.261943966, delay=0.005079228430986404, ms=00083}
22:49:19.976719 run                             mass: MS performed LU  {at=29588265.67995074, lu_delay=5.431858494877815, ms=00072}
22:49:20.031497 run                osmo-ms-mob/00084: Starting mobile
22:49:20.047479 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.053639 run                             mass: MS performed LU  {at=29588265.756997164, lu_delay=5.871700648218393, ms=00071}
22:49:20.059504 run                             mass: MS start registered  {at=29588265.762871087, delay=0.005891524255275726, ms=00084}
22:49:20.106761 run                             mass: MS performed LU  {at=29588265.81001678, lu_delay=5.128990568220615, ms=00073}
22:49:20.286028 run                             mass: MS performed LU  {at=29588265.98927976, lu_delay=4.924892459064722, ms=00074}
22:49:20.551395 run                osmo-ms-mob/00085: Starting mobile
22:49:20.566892 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.578494 run                             mass: MS start registered  {at=29588266.281838633, delay=0.005613189190626144, ms=00085}
22:49:21.137059 run                osmo-ms-mob/00086: Starting mobile
22:49:21.162670 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.174094 run                             mass: MS start registered  {at=29588266.877441335, delay=0.005194012075662613, ms=00086}
22:49:21.750223 run                osmo-ms-mob/00087: Starting mobile
22:49:21.765574 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.777463 run                             mass: MS start registered  {at=29588267.480805185, delay=0.005708392709493637, ms=00087}
22:49:21.943321 run                             mass: MS performed LU  {at=29588267.646546394, lu_delay=4.796866584569216, ms=00078}
22:49:21.960298 run                             mass: MS performed LU  {at=29588267.66361299, lu_delay=5.6792383678257465, ms=00076}
22:49:22.007770 run                             mass: MS performed LU  {at=29588267.711025182, lu_delay=6.24271035939455, ms=00075}
22:49:22.076462 run                             mass: MS performed LU  {at=29588267.77971676, lu_delay=5.468615669757128, ms=00077}
22:49:22.119806 run                osmo-ms-mob/00088: Starting mobile
22:49:22.134474 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.145653 run                             mass: MS start registered  {at=29588267.849004224, delay=0.005202203989028931, ms=00088}
22:49:22.369136 run                             mass: MS performed LU  {at=29588268.072388433, lu_delay=4.8230660781264305, ms=00079}
22:49:22.920537 run                osmo-ms-mob/00089: Starting mobile
22:49:22.933878 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.945229 run                             mass: MS start registered  {at=29588268.64857738, delay=0.005302075296640396, ms=00089}
22:49:23.560420 run                osmo-ms-mob/00090: Starting mobile
22:49:23.577170 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.588370 run                             mass: MS start registered  {at=29588269.291724276, delay=0.005177237093448639, ms=00090}
22:49:23.742093 run                             mass: MS performed LU  {at=29588269.445344046, lu_delay=5.67197971791029, ms=00080}
22:49:23.766888 run                             mass: MS performed LU  {at=29588269.47024986, lu_delay=4.82010743021965, ms=00082}
22:49:23.871841 run                             mass: MS performed LU  {at=29588269.575096957, lu_delay=5.507456988096237, ms=00081}
22:49:24.261049 run                osmo-ms-mob/00091: Starting mobile
22:49:24.277820 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.289142 run                             mass: MS start registered  {at=29588269.99249358, delay=0.0052113719284534454, ms=00091}
22:49:24.919162 run                osmo-ms-mob/00092: Starting mobile
22:49:24.932427 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.943619 run                             mass: MS start registered  {at=29588270.646970782, delay=0.005106344819068909, ms=00092}
22:49:25.708703 run                             mass: MS performed LU  {at=29588271.411903203, lu_delay=5.130064569413662, ms=00085}
22:49:25.723837 run                osmo-ms-mob/00093: Starting mobile
22:49:25.737036 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.743026 run                             mass: MS performed LU  {at=29588271.44638817, lu_delay=6.1844442039728165, ms=00083}
22:49:25.748745 run                             mass: MS start registered  {at=29588271.452112768, delay=0.005740158259868622, ms=00093}
22:49:25.772459 run                             mass: MS performed LU  {at=29588271.475806482, lu_delay=5.712935395538807, ms=00084}
22:49:26.077363 run                             mass: MS performed LU  {at=29588271.780617956, lu_delay=4.903176620602608, ms=00086}
22:49:26.634054 run                osmo-ms-mob/00094: Starting mobile
22:49:26.647819 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.659415 run                             mass: MS start registered  {at=29588272.362764504, delay=0.005282696336507797, ms=00094}
22:49:27.508378 run                             mass: MS performed LU  {at=29588273.211630616, lu_delay=4.563053235411644, ms=00089}
22:49:27.563536 run                osmo-ms-mob/00095: Starting mobile
22:49:27.578362 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.584465 run                             mass: MS performed LU  {at=29588273.287823364, lu_delay=5.438819140195847, ms=00088}
22:49:27.590317 run                             mass: MS start registered  {at=29588273.29367981, delay=0.005875643342733383, ms=00095}
22:49:27.638157 run                             mass: MS performed LU  {at=29588273.34141123, lu_delay=5.8606060445308685, ms=00087}
22:49:28.534651 run                osmo-ms-mob/00096: Starting mobile
22:49:28.548469 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.560105 run                             mass: MS start registered  {at=29588274.26345441, delay=0.005429960787296295, ms=00096}
22:49:29.474448 run                             mass: MS performed LU  {at=29588275.177673314, lu_delay=5.885949037969112, ms=00090}
22:49:29.500100 run                             mass: MS performed LU  {at=29588275.203462247, lu_delay=5.210968665778637, ms=00091}
22:49:29.535359 run                osmo-ms-mob/00097: Starting mobile
22:49:29.550407 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.561372 run                             mass: MS start registered  {at=29588275.26472611, delay=0.005015209317207336, ms=00097}
22:49:30.009750 run                             mass: MS performed LU  {at=29588275.712985624, lu_delay=5.066014841198921, ms=00092}
22:49:30.932435 run                osmo-ms-mob/00098: Starting mobile
22:49:30.946289 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.957641 run                             mass: MS start registered  {at=29588276.660993088, delay=0.005184542387723923, ms=00098}
22:49:31.255829 run                             mass: MS performed LU  {at=29588276.95908486, lu_delay=4.596320357173681, ms=00094}
22:49:31.273535 run                             mass: MS performed LU  {at=29588276.976813357, lu_delay=22.458939228206873, ms=00056}
22:49:31.403542 run                             mass: MS performed LU  {at=29588277.10679974, lu_delay=5.654686972498894, ms=00093}
22:49:32.751811 run                osmo-ms-mob/00099: Starting mobile
22:49:32.767225 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.773569 run                             mass: All started... {duration=55.76357462629676, too_slow=0}
22:49:32.779205 run                             mass: MS start registered  {at=29588278.482564084, delay=0.005630429834127426, ms=00099}
22:49:33.240413 run                             mass: MS performed LU  {at=29588278.943627305, lu_delay=5.649947494268417, ms=00095}
22:49:33.264750 run                             mass: MS performed LU  {at=29588278.968110755, lu_delay=4.704656343907118, ms=00096}
22:49:35.169612 run                             mass: MS performed LU  {at=29588280.8728686, lu_delay=5.608142491430044, ms=00097}
22:49:37.005846 run                             mass: MS performed LU  {at=29588282.709074907, lu_delay=6.048081818968058, ms=00098}
22:49:38.907779 run                             mass: MS performed LU  {at=29588284.611031935, lu_delay=6.128467850387096, ms=00099}
22:49:38.918183 run                             mass: Tests done {all_completed=True, max=22.458939228206873, min=3.545882895588875}
22:49:38.923643 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.929206 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.932633 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.936006 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.939385 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.942763 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.946172 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.949587 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.953045 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.956475 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.959931 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.963372 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.966969 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.970458 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.973939 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.977466 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.981031 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.984662 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.988718 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.992366 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.996106 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.999771 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.003753 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.007362 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.010985 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.014566 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.018084 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.021687 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.025665 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.029273 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.033035 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.036525 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.040026 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.043870 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.047371 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.051157 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.054781 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.058387 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.061990 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.065590 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.069705 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.073348 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.077124 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.080712 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.084271 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.087861 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.091932 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.095635 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.099336 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.102822 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.106248 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.109733 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.113220 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.116670 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.120147 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.123527 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.127027 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.130513 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.133981 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.137458 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.140888 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.144379 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.147819 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.151698 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.155133 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.158748 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.162396 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.166247 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.169717 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.173195 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.176637 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.180101 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.183571 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.187037 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.190535 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.194005 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.197531 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.201194 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.204804 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.208222 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.211569 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.214986 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.219035 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.222463 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.225929 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.229342 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.232831 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.236234 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.239595 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.243079 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.246478 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.249944 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.253425 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.256867 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.260316 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.263778 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.267413 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.271034 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.274816 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.278228 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.281685 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.285150 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.288553 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.291971 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.295449 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.298834 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.302325 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.305804 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.309279 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.312789 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.316270 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.319906 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.323687 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.327463 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.330957 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.334440 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.337921 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.341371 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.344834 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.348297 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.351638 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.354962 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.358286 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.361601 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.364936 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.368254 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.371591 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.374900 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.378229 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.381534 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.384859 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.388182 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.391517 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.394845 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.398182 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.401507 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.404825 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.408132 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.411442 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.414757 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.418075 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.421387 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.424704 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.428022 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.431339 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.434642 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.437953 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.441279 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.444580 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.447886 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.451213 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.454536 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.457846 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.461148 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.464459 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.467768 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.471086 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.474404 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.477731 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.481050 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.484372 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.487680 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.491026 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.494331 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.497649 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.500973 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.504281 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.507601 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.510919 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.514241 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.517573 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.520888 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.524196 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.527506 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.530841 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.534118 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.537366 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.540613 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.543868 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.547138 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.550386 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.553635 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.556900 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.560162 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.563418 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.566669 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.569928 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.573177 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.576427 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.579685 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.582937 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.586194 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.589458 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.592719 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.595978 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.599229 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.602473 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.605726 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.608998 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.612239 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.615502 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.618753 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.622013 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.625276 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.628524 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.631786 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.635033 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.638281 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.641532 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.644797 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.648052 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.651312 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.654699 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.657964 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.661239 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.662707 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.666323 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.667780 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.671361 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.672828 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.676427 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.677897 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.681476 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.682943 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.686570 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.688040 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.691641 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.693138 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.696815 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.698307 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.701992 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.703476 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.707147 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.708635 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.712325 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.713809 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.717505 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.718994 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.722684 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.724168 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.727846 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.729345 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.733017 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.734511 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.738187 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.739666 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.743339 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.744847 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.748537 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.750032 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.753713 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.755206 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.758889 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.760380 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.764056 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.765541 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.769222 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.770701 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.774353 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.775829 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.779517 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.781005 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.784664 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.786144 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.789795 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.791272 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.794933 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.796411 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.800078 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.801549 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.805208 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.806690 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.810350 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.811830 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.815512 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.816992 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.820661 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.822135 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.825766 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.827245 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.830892 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.832373 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.836035 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.837507 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.841184 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.842664 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.846321 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.847798 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.851443 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.852930 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.856580 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.858073 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.861745 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.863224 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.866885 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.868380 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.872049 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.873549 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.877235 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.878716 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.882395 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.883889 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.887544 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.889033 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.892679 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.894177 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.897869 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.899348 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.903080 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.904569 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.908242 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.909743 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.913424 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.914926 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.918687 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.920235 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.924058 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.925626 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.929454 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.931003 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.934842 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.936389 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.940211 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.941777 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.945591 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.947132 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.950979 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.952519 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.956346 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.957905 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.961727 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.963261 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.967098 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.968653 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.972464 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.974046 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.977869 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.979412 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.983232 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.984786 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.988598 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.990144 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.993983 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.995530 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.999353 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.000911 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.004740 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.006292 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.010140 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.011708 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.015531 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.017079 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.020940 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.022480 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.026306 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.027855 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.031708 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.033261 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.037092 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.038640 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.042477 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.044031 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.047879 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.049434 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.053281 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.054826 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.058655 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.060215 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.064040 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.065605 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.069464 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.071017 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.074849 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.076387 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.080211 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.081767 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.085590 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.087117 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.090922 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.092443 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.096253 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.097811 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.101608 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.103156 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.106949 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.108491 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.112297 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.113842 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.117683 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.119221 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.123023 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.124564 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.128377 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.129954 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.133761 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.135294 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.139103 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.140630 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.144438 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.145976 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.149784 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.151323 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.155145 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.156686 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.160504 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.162044 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.165843 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.167388 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.171177 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.172723 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.176532 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.178078 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.181897 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.183445 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.187270 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.188819 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.192641 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.194182 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.197985 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.199522 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.203362 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.204902 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.208718 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.210266 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.214087 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.215629 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.219426 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.220975 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.224827 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.226369 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.230185 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.231725 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.235537 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.237067 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.240876 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.242426 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.246243 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.247788 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.251628 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.253181 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.257019 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.258560 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.262407 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.263942 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.267808 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.269357 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.273212 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.274759 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.278600 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.280145 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.283977 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.285449 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.289183 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.290671 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.294359 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.295847 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.299540 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.301039 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.304736 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.306216 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.309924 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.311470 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.315308 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.316893 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.320713 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.322258 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.326108 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.327667 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.331508 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.333061 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.336905 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.338452 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.342320 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.343860 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.347717 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.349256 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.353108 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.354653 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.358505 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.360052 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.363894 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.365395 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.369064 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.370548 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.374235 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.375722 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.379414 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.380921 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.384599 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.386090 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.389801 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.391290 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.394995 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.396480 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.400162 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.401699 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.405465 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.407010 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.410871 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.412410 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.416245 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.417805 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.421655 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.423210 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.427040 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.428582 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.432416 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.433969 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.437824 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.439368 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.443213 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.444751 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.448587 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.450144 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.453974 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.455530 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.459396 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.460951 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.464789 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.466336 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.470177 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.471740 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.475598 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.477154 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.481019 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.482562 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.486409 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.487951 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.491777 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.493327 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.497176 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.498722 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.502588 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.504126 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.507959 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.509522 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.513359 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.514891 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.518738 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.520270 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.524106 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.525670 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.529514 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.531054 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.534893 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.536440 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.540267 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.541828 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.545685 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.547228 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.551092 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.552640 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.556494 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.558044 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.561866 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.563417 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.567291 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.568845 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.572683 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.574222 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.578069 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.579611 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.583451 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.585005 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.588857 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.590394 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.594233 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.595775 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.599622 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.601171 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.605010 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.606558 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.610422 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.611972 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.615832 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.617388 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.621241 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.622795 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.626632 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.628174 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.632044 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.633594 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.637411 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.638944 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.642774 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.644319 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.648127 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.649666 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.653492 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.655029 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.658838 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.660380 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.664221 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.665764 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.669595 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.671136 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.674970 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.676516 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.680359 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.681909 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.685749 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.687294 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.691128 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.692669 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.696488 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.698039 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.701853 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.703397 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.707230 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.708777 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.712586 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.714143 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.717976 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.719527 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.723360 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.724907 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.728745 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.730280 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.734102 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.735647 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.739499 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.741045 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.744861 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.746402 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.750216 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.751752 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.755582 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.757133 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.760954 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.762495 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.766320 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.767856 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.771687 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.773234 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.777074 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.778606 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.782467 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.784008 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.188514 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.194737 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8187 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.276942 tst                       trial-8187: Storing JUnit report in /build/trial-8187/run.2025-12-21_22-48-17/trial-8187.xml

--------------------------------------------------------------------------------------------
trial-8187 PASS
--------------------------------------------------------------------------------------------
22:49:44.292197 tst                       trial-8187: trial-8187: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8187/inst
+ cd trial-8187
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-21 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8187-run.tgz run.2025-12-21_22-48-17
+ tar czf /build/trial-8187-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-21_13_26_47.tgz osmo-bts-oc2g.build-2025-12-21_00_51_47.tgz osmo-bts-sysmo.build-2025-12-21_00_51_40.tgz osmo-bts.build-2025-12-21_00_51_57.tgz osmo-ggsn.build-2025-12-21_20_42_30.tgz osmo-hlr.build-2025-12-21_16_37_00.tgz osmo-hnbgw.build-2025-12-21_13_31_15.tgz osmo-mgw.build-2025-12-21_08_33_22.tgz osmo-msc.build-2025-12-21_13_35_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-21_07_34_07.tgz osmo-pcu-sysmo.build-2025-12-21_07_36_17.tgz osmo-pcu.build-2025-12-21_07_36_25.tgz osmo-sgsn.build-2025-12-21_20_48_17.tgz osmo-stp.build-2025-12-21_13_25_47.tgz osmo-trx.build-2025-12-21_14_29_04.tgz osmocom-bb.build-2025-12-21_21_17_09.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