Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7619
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6563920035048498419.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-8227
+ 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
b0a9258 ttcn3-bts-test: fail on unexpected respawn count
+ 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 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#24 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#24 CACHED

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

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

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

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

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

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

#31 [20/28] WORKDIR	/TMP
#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:d46e759d0861d2b2c19e7d5c5c20c15a38b26982a5e448b5b2eec6866f9b8309 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8228 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-31 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8228
+ mkdir -p trial-8228
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-31_13_29_33.tgz osmo-bts-oc2g.build-2026-01-31_00_51_26.tgz osmo-bts-sysmo.build-2026-01-31_00_51_17.tgz osmo-bts.build-2026-01-31_00_51_35.tgz osmo-ggsn.build-2026-01-31_20_42_41.tgz osmo-hlr.build-2026-01-31_16_37_04.tgz osmo-hnbgw.build-2026-01-31_13_31_01.tgz osmo-mgw.build-2026-01-31_08_32_58.tgz osmo-msc.build-2026-01-31_13_35_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-31_07_35_18.tgz osmo-pcu-sysmo.build-2026-01-31_07_35_36.tgz osmo-pcu.build-2026-01-31_07_35_27.tgz osmo-sgsn.build-2026-01-31_20_48_24.tgz osmo-stp.build-2026-01-31_13_25_57.tgz osmo-trx.build-2026-01-31_14_21_38.tgz osmocom-bb.build-2026-01-31_21_17_26.tgz srslte.build-19.tgz trial-8228
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-31_13_29_33.md5 osmo-bts-oc2g.build-2026-01-31_00_51_26.md5 osmo-bts-sysmo.build-2026-01-31_00_51_17.md5 osmo-bts.build-2026-01-31_00_51_35.md5 osmo-ggsn.build-2026-01-31_20_42_41.md5 osmo-hlr.build-2026-01-31_16_37_04.md5 osmo-hnbgw.build-2026-01-31_13_31_01.md5 osmo-mgw.build-2026-01-31_08_32_58.md5 osmo-msc.build-2026-01-31_13_35_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-31_07_35_18.md5 osmo-pcu-sysmo.build-2026-01-31_07_35_36.md5 osmo-pcu.build-2026-01-31_07_35_27.md5 osmo-sgsn.build-2026-01-31_20_48_24.md5 osmo-stp.build-2026-01-31_13_25_57.md5 osmo-trx.build-2026-01-31_14_21_38.md5 osmocom-bb.build-2026-01-31_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-31_13_29_33.md5 osmo-bts-oc2g.build-2026-01-31_00_51_26.md5 osmo-bts-sysmo.build-2026-01-31_00_51_17.md5 osmo-bts.build-2026-01-31_00_51_35.md5 osmo-ggsn.build-2026-01-31_20_42_41.md5 osmo-hlr.build-2026-01-31_16_37_04.md5 osmo-hnbgw.build-2026-01-31_13_31_01.md5 osmo-mgw.build-2026-01-31_08_32_58.md5 osmo-msc.build-2026-01-31_13_35_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-31_07_35_18.md5 osmo-pcu-sysmo.build-2026-01-31_07_35_36.md5 osmo-pcu.build-2026-01-31_07_35_27.md5 osmo-sgsn.build-2026-01-31_20_48_24.md5 osmo-stp.build-2026-01-31_13_25_57.md5 osmo-trx.build-2026-01-31_14_21_38.md5 osmocom-bb.build-2026-01-31_21_17_26.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-8228 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8228'
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-8228
--------------------------------------------------------------------------------------------
22:48:17.949819 tst                       trial-8228: Detailed log at /build/trial-8228/run.2026-01-31_22-48-17/log

---------------------------------------------------------------------
trial-8228 netreg_mass
---------------------------------------------------------------------
22:48:18.155281 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.155650 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.156454 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.157627 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.198625 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.199453 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.200582 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.262448 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-8228 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.263243 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.278468 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.278985 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.279434 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.279876 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.280308 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.280761 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.281201 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.311539 tst         register_default_mass.py: using LAC 2
22:48:18.332774 tst         register_default_mass.py: using RAC 2
22:48:18.357669 tst         register_default_mass.py: using CellId 2
22:48:18.386069 tst         register_default_mass.py: using BVCI 3
22:48:18.399447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.410516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.411030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.411541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.412037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.412550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.413062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.413559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.414072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.414586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.415085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.415580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.416110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.416625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.417150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.417661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.418163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.418676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.419193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.419699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.420199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.420722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.421237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.421744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.422264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.422765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.423272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.423800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.424313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.424823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.425335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.425850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.426354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.426858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.427376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.427890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.428393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.428913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.429427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.429918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.430425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.430928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.431435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.431957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.432455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.432977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.433484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.433989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.434490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.435008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.435518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.436035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.436616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.437129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.437634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.438136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.438636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.439137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.439633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.440141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.440640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.451284 tst      register_default_mass.py:21: Launching a simple network
22:48:18.461330 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.581614 run            create_hlr_db(pid=20): Launched
22:48:19.596386 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.612977 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.627919 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.633694 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.819663 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.834520 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.840290 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.255929 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.271016 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.285882 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.412706 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.427767 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.433378 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.457039 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.471978 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.477694 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.790258 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.805583 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.837506 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.011285 run         osmo-bts-virtual(pid=34): Launched
22:48:31.047168 tst         register_default_mass.py: using MSISDN 1001
22:48:31.061485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.100824 tst         register_default_mass.py: using MSISDN 1002
22:48:31.118534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.149387 tst         register_default_mass.py: using MSISDN 1003
22:48:31.164282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.194578 tst         register_default_mass.py: using MSISDN 1004
22:48:31.209070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.239585 tst         register_default_mass.py: using MSISDN 1005
22:48:31.254071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.284486 tst         register_default_mass.py: using MSISDN 1006
22:48:31.298871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.329081 tst         register_default_mass.py: using MSISDN 1007
22:48:31.343386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.372951 tst         register_default_mass.py: using MSISDN 1008
22:48:31.386691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.416174 tst         register_default_mass.py: using MSISDN 1009
22:48:31.430090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.459758 tst         register_default_mass.py: using MSISDN 1010
22:48:31.473737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.503149 tst         register_default_mass.py: using MSISDN 1011
22:48:31.516986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.546439 tst         register_default_mass.py: using MSISDN 1012
22:48:31.560195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.589855 tst         register_default_mass.py: using MSISDN 1013
22:48:31.603817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.633388 tst         register_default_mass.py: using MSISDN 1014
22:48:31.647286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.676857 tst         register_default_mass.py: using MSISDN 1015
22:48:31.690749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.720508 tst         register_default_mass.py: using MSISDN 1016
22:48:31.734528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.764153 tst         register_default_mass.py: using MSISDN 1017
22:48:31.778018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.816107 tst         register_default_mass.py: using MSISDN 1018
22:48:31.833416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.862829 tst         register_default_mass.py: using MSISDN 1019
22:48:31.876919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.906162 tst         register_default_mass.py: using MSISDN 1020
22:48:31.919910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.949477 tst         register_default_mass.py: using MSISDN 1021
22:48:31.963365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.001205 tst         register_default_mass.py: using MSISDN 1022
22:48:32.018624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.048220 tst         register_default_mass.py: using MSISDN 1023
22:48:32.062438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.091736 tst         register_default_mass.py: using MSISDN 1024
22:48:32.105608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.135094 tst         register_default_mass.py: using MSISDN 1025
22:48:32.148905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.178397 tst         register_default_mass.py: using MSISDN 1026
22:48:32.192293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.221716 tst         register_default_mass.py: using MSISDN 1027
22:48:32.235703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.265216 tst         register_default_mass.py: using MSISDN 1028
22:48:32.279075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.308695 tst         register_default_mass.py: using MSISDN 1029
22:48:32.322595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.352183 tst         register_default_mass.py: using MSISDN 1030
22:48:32.366101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.395508 tst         register_default_mass.py: using MSISDN 1031
22:48:32.409307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.438793 tst         register_default_mass.py: using MSISDN 1032
22:48:32.452670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.482199 tst         register_default_mass.py: using MSISDN 1033
22:48:32.496115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.525587 tst         register_default_mass.py: using MSISDN 1034
22:48:32.539458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.568782 tst         register_default_mass.py: using MSISDN 1035
22:48:32.582564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.611841 tst         register_default_mass.py: using MSISDN 1036
22:48:32.625643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.654898 tst         register_default_mass.py: using MSISDN 1037
22:48:32.668762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.698076 tst         register_default_mass.py: using MSISDN 1038
22:48:32.711774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.741196 tst         register_default_mass.py: using MSISDN 1039
22:48:32.755127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.784599 tst         register_default_mass.py: using MSISDN 1040
22:48:32.798400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.827408 tst         register_default_mass.py: using MSISDN 1041
22:48:32.841008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.870300 tst         register_default_mass.py: using MSISDN 1042
22:48:32.884106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.913540 tst         register_default_mass.py: using MSISDN 1043
22:48:32.927320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.956488 tst         register_default_mass.py: using MSISDN 1044
22:48:32.970205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.999502 tst         register_default_mass.py: using MSISDN 1045
22:48:33.013359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.043085 tst         register_default_mass.py: using MSISDN 1046
22:48:33.056946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.087090 tst         register_default_mass.py: using MSISDN 1047
22:48:33.101241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.131487 tst         register_default_mass.py: using MSISDN 1048
22:48:33.145747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.175942 tst         register_default_mass.py: using MSISDN 1049
22:48:33.190252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.220716 tst         register_default_mass.py: using MSISDN 1050
22:48:33.235212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.265583 tst         register_default_mass.py: using MSISDN 1051
22:48:33.279975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.310382 tst         register_default_mass.py: using MSISDN 1052
22:48:33.324838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.355185 tst         register_default_mass.py: using MSISDN 1053
22:48:33.369520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.399625 tst         register_default_mass.py: using MSISDN 1054
22:48:33.413915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.444051 tst         register_default_mass.py: using MSISDN 1055
22:48:33.457946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.488432 tst         register_default_mass.py: using MSISDN 1056
22:48:33.502790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.533274 tst         register_default_mass.py: using MSISDN 1057
22:48:33.547716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.578120 tst         register_default_mass.py: using MSISDN 1058
22:48:33.592477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.622794 tst         register_default_mass.py: using MSISDN 1059
22:48:33.637153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.667688 tst         register_default_mass.py: using MSISDN 1060
22:48:33.682115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.712385 tst         register_default_mass.py: using MSISDN 1061
22:48:33.722156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.752412 tst         register_default_mass.py: using MSISDN 1062
22:48:33.767597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.797333 tst         register_default_mass.py: using MSISDN 1063
22:48:33.807198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.836337 tst         register_default_mass.py: using MSISDN 1064
22:48:33.851368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.880454 tst         register_default_mass.py: using MSISDN 1065
22:48:33.894129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.922918 tst         register_default_mass.py: using MSISDN 1066
22:48:33.936486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.965513 tst         register_default_mass.py: using MSISDN 1067
22:48:33.979059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.008045 tst         register_default_mass.py: using MSISDN 1068
22:48:34.021616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.050627 tst         register_default_mass.py: using MSISDN 1069
22:48:34.064187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.093042 tst         register_default_mass.py: using MSISDN 1070
22:48:34.106602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.135555 tst         register_default_mass.py: using MSISDN 1071
22:48:34.149238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.178147 tst         register_default_mass.py: using MSISDN 1072
22:48:34.191751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.220776 tst         register_default_mass.py: using MSISDN 1073
22:48:34.234455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.263165 tst         register_default_mass.py: using MSISDN 1074
22:48:34.276691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.305521 tst         register_default_mass.py: using MSISDN 1075
22:48:34.319169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.348244 tst         register_default_mass.py: using MSISDN 1076
22:48:34.361842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.390740 tst         register_default_mass.py: using MSISDN 1077
22:48:34.404336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.433123 tst         register_default_mass.py: using MSISDN 1078
22:48:34.446583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.475617 tst         register_default_mass.py: using MSISDN 1079
22:48:34.489379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.518440 tst         register_default_mass.py: using MSISDN 1080
22:48:34.532084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.560826 tst         register_default_mass.py: using MSISDN 1081
22:48:34.574277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.603263 tst         register_default_mass.py: using MSISDN 1082
22:48:34.616796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.645624 tst         register_default_mass.py: using MSISDN 1083
22:48:34.659066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.687938 tst         register_default_mass.py: using MSISDN 1084
22:48:34.701464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.730383 tst         register_default_mass.py: using MSISDN 1085
22:48:34.743975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.772847 tst         register_default_mass.py: using MSISDN 1086
22:48:34.786317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.815219 tst         register_default_mass.py: using MSISDN 1087
22:48:34.828967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.858724 tst         register_default_mass.py: using MSISDN 1088
22:48:34.872650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.901996 tst         register_default_mass.py: using MSISDN 1089
22:48:34.915787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.945305 tst         register_default_mass.py: using MSISDN 1090
22:48:34.959220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.988391 tst         register_default_mass.py: using MSISDN 1091
22:48:35.002046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.031384 tst         register_default_mass.py: using MSISDN 1092
22:48:35.045228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.074829 tst         register_default_mass.py: using MSISDN 1093
22:48:35.088882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.118433 tst         register_default_mass.py: using MSISDN 1094
22:48:35.132318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.161794 tst         register_default_mass.py: using MSISDN 1095
22:48:35.175767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.205210 tst         register_default_mass.py: using MSISDN 1096
22:48:35.218959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.248532 tst         register_default_mass.py: using MSISDN 1097
22:48:35.262388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.291731 tst         register_default_mass.py: using MSISDN 1098
22:48:35.305585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.334943 tst         register_default_mass.py: using MSISDN 1099
22:48:35.348809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.378010 tst         register_default_mass.py: using MSISDN 1100
22:48:35.391826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.482795 run                             mass: Starting testcase
22:48:35.488372 run                             mass: Pre-launching all virtphy's
22:48:35.493859 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.507024 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.513031 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.525975 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.532126 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.545249 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.551285 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.564343 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.570470 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.583437 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.589449 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.602430 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.608423 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.621310 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.627309 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.640253 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.646238 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.659171 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.665165 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.678049 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.684044 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.696895 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.702860 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.715762 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.721791 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.734752 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.740761 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.753764 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.759788 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.772729 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.778741 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.791687 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.797803 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.810834 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.817004 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.829950 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.835990 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.849074 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.855166 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.868313 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.874399 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.887229 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.893246 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.906125 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.912202 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.925209 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.931206 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.944234 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.950232 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.963171 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.969248 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.982093 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.988231 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.001249 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.007226 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.020183 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.026167 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.039091 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.045091 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.058056 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.064008 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.077038 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.083071 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.096009 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.101971 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.114872 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.120824 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.133757 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.139767 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.152688 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.158770 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.171694 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.177763 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.190687 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.196715 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.209787 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.215786 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.228825 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.234791 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.247655 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.253626 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.266537 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.272575 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.285374 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.291348 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.304162 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.310095 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.322907 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.329082 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.342127 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.348187 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.361181 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.367201 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.380239 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.386256 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.399414 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.405515 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.418739 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.424746 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.437752 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.443720 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.456791 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.462754 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.475683 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.481649 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.494632 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.500663 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.513495 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.519418 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.532294 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.538260 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.551259 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.557233 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.570126 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.576103 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.589015 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.595031 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.608007 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.613969 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.627043 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.633016 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.646056 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.652035 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.664924 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.670833 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.683796 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.689804 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.702908 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.708880 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.721867 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.727839 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.740736 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.746740 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.759674 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.765663 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.778609 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.784585 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.797442 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.803384 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.816293 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.822279 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.835138 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.841113 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.854031 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.859989 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.873010 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.878956 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.892055 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.898011 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.911088 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.917083 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.930157 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.936127 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.949106 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.955065 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.967970 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.973924 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.986733 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.992708 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.005624 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.011614 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.024583 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.030531 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.043443 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.049459 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.062441 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.068376 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.081212 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.087164 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.100286 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.106255 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.119333 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.125315 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.138183 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.144269 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.157217 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.163324 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.176285 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.182215 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.195078 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.201023 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.213946 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.219880 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.232748 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.238659 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.251546 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.257514 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.270363 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.276343 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.289198 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.295140 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.308034 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.313982 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.326824 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.333024 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.346003 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.352113 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.365087 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.371036 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.384141 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.390078 run                             mass: Checking if sockets are in the filesystem
22:48:37.422516 run                osmo-ms-mob/00000: Starting mobile
22:48:37.435563 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.446723 run                             mass: MS start registered  {at=450343.655041449, delay=0.005202947999350727, ms=00000}
22:48:41.645441 run                osmo-ms-mob/00001: Starting mobile
22:48:41.661874 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.672490 run                             mass: MS start registered  {at=450347.880805861, delay=0.004578095977194607, ms=00001}
22:48:42.840520 run                             mass: MS performed LU  {at=450349.048716523, lu_delay=5.393675073981285, ms=00000}
22:48:43.406651 run                osmo-ms-mob/00002: Starting mobile
22:48:43.419461 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.430022 run                             mass: MS start registered  {at=450349.638335561, delay=0.004629036993719637, ms=00002}
22:48:44.736973 run                osmo-ms-mob/00003: Starting mobile
22:48:44.753557 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.764095 run                             mass: MS start registered  {at=450350.972417194, delay=0.004545652016531676, ms=00003}
22:48:45.806995 run                osmo-ms-mob/00004: Starting mobile
22:48:45.820073 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.830863 run                             mass: MS start registered  {at=450352.039182852, delay=0.004580230044666678, ms=00004}
22:48:46.605892 run                             mass: MS performed LU  {at=450352.81409843, lu_delay=4.9332925690105185, ms=00001}
22:48:46.805233 run                osmo-ms-mob/00005: Starting mobile
22:48:46.818644 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.829354 run                             mass: MS start registered  {at=450353.037671386, delay=0.004705768951680511, ms=00005}
22:48:47.706318 run                osmo-ms-mob/00006: Starting mobile
22:48:47.719842 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.730393 run                             mass: MS start registered  {at=450353.938712505, delay=0.004485687997657806, ms=00006}
22:48:48.506649 run                             mass: MS performed LU  {at=450354.714856532, lu_delay=5.076520971022546, ms=00002}
22:48:48.561424 run                osmo-ms-mob/00007: Starting mobile
22:48:48.576616 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.587075 run                             mass: MS start registered  {at=450354.795397526, delay=0.004380416008643806, ms=00007}
22:48:49.423453 run                osmo-ms-mob/00008: Starting mobile
22:48:49.441818 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.452958 run                             mass: MS start registered  {at=450355.661274561, delay=0.004828901030123234, ms=00008}
22:48:50.106012 run                osmo-ms-mob/00009: Starting mobile
22:48:50.119313 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.129867 run                             mass: MS start registered  {at=450356.338186089, delay=0.004569013020955026, ms=00009}
22:48:50.371553 run                             mass: MS performed LU  {at=450356.57976692, lu_delay=5.607349726022221, ms=00003}
22:48:50.837249 run                osmo-ms-mob/00010: Starting mobile
22:48:50.854487 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.865520 run                             mass: MS start registered  {at=450357.073841166, delay=0.0047468149568885565, ms=00010}
22:48:50.887393 run                             mass: MS performed LU  {at=450357.095700749, lu_delay=5.056517896999139, ms=00004}
22:48:51.406392 run                osmo-ms-mob/00011: Starting mobile
22:48:51.419567 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.431380 run                             mass: MS start registered  {at=450357.6397017, delay=0.005530191992875189, ms=00011}
22:48:52.006212 run                osmo-ms-mob/00012: Starting mobile
22:48:52.019484 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.030274 run                             mass: MS start registered  {at=450358.238595419, delay=0.0046595349558629096, ms=00012}
22:48:52.273222 run                             mass: MS performed LU  {at=450358.481434639, lu_delay=5.4437632530462, ms=00005}
22:48:52.318695 run                             mass: MS performed LU  {at=450358.526907466, lu_delay=4.588194961019326, ms=00006}
22:48:52.641593 run                osmo-ms-mob/00013: Starting mobile
22:48:52.666485 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.677330 run                             mass: MS start registered  {at=450358.885649054, delay=0.004727246996480972, ms=00013}
22:48:53.218653 run                osmo-ms-mob/00014: Starting mobile
22:48:53.232451 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.245060 run                             mass: MS start registered  {at=450359.45337172, delay=0.006591449957340956, ms=00014}
22:48:53.837895 run                osmo-ms-mob/00015: Starting mobile
22:48:53.854755 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.865516 run                             mass: MS start registered  {at=450360.0738376, delay=0.004591742996126413, ms=00015}
22:48:54.137045 run                             mass: MS performed LU  {at=450360.345254181, lu_delay=4.683979619992897, ms=00008}
22:48:54.184042 run                             mass: MS performed LU  {at=450360.392262106, lu_delay=5.596864580002148, ms=00007}
22:48:54.210502 run                osmo-ms-mob/00016: Starting mobile
22:48:54.223350 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.234059 run                             mass: MS start registered  {at=450360.442378784, delay=0.004834085004404187, ms=00016}
22:48:54.836487 run                osmo-ms-mob/00017: Starting mobile
22:48:54.853336 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.864404 run                             mass: MS start registered  {at=450361.072723275, delay=0.005048977967817336, ms=00017}
22:48:55.406799 run                osmo-ms-mob/00018: Starting mobile
22:48:55.419953 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.431326 run                             mass: MS start registered  {at=450361.639645575, delay=0.004973386006895453, ms=00018}
22:48:55.805980 run                osmo-ms-mob/00019: Starting mobile
22:48:55.819198 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.829957 run                             mass: MS start registered  {at=450362.038277847, delay=0.004735671973321587, ms=00019}
22:48:56.038477 run                             mass: MS performed LU  {at=450362.246695799, lu_delay=5.172854633012321, ms=00010}
22:48:56.084933 run                             mass: MS performed LU  {at=450362.293152232, lu_delay=4.653450532001443, ms=00011}
22:48:56.154507 run                             mass: MS performed LU  {at=450362.362718411, lu_delay=6.024532322015148, ms=00009}
22:48:56.170033 run                osmo-ms-mob/00020: Starting mobile
22:48:56.183228 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.194129 run                             mass: MS start registered  {at=450362.402452402, delay=0.004905777983367443, ms=00020}
22:48:56.818055 run                osmo-ms-mob/00021: Starting mobile
22:48:56.831681 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.842586 run                             mass: MS start registered  {at=450363.050905578, delay=0.0048171820235438645, ms=00021}
22:48:57.206087 run                osmo-ms-mob/00022: Starting mobile
22:48:57.219302 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.230096 run                             mass: MS start registered  {at=450363.43841383, delay=0.004781918018124998, ms=00022}
22:48:57.736763 run                osmo-ms-mob/00023: Starting mobile
22:48:57.753597 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.764357 run                             mass: MS start registered  {at=450363.972679448, delay=0.004804259049706161, ms=00023}
22:48:57.819704 run                             mass: MS performed LU  {at=450364.027885216, lu_delay=5.789289797015954, ms=00012}
22:48:57.903155 run                             mass: MS performed LU  {at=450364.111380347, lu_delay=4.658008627011441, ms=00014}
22:48:57.949946 run                             mass: MS performed LU  {at=450364.158166294, lu_delay=5.272517239965964, ms=00013}
22:48:57.973517 run                osmo-ms-mob/00024: Starting mobile
22:48:57.986776 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.997548 run                             mass: MS start registered  {at=450364.205871492, delay=0.004636603989638388, ms=00024}
22:48:58.606523 run                osmo-ms-mob/00025: Starting mobile
22:48:58.619892 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.631039 run                             mass: MS start registered  {at=450364.839360774, delay=0.004834728024434298, ms=00025}
22:48:59.020419 run                osmo-ms-mob/00026: Starting mobile
22:48:59.034599 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.045446 run                             mass: MS start registered  {at=450365.253767918, delay=0.004746879974845797, ms=00026}
22:48:59.428528 run                osmo-ms-mob/00027: Starting mobile
22:48:59.444903 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.455975 run                             mass: MS start registered  {at=450365.664295705, delay=0.004708358959760517, ms=00027}
22:48:59.828350 run                osmo-ms-mob/00028: Starting mobile
22:48:59.844719 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.851012 run                             mass: MS performed LU  {at=450366.059338917, lu_delay=4.419693342002574, ms=00018}
22:48:59.856852 run                             mass: MS performed LU  {at=450366.065186073, lu_delay=5.622807289008051, ms=00016}
22:48:59.862586 run                             mass: MS start registered  {at=450366.070922028, delay=0.01160087896278128, ms=00028}
22:48:59.919804 run                             mass: MS performed LU  {at=450366.127980539, lu_delay=5.055257264000829, ms=00017}
22:48:59.956256 run                osmo-ms-mob/00029: Starting mobile
22:48:59.969393 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.975879 run                             mass: MS performed LU  {at=450366.184205434, lu_delay=6.110367833985947, ms=00015}
22:48:59.981960 run                             mass: MS start registered  {at=450366.190295026, delay=0.006106916000135243, ms=00029}
22:49:00.618073 run                osmo-ms-mob/00030: Starting mobile
22:49:00.632338 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.643595 run                             mass: MS start registered  {at=450366.851911512, delay=0.00474932900397107, ms=00030}
22:49:01.017270 run                osmo-ms-mob/00031: Starting mobile
22:49:01.031007 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.041888 run                             mass: MS start registered  {at=450367.250211594, delay=0.004708974971435964, ms=00031}
22:49:01.306181 run                osmo-ms-mob/00032: Starting mobile
22:49:01.319373 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.330176 run                             mass: MS start registered  {at=450367.538494315, delay=0.004663309024181217, ms=00032}
22:49:01.585710 run                             mass: MS performed LU  {at=450367.793909228, lu_delay=4.743003649986349, ms=00021}
22:49:01.669169 run                             mass: MS performed LU  {at=450367.877406874, lu_delay=5.4749544719816186, ms=00020}
22:49:01.721842 run                osmo-ms-mob/00033: Starting mobile
22:49:01.735023 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.741088 run                             mass: MS performed LU  {at=450367.949415762, lu_delay=5.911137914983556, ms=00019}
22:49:01.746964 run                             mass: MS start registered  {at=450367.955299843, delay=0.005900499993003905, ms=00033}
22:49:01.858425 run                             mass: MS performed LU  {at=450368.066649117, lu_delay=4.628235286974814, ms=00022}
22:49:02.119639 run                osmo-ms-mob/00034: Starting mobile
22:49:02.133684 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.144823 run                             mass: MS start registered  {at=450368.353143741, delay=0.004727010033093393, ms=00034}
22:49:02.435293 run                osmo-ms-mob/00035: Starting mobile
22:49:02.450577 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.461467 run                             mass: MS start registered  {at=450368.669789347, delay=0.004886334994807839, ms=00035}
22:49:02.821466 run                osmo-ms-mob/00036: Starting mobile
22:49:02.835435 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.846781 run                             mass: MS start registered  {at=450369.055099229, delay=0.0052053629769943655, ms=00036}
22:49:03.232787 run                osmo-ms-mob/00037: Starting mobile
22:49:03.249805 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.260818 run                             mass: MS start registered  {at=450369.469139157, delay=0.004681368998717517, ms=00037}
22:49:03.505655 run                osmo-ms-mob/00038: Starting mobile
22:49:03.518971 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.529916 run                             mass: MS start registered  {at=450369.738235531, delay=0.004516415996477008, ms=00038}
22:49:03.570609 run                             mass: MS performed LU  {at=450369.778827874, lu_delay=4.939467099960893, ms=00025}
22:49:03.616691 run                             mass: MS performed LU  {at=450369.824910798, lu_delay=4.571142880013213, ms=00026}
22:49:03.641346 run                osmo-ms-mob/00039: Starting mobile
22:49:03.654666 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.665366 run                             mass: MS start registered  {at=450369.873689301, delay=0.0045639630407094955, ms=00039}
22:49:03.684903 run                             mass: MS performed LU  {at=450369.893222248, lu_delay=5.687350756023079, ms=00024}
22:49:03.722857 run                             mass: MS performed LU  {at=450369.931096267, lu_delay=5.958416818990372, ms=00023}
22:49:04.218312 run                osmo-ms-mob/00040: Starting mobile
22:49:04.232181 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.243123 run                             mass: MS start registered  {at=450370.451445109, delay=0.004811085003893822, ms=00040}
22:49:04.519522 run                osmo-ms-mob/00041: Starting mobile
22:49:04.533352 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.544758 run                             mass: MS start registered  {at=450370.753078242, delay=0.005011120985727757, ms=00041}
22:49:04.818512 run                osmo-ms-mob/00042: Starting mobile
22:49:04.832748 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.843477 run                             mass: MS start registered  {at=450371.051796846, delay=0.004576015984639525, ms=00042}
22:49:05.238696 run                osmo-ms-mob/00043: Starting mobile
22:49:05.255983 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.266835 run                             mass: MS start registered  {at=450371.475155778, delay=0.004883699992205948, ms=00043}
22:49:05.351687 run                             mass: MS performed LU  {at=450371.559885579, lu_delay=4.707974066957831, ms=00030}
22:49:05.435103 run                             mass: MS performed LU  {at=450371.643323433, lu_delay=5.453028407006059, ms=00029}
22:49:05.462945 run                osmo-ms-mob/00044: Starting mobile
22:49:05.475965 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.482197 run                             mass: MS performed LU  {at=450371.690526264, lu_delay=6.026230559044052, ms=00027}
22:49:05.488201 run                             mass: MS start registered  {at=450371.696535785, delay=0.006024255999363959, ms=00044}
22:49:05.624758 run                             mass: MS performed LU  {at=450371.832975679, lu_delay=5.762053651036695, ms=00028}
22:49:05.654769 run                osmo-ms-mob/00045: Starting mobile
22:49:05.668090 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.674400 run                             mass: MS performed LU  {at=450371.882726964, lu_delay=4.632515370030887, ms=00031}
22:49:05.680373 run                             mass: MS start registered  {at=450371.88870697, delay=0.005998262029606849, ms=00045}
22:49:06.138322 run                osmo-ms-mob/00046: Starting mobile
22:49:06.154389 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.165779 run                             mass: MS start registered  {at=450372.374101117, delay=0.005022329045459628, ms=00046}
22:49:06.417016 run                osmo-ms-mob/00047: Starting mobile
22:49:06.434750 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.446507 run                             mass: MS start registered  {at=450372.654821494, delay=0.0054244379862211645, ms=00047}
22:49:06.705873 run                osmo-ms-mob/00048: Starting mobile
22:49:06.718975 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.730796 run                             mass: MS start registered  {at=450372.939113847, delay=0.005337220965884626, ms=00048}
22:49:07.005809 run                osmo-ms-mob/00049: Starting mobile
22:49:07.019352 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.030657 run                             mass: MS start registered  {at=450373.238978693, delay=0.005293278023600578, ms=00049}
22:49:07.337443 run                osmo-ms-mob/00050: Starting mobile
22:49:07.352878 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.358929 run                             mass: MS performed LU  {at=450373.567256244, lu_delay=6.028761929017492, ms=00032}
22:49:07.364717 run                             mass: MS start registered  {at=450373.573053223, delay=0.005813235009554774, ms=00050}
22:49:07.380619 run                             mass: MS performed LU  {at=450373.588941725, lu_delay=5.6336418819846585, ms=00033}
22:49:07.451569 run                             mass: MS performed LU  {at=450373.659787316, lu_delay=5.306643574964255, ms=00034}
22:49:07.466204 run                osmo-ms-mob/00051: Starting mobile
22:49:07.479644 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.486962 run                             mass: MS performed LU  {at=450373.695284058, lu_delay=4.6401848290115595, ms=00036}
22:49:07.492920 run                             mass: MS start registered  {at=450373.701255029, delay=0.007298307027667761, ms=00051}
22:49:07.543327 run                             mass: MS performed LU  {at=450373.751563165, lu_delay=5.081773818004876, ms=00035}
22:49:07.558642 run                osmo-ms-mob/00052: Starting mobile
22:49:07.572148 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.582907 run                             mass: MS start registered  {at=450373.791228667, delay=0.004671055998187512, ms=00052}
22:49:08.306937 run                osmo-ms-mob/00053: Starting mobile
22:49:08.320112 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.331552 run                             mass: MS start registered  {at=450374.539871308, delay=0.004936198005452752, ms=00053}
22:49:08.617198 run                osmo-ms-mob/00054: Starting mobile
22:49:08.631233 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.642456 run                             mass: MS start registered  {at=450374.85077675, delay=0.004815533000510186, ms=00054}
22:49:08.905216 run                osmo-ms-mob/00055: Starting mobile
22:49:08.918735 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.929712 run                             mass: MS start registered  {at=450375.138034334, delay=0.004972758993972093, ms=00055}
22:49:09.117605 run                             mass: MS performed LU  {at=450375.32582322, lu_delay=5.856684063037392, ms=00037}
22:49:09.156311 run                osmo-ms-mob/00056: Starting mobile
22:49:09.169575 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.180766 run                             mass: MS start registered  {at=450375.389085218, delay=0.004654927994124591, ms=00056}
22:49:09.199251 run                             mass: MS performed LU  {at=450375.407569855, lu_delay=4.654491612978745, ms=00041}
22:49:09.391076 run                             mass: MS performed LU  {at=450375.599297052, lu_delay=5.147851943038404, ms=00040}
22:49:09.420942 run                osmo-ms-mob/00057: Starting mobile
22:49:09.434450 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.440662 run                             mass: MS performed LU  {at=450375.64899053, lu_delay=5.9107549989712425, ms=00038}
22:49:09.446514 run                             mass: MS start registered  {at=450375.654848512, delay=0.005876470997463912, ms=00057}
22:49:09.926191 run                osmo-ms-mob/00058: Starting mobile
22:49:09.941661 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.953563 run                             mass: MS start registered  {at=450376.161873676, delay=0.005733882018830627, ms=00058}
22:49:10.206339 run                osmo-ms-mob/00059: Starting mobile
22:49:10.219459 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.230999 run                             mass: MS start registered  {at=450376.439318473, delay=0.005146718991454691, ms=00059}
22:49:10.519784 run                osmo-ms-mob/00060: Starting mobile
22:49:10.533984 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.545220 run                             mass: MS start registered  {at=450376.753541797, delay=0.00491781800519675, ms=00060}
22:49:10.945552 run                osmo-ms-mob/00061: Starting mobile
22:49:10.961655 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.972552 run                             mass: MS start registered  {at=450377.180874869, delay=0.004850386991165578, ms=00061}
22:49:10.980610 run                             mass: MS performed LU  {at=450377.188932578, lu_delay=5.492396793037187, ms=00044}
22:49:11.018985 run                             mass: MS performed LU  {at=450377.227219655, lu_delay=6.175422809028532, ms=00042}
22:49:11.045393 run                osmo-ms-mob/00062: Starting mobile
22:49:11.058990 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.070242 run                             mass: MS start registered  {at=450377.278564178, delay=0.0051650459645316005, ms=00062}
22:49:11.147783 run                             mass: MS performed LU  {at=450377.355990536, lu_delay=4.41687668900704, ms=00048}
22:49:11.310171 run                             mass: MS performed LU  {at=450377.518390105, lu_delay=4.8635686109773815, ms=00047}
22:49:11.340389 run                osmo-ms-mob/00063: Starting mobile
22:49:11.353727 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.359813 run                             mass: MS performed LU  {at=450377.568139633, lu_delay=5.194038515968714, ms=00046}
22:49:11.365707 run                             mass: MS performed LU  {at=450377.574042265, lu_delay=5.685335294983815, ms=00045}
22:49:11.371498 run                             mass: MS start registered  {at=450377.57983291, delay=0.01171173295006156, ms=00063}
22:49:11.919350 run                osmo-ms-mob/00064: Starting mobile
22:49:11.934621 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.946541 run                             mass: MS start registered  {at=450378.154859385, delay=0.0055811909842304885, ms=00064}
22:49:12.024576 run                             mass: MS performed LU  {at=450378.232778323, lu_delay=6.75762254500296, ms=00043}
22:49:12.121463 run                             mass: MS performed LU  {at=450378.329673546, lu_delay=4.628418517007958, ms=00051}
22:49:12.164561 run                             mass: MS performed LU  {at=450378.372803637, lu_delay=5.133824943972286, ms=00049}
22:49:12.192376 run                osmo-ms-mob/00065: Starting mobile
22:49:12.205829 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.217633 run                             mass: MS start registered  {at=450378.425941628, delay=0.00568161898991093, ms=00065}
22:49:12.620179 run                osmo-ms-mob/00066: Starting mobile
22:49:12.634129 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.647287 run                             mass: MS start registered  {at=450378.855604579, delay=0.006773069966584444, ms=00066}
22:49:12.883002 run                             mass: MS performed LU  {at=450379.091216423, lu_delay=5.518163200002164, ms=00050}
22:49:12.920999 run                             mass: MS performed LU  {at=450379.129239504, lu_delay=4.589368195971474, ms=00053}
22:49:12.939481 run                osmo-ms-mob/00067: Starting mobile
22:49:12.952965 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.959089 run                             mass: MS performed LU  {at=450379.167417295, lu_delay=5.376188627968077, ms=00052}
22:49:12.965506 run                             mass: MS start registered  {at=450379.17383864, delay=0.006439304968807846, ms=00067}
22:49:13.319215 run                osmo-ms-mob/00068: Starting mobile
22:49:13.333079 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.344919 run                             mass: MS start registered  {at=450379.553227683, delay=0.005667573015671223, ms=00068}
22:49:13.719314 run                osmo-ms-mob/00069: Starting mobile
22:49:13.733844 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.745510 run                             mass: MS start registered  {at=450379.953825773, delay=0.005056642985437065, ms=00069}
22:49:14.119551 run                osmo-ms-mob/00070: Starting mobile
22:49:14.133367 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.145090 run                             mass: MS start registered  {at=450380.353404543, delay=0.005602724035270512, ms=00070}
22:49:14.535326 run                osmo-ms-mob/00071: Starting mobile
22:49:14.551005 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.562130 run                             mass: MS start registered  {at=450380.770448957, delay=0.005019562959205359, ms=00071}
22:49:14.784402 run                             mass: MS performed LU  {at=450380.992619896, lu_delay=5.337771384045482, ms=00057}
22:49:14.839527 run                             mass: MS performed LU  {at=450381.047769527, lu_delay=6.196992776996922, ms=00054}
22:49:14.866191 run                osmo-ms-mob/00072: Starting mobile
22:49:14.879678 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.891047 run                             mass: MS start registered  {at=450381.099367841, delay=0.005270269000902772, ms=00072}
22:49:14.913344 run                             mass: MS performed LU  {at=450381.121585709, lu_delay=4.959712032985408, ms=00058}
22:49:15.084732 run                             mass: MS performed LU  {at=450381.292958214, lu_delay=4.539416417013854, ms=00060}
22:49:15.094311 run                             mass: MS performed LU  {at=450381.302644545, lu_delay=6.164610210980754, ms=00055}
22:49:15.105162 run                osmo-ms-mob/00073: Starting mobile
22:49:15.118480 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.124645 run                             mass: MS performed LU  {at=450381.332975709, lu_delay=4.8936572360107675, ms=00059}
22:49:15.130662 run                             mass: MS start registered  {at=450381.338997053, delay=0.006037645973265171, ms=00073}
22:49:15.706292 run                osmo-ms-mob/00074: Starting mobile
22:49:15.719621 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.726385 run                             mass: MS performed LU  {at=450381.934709114, lu_delay=6.545623896003235, ms=00056}
22:49:15.732338 run                             mass: MS start registered  {at=450381.94067177, delay=0.0059823429910466075, ms=00074}
22:49:15.883082 run                             mass: MS performed LU  {at=450382.091264409, lu_delay=4.910389540018514, ms=00061}
22:49:15.925222 run                             mass: MS performed LU  {at=450382.13346732, lu_delay=3.7075256920070387, ms=00065}
22:49:15.946588 run                osmo-ms-mob/00075: Starting mobile
22:49:15.960063 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.971577 run                             mass: MS start registered  {at=450382.179893596, delay=0.004831978993024677, ms=00075}
22:49:16.625087 run                osmo-ms-mob/00076: Starting mobile
22:49:16.639877 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.651464 run                             mass: MS start registered  {at=450382.859779845, delay=0.00521910801762715, ms=00076}
22:49:16.687186 run                             mass: MS performed LU  {at=450382.895454319, lu_delay=5.315621409041341, ms=00063}
22:49:16.778083 run                             mass: MS performed LU  {at=450382.986321815, lu_delay=5.707757637021132, ms=00062}
22:49:17.006406 run                osmo-ms-mob/00077: Starting mobile
22:49:17.019851 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.031733 run                             mass: MS start registered  {at=450383.240033725, delay=0.005394990963395685, ms=00077}
22:49:17.548685 run                osmo-ms-mob/00078: Starting mobile
22:49:17.566883 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.578325 run                             mass: MS start registered  {at=450383.786642679, delay=0.005219410988502204, ms=00078}
22:49:17.920009 run                osmo-ms-mob/00079: Starting mobile
22:49:17.933998 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.945753 run                             mass: MS start registered  {at=450384.154071637, delay=0.005674078012816608, ms=00079}
22:49:18.437890 run                osmo-ms-mob/00080: Starting mobile
22:49:18.454923 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.466116 run                             mass: MS start registered  {at=450384.674431264, delay=0.004992989997845143, ms=00080}
22:49:18.615440 run                             mass: MS performed LU  {at=450384.823635249, lu_delay=5.270407565985806, ms=00068}
22:49:18.639576 run                             mass: MS performed LU  {at=450384.847907615, lu_delay=5.674068975029513, ms=00067}
22:49:18.767226 run                             mass: MS performed LU  {at=450384.975444654, lu_delay=5.021618881030008, ms=00069}
22:49:18.797598 run                osmo-ms-mob/00081: Starting mobile
22:49:18.812671 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.818868 run                             mass: MS performed LU  {at=450385.027194841, lu_delay=4.673790297994856, ms=00070}
22:49:18.825113 run                             mass: MS start registered  {at=450385.033445233, delay=0.006268003024160862, ms=00081}
22:49:19.335384 run                osmo-ms-mob/00082: Starting mobile
22:49:19.351484 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.363309 run                             mass: MS start registered  {at=450385.571630174, delay=0.005706417025066912, ms=00082}
22:49:19.918766 run                osmo-ms-mob/00083: Starting mobile
22:49:19.932572 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.944916 run                             mass: MS start registered  {at=450386.153234353, delay=0.0059586919960565865, ms=00083}
22:49:20.430278 run                osmo-ms-mob/00084: Starting mobile
22:49:20.446534 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.452868 run                             mass: MS performed LU  {at=450386.661193333, lu_delay=4.720521562965587, ms=00074}
22:49:20.458737 run                             mass: MS start registered  {at=450386.667070438, delay=0.005895062000490725, ms=00084}
22:49:20.543970 run                             mass: MS performed LU  {at=450386.752199873, lu_delay=4.572306276997551, ms=00075}
22:49:20.742069 run                             mass: MS performed LU  {at=450386.950290091, lu_delay=5.850922250014264, ms=00072}
22:49:20.760284 run                             mass: MS performed LU  {at=450386.968529916, lu_delay=6.198080959031358, ms=00071}
22:49:20.791510 run                osmo-ms-mob/00085: Starting mobile
22:49:20.805720 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.816936 run                             mass: MS start registered  {at=450387.025258541, delay=0.005155847989954054, ms=00085}
22:49:21.518713 run                osmo-ms-mob/00086: Starting mobile
22:49:21.532906 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.544269 run                             mass: MS start registered  {at=450387.752585911, delay=0.0052111580152995884, ms=00086}
22:49:22.137287 run                osmo-ms-mob/00087: Starting mobile
22:49:22.154796 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.166430 run                             mass: MS start registered  {at=450388.374748173, delay=0.005461061024107039, ms=00087}
22:49:22.380911 run                             mass: MS performed LU  {at=450388.589133539, lu_delay=5.729353694012389, ms=00076}
22:49:22.398566 run                             mass: MS performed LU  {at=450388.606849389, lu_delay=4.820206709962804, ms=00078}
22:49:22.515224 run                             mass: MS performed LU  {at=450388.723424128, lu_delay=5.4833904030383565, ms=00077}
22:49:22.726469 run                osmo-ms-mob/00088: Starting mobile
22:49:22.739413 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.752635 run                             mass: MS start registered  {at=450388.960954587, delay=0.007291910995263606, ms=00088}
22:49:22.767407 run                             mass: MS performed LU  {at=450388.975725788, lu_delay=4.821654150960967, ms=00079}
22:49:23.318421 run                osmo-ms-mob/00089: Starting mobile
22:49:23.332624 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.344315 run                             mass: MS start registered  {at=450389.552629708, delay=0.00562506599817425, ms=00089}
22:49:23.938500 run                osmo-ms-mob/00090: Starting mobile
22:49:23.956369 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.967859 run                             mass: MS start registered  {at=450390.176181254, delay=0.005287261970806867, ms=00090}
22:49:24.199217 run                             mass: MS performed LU  {at=450390.407439846, lu_delay=4.835809672018513, ms=00082}
22:49:24.223593 run                             mass: MS performed LU  {at=450390.431923338, lu_delay=5.398478104965761, ms=00081}
22:49:24.310383 run                             mass: MS performed LU  {at=450390.518599039, lu_delay=5.8441677750088274, ms=00080}
22:49:24.636624 run                osmo-ms-mob/00091: Starting mobile
22:49:24.655376 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.667224 run                             mass: MS start registered  {at=450390.875543707, delay=0.005388132994994521, ms=00091}
22:49:25.306185 run                osmo-ms-mob/00092: Starting mobile
22:49:25.319348 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.330743 run                             mass: MS start registered  {at=450391.539064072, delay=0.005378535017371178, ms=00092}
22:49:26.136841 run                osmo-ms-mob/00093: Starting mobile
22:49:26.154096 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.160169 run                             mass: MS performed LU  {at=450392.368495258, lu_delay=6.215260904980823, ms=00083}
22:49:26.166166 run                             mass: MS performed LU  {at=450392.374499706, lu_delay=5.707429268048145, ms=00084}
22:49:26.171918 run                             mass: MS start registered  {at=450392.380252954, delay=0.011775114049669355, ms=00093}
22:49:26.212157 run                             mass: MS performed LU  {at=450392.420396096, lu_delay=5.395137555024121, ms=00085}
22:49:26.280980 run                             mass: MS performed LU  {at=450392.48920129, lu_delay=4.736615378991701, ms=00086}
22:49:26.304895 run                             mass: MS performed LU  {at=450392.513224543, lu_delay=22.639535241993144, ms=00039}
22:49:27.019085 run                osmo-ms-mob/00094: Starting mobile
22:49:27.032853 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.046055 run                             mass: MS start registered  {at=450393.254368544, delay=0.007145020994357765, ms=00094}
22:49:27.936915 run                osmo-ms-mob/00095: Starting mobile
22:49:27.955423 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.966458 run                             mass: MS performed LU  {at=450394.174741961, lu_delay=5.21378737402847, ms=00088}
22:49:27.973139 run                             mass: MS start registered  {at=450394.18146811, delay=0.011542920023202896, ms=00095}
22:49:27.983942 run                             mass: MS performed LU  {at=450394.192232116, lu_delay=4.639602407987695, ms=00089}
22:49:28.076344 run                             mass: MS performed LU  {at=450394.284563752, lu_delay=5.909815579012502, ms=00087}
22:49:28.926418 run                osmo-ms-mob/00096: Starting mobile
22:49:28.940963 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.952708 run                             mass: MS start registered  {at=450395.161027519, delay=0.005318065988831222, ms=00096}
22:49:29.912959 run                             mass: MS performed LU  {at=450396.121180383, lu_delay=5.944999129045755, ms=00090}
22:49:29.927211 run                osmo-ms-mob/00097: Starting mobile
22:49:29.940559 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.946691 run                             mass: MS performed LU  {at=450396.155019942, lu_delay=5.279476234980393, ms=00091}
22:49:29.952645 run                             mass: MS start registered  {at=450396.160979723, delay=0.005975611973553896, ms=00097}
22:49:29.976061 run                             mass: MS performed LU  {at=450396.184378001, lu_delay=4.645313929009717, ms=00092}
22:49:31.343917 run                osmo-ms-mob/00098: Starting mobile
22:49:31.359102 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.371559 run                             mass: MS start registered  {at=450397.579877925, delay=0.006302235007751733, ms=00098}
22:49:31.694153 run                             mass: MS performed LU  {at=450397.90236949, lu_delay=4.648000946035609, ms=00094}
22:49:31.841557 run                             mass: MS performed LU  {at=450398.049777278, lu_delay=5.669524323951919, ms=00093}
22:49:33.117649 run                osmo-ms-mob/00099: Starting mobile
22:49:33.131351 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.137682 run                             mass: All started... {duration=55.74196167703485, too_slow=0}
22:49:33.143430 run                             mass: MS start registered  {at=450399.351757253, delay=0.005742173991166055, ms=00099}
22:49:33.677680 run                             mass: MS performed LU  {at=450399.885971663, lu_delay=5.704503552988172, ms=00095}
22:49:33.696403 run                             mass: MS performed LU  {at=450399.904718244, lu_delay=4.743690725008491, ms=00096}
22:49:33.978274 run                             mass: MS performed LU  {at=450400.186493447, lu_delay=22.03163406200474, ms=00064}
22:49:35.607907 run                             mass: MS performed LU  {at=450401.816126333, lu_delay=5.6551466100499965, ms=00097}
22:49:35.694926 run                             mass: MS performed LU  {at=450401.903146104, lu_delay=23.047541525040288, ms=00066}
22:49:37.444525 run                             mass: MS performed LU  {at=450403.652722927, lu_delay=6.072845001996029, ms=00098}
22:49:37.697798 run                             mass: MS performed LU  {at=450403.90601718, lu_delay=22.5670201270259, ms=00073}
22:49:39.373840 run                             mass: MS performed LU  {at=450405.582058492, lu_delay=6.230301239003893, ms=00099}
22:49:39.383916 run                             mass: Tests done {all_completed=True, max=23.047541525040288, min=3.7075256920070387}
22:49:39.389485 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.394847 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.398142 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.401392 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.404666 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.407958 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.411296 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.414649 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.418047 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.421393 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.424731 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.428045 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.431374 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.434738 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.438076 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.441506 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.444827 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.448295 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.451760 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.455179 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.458550 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.461956 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.465312 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.468804 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.472281 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.475600 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.479015 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.482342 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.485685 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.489263 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.492664 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.496139 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.499517 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.502866 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.506261 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.509558 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.512911 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.516506 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.519910 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.523289 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.526636 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.530032 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.533615 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.537105 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.540536 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.544090 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.547527 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.551381 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.555107 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.558813 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.562316 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.565768 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.569313 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.572824 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.576888 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.580495 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.584374 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.587920 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.591352 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.594843 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.598356 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.601789 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.605354 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.608994 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.612518 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.615963 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.619411 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.622941 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.626496 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.629945 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.633468 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.636890 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.640772 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.644205 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.647628 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.651056 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.654495 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.657989 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.661668 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.665656 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.669174 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.672612 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.676665 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.680188 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.683692 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.687110 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.690618 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.694104 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.697634 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.701146 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.704620 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.708227 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.711669 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.715134 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.718699 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.722118 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.725735 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.729231 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.732819 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.736426 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.740383 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.743805 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.747316 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.750811 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.754239 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.757703 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.761147 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.764585 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.768036 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.771478 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.774981 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.778433 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.781881 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.785340 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.788858 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.792303 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.795685 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.799060 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.802450 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.805812 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.809137 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.812467 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.815779 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.819088 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.822405 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.825728 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.829047 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.832387 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.835716 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.839022 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.842346 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.845672 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.848984 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.852305 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.855632 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.858959 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.862286 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.865599 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.868922 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.872242 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.875547 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.878864 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.882190 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.885515 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.888839 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.892171 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.895486 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.898809 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.902136 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.905457 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.908775 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.912093 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.915417 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.918751 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.922072 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.925393 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.928719 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.932050 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.935366 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.938676 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.941996 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.945323 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.948646 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.951982 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.955301 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.958616 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.961936 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.965255 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.968556 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.971879 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.975188 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.978516 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.981830 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.985175 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.988495 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.991820 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.995131 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.998451 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.001772 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.005081 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.008406 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.011729 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.015046 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.018358 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.021669 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.024995 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.028309 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.031621 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.034918 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.038251 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.041564 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.044879 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.048196 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.051508 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.054825 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.058138 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.061450 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.064776 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.068085 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.071396 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.074699 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.078016 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.081322 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.084622 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.087923 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.091224 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.094537 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.097858 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.101189 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.104512 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.107839 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.111150 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.114458 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.117772 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.121105 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.122609 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.126266 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.127736 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.131402 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.132880 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.136564 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.138057 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.141717 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.143196 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.146911 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.148407 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.152103 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.153600 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.157316 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.158801 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.162511 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.164013 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.167722 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.169222 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.172962 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.174458 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.178173 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.179687 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.183405 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.184922 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.188649 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.190153 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.193881 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.195373 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.199107 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.200625 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.204253 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.205704 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.209306 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.210757 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.214365 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.215826 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.219398 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.220870 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.224443 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.225880 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.229473 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.230919 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.234502 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.235970 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.239562 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.241011 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.244593 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.246031 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.249621 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.251065 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.254625 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.256068 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.259632 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.261073 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.264653 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.266099 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.269669 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.271117 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.274700 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.276149 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.279735 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.281182 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.284749 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.286192 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.289762 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.291203 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.294797 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.296267 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.299839 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.301278 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.304860 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.306304 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.309900 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.311348 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.314910 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.316354 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.319949 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.321394 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.324962 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.326414 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.329995 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.331436 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.335006 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.336462 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.340030 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.341486 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.345070 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.346518 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.350085 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.351530 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.355090 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.356552 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.360128 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.361571 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.365160 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.366608 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.370181 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.371628 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.375199 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.376650 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.380213 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.381654 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.385223 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.386658 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.390224 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.391697 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.395268 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.396714 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.400279 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.401725 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.405284 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.406730 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.410309 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.411758 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.415320 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.416797 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.420360 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.421801 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.425374 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.426820 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.430400 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.431842 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.435408 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.436867 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.440455 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.441889 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.445462 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.446903 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.450471 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.451948 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.455522 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.456972 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.460549 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.461992 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.465571 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.467008 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.470575 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.472021 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.475578 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.477036 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.480594 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.482041 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.485625 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.487065 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.490634 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.492090 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.495653 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.497096 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.500687 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.502134 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.505710 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.507155 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.510744 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.512214 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.515781 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.517233 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.520817 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.522256 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.525826 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.527268 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.530837 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.532287 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.535879 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.537312 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.540885 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.542330 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.545898 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.547343 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.550932 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.552383 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.555948 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.557388 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.560955 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.562396 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.565966 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.567411 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.571011 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.572466 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.576045 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.577498 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.581096 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.582542 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.586121 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.587581 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.591156 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.592605 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.596186 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.597627 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.601199 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.602638 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.606215 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.607671 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.611250 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.612755 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.616369 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.617820 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.621400 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.622838 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.626421 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.627869 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.631444 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.632894 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.636492 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.637940 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.641520 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.642977 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.646551 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.648007 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.651577 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.653049 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.656619 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.658073 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.661632 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.663079 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.666682 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.668147 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.671730 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.673170 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.676745 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.678188 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.681783 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.683227 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.686826 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.688272 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.691877 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.693322 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.696917 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.698358 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.701958 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.703404 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.707000 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.708449 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.712081 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.713514 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.717102 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.718563 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.722142 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.723579 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.727163 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.728627 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.732222 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.733669 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.737264 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.738703 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.742302 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.743749 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.747350 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.748794 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.752402 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.753858 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.757458 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.758897 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.762610 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.764076 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.767660 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.769106 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.772716 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.774165 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.777783 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.779232 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.782840 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.784307 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.787920 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.789369 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.792992 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.794435 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.798050 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.799499 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.803101 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.804551 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.808172 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.809616 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.813209 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.814654 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.818273 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.819710 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.823309 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.824770 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.828375 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.829821 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.833419 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.834862 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.838489 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.839947 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.843566 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.845026 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.848638 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.850088 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.853697 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.855142 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.858770 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.860226 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.863833 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.865282 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.868883 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.870343 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.873982 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.875426 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.879036 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.880508 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.884107 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.885558 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.889184 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.890649 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.894275 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.895725 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.899323 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.900775 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.904391 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.905848 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.909452 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.910903 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.914511 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.915972 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.919569 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.921041 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.924658 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.926107 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.929695 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.931141 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.934774 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.936242 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.939856 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.941305 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.944919 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.946376 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.949973 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.951430 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.955064 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.956527 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.960147 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.961604 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.965229 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.966688 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.970287 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.971744 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.975345 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.976794 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.980398 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.981846 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.985460 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.986898 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.990498 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.991947 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.995554 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.997000 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.000622 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.002068 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.005700 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.007149 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.010756 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.012208 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.015821 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.017263 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.020864 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.022309 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.025897 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.027337 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.030946 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.032400 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.035990 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.037440 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.041040 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.042482 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.046117 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.047567 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.051181 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.052638 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.056248 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.057697 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.061304 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.062746 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.066362 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.067861 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.071528 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.073005 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.076609 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.078053 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.081679 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.083134 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.086804 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.088267 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.091931 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.093422 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.097108 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.098585 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.102268 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.103752 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.107417 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.108903 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.112587 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.114061 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.117741 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.119232 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.122925 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.124427 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.128133 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.129604 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.133304 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.134786 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.138475 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.139955 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.143618 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.145123 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.148846 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.150329 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.154019 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.155499 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.159179 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.160669 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.164364 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.165851 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.169557 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.171031 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.174703 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.176187 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.179872 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.181344 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.185010 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.186495 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.190175 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.191654 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.595986 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.602003 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8228 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.667642 tst                       trial-8228: Storing JUnit report in /build/trial-8228/run.2026-01-31_22-48-17/trial-8228.xml

--------------------------------------------------------------------------------------------
trial-8228 PASS
--------------------------------------------------------------------------------------------
22:49:44.681410 tst                       trial-8228: trial-8228: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8228/inst
+ cd trial-8228
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-31 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8228-run.tgz run.2026-01-31_22-48-17
+ tar czf /build/trial-8228-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-31_13_29_33.tgz osmo-bts-oc2g.build-2026-01-31_00_51_26.tgz osmo-bts-sysmo.build-2026-01-31_00_51_17.tgz osmo-bts.build-2026-01-31_00_51_35.tgz osmo-ggsn.build-2026-01-31_20_42_41.tgz osmo-hlr.build-2026-01-31_16_37_04.tgz osmo-hnbgw.build-2026-01-31_13_31_01.tgz osmo-mgw.build-2026-01-31_08_32_58.tgz osmo-msc.build-2026-01-31_13_35_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-31_07_35_18.tgz osmo-pcu-sysmo.build-2026-01-31_07_35_36.tgz osmo-pcu.build-2026-01-31_07_35_27.tgz osmo-sgsn.build-2026-01-31_20_48_24.tgz osmo-stp.build-2026-01-31_13_25_57.tgz osmo-trx.build-2026-01-31_14_21_38.tgz osmocom-bb.build-2026-01-31_21_17_26.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