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 7838
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3899939523124616937.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-8327
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:67d82e3bf5aa5929c465815d3a7b0065cd2b29a4023ad0d3af1cb41a448b3548 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8328 -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-05-11 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8328
+ mkdir -p trial-8328
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-11_13_26_55.tgz osmo-bts-oc2g.build-2026-05-11_00_52_02.tgz osmo-bts-sysmo.build-2026-05-11_00_51_56.tgz osmo-bts.build-2026-05-11_00_51_58.tgz osmo-ggsn.build-2026-05-11_20_42_44.tgz osmo-hlr.build-2026-05-11_16_36_54.tgz osmo-hnbgw.build-2026-05-11_13_30_17.tgz osmo-mgw.build-2026-05-11_08_33_06.tgz osmo-msc.build-2026-05-11_13_32_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-11_07_35_07.tgz osmo-pcu-sysmo.build-2026-05-11_07_35_00.tgz osmo-pcu.build-2026-05-11_07_35_12.tgz osmo-sgsn.build-2026-05-11_20_48_33.tgz osmo-stp.build-2026-05-11_13_25_39.tgz osmo-trx.build-2026-05-11_14_21_54.tgz osmocom-bb.build-2026-05-11_21_18_03.tgz srslte.build-19.tgz trial-8328
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-11_13_26_55.md5 osmo-bts-oc2g.build-2026-05-11_00_52_02.md5 osmo-bts-sysmo.build-2026-05-11_00_51_56.md5 osmo-bts.build-2026-05-11_00_51_58.md5 osmo-ggsn.build-2026-05-11_20_42_44.md5 osmo-hlr.build-2026-05-11_16_36_54.md5 osmo-hnbgw.build-2026-05-11_13_30_17.md5 osmo-mgw.build-2026-05-11_08_33_06.md5 osmo-msc.build-2026-05-11_13_32_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-11_07_35_07.md5 osmo-pcu-sysmo.build-2026-05-11_07_35_00.md5 osmo-pcu.build-2026-05-11_07_35_12.md5 osmo-sgsn.build-2026-05-11_20_48_33.md5 osmo-stp.build-2026-05-11_13_25_39.md5 osmo-trx.build-2026-05-11_14_21_54.md5 osmocom-bb.build-2026-05-11_21_18_03.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-11_13_26_55.md5 osmo-bts-oc2g.build-2026-05-11_00_52_02.md5 osmo-bts-sysmo.build-2026-05-11_00_51_56.md5 osmo-bts.build-2026-05-11_00_51_58.md5 osmo-ggsn.build-2026-05-11_20_42_44.md5 osmo-hlr.build-2026-05-11_16_36_54.md5 osmo-hnbgw.build-2026-05-11_13_30_17.md5 osmo-mgw.build-2026-05-11_08_33_06.md5 osmo-msc.build-2026-05-11_13_32_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-11_07_35_07.md5 osmo-pcu-sysmo.build-2026-05-11_07_35_00.md5 osmo-pcu.build-2026-05-11_07_35_12.md5 osmo-sgsn.build-2026-05-11_20_48_33.md5 osmo-stp.build-2026-05-11_13_25_39.md5 osmo-trx.build-2026-05-11_14_21_54.md5 osmocom-bb.build-2026-05-11_21_18_03.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-8328 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8328'
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-8328
--------------------------------------------------------------------------------------------
22:48:16.951220 tst                       trial-8328: Detailed log at /build/trial-8328/run.2026-05-11_22-48-16/log

---------------------------------------------------------------------
trial-8328 netreg_mass
---------------------------------------------------------------------
22:48:17.157991 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.158426 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.159213 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.160387 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.202056 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.202969 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.204150 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.282546 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-8328 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.283385 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.298694 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.299201 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.299659 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.300120 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.300566 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.301013 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.301459 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.332136 tst         register_default_mass.py: using LAC 2
22:48:17.354391 tst         register_default_mass.py: using RAC 2
22:48:17.381233 tst         register_default_mass.py: using CellId 2
22:48:17.411361 tst         register_default_mass.py: using BVCI 3
22:48:17.425505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.426834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.427885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.428898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.429957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.430509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.431538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.432610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.433656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.434721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.435767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.436835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.437917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.438977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.439511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.440589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.441647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.442713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.443794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.444867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.445932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.446972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.447496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.448551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.449595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.450646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.451686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.452755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.453277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.453815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.454856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.455387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.455912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.456950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.457462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.457975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.458505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.459543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.460083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.460610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.461651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.462151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.462654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.463763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.464278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.464786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.465774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.466289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.466797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.467315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.467835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.468351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.468874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.469387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.469895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.470421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.470934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.471435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.471970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.472486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.472998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.473525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.474058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.474571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.475083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.475599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.476119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.476630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.477170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.477685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.478189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.478766 tst      register_default_mass.py:21: Launching a simple network
22:48:17.488844 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.608042 run            create_hlr_db(pid=20): Launched
22:48:18.622944 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.639061 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.653930 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.659680 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.845174 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.860179 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.865760 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.286000 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.301074 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.316322 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.456143 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.471376 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.477108 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.500787 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.516144 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.521855 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.837889 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.853382 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.879318 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.053575 run         osmo-bts-virtual(pid=34): Launched
22:48:30.090039 tst         register_default_mass.py: using MSISDN 1001
22:48:30.104086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.144544 tst         register_default_mass.py: using MSISDN 1002
22:48:30.162370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.194062 tst         register_default_mass.py: using MSISDN 1003
22:48:30.209164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.240453 tst         register_default_mass.py: using MSISDN 1004
22:48:30.255007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.286470 tst         register_default_mass.py: using MSISDN 1005
22:48:30.301248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.332660 tst         register_default_mass.py: using MSISDN 1006
22:48:30.347073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.378339 tst         register_default_mass.py: using MSISDN 1007
22:48:30.393073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.424155 tst         register_default_mass.py: using MSISDN 1008
22:48:30.438496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.469865 tst         register_default_mass.py: using MSISDN 1009
22:48:30.484535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.515876 tst         register_default_mass.py: using MSISDN 1010
22:48:30.530470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.561760 tst         register_default_mass.py: using MSISDN 1011
22:48:30.576309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.607725 tst         register_default_mass.py: using MSISDN 1012
22:48:30.622440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.653451 tst         register_default_mass.py: using MSISDN 1013
22:48:30.667893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.699378 tst         register_default_mass.py: using MSISDN 1014
22:48:30.714197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.745797 tst         register_default_mass.py: using MSISDN 1015
22:48:30.760515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.792000 tst         register_default_mass.py: using MSISDN 1016
22:48:30.806697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.838370 tst         register_default_mass.py: using MSISDN 1017
22:48:30.853023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.884068 tst         register_default_mass.py: using MSISDN 1018
22:48:30.894401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.925585 tst         register_default_mass.py: using MSISDN 1019
22:48:30.941658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.973391 tst         register_default_mass.py: using MSISDN 1020
22:48:30.988570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.020307 tst         register_default_mass.py: using MSISDN 1021
22:48:31.035546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.067134 tst         register_default_mass.py: using MSISDN 1022
22:48:31.082233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.113889 tst         register_default_mass.py: using MSISDN 1023
22:48:31.129007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.160715 tst         register_default_mass.py: using MSISDN 1024
22:48:31.175810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.207366 tst         register_default_mass.py: using MSISDN 1025
22:48:31.222519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.254198 tst         register_default_mass.py: using MSISDN 1026
22:48:31.269128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.300707 tst         register_default_mass.py: using MSISDN 1027
22:48:31.315803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.347312 tst         register_default_mass.py: using MSISDN 1028
22:48:31.362324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.393872 tst         register_default_mass.py: using MSISDN 1029
22:48:31.409087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.440685 tst         register_default_mass.py: using MSISDN 1030
22:48:31.455728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.487248 tst         register_default_mass.py: using MSISDN 1031
22:48:31.502149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.533489 tst         register_default_mass.py: using MSISDN 1032
22:48:31.548485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.580165 tst         register_default_mass.py: using MSISDN 1033
22:48:31.595083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.626438 tst         register_default_mass.py: using MSISDN 1034
22:48:31.641341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.671911 tst         register_default_mass.py: using MSISDN 1035
22:48:31.686353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.717436 tst         register_default_mass.py: using MSISDN 1036
22:48:31.732138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.763199 tst         register_default_mass.py: using MSISDN 1037
22:48:31.777887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.808193 tst         register_default_mass.py: using MSISDN 1038
22:48:31.822625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.853482 tst         register_default_mass.py: using MSISDN 1039
22:48:31.868149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.898863 tst         register_default_mass.py: using MSISDN 1040
22:48:31.913517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.944731 tst         register_default_mass.py: using MSISDN 1041
22:48:31.959537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.990741 tst         register_default_mass.py: using MSISDN 1042
22:48:32.005692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.036866 tst         register_default_mass.py: using MSISDN 1043
22:48:32.051663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.082473 tst         register_default_mass.py: using MSISDN 1044
22:48:32.097222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.128528 tst         register_default_mass.py: using MSISDN 1045
22:48:32.143429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.178457 tst         register_default_mass.py: using MSISDN 1046
22:48:32.195126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.226346 tst         register_default_mass.py: using MSISDN 1047
22:48:32.241351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.271686 tst         register_default_mass.py: using MSISDN 1048
22:48:32.286202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.317219 tst         register_default_mass.py: using MSISDN 1049
22:48:32.331989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.363240 tst         register_default_mass.py: using MSISDN 1050
22:48:32.378046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.409243 tst         register_default_mass.py: using MSISDN 1051
22:48:32.424075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.454856 tst         register_default_mass.py: using MSISDN 1052
22:48:32.469581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.500828 tst         register_default_mass.py: using MSISDN 1053
22:48:32.515645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.546648 tst         register_default_mass.py: using MSISDN 1054
22:48:32.561363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.592428 tst         register_default_mass.py: using MSISDN 1055
22:48:32.607180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.638559 tst         register_default_mass.py: using MSISDN 1056
22:48:32.653458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.684526 tst         register_default_mass.py: using MSISDN 1057
22:48:32.699439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.730529 tst         register_default_mass.py: using MSISDN 1058
22:48:32.745359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.776838 tst         register_default_mass.py: using MSISDN 1059
22:48:32.791729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.823219 tst         register_default_mass.py: using MSISDN 1060
22:48:32.838122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.869279 tst         register_default_mass.py: using MSISDN 1061
22:48:32.884071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.915469 tst         register_default_mass.py: using MSISDN 1062
22:48:32.930599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.962274 tst         register_default_mass.py: using MSISDN 1063
22:48:32.977354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.009095 tst         register_default_mass.py: using MSISDN 1064
22:48:33.023889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.055429 tst         register_default_mass.py: using MSISDN 1065
22:48:33.070332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.101892 tst         register_default_mass.py: using MSISDN 1066
22:48:33.116959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.148245 tst         register_default_mass.py: using MSISDN 1067
22:48:33.163136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.194381 tst         register_default_mass.py: using MSISDN 1068
22:48:33.209147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.240502 tst         register_default_mass.py: using MSISDN 1069
22:48:33.255556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.287005 tst         register_default_mass.py: using MSISDN 1070
22:48:33.301921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.333119 tst         register_default_mass.py: using MSISDN 1071
22:48:33.348123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.379695 tst         register_default_mass.py: using MSISDN 1072
22:48:33.394656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.426007 tst         register_default_mass.py: using MSISDN 1073
22:48:33.440902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.472254 tst         register_default_mass.py: using MSISDN 1074
22:48:33.487185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.519000 tst         register_default_mass.py: using MSISDN 1075
22:48:33.534117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.565447 tst         register_default_mass.py: using MSISDN 1076
22:48:33.580265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.611890 tst         register_default_mass.py: using MSISDN 1077
22:48:33.627085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.658679 tst         register_default_mass.py: using MSISDN 1078
22:48:33.673680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.705270 tst         register_default_mass.py: using MSISDN 1079
22:48:33.720328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.752070 tst         register_default_mass.py: using MSISDN 1080
22:48:33.767133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.798744 tst         register_default_mass.py: using MSISDN 1081
22:48:33.813590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.845086 tst         register_default_mass.py: using MSISDN 1082
22:48:33.859990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.890924 tst         register_default_mass.py: using MSISDN 1083
22:48:33.905697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.937069 tst         register_default_mass.py: using MSISDN 1084
22:48:33.951850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.983203 tst         register_default_mass.py: using MSISDN 1085
22:48:33.998098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.029321 tst         register_default_mass.py: using MSISDN 1086
22:48:34.044297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.075710 tst         register_default_mass.py: using MSISDN 1087
22:48:34.090579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.122093 tst         register_default_mass.py: using MSISDN 1088
22:48:34.137077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.168252 tst         register_default_mass.py: using MSISDN 1089
22:48:34.182818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.213964 tst         register_default_mass.py: using MSISDN 1090
22:48:34.228693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.260057 tst         register_default_mass.py: using MSISDN 1091
22:48:34.275023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.306328 tst         register_default_mass.py: using MSISDN 1092
22:48:34.321154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.352373 tst         register_default_mass.py: using MSISDN 1093
22:48:34.367130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.398254 tst         register_default_mass.py: using MSISDN 1094
22:48:34.413097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.444394 tst         register_default_mass.py: using MSISDN 1095
22:48:34.459201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.490536 tst         register_default_mass.py: using MSISDN 1096
22:48:34.505384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.536686 tst         register_default_mass.py: using MSISDN 1097
22:48:34.551599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.582584 tst         register_default_mass.py: using MSISDN 1098
22:48:34.597319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.628084 tst         register_default_mass.py: using MSISDN 1099
22:48:34.642738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.673576 tst         register_default_mass.py: using MSISDN 1100
22:48:34.688142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.779939 run                             mass: Starting testcase
22:48:34.785554 run                             mass: Pre-launching all virtphy's
22:48:34.791080 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.804325 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.810605 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.823933 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.830139 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.843317 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.849493 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.862708 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.868774 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.881714 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.887918 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.901126 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.907224 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.920140 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.926201 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.939113 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.945213 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.958209 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.964201 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.977182 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.983144 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.996139 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.002233 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.015219 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.021232 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.034164 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.040185 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.053122 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.059145 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.072070 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.078021 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.090974 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.096977 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.109982 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.115986 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.128943 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.134960 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.147894 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.153909 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.166884 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.172867 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.185856 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.191906 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.204856 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.210903 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.223879 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.229947 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.242917 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.248962 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.262017 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.268034 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.281134 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.287124 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.300109 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.306161 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.319164 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.325216 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.338236 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.344272 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.357398 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.363447 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.376486 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.382513 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.395546 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.401574 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.414567 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.420586 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.433516 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.439554 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.452703 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.458759 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.471928 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.477926 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.491064 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.497080 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.510223 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.516257 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.529272 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.535309 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.548336 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.554360 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.567372 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.573385 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.586356 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.592397 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.605347 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.611351 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.624371 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.630369 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.643346 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.649333 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.662284 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.668326 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.681452 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.687443 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.700604 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.706603 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.719596 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.725678 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.738668 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.744759 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.757748 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.763784 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.776790 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.782823 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.795877 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.801891 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.814917 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.820933 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.833938 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.839962 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.853015 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.859049 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.872044 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.878017 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.890981 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.896962 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.909927 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.916096 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.929097 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.935174 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.948173 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.954159 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.967271 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.973307 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.986575 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.992546 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.005549 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.011527 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.024501 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.030482 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.043455 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.049458 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.062465 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.068499 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.081534 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.087490 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.100503 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.106468 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.119479 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.125521 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.138504 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.144477 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.157622 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.163619 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.176734 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.182684 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.195810 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.201809 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.214921 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.220914 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.233845 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.239806 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.252738 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.258745 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.271724 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.277685 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.290652 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.296617 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.309510 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.315532 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.328601 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.334583 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.347532 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.353508 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.366456 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.372419 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.385571 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.391506 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.404646 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.410629 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.423563 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.429621 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.442687 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.448790 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.461987 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.468053 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.481182 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.487248 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.500410 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.506394 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.519358 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.525335 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.538294 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.544272 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.557246 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.563207 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.576207 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.582207 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.595127 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.601120 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.614020 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.620217 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.633208 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.639295 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.652306 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.658304 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.671458 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.677476 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.690701 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.696761 run                             mass: Checking if sockets are in the filesystem
22:48:36.729365 run                osmo-ms-mob/00000: Starting mobile
22:48:36.742453 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.753704 run                             mass: MS start registered  {at=9090342.962023558, delay=0.005217265337705612, ms=00000}
22:48:40.926837 run                osmo-ms-mob/00001: Starting mobile
22:48:40.940240 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.951262 run                             mass: MS start registered  {at=9090347.159578929, delay=0.004877742379903793, ms=00001}
22:48:41.891202 run                             mass: MS performed LU  {at=9090348.099405799, lu_delay=5.137382240965962, ms=00000}
22:48:42.745695 run                osmo-ms-mob/00002: Starting mobile
22:48:42.762888 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.773697 run                             mass: MS start registered  {at=9090348.982009357, delay=0.004602372646331787, ms=00002}
22:48:44.044623 run                osmo-ms-mob/00003: Starting mobile
22:48:44.061478 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.072457 run                             mass: MS start registered  {at=9090350.280774374, delay=0.004826707765460014, ms=00003}
22:48:45.142373 run                osmo-ms-mob/00004: Starting mobile
22:48:45.160286 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.170988 run                             mass: MS start registered  {at=9090351.37930537, delay=0.004443168640136719, ms=00004}
22:48:45.656818 run                             mass: MS performed LU  {at=9090351.865027707, lu_delay=4.705448778346181, ms=00001}
22:48:46.124517 run                osmo-ms-mob/00005: Starting mobile
22:48:46.138744 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.149610 run                             mass: MS start registered  {at=9090352.357930027, delay=0.004739949479699135, ms=00005}
22:48:47.044728 run                osmo-ms-mob/00006: Starting mobile
22:48:47.061356 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.072676 run                             mass: MS start registered  {at=9090353.280996459, delay=0.004987714812159538, ms=00006}
22:48:47.558183 run                             mass: MS performed LU  {at=9090353.766390769, lu_delay=4.784381411969662, ms=00002}
22:48:47.945592 run                osmo-ms-mob/00007: Starting mobile
22:48:47.962192 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.973327 run                             mass: MS start registered  {at=9090354.181644231, delay=0.004766806960105896, ms=00007}
22:48:48.712925 run                osmo-ms-mob/00008: Starting mobile
22:48:48.726345 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.737264 run                             mass: MS start registered  {at=9090354.945585271, delay=0.0047728195786476135, ms=00008}
22:48:49.413096 run                osmo-ms-mob/00009: Starting mobile
22:48:49.426644 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.432800 run                             mass: MS performed LU  {at=9090355.641125834, lu_delay=5.360351460054517, ms=00003}
22:48:49.438723 run                             mass: MS start registered  {at=9090355.647057153, delay=0.0059491172432899475, ms=00009}
22:48:50.152156 run                osmo-ms-mob/00010: Starting mobile
22:48:50.168084 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.179175 run                             mass: MS start registered  {at=9090356.38749395, delay=0.004704080522060394, ms=00010}
22:48:50.713088 run                osmo-ms-mob/00011: Starting mobile
22:48:50.726513 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.737451 run                             mass: MS start registered  {at=9090356.945773426, delay=0.00469052791595459, ms=00011}
22:48:51.354154 run                osmo-ms-mob/00012: Starting mobile
22:48:51.368084 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.374282 run                             mass: MS performed LU  {at=9090357.582607932, lu_delay=5.2246779054403305, ms=00005}
22:48:51.380250 run                             mass: MS performed LU  {at=9090357.588582788, lu_delay=6.209277417510748, ms=00004}
22:48:51.386101 run                             mass: MS start registered  {at=9090357.594435723, delay=0.011844929307699203, ms=00012}
22:48:51.944754 run                osmo-ms-mob/00013: Starting mobile
22:48:51.961757 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.972876 run                             mass: MS start registered  {at=9090358.181197252, delay=0.0048279352486133575, ms=00013}
22:48:52.525503 run                osmo-ms-mob/00014: Starting mobile
22:48:52.539444 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.550603 run                             mass: MS start registered  {at=9090358.758923762, delay=0.004914464429020882, ms=00014}
22:48:53.112612 run                osmo-ms-mob/00015: Starting mobile
22:48:53.125798 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.136606 run                             mass: MS start registered  {at=9090359.344928818, delay=0.004575653001666069, ms=00015}
22:48:53.187746 run                             mass: MS performed LU  {at=9090359.395934526, lu_delay=5.214290294796228, ms=00007}
22:48:53.253056 run                             mass: MS performed LU  {at=9090359.461264702, lu_delay=6.180268242955208, ms=00006}
22:48:53.557493 run                             mass: MS performed LU  {at=9090359.765714802, lu_delay=4.820129530504346, ms=00008}
22:48:53.593919 run                osmo-ms-mob/00016: Starting mobile
22:48:53.608956 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.620248 run                             mass: MS start registered  {at=9090359.82856849, delay=0.004807582125067711, ms=00016}
22:48:54.113052 run                osmo-ms-mob/00017: Starting mobile
22:48:54.126127 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.137305 run                             mass: MS start registered  {at=9090360.345623149, delay=0.004796648398041725, ms=00017}
22:48:54.712917 run                osmo-ms-mob/00018: Starting mobile
22:48:54.726105 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.737042 run                             mass: MS start registered  {at=9090360.945361286, delay=0.004843223839998245, ms=00018}
22:48:55.089636 run                             mass: MS performed LU  {at=9090361.297837812, lu_delay=4.910343863070011, ms=00010}
22:48:55.131604 run                osmo-ms-mob/00019: Starting mobile
22:48:55.147349 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.153407 run                             mass: MS performed LU  {at=9090361.361738412, lu_delay=5.7146812584251165, ms=00009}
22:48:55.159292 run                             mass: MS start registered  {at=9090361.367628478, delay=0.005906090140342712, ms=00019}
22:48:55.638811 run                osmo-ms-mob/00020: Starting mobile
22:48:55.651931 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.662949 run                             mass: MS start registered  {at=9090361.871271692, delay=0.004827974364161491, ms=00020}
22:48:56.112907 run                osmo-ms-mob/00021: Starting mobile
22:48:56.126114 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.137068 run                             mass: MS start registered  {at=9090362.345390905, delay=0.0049474965780973434, ms=00021}
22:48:56.513131 run                osmo-ms-mob/00022: Starting mobile
22:48:56.526048 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.536896 run                             mass: MS start registered  {at=9090362.74521903, delay=0.0047493577003479, ms=00022}
22:48:56.954058 run                             mass: MS performed LU  {at=9090363.162276812, lu_delay=5.567841088399291, ms=00012}
22:48:56.995314 run                osmo-ms-mob/00023: Starting mobile
22:48:57.010843 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.017231 run                             mass: MS performed LU  {at=9090363.225557884, lu_delay=5.0443606320768595, ms=00013}
22:48:57.023167 run                             mass: MS start registered  {at=9090363.231503159, delay=0.005963023751974106, ms=00023}
22:48:57.087553 run                             mass: MS performed LU  {at=9090363.295773722, lu_delay=6.35000029578805, ms=00011}
22:48:57.341914 run                             mass: MS performed LU  {at=9090363.550134366, lu_delay=4.791210604831576, ms=00014}
22:48:57.371095 run                osmo-ms-mob/00024: Starting mobile
22:48:57.384376 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.395336 run                             mass: MS start registered  {at=9090363.603656737, delay=0.004837319254875183, ms=00024}
22:48:57.913306 run                osmo-ms-mob/00025: Starting mobile
22:48:57.926652 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.937624 run                             mass: MS start registered  {at=9090364.145946858, delay=0.004822229966521263, ms=00025}
22:48:58.342993 run                osmo-ms-mob/00026: Starting mobile
22:48:58.358231 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.369406 run                             mass: MS start registered  {at=9090364.577728078, delay=0.004867961630225182, ms=00026}
22:48:58.728289 run                osmo-ms-mob/00027: Starting mobile
22:48:58.741660 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.752652 run                             mass: MS start registered  {at=9090364.960973023, delay=0.0046984050422906876, ms=00027}
22:48:58.770823 run                             mass: MS performed LU  {at=9090364.979140671, lu_delay=5.634211853146553, ms=00015}
22:48:58.855762 run                             mass: MS performed LU  {at=9090365.063952591, lu_delay=5.235384101048112, ms=00016}
22:48:58.881783 run                             mass: MS performed LU  {at=9090365.090096802, lu_delay=4.7444736529141665, ms=00017}
22:48:58.893996 run                osmo-ms-mob/00028: Starting mobile
22:48:58.907148 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.917996 run                             mass: MS start registered  {at=9090365.126317466, delay=0.004767525941133499, ms=00028}
22:48:59.543984 run                osmo-ms-mob/00029: Starting mobile
22:48:59.559570 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.570556 run                             mass: MS start registered  {at=9090365.778874975, delay=0.004745982587337494, ms=00029}
22:48:59.912762 run                osmo-ms-mob/00030: Starting mobile
22:48:59.926146 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.937282 run                             mass: MS start registered  {at=9090366.145597532, delay=0.0048209261149168015, ms=00030}
22:49:00.342979 run                osmo-ms-mob/00031: Starting mobile
22:49:00.358420 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.369459 run                             mass: MS start registered  {at=9090366.577781156, delay=0.004843275994062424, ms=00031}
22:49:00.612949 run                osmo-ms-mob/00032: Starting mobile
22:49:00.626869 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.638017 run                             mass: MS start registered  {at=9090366.846335873, delay=0.0048688556998968124, ms=00032}
22:49:00.719202 run                             mass: MS performed LU  {at=9090366.927436126, lu_delay=5.982074839994311, ms=00018}
22:49:00.784394 run                             mass: MS performed LU  {at=9090366.992615068, lu_delay=5.624986590817571, ms=00019}
22:49:00.853445 run                             mass: MS performed LU  {at=9090367.061658463, lu_delay=4.716267557814717, ms=00021}
22:49:00.882440 run                osmo-ms-mob/00033: Starting mobile
22:49:00.895877 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.902084 run                             mass: MS performed LU  {at=9090367.11041356, lu_delay=5.239141868427396, ms=00020}
22:49:00.908388 run                             mass: MS start registered  {at=9090367.116720589, delay=0.006326889619231224, ms=00033}
22:49:01.452210 run                osmo-ms-mob/00034: Starting mobile
22:49:01.468497 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.479774 run                             mass: MS start registered  {at=9090367.688093148, delay=0.004865268245339394, ms=00034}
22:49:01.713475 run                osmo-ms-mob/00035: Starting mobile
22:49:01.726883 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.737821 run                             mass: MS start registered  {at=9090367.946141232, delay=0.004746241495013237, ms=00035}
22:49:02.112396 run                osmo-ms-mob/00036: Starting mobile
22:49:02.125544 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.136938 run                             mass: MS start registered  {at=9090368.345257998, delay=0.005028782412409782, ms=00036}
22:49:02.531001 run                osmo-ms-mob/00037: Starting mobile
22:49:02.546043 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.552281 run                             mass: MS performed LU  {at=9090368.760608807, lu_delay=5.156952070072293, ms=00024}
22:49:02.558668 run                             mass: MS start registered  {at=9090368.767001972, delay=0.006411656737327576, ms=00037}
22:49:02.620468 run                             mass: MS performed LU  {at=9090368.828706542, lu_delay=4.6827596835792065, ms=00025}
22:49:02.646931 run                osmo-ms-mob/00038: Starting mobile
22:49:02.660286 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.666466 run                             mass: MS performed LU  {at=9090368.874795971, lu_delay=5.643292812630534, ms=00023}
22:49:02.672507 run                             mass: MS start registered  {at=9090368.880841084, delay=0.00606151856482029, ms=00038}
22:49:02.792751 run                             mass: MS performed LU  {at=9090369.000971625, lu_delay=6.25575259514153, ms=00022}
22:49:02.821771 run                osmo-ms-mob/00039: Starting mobile
22:49:02.835064 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.846094 run                             mass: MS start registered  {at=9090369.054415803, delay=0.004885416477918625, ms=00039}
22:49:03.533599 run                osmo-ms-mob/00040: Starting mobile
22:49:03.549916 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.561302 run                             mass: MS start registered  {at=9090369.769617748, delay=0.00505312904715538, ms=00040}
22:49:03.812248 run                osmo-ms-mob/00041: Starting mobile
22:49:03.825606 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.836321 run                             mass: MS start registered  {at=9090370.044639802, delay=0.004603873938322067, ms=00041}
22:49:04.112485 run                osmo-ms-mob/00042: Starting mobile
22:49:04.125742 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.136707 run                             mass: MS start registered  {at=9090370.345030166, delay=0.004793588072061539, ms=00042}
22:49:04.485093 run                             mass: MS performed LU  {at=9090370.69331044, lu_delay=4.547712907195091, ms=00030}
22:49:04.526939 run                osmo-ms-mob/00043: Starting mobile
22:49:04.542727 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.549063 run                             mass: MS performed LU  {at=9090370.757391429, lu_delay=4.978516453877091, ms=00029}
22:49:04.557046 run                             mass: MS start registered  {at=9090370.765373424, delay=0.007999114692211151, ms=00043}
22:49:04.619419 run                             mass: MS performed LU  {at=9090370.827639751, lu_delay=6.2499116733670235, ms=00026}
22:49:04.649552 run                osmo-ms-mob/00044: Starting mobile
22:49:04.662850 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.669030 run                             mass: MS performed LU  {at=9090370.877359353, lu_delay=5.751041887328029, ms=00028}
22:49:04.675255 run                             mass: MS start registered  {at=9090370.883590301, delay=0.006248537451028824, ms=00044}
22:49:04.691601 run                             mass: MS performed LU  {at=9090370.899912074, lu_delay=5.938939051702619, ms=00027}
22:49:04.702864 run                osmo-ms-mob/00045: Starting mobile
22:49:04.716005 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.727049 run                             mass: MS start registered  {at=9090370.935372282, delay=0.0047089699655771255, ms=00045}
22:49:05.426367 run                osmo-ms-mob/00046: Starting mobile
22:49:05.440347 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.453218 run                             mass: MS start registered  {at=9090371.66153757, delay=0.006608316674828529, ms=00046}
22:49:05.724514 run                osmo-ms-mob/00047: Starting mobile
22:49:05.740887 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.751819 run                             mass: MS start registered  {at=9090371.960141283, delay=0.00484524667263031, ms=00047}
22:49:06.036051 run                osmo-ms-mob/00048: Starting mobile
22:49:06.053142 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.064402 run                             mass: MS start registered  {at=9090372.272720613, delay=0.004734484478831291, ms=00048}
22:49:06.312786 run                osmo-ms-mob/00049: Starting mobile
22:49:06.326496 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.332618 run                             mass: MS performed LU  {at=9090372.540945385, lu_delay=5.694609511643648, ms=00032}
22:49:06.338454 run                             mass: MS start registered  {at=9090372.546789423, delay=0.005862351506948471, ms=00049}
22:49:06.387181 run                             mass: MS performed LU  {at=9090372.59540118, lu_delay=4.649259949102998, ms=00035}
22:49:06.410371 run                osmo-ms-mob/00050: Starting mobile
22:49:06.423955 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.430018 run                             mass: MS performed LU  {at=9090372.638348753, lu_delay=4.9502556044608355, ms=00034}
22:49:06.435903 run                             mass: MS start registered  {at=9090372.644238284, delay=0.0059050265699625015, ms=00050}
22:49:06.558583 run                             mass: MS performed LU  {at=9090372.766804116, lu_delay=5.650083526968956, ms=00033}
22:49:06.594200 run                             mass: MS performed LU  {at=9090372.802422391, lu_delay=6.224641235545278, ms=00031}
22:49:06.618937 run                osmo-ms-mob/00051: Starting mobile
22:49:06.632600 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.643654 run                             mass: MS start registered  {at=9090372.851975316, delay=0.0049654580652713776, ms=00051}
22:49:07.329813 run                osmo-ms-mob/00052: Starting mobile
22:49:07.344337 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.356134 run                             mass: MS start registered  {at=9090373.564447468, delay=0.005688522011041641, ms=00052}
22:49:07.613089 run                osmo-ms-mob/00053: Starting mobile
22:49:07.626179 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.637421 run                             mass: MS start registered  {at=9090373.845741918, delay=0.00469820573925972, ms=00053}
22:49:07.912148 run                osmo-ms-mob/00054: Starting mobile
22:49:07.925773 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.936897 run                             mass: MS start registered  {at=9090374.145216111, delay=0.004740511998534203, ms=00054}
22:49:08.212872 run                osmo-ms-mob/00055: Starting mobile
22:49:08.226591 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.237709 run                             mass: MS start registered  {at=9090374.446032122, delay=0.005031386390328407, ms=00055}
22:49:08.250548 run                             mass: MS performed LU  {at=9090374.458870273, lu_delay=5.404454469680786, ms=00039}
22:49:08.315520 run                             mass: MS performed LU  {at=9090374.523739967, lu_delay=4.754122219979763, ms=00040}
22:49:08.343313 run                osmo-ms-mob/00056: Starting mobile
22:49:08.356711 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.367691 run                             mass: MS start registered  {at=9090374.57601564, delay=0.0048448629677295685, ms=00056}
22:49:08.383570 run                             mass: MS performed LU  {at=9090374.59189619, lu_delay=5.711055105552077, ms=00038}
22:49:08.402608 run                             mass: MS performed LU  {at=9090374.6109226, lu_delay=6.265664601698518, ms=00036}
22:49:08.415137 run                osmo-ms-mob/00057: Starting mobile
22:49:08.428342 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.439449 run                             mass: MS start registered  {at=9090374.64776871, delay=0.005011022090911865, ms=00057}
22:49:08.457998 run                             mass: MS performed LU  {at=9090374.666269572, lu_delay=5.899267600849271, ms=00037}
22:49:08.731299 run                             mass: MS performed LU  {at=9090374.93951907, lu_delay=4.8948792684823275, ms=00041}
22:49:09.226054 run                osmo-ms-mob/00058: Starting mobile
22:49:09.240160 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.251201 run                             mass: MS start registered  {at=9090375.459521731, delay=0.005017763003706932, ms=00058}
22:49:09.525859 run                osmo-ms-mob/00059: Starting mobile
22:49:09.539924 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.550865 run                             mass: MS start registered  {at=9090375.759188414, delay=0.0049080997705459595, ms=00059}
22:49:09.813464 run                osmo-ms-mob/00060: Starting mobile
22:49:09.827051 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.839640 run                             mass: MS start registered  {at=9090376.047957728, delay=0.006309345364570618, ms=00060}
22:49:10.069160 run                             mass: MS performed LU  {at=9090376.277379492, lu_delay=5.342007210478187, ms=00045}
22:49:10.152711 run                             mass: MS performed LU  {at=9090376.360933658, lu_delay=5.595560234040022, ms=00043}
22:49:10.180206 run                osmo-ms-mob/00061: Starting mobile
22:49:10.193332 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.199348 run                             mass: MS performed LU  {at=9090376.407677855, lu_delay=4.746140284463763, ms=00046}
22:49:10.205200 run                             mass: MS start registered  {at=9090376.413536403, delay=0.0058741699904203415, ms=00061}
22:49:10.323988 run                             mass: MS performed LU  {at=9090376.532208687, lu_delay=6.187178520485759, ms=00042}
22:49:10.353007 run                osmo-ms-mob/00062: Starting mobile
22:49:10.366533 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.377565 run                             mass: MS start registered  {at=9090376.585888755, delay=0.004874471575021744, ms=00062}
22:49:10.855577 run                osmo-ms-mob/00063: Starting mobile
22:49:10.877688 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.888947 run                             mass: MS start registered  {at=9090377.09726431, delay=0.005120670422911644, ms=00063}
22:49:11.227291 run                osmo-ms-mob/00064: Starting mobile
22:49:11.241520 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.252550 run                             mass: MS start registered  {at=9090377.46087183, delay=0.004565315321087837, ms=00064}
22:49:11.619288 run                osmo-ms-mob/00065: Starting mobile
22:49:11.632367 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.643334 run                             mass: MS start registered  {at=9090377.851655275, delay=0.0048210471868515015, ms=00065}
22:49:11.912307 run                osmo-ms-mob/00066: Starting mobile
22:49:11.926127 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.937359 run                             mass: MS start registered  {at=9090378.145676631, delay=0.005015647038817406, ms=00066}
22:49:12.017498 run                             mass: MS performed LU  {at=9090378.225726025, lu_delay=4.661278557032347, ms=00052}
22:49:12.081924 run                             mass: MS performed LU  {at=9090378.290164849, lu_delay=6.330023566260934, ms=00047}
22:49:12.150934 run                             mass: MS performed LU  {at=9090378.359137617, lu_delay=5.812348194420338, ms=00049}
22:49:12.208754 run                osmo-ms-mob/00067: Starting mobile
22:49:12.224238 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.230330 run                             mass: MS performed LU  {at=9090378.438658591, lu_delay=5.586683275178075, ms=00051}
22:49:12.236167 run                             mass: MS performed LU  {at=9090378.444501461, lu_delay=5.800263177603483, ms=00050}
22:49:12.241882 run                             mass: MS start registered  {at=9090378.450217819, delay=0.011576998978853226, ms=00067}
22:49:12.252867 run                osmo-ms-mob/00068: Starting mobile
22:49:12.266153 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.272297 run                             mass: MS performed LU  {at=9090378.48062546, lu_delay=6.207904847338796, ms=00048}
22:49:12.278226 run                             mass: MS start registered  {at=9090378.486561663, delay=0.005952926352620125, ms=00068}
22:49:12.515899 run                             mass: MS performed LU  {at=9090378.72412392, lu_delay=4.878382001072168, ms=00053}
22:49:13.026888 run                osmo-ms-mob/00069: Starting mobile
22:49:13.041093 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.052122 run                             mass: MS start registered  {at=9090379.26044149, delay=0.00493650883436203, ms=00069}
22:49:13.058493 run                             mass: MS performed LU  {at=9090379.266823176, lu_delay=5.121607065200806, ms=00054}
22:49:13.443333 run                osmo-ms-mob/00070: Starting mobile
22:49:13.466062 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.477607 run                             mass: MS start registered  {at=9090379.685923407, delay=0.005337713286280632, ms=00070}
22:49:13.813551 run                osmo-ms-mob/00071: Starting mobile
22:49:13.826976 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.833838 run                             mass: MS performed LU  {at=9090380.042145872, lu_delay=5.466130232438445, ms=00056}
22:49:13.841069 run                             mass: MS start registered  {at=9090380.04940388, delay=0.007994918152689934, ms=00071}
22:49:13.852508 run                             mass: MS performed LU  {at=9090380.060780147, lu_delay=5.61474802531302, ms=00055}
22:49:13.946163 run                             mass: MS performed LU  {at=9090380.154391373, lu_delay=5.506622662767768, ms=00057}
22:49:13.975583 run                osmo-ms-mob/00072: Starting mobile
22:49:13.988805 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.000289 run                             mass: MS start registered  {at=9090380.20860792, delay=0.004853317514061928, ms=00072}
22:49:14.625056 run                osmo-ms-mob/00073: Starting mobile
22:49:14.638991 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.650025 run                             mass: MS start registered  {at=9090380.858344669, delay=0.004825770854949951, ms=00073}
22:49:14.841168 run                             mass: MS performed LU  {at=9090381.04939212, lu_delay=5.589870389550924, ms=00058}
22:49:15.023447 run                osmo-ms-mob/00074: Starting mobile
22:49:15.037417 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.048699 run                             mass: MS start registered  {at=9090381.257009849, delay=0.005244115367531776, ms=00074}
22:49:15.435463 run                osmo-ms-mob/00075: Starting mobile
22:49:15.451599 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.463476 run                             mass: MS start registered  {at=9090381.671797393, delay=0.0055256374180316925, ms=00075}
22:49:15.681325 run                             mass: MS performed LU  {at=9090381.889542425, lu_delay=5.841584697365761, ms=00060}
22:49:15.698935 run                             mass: MS performed LU  {at=9090381.907202296, lu_delay=5.4936658926308155, ms=00061}
22:49:15.848226 run                             mass: MS performed LU  {at=9090382.056445029, lu_delay=6.297256615012884, ms=00059}
22:49:15.878714 run                osmo-ms-mob/00076: Starting mobile
22:49:15.893554 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.904494 run                             mass: MS start registered  {at=9090382.112819428, delay=0.004893602803349495, ms=00076}
22:49:15.992069 run                             mass: MS performed LU  {at=9090382.200288275, lu_delay=5.103023964911699, ms=00063}
22:49:16.026612 run                             mass: MS performed LU  {at=9090382.234894872, lu_delay=5.649006117135286, ms=00062}
22:49:16.045521 run                             mass: MS performed LU  {at=9090382.253825739, lu_delay=4.792953908443451, ms=00064}
22:49:16.059872 run                osmo-ms-mob/00077: Starting mobile
22:49:16.073024 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.084140 run                             mass: MS start registered  {at=9090382.292461341, delay=0.005042528733611107, ms=00077}
22:49:16.813309 run                osmo-ms-mob/00078: Starting mobile
22:49:16.827169 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.838097 run                             mass: MS start registered  {at=9090383.046417566, delay=0.004789935424923897, ms=00078}
22:49:17.226094 run                osmo-ms-mob/00079: Starting mobile
22:49:17.240191 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.252781 run                             mass: MS start registered  {at=9090383.46110302, delay=0.006389930844306946, ms=00079}
22:49:17.601398 run                             mass: MS performed LU  {at=9090383.809616156, lu_delay=5.95796088129282, ms=00065}
22:49:17.666129 run                             mass: MS performed LU  {at=9090383.874362584, lu_delay=5.4241447653621435, ms=00067}
22:49:17.710704 run                osmo-ms-mob/00080: Starting mobile
22:49:17.725313 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.731490 run                             mass: MS performed LU  {at=9090383.939818872, lu_delay=5.794142240658402, ms=00066}
22:49:17.737424 run                             mass: MS start registered  {at=9090383.945760079, delay=0.00595819391310215, ms=00080}
22:49:17.855678 run                             mass: MS performed LU  {at=9090384.063883584, lu_delay=5.577321920543909, ms=00068}
22:49:17.891158 run                             mass: MS performed LU  {at=9090384.099402517, lu_delay=4.838961027562618, ms=00069}
22:49:18.212722 run                osmo-ms-mob/00081: Starting mobile
22:49:18.225902 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.236744 run                             mass: MS start registered  {at=9090384.445064845, delay=0.0047048963606357574, ms=00081}
22:49:18.626652 run                osmo-ms-mob/00082: Starting mobile
22:49:18.640549 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.651530 run                             mass: MS start registered  {at=9090384.859848818, delay=0.004800492897629738, ms=00082}
22:49:19.213846 run                osmo-ms-mob/00083: Starting mobile
22:49:19.227435 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.238688 run                             mass: MS start registered  {at=9090385.446985606, delay=0.005055379122495651, ms=00083}
22:49:19.447767 run                             mass: MS performed LU  {at=9090385.65595205, lu_delay=5.606548169627786, ms=00071}
22:49:19.472499 run                             mass: MS performed LU  {at=9090385.68082852, lu_delay=5.994905112311244, ms=00070}
22:49:19.613624 run                             mass: MS performed LU  {at=9090385.821844509, lu_delay=4.963499840348959, ms=00073}
22:49:19.656944 run                osmo-ms-mob/00084: Starting mobile
22:49:19.672572 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.683811 run                             mass: MS start registered  {at=9090385.892130679, delay=0.005196789279580116, ms=00084}
22:49:20.028279 run                             mass: MS performed LU  {at=9090386.236477638, lu_delay=4.97946778871119, ms=00074}
22:49:20.243935 run                osmo-ms-mob/00085: Starting mobile
22:49:20.259230 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.270423 run                             mass: MS start registered  {at=9090386.478743998, delay=0.004878615960478783, ms=00085}
22:49:20.813037 run                osmo-ms-mob/00086: Starting mobile
22:49:20.826561 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.837499 run                             mass: MS start registered  {at=9090387.045821821, delay=0.004820743575692177, ms=00086}
22:49:21.445143 run                osmo-ms-mob/00087: Starting mobile
22:49:21.462773 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.468867 run                             mass: MS performed LU  {at=9090387.677194647, lu_delay=6.005397254601121, ms=00075}
22:49:21.474726 run                             mass: MS performed LU  {at=9090387.683061047, lu_delay=5.570241618901491, ms=00076}
22:49:21.480773 run                             mass: MS start registered  {at=9090387.689107526, delay=0.011930746957659721, ms=00087}
22:49:21.486558 run                             mass: MS performed LU  {at=9090387.694891794, lu_delay=5.402430452406406, ms=00077}
22:49:21.602533 run                             mass: MS performed LU  {at=9090387.810754485, lu_delay=4.764336919412017, ms=00078}
22:49:22.045332 run                osmo-ms-mob/00088: Starting mobile
22:49:22.063596 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.074829 run                             mass: MS start registered  {at=9090388.283148047, delay=0.005035927519202232, ms=00088}
22:49:22.613264 run                osmo-ms-mob/00089: Starting mobile
22:49:22.626723 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.637727 run                             mass: MS start registered  {at=9090388.846044868, delay=0.0048307739198207855, ms=00089}
22:49:23.212702 run                osmo-ms-mob/00090: Starting mobile
22:49:23.226446 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.232893 run                             mass: MS performed LU  {at=9090389.441219974, lu_delay=5.98011695407331, ms=00079}
22:49:23.238897 run                             mass: MS performed LU  {at=9090389.447231816, lu_delay=5.002166971564293, ms=00081}
22:49:23.245084 run                             mass: MS start registered  {at=9090389.453418119, delay=0.012216787785291672, ms=00090}
22:49:23.379564 run                             mass: MS performed LU  {at=9090389.587785052, lu_delay=5.642024973407388, ms=00080}
22:49:23.505258 run                             mass: MS performed LU  {at=9090389.713459434, lu_delay=4.8536106161773205, ms=00082}
22:49:23.953058 run                osmo-ms-mob/00091: Starting mobile
22:49:23.969140 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.980773 run                             mass: MS start registered  {at=9090390.189094072, delay=0.00524512492120266, ms=00091}
22:49:24.640919 run                osmo-ms-mob/00092: Starting mobile
22:49:24.656648 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.667642 run                             mass: MS start registered  {at=9090390.875960467, delay=0.004971906542778015, ms=00092}
22:49:25.198423 run                             mass: MS performed LU  {at=9090391.40664176, lu_delay=5.514511082321405, ms=00084}
22:49:25.222347 run                             mass: MS performed LU  {at=9090391.430678178, lu_delay=5.983692571520805, ms=00083}
22:49:25.243164 run                             mass: MS performed LU  {at=9090391.451424835, lu_delay=4.97268083691597, ms=00085}
22:49:25.282993 run                osmo-ms-mob/00093: Starting mobile
22:49:25.298156 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.309181 run                             mass: MS start registered  {at=9090391.517502874, delay=0.0048964545130729675, ms=00093}
22:49:26.326054 run                osmo-ms-mob/00094: Starting mobile
22:49:26.340625 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.352101 run                             mass: MS start registered  {at=9090392.56042216, delay=0.005105515941977501, ms=00094}
22:49:26.979156 run                             mass: MS performed LU  {at=9090393.18737294, lu_delay=5.498265413567424, ms=00087}
22:49:26.997024 run                             mass: MS performed LU  {at=9090393.205274984, lu_delay=6.159453162923455, ms=00086}
22:49:27.145217 run                             mass: MS performed LU  {at=9090393.353435468, lu_delay=5.070287421345711, ms=00088}
22:49:27.188102 run                osmo-ms-mob/00095: Starting mobile
22:49:27.203696 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.215088 run                             mass: MS start registered  {at=9090393.423409553, delay=0.005405554547905922, ms=00095}
22:49:27.250742 run                             mass: MS performed LU  {at=9090393.45896512, lu_delay=22.57537481933832, ms=00044}
22:49:27.506430 run                             mass: MS performed LU  {at=9090393.71464973, lu_delay=4.868604861199856, ms=00089}
22:49:28.227828 run                osmo-ms-mob/00096: Starting mobile
22:49:28.242653 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.253807 run                             mass: MS start registered  {at=9090394.462126713, delay=0.005041465163230896, ms=00096}
22:49:28.963327 run                             mass: MS performed LU  {at=9090395.171506844, lu_delay=5.718088725581765, ms=00090}
22:49:28.989297 run                             mass: MS performed LU  {at=9090395.197623923, lu_delay=5.008529851213098, ms=00091}
22:49:29.345613 run                osmo-ms-mob/00097: Starting mobile
22:49:29.363096 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.374423 run                             mass: MS start registered  {at=9090395.58274241, delay=0.005180437117815018, ms=00097}
22:49:30.651073 run                osmo-ms-mob/00098: Starting mobile
22:49:30.668025 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.679293 run                             mass: MS start registered  {at=9090396.887614235, delay=0.005155390128493309, ms=00098}
22:49:30.892254 run                             mass: MS performed LU  {at=9090397.100474399, lu_delay=6.224513931199908, ms=00092}
22:49:30.910400 run                             mass: MS performed LU  {at=9090397.11864782, lu_delay=5.6011449452489614, ms=00093}
22:49:31.215376 run                             mass: MS performed LU  {at=9090397.423595034, lu_delay=4.863172873854637, ms=00094}
22:49:32.441560 run                osmo-ms-mob/00099: Starting mobile
22:49:32.457634 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.463744 run                             mass: All started... {duration=55.761235143989325, too_slow=0}
22:49:32.469981 run                             mass: MS start registered  {at=9090398.678309616, delay=0.006230544298887253, ms=00099}
22:49:32.728937 run                             mass: MS performed LU  {at=9090398.9371205, lu_delay=5.51371094584465, ms=00095}
22:49:32.983002 run                             mass: MS performed LU  {at=9090399.191223796, lu_delay=4.729097083210945, ms=00096}
22:49:34.658421 run                             mass: MS performed LU  {at=9090400.866644718, lu_delay=5.283902307972312, ms=00097}
22:49:36.495180 run                             mass: MS performed LU  {at=9090402.703383595, lu_delay=22.49477567523718, ms=00072}
22:49:36.513037 run                             mass: MS performed LU  {at=9090402.721283196, lu_delay=5.833668960258365, ms=00098}
22:49:38.424791 run                             mass: MS performed LU  {at=9090404.633012641, lu_delay=5.954703025519848, ms=00099}
22:49:38.435169 run                             mass: Tests done {all_completed=True, max=22.57537481933832, min=4.547712907195091}
22:49:38.440710 tst         register_default_mass.py: Test passed (81.2 sec)
22:49:38.446125 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.449471 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.452776 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.456075 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.459387 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.462721 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.466049 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.469416 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.472782 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.476109 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.479432 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.482835 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.486197 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.489598 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.493004 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.496390 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.499863 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.503293 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.506701 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.510147 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.513523 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.516961 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.520816 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.524265 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.527795 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.531287 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.535050 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.538804 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.542510 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.546010 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.549466 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.552975 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.556454 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.559986 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.563494 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.567320 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.570822 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.574339 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.577851 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.581276 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.584965 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.588471 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.592380 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.595881 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.599301 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.602709 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.606131 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.609594 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.613037 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.616481 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.619947 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.623339 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.626721 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.630188 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.634032 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.637527 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.641048 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.644502 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.648034 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.651487 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.654953 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.658550 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.662042 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.665570 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.669468 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.673185 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.676837 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.680251 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.683629 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.687087 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.690504 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.693960 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.697393 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.700871 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.704271 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.707801 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.711291 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.714757 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.718283 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.721717 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.725452 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.729317 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.732940 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.736409 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.739848 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.743237 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.746681 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.750096 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.753604 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.757103 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.760567 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.764015 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.767453 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.770939 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.774461 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.777958 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.781346 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.784783 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.788198 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.791646 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.795113 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.798515 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.801967 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.805428 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.808882 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.812294 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.815695 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.819194 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.822809 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.826551 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.829934 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.833387 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.836829 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.840222 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.843593 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.846989 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.850381 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.853735 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.857088 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.860462 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.863819 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.867181 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.870543 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.873913 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.877280 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.880642 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.884001 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.887354 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.890711 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.894073 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.897438 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.900788 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.904147 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.907490 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.910836 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.914183 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.917524 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.920885 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.924233 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.927579 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.930924 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.934277 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.937626 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.940993 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.944345 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.947696 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.951048 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.954382 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.957713 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.961050 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.964410 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.967751 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.971108 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.974456 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.977813 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.981158 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.984498 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.987853 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.991208 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.994561 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.997908 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.001251 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.004618 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.007954 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.011321 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.014672 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.018034 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.021392 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.024745 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.028089 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.031449 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.034805 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.038153 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.041492 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.044834 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.048176 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.051517 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.054856 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.058200 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.061541 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.064905 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.068271 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.071636 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.074977 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.078318 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.081668 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.085015 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.088369 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.091708 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.095065 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.098419 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.101775 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.105117 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.108537 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.111891 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.115225 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.118582 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.121939 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.125298 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.128636 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.131986 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.135332 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.138691 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.142032 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.145385 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.148715 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.152074 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.155428 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.158773 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.162114 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.165473 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.168815 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.172163 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.175509 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.177045 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.180792 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.182300 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.186016 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.187514 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.191225 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.192736 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.196434 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.197935 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.201699 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.203203 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.206938 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.208455 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.212178 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.213698 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.217449 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.218961 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.222690 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.224197 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.227931 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.229445 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.233173 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.234695 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.238463 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.239989 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.243753 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.245269 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.248985 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.250506 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.254250 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.255780 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.259506 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.261030 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.264760 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.266274 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.270045 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.271560 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.275297 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.276824 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.280534 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.282048 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.285772 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.287273 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.290993 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.292503 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.296215 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.297722 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.301437 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.302947 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.306662 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.308188 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.311895 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.313408 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.317127 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.318629 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.322338 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.323872 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.327576 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.329082 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.332813 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.334313 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.338043 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.339548 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.343274 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.344784 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.348523 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.350024 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.353733 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.355236 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.358952 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.360456 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.364173 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.365670 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.369357 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.370862 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.374567 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.376084 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.379800 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.381314 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.385031 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.386539 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.390251 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.391757 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.395468 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.396999 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.400705 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.402210 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.405916 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.407428 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.411149 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.412678 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.416392 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.417897 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.421615 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.423113 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.426834 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.428363 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.432072 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.433569 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.437272 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.438785 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.442552 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.444057 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.447807 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.449309 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.453029 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.454526 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.458294 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.459814 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.463541 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.465040 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.468754 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.470253 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.473982 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.475498 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.479216 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.480729 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.484444 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.485946 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.489681 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.491179 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.494897 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.496422 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.500144 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.501651 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.505365 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.506876 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.510587 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.512112 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.515823 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.517331 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.521049 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.522556 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.526276 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.527788 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.531584 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.533100 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.536855 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.538366 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.542102 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.543616 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.547373 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.548902 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.552630 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.554143 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.557882 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.559403 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.563146 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.564673 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.568419 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.569941 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.573673 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.575179 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.578933 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.580453 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.584201 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.585726 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.589472 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.590991 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.594721 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.596242 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.599974 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.601498 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.605233 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.606751 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.610464 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.611983 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.615690 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.617191 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.620907 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.622407 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.626151 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.627659 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.631372 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.632908 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.636633 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.638151 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.641883 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.643400 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.647138 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.648654 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.652368 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.653876 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.657635 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.659133 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.662855 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.664361 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.668090 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.669595 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.673320 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.674828 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.678560 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.680082 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.683798 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.685315 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.689038 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.690548 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.694274 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.695780 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.699500 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.701008 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.704717 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.706223 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.709966 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.711464 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.715197 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.716722 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.720448 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.721952 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.725662 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.727167 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.730898 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.732401 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.736121 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.737628 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.741355 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.742856 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.746589 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.748104 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.751847 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.753369 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.757095 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.758591 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.762298 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.763822 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.767561 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.769078 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.772806 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.774311 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.778043 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.779547 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.783311 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.784831 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.788561 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.790066 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.793794 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.795309 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.799077 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.800588 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.804327 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.805836 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.809580 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.811083 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.814846 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.816359 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.820099 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.821596 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.825366 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.826888 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.830631 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.832143 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.835898 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.837405 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.841137 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.842645 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.846373 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.847885 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.851630 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.853143 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.856912 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.858440 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.862181 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.863695 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.867441 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.868947 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.872685 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.874196 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.877976 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.879482 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.883232 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.884741 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.888489 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.890004 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.893755 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.895268 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.899001 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.900521 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.904264 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.905773 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.909519 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.911033 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.914778 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.916294 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.920035 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.921544 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.925278 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.926780 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.930534 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.932047 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.935789 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.937298 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.941047 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.942550 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.946287 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.947805 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.951533 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.953063 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.956795 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.958304 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.962038 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.963541 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.967293 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.968814 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.972548 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.974059 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.977826 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.979328 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.983080 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.984590 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.988328 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.989823 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.993567 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.995088 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.998824 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.000325 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.004074 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.005577 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.009332 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.010854 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.014603 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.016106 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.019849 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.021371 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.025128 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.026633 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.030381 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.031899 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.035633 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.037180 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.040951 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.042458 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.046195 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.047704 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.051449 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.052981 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.056728 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.058254 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.062002 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.063512 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.067286 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.068804 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.072534 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.074047 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.077803 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.079312 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.083071 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.084570 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.088317 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.089827 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.093573 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.095092 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.098852 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.100377 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.104127 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.105639 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.109371 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.110880 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.114638 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.116145 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.119873 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.121394 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.125152 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.126667 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.130411 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.132011 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.135758 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.137267 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.141005 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.142515 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.146282 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.147796 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.151548 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.153054 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.156802 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.158315 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.162074 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.163585 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.167311 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.168824 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.172577 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.174092 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.177838 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.179340 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.183084 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.184595 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.188352 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.189860 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.193609 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.195118 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.198894 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.200419 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.204187 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.205697 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.209427 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.210952 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.214700 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.216231 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.219986 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.221496 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.225240 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.226752 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.230499 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.232036 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.235782 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.237296 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.241047 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.242564 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.246311 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.247823 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.251575 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.253093 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.256888 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.258400 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.262162 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.263677 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.267411 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.268935 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.272679 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.274187 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.277952 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.279467 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.283222 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.284744 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.689287 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.695494 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8328 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.772484 tst                       trial-8328: Storing JUnit report in /build/trial-8328/run.2026-05-11_22-48-16/trial-8328.xml

--------------------------------------------------------------------------------------------
trial-8328 PASS
--------------------------------------------------------------------------------------------
22:49:43.783600 tst                       trial-8328: trial-8328: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.2 sec)
+ exit_code=0
+ rm -rf trial-8328/inst
+ cd trial-8328
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-11 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8328-run.tgz run.2026-05-11_22-48-16
+ tar czf /build/trial-8328-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-11_13_26_55.tgz osmo-bts-oc2g.build-2026-05-11_00_52_02.tgz osmo-bts-sysmo.build-2026-05-11_00_51_56.tgz osmo-bts.build-2026-05-11_00_51_58.tgz osmo-ggsn.build-2026-05-11_20_42_44.tgz osmo-hlr.build-2026-05-11_16_36_54.tgz osmo-hnbgw.build-2026-05-11_13_30_17.tgz osmo-mgw.build-2026-05-11_08_33_06.tgz osmo-msc.build-2026-05-11_13_32_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-11_07_35_07.tgz osmo-pcu-sysmo.build-2026-05-11_07_35_00.tgz osmo-pcu.build-2026-05-11_07_35_12.tgz osmo-sgsn.build-2026-05-11_20_48_33.tgz osmo-stp.build-2026-05-11_13_25_39.tgz osmo-trx.build-2026-05-11_14_21_54.tgz osmocom-bb.build-2026-05-11_21_18_03.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