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 7737
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16303102486835401471.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-8278
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#7 CACHED

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

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

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

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

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

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

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

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

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

#17 [ 3/28] RUN     groupadd osmo-gsm-tester
#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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#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 [ 9/28] COPY	SSH /root/.ssh
#21 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c62243e52daa363ae7cc8b42cd682c5b0b0ad0302a40549f21c97839b9c7b7bb done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8279 -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-03-23 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8279
+ mkdir -p trial-8279
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-23_13_27_03.tgz osmo-bts-oc2g.build-2026-03-23_00_51_26.tgz osmo-bts-sysmo.build-2026-03-23_00_51_34.tgz osmo-bts.build-2026-03-23_00_51_37.tgz osmo-ggsn.build-2026-03-23_20_42_28.tgz osmo-hlr.build-2026-03-23_16_36_54.tgz osmo-hnbgw.build-2026-03-23_13_29_06.tgz osmo-mgw.build-2026-03-23_08_33_19.tgz osmo-msc.build-2026-03-23_13_33_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-23_07_34_56.tgz osmo-pcu-sysmo.build-2026-03-23_07_34_53.tgz osmo-pcu.build-2026-03-23_07_34_54.tgz osmo-sgsn.build-2026-03-23_20_48_09.tgz osmo-stp.build-2026-03-23_13_23_26.tgz osmo-trx.build-2026-03-23_14_21_39.tgz osmocom-bb.build-2026-03-23_21_17_14.tgz srslte.build-19.tgz trial-8279
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-23_13_27_03.md5 osmo-bts-oc2g.build-2026-03-23_00_51_26.md5 osmo-bts-sysmo.build-2026-03-23_00_51_34.md5 osmo-bts.build-2026-03-23_00_51_37.md5 osmo-ggsn.build-2026-03-23_20_42_28.md5 osmo-hlr.build-2026-03-23_16_36_54.md5 osmo-hnbgw.build-2026-03-23_13_29_06.md5 osmo-mgw.build-2026-03-23_08_33_19.md5 osmo-msc.build-2026-03-23_13_33_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-23_07_34_56.md5 osmo-pcu-sysmo.build-2026-03-23_07_34_53.md5 osmo-pcu.build-2026-03-23_07_34_54.md5 osmo-sgsn.build-2026-03-23_20_48_09.md5 osmo-stp.build-2026-03-23_13_23_26.md5 osmo-trx.build-2026-03-23_14_21_39.md5 osmocom-bb.build-2026-03-23_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-23_13_27_03.md5 osmo-bts-oc2g.build-2026-03-23_00_51_26.md5 osmo-bts-sysmo.build-2026-03-23_00_51_34.md5 osmo-bts.build-2026-03-23_00_51_37.md5 osmo-ggsn.build-2026-03-23_20_42_28.md5 osmo-hlr.build-2026-03-23_16_36_54.md5 osmo-hnbgw.build-2026-03-23_13_29_06.md5 osmo-mgw.build-2026-03-23_08_33_19.md5 osmo-msc.build-2026-03-23_13_33_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-23_07_34_56.md5 osmo-pcu-sysmo.build-2026-03-23_07_34_53.md5 osmo-pcu.build-2026-03-23_07_34_54.md5 osmo-sgsn.build-2026-03-23_20_48_09.md5 osmo-stp.build-2026-03-23_13_23_26.md5 osmo-trx.build-2026-03-23_14_21_39.md5 osmocom-bb.build-2026-03-23_21_17_14.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-8279 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8279'
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-8279
--------------------------------------------------------------------------------------------
22:48:20.563870 tst                       trial-8279: Detailed log at /build/trial-8279/run.2026-03-23_22-48-20/log

---------------------------------------------------------------------
trial-8279 netreg_mass
---------------------------------------------------------------------
22:48:20.770038 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.770382 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.771142 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.772277 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.805822 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.806563 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.807677 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.870083 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-8279 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.870844 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.886102 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.886610 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.887048 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.887474 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.887916 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.888347 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.888770 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.918931 tst         register_default_mass.py: using LAC 2
22:48:20.940311 tst         register_default_mass.py: using RAC 2
22:48:20.966400 tst         register_default_mass.py: using CellId 2
22:48:20.996298 tst         register_default_mass.py: using BVCI 3
22:48:21.010470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.011171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.011832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.012353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.012861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.013359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.013841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.014339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.014862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.015358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.015865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.016388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.016909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.017419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.017934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.018451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.018960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.019478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.019982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.020483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.020982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.021501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.022029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.022540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.023049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.023558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.024071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.024570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.025083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.025603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.026103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.026612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.027131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.027646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.028174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.028692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.029192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.029707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.030221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.030722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.031219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.031750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.032264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.032766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.033286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.033791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.034300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.034812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.035324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.035835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.036366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.036877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.037380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.037887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.038407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.038911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.039409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.039922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.040432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.040927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.041415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.041927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.042435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.042941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.043448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.043956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.044452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.044977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.045483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.045978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.046490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.046993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.047573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.048094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.048594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.049085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.049592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.050603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.051598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.052597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.053589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.054564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.055557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.056572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.057567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.058574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.059570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.060574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.061574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.062139 tst      register_default_mass.py:21: Launching a simple network
22:48:21.072102 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.191342 run            create_hlr_db(pid=20): Launched
22:48:22.205677 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.221833 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.236866 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.242608 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.431171 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.445940 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.451438 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.871095 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.885947 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.901078 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.028767 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.043412 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.048920 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.071941 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.086697 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.092283 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.405257 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.420174 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.446003 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.619037 run         osmo-bts-virtual(pid=34): Launched
22:48:33.653388 tst         register_default_mass.py: using MSISDN 1001
22:48:33.667213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.704082 tst         register_default_mass.py: using MSISDN 1002
22:48:33.720878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.749940 tst         register_default_mass.py: using MSISDN 1003
22:48:33.763852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.792506 tst         register_default_mass.py: using MSISDN 1004
22:48:33.805889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.834987 tst         register_default_mass.py: using MSISDN 1005
22:48:33.848811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.877672 tst         register_default_mass.py: using MSISDN 1006
22:48:33.891056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.919796 tst         register_default_mass.py: using MSISDN 1007
22:48:33.933199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.962417 tst         register_default_mass.py: using MSISDN 1008
22:48:33.976163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.005119 tst         register_default_mass.py: using MSISDN 1009
22:48:34.018659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.047606 tst         register_default_mass.py: using MSISDN 1010
22:48:34.061401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.090188 tst         register_default_mass.py: using MSISDN 1011
22:48:34.103636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.132530 tst         register_default_mass.py: using MSISDN 1012
22:48:34.146089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.175100 tst         register_default_mass.py: using MSISDN 1013
22:48:34.188737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.217239 tst         register_default_mass.py: using MSISDN 1014
22:48:34.230684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.259432 tst         register_default_mass.py: using MSISDN 1015
22:48:34.272909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.301913 tst         register_default_mass.py: using MSISDN 1016
22:48:34.315636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.344393 tst         register_default_mass.py: using MSISDN 1017
22:48:34.357856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.386494 tst         register_default_mass.py: using MSISDN 1018
22:48:34.399967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.452663 tst         register_default_mass.py: using MSISDN 1019
22:48:34.473485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.551247 tst         register_default_mass.py: using MSISDN 1020
22:48:34.560636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.615252 tst         register_default_mass.py: using MSISDN 1021
22:48:34.636206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.665827 tst         register_default_mass.py: using MSISDN 1022
22:48:34.680109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.708894 tst         register_default_mass.py: using MSISDN 1023
22:48:34.722508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.751278 tst         register_default_mass.py: using MSISDN 1024
22:48:34.764904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.793882 tst         register_default_mass.py: using MSISDN 1025
22:48:34.807399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.836497 tst         register_default_mass.py: using MSISDN 1026
22:48:34.850079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.878870 tst         register_default_mass.py: using MSISDN 1027
22:48:34.892432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.921429 tst         register_default_mass.py: using MSISDN 1028
22:48:34.934970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.963796 tst         register_default_mass.py: using MSISDN 1029
22:48:34.977399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.006496 tst         register_default_mass.py: using MSISDN 1030
22:48:35.020190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.049519 tst         register_default_mass.py: using MSISDN 1031
22:48:35.063260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.092483 tst         register_default_mass.py: using MSISDN 1032
22:48:35.106264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.135278 tst         register_default_mass.py: using MSISDN 1033
22:48:35.148964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.177880 tst         register_default_mass.py: using MSISDN 1034
22:48:35.191571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.221831 tst         register_default_mass.py: using MSISDN 1035
22:48:35.236070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.267509 tst         register_default_mass.py: using MSISDN 1036
22:48:35.282430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.314140 tst         register_default_mass.py: using MSISDN 1037
22:48:35.329175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.360501 tst         register_default_mass.py: using MSISDN 1038
22:48:35.375403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.406809 tst         register_default_mass.py: using MSISDN 1039
22:48:35.421575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.452938 tst         register_default_mass.py: using MSISDN 1040
22:48:35.467889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.499436 tst         register_default_mass.py: using MSISDN 1041
22:48:35.514512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.545844 tst         register_default_mass.py: using MSISDN 1042
22:48:35.560730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.592256 tst         register_default_mass.py: using MSISDN 1043
22:48:35.607357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.638034 tst         register_default_mass.py: using MSISDN 1044
22:48:35.652643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.684670 tst         register_default_mass.py: using MSISDN 1045
22:48:35.699823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.731192 tst         register_default_mass.py: using MSISDN 1046
22:48:35.745901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.776971 tst         register_default_mass.py: using MSISDN 1047
22:48:35.791839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.822551 tst         register_default_mass.py: using MSISDN 1048
22:48:35.837159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.868111 tst         register_default_mass.py: using MSISDN 1049
22:48:35.882660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.913734 tst         register_default_mass.py: using MSISDN 1050
22:48:35.928535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.959239 tst         register_default_mass.py: using MSISDN 1051
22:48:35.973908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.004823 tst         register_default_mass.py: using MSISDN 1052
22:48:36.019507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.050256 tst         register_default_mass.py: using MSISDN 1053
22:48:36.064977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.095599 tst         register_default_mass.py: using MSISDN 1054
22:48:36.110100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.140876 tst         register_default_mass.py: using MSISDN 1055
22:48:36.155507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.186103 tst         register_default_mass.py: using MSISDN 1056
22:48:36.200682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.231415 tst         register_default_mass.py: using MSISDN 1057
22:48:36.246167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.276942 tst         register_default_mass.py: using MSISDN 1058
22:48:36.291544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.322248 tst         register_default_mass.py: using MSISDN 1059
22:48:36.336870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.367516 tst         register_default_mass.py: using MSISDN 1060
22:48:36.382169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.412861 tst         register_default_mass.py: using MSISDN 1061
22:48:36.427472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.458023 tst         register_default_mass.py: using MSISDN 1062
22:48:36.472537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.503152 tst         register_default_mass.py: using MSISDN 1063
22:48:36.517785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.548659 tst         register_default_mass.py: using MSISDN 1064
22:48:36.563184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.594011 tst         register_default_mass.py: using MSISDN 1065
22:48:36.608713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.639308 tst         register_default_mass.py: using MSISDN 1066
22:48:36.653894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.685063 tst         register_default_mass.py: using MSISDN 1067
22:48:36.699778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.731224 tst         register_default_mass.py: using MSISDN 1068
22:48:36.746338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.777754 tst         register_default_mass.py: using MSISDN 1069
22:48:36.792756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.823890 tst         register_default_mass.py: using MSISDN 1070
22:48:36.838689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.869926 tst         register_default_mass.py: using MSISDN 1071
22:48:36.884818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.916050 tst         register_default_mass.py: using MSISDN 1072
22:48:36.930892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.962027 tst         register_default_mass.py: using MSISDN 1073
22:48:36.976720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.007738 tst         register_default_mass.py: using MSISDN 1074
22:48:37.022470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.053653 tst         register_default_mass.py: using MSISDN 1075
22:48:37.068611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.100759 tst         register_default_mass.py: using MSISDN 1076
22:48:37.116190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.148187 tst         register_default_mass.py: using MSISDN 1077
22:48:37.163526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.195930 tst         register_default_mass.py: using MSISDN 1078
22:48:37.211316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.243364 tst         register_default_mass.py: using MSISDN 1079
22:48:37.258837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.290822 tst         register_default_mass.py: using MSISDN 1080
22:48:37.306140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.338350 tst         register_default_mass.py: using MSISDN 1081
22:48:37.353580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.385751 tst         register_default_mass.py: using MSISDN 1082
22:48:37.401272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.433745 tst         register_default_mass.py: using MSISDN 1083
22:48:37.449205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.481157 tst         register_default_mass.py: using MSISDN 1084
22:48:37.496396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.529010 tst         register_default_mass.py: using MSISDN 1085
22:48:37.544678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.577165 tst         register_default_mass.py: using MSISDN 1086
22:48:37.592734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.624718 tst         register_default_mass.py: using MSISDN 1087
22:48:37.639919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.672275 tst         register_default_mass.py: using MSISDN 1088
22:48:37.687761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.720075 tst         register_default_mass.py: using MSISDN 1089
22:48:37.735659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.767836 tst         register_default_mass.py: using MSISDN 1090
22:48:37.783232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.819444 tst         register_default_mass.py: using MSISDN 1091
22:48:37.836604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.869060 tst         register_default_mass.py: using MSISDN 1092
22:48:37.884760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.916946 tst         register_default_mass.py: using MSISDN 1093
22:48:37.932259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.964539 tst         register_default_mass.py: using MSISDN 1094
22:48:37.979975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.012088 tst         register_default_mass.py: using MSISDN 1095
22:48:38.027424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.059487 tst         register_default_mass.py: using MSISDN 1096
22:48:38.074761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.107080 tst         register_default_mass.py: using MSISDN 1097
22:48:38.122519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.154643 tst         register_default_mass.py: using MSISDN 1098
22:48:38.170187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.202071 tst         register_default_mass.py: using MSISDN 1099
22:48:38.217320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.249095 tst         register_default_mass.py: using MSISDN 1100
22:48:38.264121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.356170 run                             mass: Starting testcase
22:48:38.361706 run                             mass: Pre-launching all virtphy's
22:48:38.367089 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.380132 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.386216 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.399237 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.405323 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.418337 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.424445 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.437526 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.443600 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.456585 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.462658 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.475638 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.481643 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.494613 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.500696 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.513709 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.519822 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.532817 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.538814 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.551849 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.557884 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.570739 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.576746 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.589644 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.595606 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.608372 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.614433 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.627316 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.633397 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.646299 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.652274 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.665261 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.671245 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.684193 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.690179 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.702878 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.708810 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.721484 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.727368 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.740071 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.745915 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.758598 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.764635 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.777433 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.783449 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.796316 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.802265 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.815171 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.821133 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.834025 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.839922 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.852685 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.858574 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.871362 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.877308 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.890063 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.895960 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.908748 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.914661 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.927495 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.933407 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.946153 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.952065 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.964869 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.970753 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.983548 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.989462 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.002424 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.008360 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.021277 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.027208 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.040059 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.046114 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.058990 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.065036 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.077939 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.083855 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.096692 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.102581 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.115369 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.121266 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.134081 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.140050 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.152880 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.158794 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.171552 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.177480 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.190273 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.196150 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.208934 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.214820 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.227558 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.233491 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.246433 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.252386 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.265315 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.271257 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.284175 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.290107 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.303079 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.308993 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.321842 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.327757 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.340525 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.346487 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.359354 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.365282 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.378075 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.384029 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.396856 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.402755 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.415591 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.421547 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.434373 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.440321 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.453098 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.459065 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.472026 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.477950 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.490874 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.496798 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.509566 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.515537 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.528475 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.534537 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.547337 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.553264 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.566088 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.572031 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.584808 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.590723 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.603538 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.609480 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.622320 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.628231 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.641117 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.647045 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.659876 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.665789 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.678567 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.684462 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.697274 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.703150 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.716130 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.722039 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.735017 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.740955 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.753939 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.759907 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.772904 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.778922 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.791975 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.798001 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.811044 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.817113 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.830119 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.836245 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.849269 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.855300 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.868293 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.874330 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.887235 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.893164 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.905947 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.911873 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.924647 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.930568 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.943540 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.949456 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.962390 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.968276 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.981073 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.987096 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.000002 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.006040 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.018845 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.024765 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.037547 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.043459 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.056321 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.062221 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.075006 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.080954 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.093751 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.099661 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.112516 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.118409 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.131227 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.137152 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.149911 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.155862 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.168664 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.174547 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.187558 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.193472 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.206477 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.212370 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.225364 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.231304 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.244288 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.250236 run                             mass: Checking if sockets are in the filesystem
22:48:40.282790 run                osmo-ms-mob/00000: Starting mobile
22:48:40.295810 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.307455 run                             mass: MS start registered  {at=4856746.515774659, delay=0.005618195049464703, ms=00000}
22:48:44.476673 run                osmo-ms-mob/00001: Starting mobile
22:48:44.490293 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.501009 run                             mass: MS start registered  {at=4856750.709328293, delay=0.004534877836704254, ms=00001}
22:48:45.447647 run                             mass: MS performed LU  {at=4856751.655846619, lu_delay=5.140071960166097, ms=00000}
22:48:46.297971 run                osmo-ms-mob/00002: Starting mobile
22:48:46.314943 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.325408 run                             mass: MS start registered  {at=4856752.533723554, delay=0.004382321611046791, ms=00002}
22:48:47.597761 run                osmo-ms-mob/00003: Starting mobile
22:48:47.614644 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.625069 run                             mass: MS start registered  {at=4856753.833389168, delay=0.004361772909760475, ms=00003}
22:48:48.697693 run                osmo-ms-mob/00004: Starting mobile
22:48:48.714343 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.724984 run                             mass: MS start registered  {at=4856754.933304126, delay=0.004596692509949207, ms=00004}
22:48:49.214008 run                             mass: MS performed LU  {at=4856755.422221105, lu_delay=4.712892811745405, ms=00001}
22:48:49.666639 run                osmo-ms-mob/00005: Starting mobile
22:48:49.679455 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.690339 run                             mass: MS start registered  {at=4856755.898657263, delay=0.0046759676188230515, ms=00005}
22:48:50.595109 run                osmo-ms-mob/00006: Starting mobile
22:48:50.622452 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.633212 run                             mass: MS start registered  {at=4856756.841532629, delay=0.004435881972312927, ms=00006}
22:48:51.115350 run                             mass: MS performed LU  {at=4856757.323556659, lu_delay=4.789833105169237, ms=00002}
22:48:51.497462 run                osmo-ms-mob/00007: Starting mobile
22:48:51.514051 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.524916 run                             mass: MS start registered  {at=4856757.733235745, delay=0.004595987498760223, ms=00007}
22:48:52.266116 run                osmo-ms-mob/00008: Starting mobile
22:48:52.279251 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.289852 run                             mass: MS start registered  {at=4856758.498173956, delay=0.0046549271792173386, ms=00008}
22:48:52.996225 run                osmo-ms-mob/00009: Starting mobile
22:48:53.012220 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.018268 run                             mass: MS performed LU  {at=4856759.226593865, lu_delay=5.393204697407782, ms=00003}
22:48:53.024105 run                             mass: MS start registered  {at=4856759.232441422, delay=0.005864926613867283, ms=00009}
22:48:53.698293 run                osmo-ms-mob/00010: Starting mobile
22:48:53.715408 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.726289 run                             mass: MS start registered  {at=4856759.93461044, delay=0.00491732731461525, ms=00010}
22:48:54.295345 run                osmo-ms-mob/00011: Starting mobile
22:48:54.311332 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.322381 run                             mass: MS start registered  {at=4856760.530700872, delay=0.004736180417239666, ms=00011}
22:48:54.897004 run                osmo-ms-mob/00012: Starting mobile
22:48:54.913976 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.920046 run                             mass: MS performed LU  {at=4856761.128372184, lu_delay=5.2297149207443, ms=00005}
22:48:54.925803 run                             mass: MS performed LU  {at=4856761.134137866, lu_delay=6.200833739712834, ms=00004}
22:48:54.931446 run                             mass: MS start registered  {at=4856761.139781795, delay=0.011426710523664951, ms=00012}
22:48:55.498299 run                osmo-ms-mob/00013: Starting mobile
22:48:55.515149 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.526209 run                             mass: MS start registered  {at=4856761.734530358, delay=0.004866482689976692, ms=00013}
22:48:56.078201 run                osmo-ms-mob/00014: Starting mobile
22:48:56.092209 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.103139 run                             mass: MS start registered  {at=4856762.311455322, delay=0.004865557886660099, ms=00014}
22:48:56.678263 run                osmo-ms-mob/00015: Starting mobile
22:48:56.691546 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.702646 run                             mass: MS start registered  {at=4856762.910967642, delay=0.0047981394454836845, ms=00015}
22:48:56.744521 run                             mass: MS performed LU  {at=4856762.952738298, lu_delay=6.111205669119954, ms=00006}
22:48:56.810255 run                             mass: MS performed LU  {at=4856763.018463339, lu_delay=5.285227593965828, ms=00007}
22:48:57.114745 run                             mass: MS performed LU  {at=4856763.322970668, lu_delay=4.824796712026, ms=00008}
22:48:57.176420 run                osmo-ms-mob/00016: Starting mobile
22:48:57.192246 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.202934 run                             mass: MS start registered  {at=4856763.411257148, delay=0.004568319767713547, ms=00016}
22:48:57.680738 run                osmo-ms-mob/00017: Starting mobile
22:48:57.694982 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.705893 run                             mass: MS start registered  {at=4856763.91421395, delay=0.004699401557445526, ms=00017}
22:48:58.296345 run                osmo-ms-mob/00018: Starting mobile
22:48:58.309787 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.320752 run                             mass: MS start registered  {at=4856764.529068853, delay=0.004868602380156517, ms=00018}
22:48:58.646359 run                             mass: MS performed LU  {at=4856764.854580115, lu_delay=5.622138692997396, ms=00009}
22:48:58.661325 run                osmo-ms-mob/00019: Starting mobile
22:48:58.674339 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.680353 run                             mass: MS performed LU  {at=4856764.888684296, lu_delay=4.954073855653405, ms=00010}
22:48:58.686078 run                             mass: MS start registered  {at=4856764.894413923, delay=0.005745578557252884, ms=00019}
22:48:59.197969 run                osmo-ms-mob/00020: Starting mobile
22:48:59.214815 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.225614 run                             mass: MS start registered  {at=4856765.433937107, delay=0.004707758314907551, ms=00020}
22:48:59.667041 run                osmo-ms-mob/00021: Starting mobile
22:48:59.680096 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.690977 run                             mass: MS start registered  {at=4856765.89929817, delay=0.004780908115208149, ms=00021}
22:49:00.066404 run                osmo-ms-mob/00022: Starting mobile
22:49:00.079407 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.090265 run                             mass: MS start registered  {at=4856766.298585105, delay=0.004843166097998619, ms=00022}
22:49:00.510651 run                             mass: MS performed LU  {at=4856766.718871621, lu_delay=5.579089825972915, ms=00012}
22:49:00.563602 run                osmo-ms-mob/00023: Starting mobile
22:49:00.577120 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.583193 run                             mass: MS performed LU  {at=4856766.79152141, lu_delay=6.26082053873688, ms=00011}
22:49:00.589035 run                             mass: MS start registered  {at=4856766.797370717, delay=0.005866247229278088, ms=00023}
22:49:00.645290 run                             mass: MS performed LU  {at=4856766.8535078, lu_delay=5.118977442383766, ms=00013}
22:49:00.898931 run                             mass: MS performed LU  {at=4856767.10715086, lu_delay=4.795695537701249, ms=00014}
22:49:00.913987 run                osmo-ms-mob/00024: Starting mobile
22:49:00.926917 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.937959 run                             mass: MS start registered  {at=4856767.146280955, delay=0.004971801303327084, ms=00024}
22:49:01.479767 run                osmo-ms-mob/00025: Starting mobile
22:49:01.493639 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.504544 run                             mass: MS start registered  {at=4856767.712866162, delay=0.004731376655399799, ms=00025}
22:49:01.898170 run                osmo-ms-mob/00026: Starting mobile
22:49:01.913405 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.924767 run                             mass: MS start registered  {at=4856768.133087512, delay=0.005269811488687992, ms=00026}
22:49:02.288229 run                osmo-ms-mob/00027: Starting mobile
22:49:02.305022 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.315612 run                             mass: MS start registered  {at=4856768.523936314, delay=0.0045234523713588715, ms=00027}
22:49:02.327621 run                             mass: MS performed LU  {at=4856768.535944942, lu_delay=5.124687794595957, ms=00016}
22:49:02.412614 run                             mass: MS performed LU  {at=4856768.62081926, lu_delay=5.709851617924869, ms=00015}
22:49:02.438928 run                             mass: MS performed LU  {at=4856768.647237862, lu_delay=4.733023912645876, ms=00017}
22:49:02.451438 run                osmo-ms-mob/00028: Starting mobile
22:49:02.464633 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.475207 run                             mass: MS start registered  {at=4856768.683530111, delay=0.004504311829805374, ms=00028}
22:49:03.107040 run                osmo-ms-mob/00029: Starting mobile
22:49:03.123444 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.134233 run                             mass: MS start registered  {at=4856769.342555182, delay=0.004803094081580639, ms=00029}
22:49:03.466114 run                osmo-ms-mob/00030: Starting mobile
22:49:03.479611 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.490540 run                             mass: MS start registered  {at=4856769.698858745, delay=0.004856630228459835, ms=00030}
22:49:03.896816 run                osmo-ms-mob/00031: Starting mobile
22:49:03.912253 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.922959 run                             mass: MS start registered  {at=4856770.131279031, delay=0.004644820466637611, ms=00031}
22:49:04.165664 run                osmo-ms-mob/00032: Starting mobile
22:49:04.178878 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.189641 run                             mass: MS start registered  {at=4856770.397960705, delay=0.004402126185595989, ms=00032}
22:49:04.276757 run                             mass: MS performed LU  {at=4856770.484987009, lu_delay=5.59057308640331, ms=00019}
22:49:04.341713 run                             mass: MS performed LU  {at=4856770.549936849, lu_delay=5.1159997414797544, ms=00020}
22:49:04.410962 run                             mass: MS performed LU  {at=4856770.619182979, lu_delay=4.719884809106588, ms=00021}
22:49:04.440126 run                osmo-ms-mob/00033: Starting mobile
22:49:04.453283 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.459355 run                             mass: MS performed LU  {at=4856770.667684037, lu_delay=6.138615184463561, ms=00018}
22:49:04.465510 run                             mass: MS start registered  {at=4856770.673843698, delay=0.006176827475428581, ms=00033}
22:49:05.005764 run                osmo-ms-mob/00034: Starting mobile
22:49:05.020592 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.031593 run                             mass: MS start registered  {at=4856771.239914265, delay=0.004944915883243084, ms=00034}
22:49:05.266223 run                osmo-ms-mob/00035: Starting mobile
22:49:05.279178 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.290176 run                             mass: MS start registered  {at=4856771.498494632, delay=0.0048246001824736595, ms=00035}
22:49:05.697575 run                osmo-ms-mob/00036: Starting mobile
22:49:05.713021 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.723631 run                             mass: MS start registered  {at=4856771.931953146, delay=0.004530873149633408, ms=00036}
22:49:06.088185 run                osmo-ms-mob/00037: Starting mobile
22:49:06.104298 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.110332 run                             mass: MS performed LU  {at=4856772.318660478, lu_delay=6.020075373351574, ms=00022}
22:49:06.116556 run                             mass: MS start registered  {at=4856772.324890267, delay=0.006247669458389282, ms=00037}
22:49:06.178809 run                             mass: MS performed LU  {at=4856772.387030187, lu_delay=5.240749232470989, ms=00024}
22:49:06.205540 run                osmo-ms-mob/00038: Starting mobile
22:49:06.218810 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.224839 run                             mass: MS performed LU  {at=4856772.433169437, lu_delay=4.720303274691105, ms=00025}
22:49:06.230637 run                             mass: MS start registered  {at=4856772.438972469, delay=0.005818634293973446, ms=00038}
22:49:06.349962 run                             mass: MS performed LU  {at=4856772.55818168, lu_delay=5.760810962878168, ms=00023}
22:49:06.378848 run                osmo-ms-mob/00039: Starting mobile
22:49:06.391815 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.402417 run                             mass: MS start registered  {at=4856772.610739748, delay=0.0045072948560118675, ms=00039}
22:49:07.075595 run                osmo-ms-mob/00040: Starting mobile
22:49:07.088915 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.100047 run                             mass: MS start registered  {at=4856773.308362116, delay=0.005019472911953926, ms=00040}
22:49:07.378858 run                osmo-ms-mob/00041: Starting mobile
22:49:07.393118 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.404131 run                             mass: MS start registered  {at=4856773.612449346, delay=0.0049107251688838005, ms=00041}
22:49:07.677114 run                osmo-ms-mob/00042: Starting mobile
22:49:07.690835 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.701516 run                             mass: MS start registered  {at=4856773.909839537, delay=0.004529782570898533, ms=00042}
22:49:08.042815 run                             mass: MS performed LU  {at=4856774.251036568, lu_delay=5.727100254036486, ms=00027}
22:49:08.098700 run                osmo-ms-mob/00043: Starting mobile
22:49:08.114479 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.120572 run                             mass: MS performed LU  {at=4856774.328900926, lu_delay=5.645370814949274, ms=00028}
22:49:08.126402 run                             mass: MS start registered  {at=4856774.334738447, delay=0.005854174494743347, ms=00043}
22:49:08.176761 run                             mass: MS performed LU  {at=4856774.384980308, lu_delay=6.251892795786262, ms=00026}
22:49:08.199082 run                osmo-ms-mob/00044: Starting mobile
22:49:08.212434 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.218473 run                             mass: MS performed LU  {at=4856774.426800396, lu_delay=4.7279416508972645, ms=00030}
22:49:08.224267 run                             mass: MS start registered  {at=4856774.432602539, delay=0.005820227786898613, ms=00044}
22:49:08.248908 run                             mass: MS performed LU  {at=4856774.457221109, lu_delay=5.114665927365422, ms=00029}
22:49:08.260722 run                osmo-ms-mob/00045: Starting mobile
22:49:08.273732 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.284402 run                             mass: MS start registered  {at=4856774.492721733, delay=0.0043545980006456375, ms=00045}
22:49:08.981495 run                osmo-ms-mob/00046: Starting mobile
22:49:08.995667 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.006551 run                             mass: MS start registered  {at=4856775.214858007, delay=0.003609422594308853, ms=00046}
22:49:09.266579 run                osmo-ms-mob/00047: Starting mobile
22:49:09.280037 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.290942 run                             mass: MS start registered  {at=4856775.49926454, delay=0.004540140740573406, ms=00047}
22:49:09.565888 run                osmo-ms-mob/00048: Starting mobile
22:49:09.579028 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.589574 run                             mass: MS start registered  {at=4856775.797897812, delay=0.004372711293399334, ms=00048}
22:49:09.866611 run                osmo-ms-mob/00049: Starting mobile
22:49:09.880146 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.886173 run                             mass: MS performed LU  {at=4856776.094501477, lu_delay=5.96322244592011, ms=00031}
22:49:09.892051 run                             mass: MS start registered  {at=4856776.100386416, delay=0.005903361365199089, ms=00049}
22:49:09.944339 run                             mass: MS performed LU  {at=4856776.152557994, lu_delay=4.912643728777766, ms=00034}
22:49:09.968432 run                osmo-ms-mob/00050: Starting mobile
22:49:09.981674 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.987858 run                             mass: MS performed LU  {at=4856776.196186992, lu_delay=5.52234329469502, ms=00033}
22:49:09.993816 run                             mass: MS start registered  {at=4856776.202151767, delay=0.005981404334306717, ms=00050}
22:49:10.115618 run                             mass: MS performed LU  {at=4856776.323838835, lu_delay=5.925878129899502, ms=00032}
22:49:10.150988 run                             mass: MS performed LU  {at=4856776.359247584, lu_delay=4.860752952285111, ms=00035}
22:49:10.167898 run                osmo-ms-mob/00051: Starting mobile
22:49:10.181272 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.192081 run                             mass: MS start registered  {at=4856776.400404402, delay=0.004731378518044949, ms=00051}
22:49:10.876601 run                osmo-ms-mob/00052: Starting mobile
22:49:10.890577 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.901401 run                             mass: MS start registered  {at=4856777.109723661, delay=0.004712791182100773, ms=00052}
22:49:11.179760 run                osmo-ms-mob/00053: Starting mobile
22:49:11.193944 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.204802 run                             mass: MS start registered  {at=4856777.413123669, delay=0.004676813259720802, ms=00053}
22:49:11.465671 run                osmo-ms-mob/00054: Starting mobile
22:49:11.479223 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.490119 run                             mass: MS start registered  {at=4856777.698437336, delay=0.004542551934719086, ms=00054}
22:49:11.786829 run                osmo-ms-mob/00055: Starting mobile
22:49:11.800054 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.807393 run                             mass: MS performed LU  {at=4856778.015710622, lu_delay=6.083757475949824, ms=00036}
22:49:11.813576 run                             mass: MS start registered  {at=4856778.021909512, delay=0.007291818968951702, ms=00055}
22:49:11.873351 run                             mass: MS performed LU  {at=4856778.081571565, lu_delay=5.642599095590413, ms=00038}
22:49:11.899522 run                osmo-ms-mob/00056: Starting mobile
22:49:11.912639 run       osmo-ms-mob/00056(pid=191): Launched
22:49:11.923180 run                             mass: MS start registered  {at=4856778.131505333, delay=0.004465781152248383, ms=00056}
22:49:11.941638 run                             mass: MS performed LU  {at=4856778.149960072, lu_delay=5.825069804675877, ms=00037}
22:49:11.959629 run                             mass: MS performed LU  {at=4856778.167940684, lu_delay=4.859578567557037, ms=00040}
22:49:11.973033 run                osmo-ms-mob/00057: Starting mobile
22:49:11.986090 run       osmo-ms-mob/00057(pid=192): Launched
22:49:11.997131 run                             mass: MS start registered  {at=4856778.205447411, delay=0.005000482313334942, ms=00057}
22:49:12.015433 run                             mass: MS performed LU  {at=4856778.223753692, lu_delay=5.613013943657279, ms=00039}
22:49:12.288547 run                             mass: MS performed LU  {at=4856778.496768286, lu_delay=4.884318940341473, ms=00041}
22:49:12.779560 run                osmo-ms-mob/00058: Starting mobile
22:49:12.793230 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.803937 run                             mass: MS start registered  {at=4856779.012258545, delay=0.004498208872973919, ms=00058}
22:49:13.079045 run                osmo-ms-mob/00059: Starting mobile
22:49:13.092924 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.103875 run                             mass: MS start registered  {at=4856779.31219816, delay=0.004779397509992123, ms=00059}
22:49:13.366539 run                osmo-ms-mob/00060: Starting mobile
22:49:13.379872 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.391580 run                             mass: MS start registered  {at=4856779.599900883, delay=0.005151811055839062, ms=00060}
22:49:13.626972 run                             mass: MS performed LU  {at=4856779.835192569, lu_delay=5.402590029872954, ms=00044}
22:49:13.651487 run                             mass: MS performed LU  {at=4856779.859816355, lu_delay=4.644958348013461, ms=00046}
22:49:13.662868 run                osmo-ms-mob/00061: Starting mobile
22:49:13.676226 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.687067 run                             mass: MS start registered  {at=4856779.895390986, delay=0.004537960514426231, ms=00061}
22:49:13.737313 run                             mass: MS performed LU  {at=4856779.945533898, lu_delay=5.452812165021896, ms=00045}
22:49:13.917461 run                             mass: MS performed LU  {at=4856780.125682801, lu_delay=5.790944353677332, ms=00043}
22:49:13.946914 run                osmo-ms-mob/00062: Starting mobile
22:49:13.960219 run       osmo-ms-mob/00062(pid=197): Launched
22:49:13.966345 run                             mass: MS performed LU  {at=4856780.174674073, lu_delay=6.264834536239505, ms=00042}
22:49:13.972433 run                             mass: MS start registered  {at=4856780.180767952, delay=0.0061112018302083015, ms=00062}
22:49:14.407909 run                osmo-ms-mob/00063: Starting mobile
22:49:14.424428 run       osmo-ms-mob/00063(pid=198): Launched
22:49:14.435277 run                             mass: MS start registered  {at=4856780.643599645, delay=0.004686159081757069, ms=00063}
22:49:14.632653 run                             mass: MS performed LU  {at=4856780.840880515, lu_delay=5.341615974903107, ms=00047}
22:49:14.780717 run                osmo-ms-mob/00064: Starting mobile
22:49:14.795164 run       osmo-ms-mob/00064(pid=199): Launched
22:49:14.806893 run                             mass: MS start registered  {at=4856781.015210221, delay=0.005529369227588177, ms=00064}
22:49:14.951886 run                             mass: MS performed LU  {at=4856781.16011291, lu_delay=3.7469892408698797, ms=00053}
22:49:15.180623 run                osmo-ms-mob/00065: Starting mobile
22:49:15.194926 run       osmo-ms-mob/00065(pid=200): Launched
22:49:15.206096 run                             mass: MS start registered  {at=4856781.414417209, delay=0.00503251887857914, ms=00065}
22:49:15.480276 run                osmo-ms-mob/00066: Starting mobile
22:49:15.495148 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.501513 run                             mass: MS performed LU  {at=4856781.709839226, lu_delay=5.507687458768487, ms=00050}
22:49:15.507397 run                             mass: MS performed LU  {at=4856781.715730831, lu_delay=5.615344415418804, ms=00049}
22:49:15.513463 run                             mass: MS start registered  {at=4856781.721796635, delay=0.011976183392107487, ms=00066}
22:49:15.546817 run                             mass: MS performed LU  {at=4856781.7551161, lu_delay=4.645392439328134, ms=00052}
22:49:15.560443 run                osmo-ms-mob/00067: Starting mobile
22:49:15.573919 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.585177 run                             mass: MS start registered  {at=4856781.793497898, delay=0.005161149427294731, ms=00067}
22:49:15.818818 run                             mass: MS performed LU  {at=4856782.027038754, lu_delay=5.626634351909161, ms=00051}
22:49:16.179946 run                osmo-ms-mob/00068: Starting mobile
22:49:16.194076 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.205510 run                             mass: MS start registered  {at=4856782.41382524, delay=0.005169279873371124, ms=00068}
22:49:16.451007 run                             mass: MS performed LU  {at=4856782.659192624, lu_delay=6.861294811591506, ms=00048}
22:49:16.578606 run                osmo-ms-mob/00069: Starting mobile
22:49:16.592940 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.604140 run                             mass: MS start registered  {at=4856782.812461758, delay=0.005095712840557098, ms=00069}
22:49:16.650405 run                             mass: MS performed LU  {at=4856782.858643164, lu_delay=3.8463846193626523, ms=00058}
22:49:16.979841 run                osmo-ms-mob/00070: Starting mobile
22:49:16.993808 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.004835 run                             mass: MS start registered  {at=4856783.21315519, delay=0.004881373606622219, ms=00070}
22:49:17.388201 run                osmo-ms-mob/00071: Starting mobile
22:49:17.405116 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.416413 run                             mass: MS start registered  {at=4856783.6247322, delay=0.004869971424341202, ms=00071}
22:49:17.447414 run                             mass: MS performed LU  {at=4856783.655689517, lu_delay=5.450242105871439, ms=00057}
22:49:17.503146 run                             mass: MS performed LU  {at=4856783.711387263, lu_delay=5.579881929792464, ms=00056}
22:49:17.720352 run                             mass: MS performed LU  {at=4856783.928573033, lu_delay=5.906663521192968, ms=00055}
22:49:17.751367 run                osmo-ms-mob/00072: Starting mobile
22:49:17.765805 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.777032 run                             mass: MS start registered  {at=4856783.985350312, delay=0.004971451126039028, ms=00072}
22:49:18.179005 run                osmo-ms-mob/00073: Starting mobile
22:49:18.192956 run       osmo-ms-mob/00073(pid=208): Launched
22:49:18.204034 run                             mass: MS start registered  {at=4856784.412356012, delay=0.004963713698089123, ms=00073}
22:49:18.578035 run                osmo-ms-mob/00074: Starting mobile
22:49:18.592228 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.603350 run                             mass: MS start registered  {at=4856784.811673426, delay=0.005073791369795799, ms=00074}
22:49:18.988086 run                osmo-ms-mob/00075: Starting mobile
22:49:19.004424 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.015947 run                             mass: MS start registered  {at=4856785.224260707, delay=0.005421435460448265, ms=00075}
22:49:19.238251 run                             mass: MS performed LU  {at=4856785.446470045, lu_delay=5.551079058088362, ms=00061}
22:49:19.340756 run                             mass: MS performed LU  {at=4856785.548984287, lu_delay=4.905384642072022, ms=00063}
22:49:19.499551 run                osmo-ms-mob/00076: Starting mobile
22:49:19.518093 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.529403 run                             mass: MS start registered  {at=4856785.737720526, delay=0.005195900797843933, ms=00076}
22:49:19.547241 run                             mass: MS performed LU  {at=4856785.755558042, lu_delay=6.443359881639481, ms=00059}
22:49:19.584368 run                             mass: MS performed LU  {at=4856785.792608043, lu_delay=4.777397822588682, ms=00064}
22:49:19.879403 run                osmo-ms-mob/00077: Starting mobile
22:49:19.893586 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.904752 run                             mass: MS start registered  {at=4856786.113072053, delay=0.004987877793610096, ms=00077}
22:49:20.378243 run                osmo-ms-mob/00078: Starting mobile
22:49:20.392143 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.403527 run                             mass: MS start registered  {at=4856786.611848667, delay=0.005196431651711464, ms=00078}
22:49:20.452516 run                             mass: MS performed LU  {at=4856786.660743011, lu_delay=5.2463258020579815, ms=00065}
22:49:20.802341 run                osmo-ms-mob/00079: Starting mobile
22:49:20.821912 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.833117 run                             mass: MS start registered  {at=4856787.041438067, delay=0.004981637932360172, ms=00079}
22:49:21.213613 run                             mass: MS performed LU  {at=4856787.421829747, lu_delay=5.628331849351525, ms=00067}
22:49:21.257782 run                osmo-ms-mob/00080: Starting mobile
22:49:21.271848 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.277938 run                             mass: MS performed LU  {at=4856787.486266136, lu_delay=5.072440896183252, ms=00068}
22:49:21.283801 run                             mass: MS performed LU  {at=4856787.492136239, lu_delay=4.6796744810417295, ms=00069}
22:49:21.289595 run                             mass: MS start registered  {at=4856787.497930585, delay=0.011681564152240753, ms=00080}
22:49:21.486176 run                             mass: MS performed LU  {at=4856787.694394172, lu_delay=5.972597537562251, ms=00066}
22:49:21.779463 run                osmo-ms-mob/00081: Starting mobile
22:49:21.794131 run       osmo-ms-mob/00081(pid=216): Launched
22:49:21.805217 run                             mass: MS start registered  {at=4856788.013536154, delay=0.004962890408933163, ms=00081}
22:49:22.178496 run                osmo-ms-mob/00082: Starting mobile
22:49:22.192589 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.203666 run                             mass: MS start registered  {at=4856788.411982141, delay=0.005025709979236126, ms=00082}
22:49:22.802540 run                osmo-ms-mob/00083: Starting mobile
22:49:22.821292 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.832699 run                             mass: MS start registered  {at=4856789.041015148, delay=0.0051292534917593, ms=00083}
22:49:23.106307 run                             mass: MS performed LU  {at=4856789.314523271, lu_delay=6.101368080824614, ms=00070}
22:49:23.170382 run                             mass: MS performed LU  {at=4856789.378601791, lu_delay=4.9662457797676325, ms=00073}
22:49:23.212322 run                osmo-ms-mob/00084: Starting mobile
22:49:23.226106 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.236972 run                             mass: MS start registered  {at=4856789.445294311, delay=0.004830352962017059, ms=00084}
22:49:23.243143 run                             mass: MS performed LU  {at=4856789.451475033, lu_delay=5.4661247208714485, ms=00072}
22:49:23.314903 run                             mass: MS performed LU  {at=4856789.523122342, lu_delay=5.898390142247081, ms=00071}
22:49:23.350622 run                             mass: MS performed LU  {at=4856789.558842853, lu_delay=4.747169426642358, ms=00074}
22:49:23.798626 run                osmo-ms-mob/00085: Starting mobile
22:49:23.816063 run       osmo-ms-mob/00085(pid=220): Launched
22:49:23.827079 run                             mass: MS start registered  {at=4856790.035397889, delay=0.004807609133422375, ms=00085}
22:49:24.377174 run                osmo-ms-mob/00086: Starting mobile
22:49:24.390726 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.401788 run                             mass: MS start registered  {at=4856790.610110436, delay=0.0049299802631139755, ms=00086}
22:49:24.943902 run                             mass: MS performed LU  {at=4856791.152124342, lu_delay=5.9278636341914535, ms=00075}
22:49:24.999304 run                osmo-ms-mob/00087: Starting mobile
22:49:25.014589 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.020762 run                             mass: MS performed LU  {at=4856791.229091243, lu_delay=5.11601919028908, ms=00077}
22:49:25.026689 run                             mass: MS start registered  {at=4856791.235024755, delay=0.005950686521828175, ms=00087}
22:49:25.033952 run                             mass: MS performed LU  {at=4856791.242275243, lu_delay=5.504554716870189, ms=00076}
22:49:25.214793 run                             mass: MS performed LU  {at=4856791.422991982, lu_delay=4.81114331446588, ms=00078}
22:49:25.606559 run                osmo-ms-mob/00088: Starting mobile
22:49:25.624076 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.635134 run                             mass: MS start registered  {at=4856791.843455693, delay=0.005019383504986763, ms=00088}
22:49:26.182711 run                osmo-ms-mob/00089: Starting mobile
22:49:26.196851 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.207860 run                             mass: MS start registered  {at=4856792.416183478, delay=0.004920004867017269, ms=00089}
22:49:26.798429 run                osmo-ms-mob/00090: Starting mobile
22:49:26.814940 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.826805 run                             mass: MS start registered  {at=4856793.035112827, delay=0.005828493274748325, ms=00090}
22:49:26.872040 run                             mass: MS performed LU  {at=4856793.080229241, lu_delay=6.038791174069047, ms=00079}
22:49:26.936574 run                             mass: MS performed LU  {at=4856793.144751671, lu_delay=4.732769529335201, ms=00082}
22:49:27.006009 run                             mass: MS performed LU  {at=4856793.21422989, lu_delay=5.200693735852838, ms=00081}
22:49:27.498145 run                osmo-ms-mob/00091: Starting mobile
22:49:27.516264 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.527473 run                             mass: MS start registered  {at=4856793.735795019, delay=0.005066747777163982, ms=00091}
22:49:28.194652 run                osmo-ms-mob/00092: Starting mobile
22:49:28.209965 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.221078 run                             mass: MS start registered  {at=4856794.429395713, delay=0.005035643465816975, ms=00092}
22:49:28.689793 run                             mass: MS performed LU  {at=4856794.8980131, lu_delay=5.856997951865196, ms=00083}
22:49:28.772471 run                             mass: MS performed LU  {at=4856794.980705838, lu_delay=5.535411526449025, ms=00084}
22:49:29.003899 run                osmo-ms-mob/00093: Starting mobile
22:49:29.022645 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.033634 run                             mass: MS start registered  {at=4856795.241955088, delay=0.004777852445840836, ms=00093}
22:49:29.879786 run                osmo-ms-mob/00094: Starting mobile
22:49:29.894229 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.905486 run                             mass: MS start registered  {at=4856796.113801225, delay=0.005209674127399921, ms=00094}
22:49:30.637475 run                             mass: MS performed LU  {at=4856796.845672897, lu_delay=5.610648142173886, ms=00087}
22:49:30.702514 run                             mass: MS performed LU  {at=4856796.910734245, lu_delay=5.067278551869094, ms=00088}
22:49:30.741406 run                osmo-ms-mob/00095: Starting mobile
22:49:30.754383 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.765243 run                             mass: MS start registered  {at=4856796.973563211, delay=0.004747022874653339, ms=00095}
22:49:30.771328 run                             mass: MS performed LU  {at=4856796.979658001, lu_delay=6.369547565467656, ms=00086}
22:49:31.063597 run                             mass: MS performed LU  {at=4856797.271816086, lu_delay=4.8556326078251, ms=00089}
22:49:31.797970 run                osmo-ms-mob/00096: Starting mobile
22:49:31.813688 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.824800 run                             mass: MS start registered  {at=4856798.033123035, delay=0.0050114598125219345, ms=00096}
22:49:32.455756 run                             mass: MS performed LU  {at=4856798.663927269, lu_delay=5.6288144420832396, ms=00090}
22:49:32.539446 run                             mass: MS performed LU  {at=4856798.747665591, lu_delay=5.011870571412146, ms=00091}
22:49:32.896922 run                osmo-ms-mob/00097: Starting mobile
22:49:32.915346 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.926780 run                             mass: MS start registered  {at=4856799.13510041, delay=0.005068005062639713, ms=00097}
22:49:34.195071 run                osmo-ms-mob/00098: Starting mobile
22:49:34.210322 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.221518 run                             mass: MS start registered  {at=4856800.429842211, delay=0.005127563141286373, ms=00098}
22:49:34.403296 run                             mass: MS performed LU  {at=4856800.611515209, lu_delay=5.369560120627284, ms=00093}
22:49:34.468435 run                             mass: MS performed LU  {at=4856800.676671269, lu_delay=6.247275556437671, ms=00092}
22:49:34.537023 run                             mass: MS performed LU  {at=4856800.745243105, lu_delay=23.046805769205093, ms=00054}
22:49:34.790483 run                             mass: MS performed LU  {at=4856800.998700329, lu_delay=4.884899104014039, ms=00094}
22:49:35.994315 run                osmo-ms-mob/00099: Starting mobile
22:49:36.014409 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.020467 run                             mass: All started... {duration=55.76461000740528, too_slow=0}
22:49:36.026490 run                             mass: MS start registered  {at=4856802.234817694, delay=0.006015831604599953, ms=00099}
22:49:36.221566 run                             mass: MS performed LU  {at=4856802.429787572, lu_delay=22.249019619077444, ms=00062}
22:49:36.305305 run                             mass: MS performed LU  {at=4856802.513524591, lu_delay=4.480401556007564, ms=00096}
22:49:36.331598 run                             mass: MS performed LU  {at=4856802.539910141, lu_delay=5.566346930339932, ms=00095}
22:49:36.476713 run                             mass: MS performed LU  {at=4856802.684941638, lu_delay=23.085040755569935, ms=00060}
22:49:38.168885 run                             mass: MS performed LU  {at=4856804.377064259, lu_delay=5.2419638484716415, ms=00097}
22:49:40.071325 run                             mass: MS performed LU  {at=4856806.279545265, lu_delay=5.849703053943813, ms=00098}
22:49:41.936105 run                             mass: MS performed LU  {at=4856808.144325888, lu_delay=5.909508193843067, ms=00099}
22:49:44.071990 run                             mass: MS performed LU  {at=4856810.280209009, lu_delay=22.782278423197567, ms=00080}
22:49:45.936646 run                             mass: MS performed LU  {at=4856812.14484211, lu_delay=22.10944422055036, ms=00085}
22:49:45.946544 run                             mass: Tests done {all_completed=True, max=23.085040755569935, min=3.7469892408698797}
22:49:45.952154 tst         register_default_mass.py: Test passed (85.1 sec)
22:49:45.957721 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.961105 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.964453 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.967826 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.971183 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.974597 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.977999 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.981405 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.984856 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.988238 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.991578 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.995042 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.998471 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.001929 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.005387 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.008897 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.012465 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.015940 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.019373 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.022864 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.026348 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.029816 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.033289 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.036789 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.040351 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.043796 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.047712 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.051244 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.054784 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.058266 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.061828 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.065343 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.068803 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.072337 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.075794 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.079486 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.082983 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.086508 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.090076 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.093654 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.097444 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.101011 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.104557 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.108138 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.111647 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.115217 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.119261 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.122870 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.126599 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.130167 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.133693 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.137264 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.140815 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.144495 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.148012 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.151526 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.155148 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.158676 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.162272 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.165772 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.169371 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.173135 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.177097 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.180725 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.184337 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.187928 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.191526 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.195149 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.198748 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.202365 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.205973 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.209589 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.213183 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.216763 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.220354 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.223943 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.227535 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.231140 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.234978 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.239069 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.242697 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.246847 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.250442 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.254026 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.257633 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.261241 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.264845 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.268449 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.272058 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.275649 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.279256 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.282851 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.286447 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.290048 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.293623 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.297737 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.301696 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.305559 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.309359 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.312875 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.316471 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.320064 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.323647 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.327244 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.330856 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.334424 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.338002 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.341594 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.345209 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.348799 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.352397 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.355991 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.359548 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.363112 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.366673 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.370133 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.373577 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.377015 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.380468 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.383911 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.387336 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.390763 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.394179 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.397619 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.401063 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.404507 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.407954 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.411383 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.414809 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.418239 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.421676 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.425102 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.428531 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.431959 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.435382 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.438820 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.442238 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.445679 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.449114 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.452558 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.455995 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.459423 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.462850 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.466285 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.469727 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.473153 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.476578 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.480006 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.483432 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.486851 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.490295 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.493733 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.497162 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.500606 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.504036 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.507456 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.510869 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.514303 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.517746 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.521174 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.524601 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.528030 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.531459 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.534894 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.538342 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.541770 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.545201 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.548624 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.552047 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.555482 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.558922 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.562346 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.565773 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.569202 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.572625 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.576048 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.579470 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.582892 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.586322 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.589758 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.593181 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.596599 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.600026 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.603456 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.606901 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.610330 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.613763 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.617191 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.620630 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.624045 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.627465 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.630888 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.634328 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.637751 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.641174 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.644597 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.648033 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.651448 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.654878 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.658321 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.661772 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.665205 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.668638 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.672069 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.675497 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.678934 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.682371 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.685785 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.689213 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.692699 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.696166 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.699608 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.703050 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.706492 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.708048 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.711851 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.713371 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.717144 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.718672 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.722486 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.724035 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.727818 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.729375 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.733198 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.734742 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.738568 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.740114 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.743941 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.745489 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.749289 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.750829 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.754623 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.756164 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.759997 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.761548 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.765374 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.766923 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.770729 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.772272 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.776080 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.777619 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.781439 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.782982 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.786772 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.788314 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.792094 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.793625 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.797416 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.798948 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.802734 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.804273 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.808070 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.809602 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.813383 ---      ParallelTerminationStrategy: PID 43 died...
22:49:46.814911 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.818666 ---      ParallelTerminationStrategy: PID 44 died...
22:49:46.820191 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.823983 ---      ParallelTerminationStrategy: PID 45 died...
22:49:46.825508 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.829304 ---      ParallelTerminationStrategy: PID 46 died...
22:49:46.830827 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.834599 ---      ParallelTerminationStrategy: PID 47 died...
22:49:46.836125 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.839910 ---      ParallelTerminationStrategy: PID 48 died...
22:49:46.841437 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.845210 ---      ParallelTerminationStrategy: PID 49 died...
22:49:46.846735 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.850504 ---      ParallelTerminationStrategy: PID 50 died...
22:49:46.852031 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.855806 ---      ParallelTerminationStrategy: PID 51 died...
22:49:46.857332 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.861095 ---      ParallelTerminationStrategy: PID 52 died...
22:49:46.862613 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.866392 ---      ParallelTerminationStrategy: PID 53 died...
22:49:46.867911 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.871692 ---      ParallelTerminationStrategy: PID 54 died...
22:49:46.873220 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.877004 ---      ParallelTerminationStrategy: PID 55 died...
22:49:46.878527 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.882290 ---      ParallelTerminationStrategy: PID 56 died...
22:49:46.883814 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.887581 ---      ParallelTerminationStrategy: PID 57 died...
22:49:46.889139 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.892888 ---      ParallelTerminationStrategy: PID 58 died...
22:49:46.894421 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.898195 ---      ParallelTerminationStrategy: PID 59 died...
22:49:46.899732 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.903477 ---      ParallelTerminationStrategy: PID 60 died...
22:49:46.905010 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.908782 ---      ParallelTerminationStrategy: PID 61 died...
22:49:46.910306 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.914069 ---      ParallelTerminationStrategy: PID 62 died...
22:49:46.915595 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.919384 ---      ParallelTerminationStrategy: PID 63 died...
22:49:46.920928 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.924716 ---      ParallelTerminationStrategy: PID 64 died...
22:49:46.926265 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.930033 ---      ParallelTerminationStrategy: PID 65 died...
22:49:46.931549 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.935335 ---      ParallelTerminationStrategy: PID 66 died...
22:49:46.936890 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.940683 ---      ParallelTerminationStrategy: PID 67 died...
22:49:46.942202 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.945975 ---      ParallelTerminationStrategy: PID 68 died...
22:49:46.947498 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.951283 ---      ParallelTerminationStrategy: PID 69 died...
22:49:46.952825 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.956790 ---      ParallelTerminationStrategy: PID 70 died...
22:49:46.958328 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.962115 ---      ParallelTerminationStrategy: PID 71 died...
22:49:46.963641 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.967437 ---      ParallelTerminationStrategy: PID 72 died...
22:49:46.968998 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.972787 ---      ParallelTerminationStrategy: PID 73 died...
22:49:46.974323 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.978098 ---      ParallelTerminationStrategy: PID 74 died...
22:49:46.979623 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.983408 ---      ParallelTerminationStrategy: PID 75 died...
22:49:46.984959 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.988734 ---      ParallelTerminationStrategy: PID 76 died...
22:49:46.990262 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.994062 ---      ParallelTerminationStrategy: PID 77 died...
22:49:46.995592 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.999364 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.000917 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.004696 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.006226 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.010018 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.011538 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.015344 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.016896 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.020661 ---      ParallelTerminationStrategy: PID 82 died...
22:49:47.022188 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.025974 ---      ParallelTerminationStrategy: PID 83 died...
22:49:47.027492 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.031277 ---      ParallelTerminationStrategy: PID 84 died...
22:49:47.032812 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.036582 ---      ParallelTerminationStrategy: PID 85 died...
22:49:47.038128 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.041894 ---      ParallelTerminationStrategy: PID 86 died...
22:49:47.043418 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.047181 ---      ParallelTerminationStrategy: PID 87 died...
22:49:47.048731 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.052528 ---      ParallelTerminationStrategy: PID 88 died...
22:49:47.054043 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.057824 ---      ParallelTerminationStrategy: PID 89 died...
22:49:47.059358 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.063129 ---      ParallelTerminationStrategy: PID 90 died...
22:49:47.064667 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.068443 ---      ParallelTerminationStrategy: PID 91 died...
22:49:47.069975 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.073730 ---      ParallelTerminationStrategy: PID 92 died...
22:49:47.075259 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.079045 ---      ParallelTerminationStrategy: PID 93 died...
22:49:47.080580 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.084341 ---      ParallelTerminationStrategy: PID 94 died...
22:49:47.085862 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.089642 ---      ParallelTerminationStrategy: PID 95 died...
22:49:47.091164 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.094951 ---      ParallelTerminationStrategy: PID 96 died...
22:49:47.096486 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.100278 ---      ParallelTerminationStrategy: PID 97 died...
22:49:47.101802 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.105589 ---      ParallelTerminationStrategy: PID 98 died...
22:49:47.107117 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.110901 ---      ParallelTerminationStrategy: PID 99 died...
22:49:47.112441 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.116220 ---      ParallelTerminationStrategy: PID 100 died...
22:49:47.117754 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.121523 ---      ParallelTerminationStrategy: PID 101 died...
22:49:47.123054 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.126832 ---      ParallelTerminationStrategy: PID 102 died...
22:49:47.128368 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.132129 ---      ParallelTerminationStrategy: PID 103 died...
22:49:47.133657 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.137431 ---      ParallelTerminationStrategy: PID 104 died...
22:49:47.138951 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.142731 ---      ParallelTerminationStrategy: PID 105 died...
22:49:47.144264 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.148076 ---      ParallelTerminationStrategy: PID 106 died...
22:49:47.149618 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.153386 ---      ParallelTerminationStrategy: PID 107 died...
22:49:47.154908 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.158701 ---      ParallelTerminationStrategy: PID 108 died...
22:49:47.160234 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.164010 ---      ParallelTerminationStrategy: PID 109 died...
22:49:47.165536 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.169318 ---      ParallelTerminationStrategy: PID 110 died...
22:49:47.170848 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.174622 ---      ParallelTerminationStrategy: PID 111 died...
22:49:47.176160 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.179948 ---      ParallelTerminationStrategy: PID 112 died...
22:49:47.181466 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.185249 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.186774 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.190544 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.192079 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.195849 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.197370 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.201156 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.202686 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.206461 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.207992 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.211786 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.213308 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.217091 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.218616 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.222380 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.223920 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.227718 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.229248 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.233022 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.234541 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.238388 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.239907 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.243694 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.245208 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.248977 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.250509 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.254307 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.255836 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.259598 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.261154 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.264934 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.266460 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.270238 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.271776 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.275536 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.277074 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.280854 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.282386 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.286161 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.287685 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.291462 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.293011 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.296771 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.298302 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.302080 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.303604 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.307421 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.308970 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.312770 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.314301 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.318116 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.319638 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.323457 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.325005 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.328817 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.330344 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.334137 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.335673 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.339474 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.341024 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.344812 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.346350 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.350149 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.351682 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.355471 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.357011 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.360816 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.362339 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.366138 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.367683 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.371481 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.373038 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.376838 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.378379 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.382177 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.383716 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.387523 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.389075 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.392872 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.394417 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.398232 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.399770 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.403580 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.405147 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.408965 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.410519 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.414313 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.415880 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.419721 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.421249 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.425056 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.426599 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.430391 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.431937 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.435751 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.437287 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.441072 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.442597 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.446400 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.447941 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.451740 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.453261 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.457058 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.458590 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.462415 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.463945 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.467732 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.469256 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.473048 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.474571 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.478376 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.479905 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.483688 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.485212 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.489024 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.490558 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.494399 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.495941 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.499744 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.501267 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.505072 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.506600 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.510408 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.511952 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.515753 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.517290 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.521096 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.522626 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.526460 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.528002 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.531805 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.533332 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.537140 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.538665 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.542502 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.544034 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.547846 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.549374 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.553175 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.554706 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.558529 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.560061 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.563861 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.565401 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.569211 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.570741 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.574566 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.576091 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.579892 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.581418 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.585215 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.586735 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.590560 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.592096 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.595887 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.597413 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.601229 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.602756 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.606491 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.607973 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.611663 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.613148 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.616857 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.618338 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.622080 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.623571 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.627259 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.628761 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.632459 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.633942 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.637624 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.639105 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.642790 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.644292 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.648003 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.649482 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.653183 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.654667 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.658371 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.659873 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.663577 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.665084 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.668777 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.670259 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.673962 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.675477 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.679194 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.680691 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.684484 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.686047 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.689838 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.691338 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.695066 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.696571 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.700268 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.701762 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.705457 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.706954 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.710663 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.712158 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.715869 ---      ParallelTerminationStrategy: PID 213 died...
22:49:47.717428 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.721168 ---      ParallelTerminationStrategy: PID 214 died...
22:49:47.722722 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.726597 ---      ParallelTerminationStrategy: PID 215 died...
22:49:47.728144 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.732001 ---      ParallelTerminationStrategy: PID 216 died...
22:49:47.733546 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.737398 ---      ParallelTerminationStrategy: PID 217 died...
22:49:47.738942 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.742803 ---      ParallelTerminationStrategy: PID 218 died...
22:49:47.744392 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.748257 ---      ParallelTerminationStrategy: PID 219 died...
22:49:47.749807 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.753659 ---      ParallelTerminationStrategy: PID 220 died...
22:49:47.755218 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.759092 ---      ParallelTerminationStrategy: PID 221 died...
22:49:47.760642 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.764501 ---      ParallelTerminationStrategy: PID 222 died...
22:49:47.766055 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.769910 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.771460 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.775336 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.776885 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.780755 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.782313 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.786175 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.787736 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.791597 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.793152 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.796992 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.798533 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.802393 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.803965 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.807804 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.809362 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.813210 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.814766 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.818608 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.820183 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.824057 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.825606 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.829468 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.831020 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.235780 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.242186 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8279 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.319094 tst                       trial-8279: Storing JUnit report in /build/trial-8279/run.2026-03-23_22-48-20/trial-8279.xml

--------------------------------------------------------------------------------------------
trial-8279 PASS
--------------------------------------------------------------------------------------------
22:49:51.330144 tst                       trial-8279: trial-8279: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8279/inst
+ cd trial-8279
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-23 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8279-run.tgz run.2026-03-23_22-48-20
+ tar czf /build/trial-8279-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-23_13_27_03.tgz osmo-bts-oc2g.build-2026-03-23_00_51_26.tgz osmo-bts-sysmo.build-2026-03-23_00_51_34.tgz osmo-bts.build-2026-03-23_00_51_37.tgz osmo-ggsn.build-2026-03-23_20_42_28.tgz osmo-hlr.build-2026-03-23_16_36_54.tgz osmo-hnbgw.build-2026-03-23_13_29_06.tgz osmo-mgw.build-2026-03-23_08_33_19.tgz osmo-msc.build-2026-03-23_13_33_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-23_07_34_56.tgz osmo-pcu-sysmo.build-2026-03-23_07_34_53.tgz osmo-pcu.build-2026-03-23_07_34_54.tgz osmo-sgsn.build-2026-03-23_20_48_09.tgz osmo-stp.build-2026-03-23_13_23_26.tgz osmo-trx.build-2026-03-23_14_21_39.tgz osmocom-bb.build-2026-03-23_21_17_14.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