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 7689
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7021234275843025446.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-8258
+ 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 [ 8/28] RUN	MKDIR /var/run/sshd
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:061118246ab8eb4d96138c90571d3be7c6769e2f605a48e3455927165def7444 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8259 -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-03 22:48:23
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8259
+ mkdir -p trial-8259
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-03_13_27_02.tgz osmo-bts-oc2g.build-2026-03-03_00_51_29.tgz osmo-bts-sysmo.build-2026-03-03_00_51_32.tgz osmo-bts.build-2026-03-03_00_51_43.tgz osmo-ggsn.build-2026-03-03_20_42_34.tgz osmo-hlr.build-2026-03-03_16_36_35.tgz osmo-hnbgw.build-2026-03-03_13_30_43.tgz osmo-mgw.build-2026-03-03_08_33_06.tgz osmo-msc.build-2026-03-03_13_32_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-03_07_35_02.tgz osmo-pcu-sysmo.build-2026-03-03_07_34_56.tgz osmo-pcu.build-2026-03-03_07_35_07.tgz osmo-sgsn.build-2026-03-03_20_48_38.tgz osmo-stp.build-2026-03-03_13_25_49.tgz osmo-trx.build-2026-03-03_14_42_05.tgz osmocom-bb.build-2026-03-03_21_17_25.tgz srslte.build-19.tgz trial-8259
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-03_13_27_02.md5 osmo-bts-oc2g.build-2026-03-03_00_51_29.md5 osmo-bts-sysmo.build-2026-03-03_00_51_32.md5 osmo-bts.build-2026-03-03_00_51_43.md5 osmo-ggsn.build-2026-03-03_20_42_34.md5 osmo-hlr.build-2026-03-03_16_36_35.md5 osmo-hnbgw.build-2026-03-03_13_30_43.md5 osmo-mgw.build-2026-03-03_08_33_06.md5 osmo-msc.build-2026-03-03_13_32_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-03_07_35_02.md5 osmo-pcu-sysmo.build-2026-03-03_07_34_56.md5 osmo-pcu.build-2026-03-03_07_35_07.md5 osmo-sgsn.build-2026-03-03_20_48_38.md5 osmo-stp.build-2026-03-03_13_25_49.md5 osmo-trx.build-2026-03-03_14_42_05.md5 osmocom-bb.build-2026-03-03_21_17_25.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-03_13_27_02.md5 osmo-bts-oc2g.build-2026-03-03_00_51_29.md5 osmo-bts-sysmo.build-2026-03-03_00_51_32.md5 osmo-bts.build-2026-03-03_00_51_43.md5 osmo-ggsn.build-2026-03-03_20_42_34.md5 osmo-hlr.build-2026-03-03_16_36_35.md5 osmo-hnbgw.build-2026-03-03_13_30_43.md5 osmo-mgw.build-2026-03-03_08_33_06.md5 osmo-msc.build-2026-03-03_13_32_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-03_07_35_02.md5 osmo-pcu-sysmo.build-2026-03-03_07_34_56.md5 osmo-pcu.build-2026-03-03_07_35_07.md5 osmo-sgsn.build-2026-03-03_20_48_38.md5 osmo-stp.build-2026-03-03_13_25_49.md5 osmo-trx.build-2026-03-03_14_42_05.md5 osmocom-bb.build-2026-03-03_21_17_25.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-8259 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8259'
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-8259
--------------------------------------------------------------------------------------------
22:48:23.604793 tst                       trial-8259: Detailed log at /build/trial-8259/run.2026-03-03_22-48-23/log

---------------------------------------------------------------------
trial-8259 netreg_mass
---------------------------------------------------------------------
22:48:23.818265 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.818671 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.819503 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.820644 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.890545 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.894922 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.899998 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.966927 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-8259 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.967683 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.982680 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.983178 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.983627 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.984065 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.984502 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.984943 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.985378 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:24.016829 tst         register_default_mass.py: using LAC 2
22:48:24.040025 tst         register_default_mass.py: using RAC 2
22:48:24.067740 tst         register_default_mass.py: using CellId 2
22:48:24.098609 tst         register_default_mass.py: using BVCI 3
22:48:24.112999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.113687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.114269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.114794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.115292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.115807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.116295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.116839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.117370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.117871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.118362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.118867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.119376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.119880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.120392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.120914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.121425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.121945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.122465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.122974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.123481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.124005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.124500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.124989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.125483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.125976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.126471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.126951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.127454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.127974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.128485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.129001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.129506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.130029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.130548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.131057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.131564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.132103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.132620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.133117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.133629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.134141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.134643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.135145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.135669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.136172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.136670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.137187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.137692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.138201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.138732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.139240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.139744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.140263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.140764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.141271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.141787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.142291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.142795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.143288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.143805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.144311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.144813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.145316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.145827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.146329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.146832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.147351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.147862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.148357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.148873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.149387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.149960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.150477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.150974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.151464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.151977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.152481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.152984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.153490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.153991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.154489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.154982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.155491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.155996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.156500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.157006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.157501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.157996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.158511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.159020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.159515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.160037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.160544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.161038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.161529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.162049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.162557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.163080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.163589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.164093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.164665 tst      register_default_mass.py:21: Launching a simple network
22:48:24.174575 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.293703 run            create_hlr_db(pid=20): Launched
22:48:25.308223 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.332692 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.348090 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.353906 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.540810 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.555753 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.561285 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.977786 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.992945 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:29.007671 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.135068 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.149893 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.155543 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.178883 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.193994 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.199769 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.512421 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.527540 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.560441 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.733570 run         osmo-bts-virtual(pid=34): Launched
22:48:36.768678 tst         register_default_mass.py: using MSISDN 1001
22:48:36.783147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.822951 tst         register_default_mass.py: using MSISDN 1002
22:48:36.840574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.871757 tst         register_default_mass.py: using MSISDN 1003
22:48:36.886911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.921893 tst         register_default_mass.py: using MSISDN 1004
22:48:36.938253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.969227 tst         register_default_mass.py: using MSISDN 1005
22:48:36.983869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.014662 tst         register_default_mass.py: using MSISDN 1006
22:48:37.029170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.060113 tst         register_default_mass.py: using MSISDN 1007
22:48:37.074680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.105306 tst         register_default_mass.py: using MSISDN 1008
22:48:37.119794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.150491 tst         register_default_mass.py: using MSISDN 1009
22:48:37.164961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.195815 tst         register_default_mass.py: using MSISDN 1010
22:48:37.210257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.241220 tst         register_default_mass.py: using MSISDN 1011
22:48:37.255899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.285822 tst         register_default_mass.py: using MSISDN 1012
22:48:37.299867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.330046 tst         register_default_mass.py: using MSISDN 1013
22:48:37.344429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.374664 tst         register_default_mass.py: using MSISDN 1014
22:48:37.388822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.419567 tst         register_default_mass.py: using MSISDN 1015
22:48:37.434278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.464444 tst         register_default_mass.py: using MSISDN 1016
22:48:37.478640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.509695 tst         register_default_mass.py: using MSISDN 1017
22:48:37.524343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.554628 tst         register_default_mass.py: using MSISDN 1018
22:48:37.568834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.599306 tst         register_default_mass.py: using MSISDN 1019
22:48:37.613820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.644708 tst         register_default_mass.py: using MSISDN 1020
22:48:37.659310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.690193 tst         register_default_mass.py: using MSISDN 1021
22:48:37.704731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.735627 tst         register_default_mass.py: using MSISDN 1022
22:48:37.750457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.781393 tst         register_default_mass.py: using MSISDN 1023
22:48:37.795980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.826902 tst         register_default_mass.py: using MSISDN 1024
22:48:37.841696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.872483 tst         register_default_mass.py: using MSISDN 1025
22:48:37.887006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.917589 tst         register_default_mass.py: using MSISDN 1026
22:48:37.932060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.963105 tst         register_default_mass.py: using MSISDN 1027
22:48:37.977720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.007613 tst         register_default_mass.py: using MSISDN 1028
22:48:38.018336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.048073 tst         register_default_mass.py: using MSISDN 1029
22:48:38.063449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.093220 tst         register_default_mass.py: using MSISDN 1030
22:48:38.107335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.136905 tst         register_default_mass.py: using MSISDN 1031
22:48:38.150834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.180172 tst         register_default_mass.py: using MSISDN 1032
22:48:38.193886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.223117 tst         register_default_mass.py: using MSISDN 1033
22:48:38.236950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.266364 tst         register_default_mass.py: using MSISDN 1034
22:48:38.280001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.309623 tst         register_default_mass.py: using MSISDN 1035
22:48:38.323503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.352910 tst         register_default_mass.py: using MSISDN 1036
22:48:38.366749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.396504 tst         register_default_mass.py: using MSISDN 1037
22:48:38.410534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.440322 tst         register_default_mass.py: using MSISDN 1038
22:48:38.454418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.485146 tst         register_default_mass.py: using MSISDN 1039
22:48:38.499668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.530363 tst         register_default_mass.py: using MSISDN 1040
22:48:38.545036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.575608 tst         register_default_mass.py: using MSISDN 1041
22:48:38.590184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.620913 tst         register_default_mass.py: using MSISDN 1042
22:48:38.635585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.666337 tst         register_default_mass.py: using MSISDN 1043
22:48:38.680788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.711546 tst         register_default_mass.py: using MSISDN 1044
22:48:38.721275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.752073 tst         register_default_mass.py: using MSISDN 1045
22:48:38.768135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.798915 tst         register_default_mass.py: using MSISDN 1046
22:48:38.813546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.844633 tst         register_default_mass.py: using MSISDN 1047
22:48:38.859376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.890051 tst         register_default_mass.py: using MSISDN 1048
22:48:38.904646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.935629 tst         register_default_mass.py: using MSISDN 1049
22:48:38.950317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.981063 tst         register_default_mass.py: using MSISDN 1050
22:48:38.995693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.026096 tst         register_default_mass.py: using MSISDN 1051
22:48:39.040447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.071441 tst         register_default_mass.py: using MSISDN 1052
22:48:39.086094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.116343 tst         register_default_mass.py: using MSISDN 1053
22:48:39.130592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.161534 tst         register_default_mass.py: using MSISDN 1054
22:48:39.176220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.207104 tst         register_default_mass.py: using MSISDN 1055
22:48:39.221728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.252651 tst         register_default_mass.py: using MSISDN 1056
22:48:39.267231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.297736 tst         register_default_mass.py: using MSISDN 1057
22:48:39.311438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.342414 tst         register_default_mass.py: using MSISDN 1058
22:48:39.356945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.387960 tst         register_default_mass.py: using MSISDN 1059
22:48:39.402594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.433310 tst         register_default_mass.py: using MSISDN 1060
22:48:39.447840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.478726 tst         register_default_mass.py: using MSISDN 1061
22:48:39.493459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.524264 tst         register_default_mass.py: using MSISDN 1062
22:48:39.538759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.578249 tst         register_default_mass.py: using MSISDN 1063
22:48:39.596074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.627107 tst         register_default_mass.py: using MSISDN 1064
22:48:39.642029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.672609 tst         register_default_mass.py: using MSISDN 1065
22:48:39.687195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.717851 tst         register_default_mass.py: using MSISDN 1066
22:48:39.732425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.763198 tst         register_default_mass.py: using MSISDN 1067
22:48:39.777665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.808539 tst         register_default_mass.py: using MSISDN 1068
22:48:39.823023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.853902 tst         register_default_mass.py: using MSISDN 1069
22:48:39.868445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.899185 tst         register_default_mass.py: using MSISDN 1070
22:48:39.913845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.944717 tst         register_default_mass.py: using MSISDN 1071
22:48:39.959196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.989833 tst         register_default_mass.py: using MSISDN 1072
22:48:40.004431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.035088 tst         register_default_mass.py: using MSISDN 1073
22:48:40.049435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.080326 tst         register_default_mass.py: using MSISDN 1074
22:48:40.095084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.126101 tst         register_default_mass.py: using MSISDN 1075
22:48:40.140725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.171683 tst         register_default_mass.py: using MSISDN 1076
22:48:40.186447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.217227 tst         register_default_mass.py: using MSISDN 1077
22:48:40.231848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.262663 tst         register_default_mass.py: using MSISDN 1078
22:48:40.277183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.308030 tst         register_default_mass.py: using MSISDN 1079
22:48:40.322707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.353525 tst         register_default_mass.py: using MSISDN 1080
22:48:40.368092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.399301 tst         register_default_mass.py: using MSISDN 1081
22:48:40.413920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.444924 tst         register_default_mass.py: using MSISDN 1082
22:48:40.459261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.490432 tst         register_default_mass.py: using MSISDN 1083
22:48:40.505049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.535825 tst         register_default_mass.py: using MSISDN 1084
22:48:40.550439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.580873 tst         register_default_mass.py: using MSISDN 1085
22:48:40.595370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.626181 tst         register_default_mass.py: using MSISDN 1086
22:48:40.640765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.671729 tst         register_default_mass.py: using MSISDN 1087
22:48:40.686336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.717376 tst         register_default_mass.py: using MSISDN 1088
22:48:40.732054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.762146 tst         register_default_mass.py: using MSISDN 1089
22:48:40.776417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.815066 tst         register_default_mass.py: using MSISDN 1090
22:48:40.832634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.863849 tst         register_default_mass.py: using MSISDN 1091
22:48:40.878886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.909515 tst         register_default_mass.py: using MSISDN 1092
22:48:40.923893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.954111 tst         register_default_mass.py: using MSISDN 1093
22:48:40.968383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.998583 tst         register_default_mass.py: using MSISDN 1094
22:48:41.012840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.042886 tst         register_default_mass.py: using MSISDN 1095
22:48:41.057109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.087752 tst         register_default_mass.py: using MSISDN 1096
22:48:41.102284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.133345 tst         register_default_mass.py: using MSISDN 1097
22:48:41.148007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.178734 tst         register_default_mass.py: using MSISDN 1098
22:48:41.193319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.223715 tst         register_default_mass.py: using MSISDN 1099
22:48:41.238201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.269025 tst         register_default_mass.py: using MSISDN 1100
22:48:41.283610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.375733 run                             mass: Starting testcase
22:48:41.381248 run                             mass: Pre-launching all virtphy's
22:48:41.386670 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.399582 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.405611 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.418457 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.424535 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.437510 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.443552 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.456639 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.462691 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.475698 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.481726 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.494752 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.500960 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.514185 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.520230 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.533012 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.538998 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.551799 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.557896 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.570853 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.576890 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.589900 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.595898 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.608830 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.614856 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.627831 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.633776 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.646580 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.652538 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.665356 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.671267 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.684051 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.689986 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.702779 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.708740 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.721544 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.727437 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.740230 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.746128 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.759007 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.764915 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.777704 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.783586 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.796340 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.802220 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.815059 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.820970 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.833778 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.839671 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.852443 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.858364 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.871144 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.877067 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.889992 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.895885 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.908810 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.914734 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.927720 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.933671 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.946641 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.952617 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.965466 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.971433 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.984214 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.990137 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.002971 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.009069 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.021979 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.028005 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.040930 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.046992 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.060006 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.065982 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.078887 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.084892 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.097780 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.103806 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.116917 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.122928 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.136060 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.142082 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.155082 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.161155 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.174225 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.180375 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.193623 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.199758 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.212982 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.219065 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.232073 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.237994 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.250794 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.256765 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.269598 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.275531 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.288373 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.294351 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.307190 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.313100 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.325870 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.331865 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.344748 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.350802 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.363626 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.369717 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.382590 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.388535 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.401492 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.407437 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.420453 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.426376 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.439255 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.445191 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.457990 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.463969 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.476792 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.482791 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.495560 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.501477 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.514298 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.520232 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.533071 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.539046 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.551882 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.557876 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.570697 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.576713 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.589632 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.595548 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.608544 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.614561 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.627439 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.633571 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.646395 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.652456 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.665323 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.671296 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.684179 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.690310 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.703342 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.709446 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.722397 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.728443 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.741358 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.747398 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.760432 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.766453 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.779393 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.785399 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.798510 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.804582 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.817368 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.823716 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.836725 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.842901 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.856006 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.862111 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.875086 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.881177 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.894364 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.900382 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.913473 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.919499 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.932501 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.938531 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.951545 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.957599 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.970630 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.976640 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.989686 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.995764 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.008676 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.014661 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.027773 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.033786 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.046740 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.052704 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.065741 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.071665 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.084709 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.090621 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.103548 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.109436 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.122435 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.128368 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.141229 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.147169 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.160010 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.165952 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.178771 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.184682 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.197527 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.203422 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.216213 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.222128 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.235022 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.240957 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.253825 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.259775 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.272629 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.278528 run                             mass: Checking if sockets are in the filesystem
22:48:43.310517 run                osmo-ms-mob/00000: Starting mobile
22:48:43.323540 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.335951 run                             mass: MS start registered  {at=3128749.544268635, delay=0.006482554133981466, ms=00000}
22:48:47.525963 run                osmo-ms-mob/00001: Starting mobile
22:48:47.543443 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.554670 run                             mass: MS start registered  {at=3128753.762980808, delay=0.004836853127926588, ms=00001}
22:48:48.561944 run                             mass: MS performed LU  {at=3128754.770141273, lu_delay=5.225872637704015, ms=00000}
22:48:49.325540 run                osmo-ms-mob/00002: Starting mobile
22:48:49.342453 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.353080 run                             mass: MS start registered  {at=3128755.561390582, delay=0.004563082009553909, ms=00002}
22:48:50.625537 run                osmo-ms-mob/00003: Starting mobile
22:48:50.642442 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.653251 run                             mass: MS start registered  {at=3128756.861565915, delay=0.004783187992870808, ms=00003}
22:48:51.717113 run                osmo-ms-mob/00004: Starting mobile
22:48:51.733264 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.743667 run                             mass: MS start registered  {at=3128757.951981465, delay=0.004383776802569628, ms=00004}
22:48:52.327921 run                             mass: MS performed LU  {at=3128758.53612712, lu_delay=4.773146311752498, ms=00001}
22:48:52.694954 run                osmo-ms-mob/00005: Starting mobile
22:48:52.708262 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.718826 run                             mass: MS start registered  {at=3128758.927144517, delay=0.004522725008428097, ms=00005}
22:48:53.594460 run                osmo-ms-mob/00006: Starting mobile
22:48:53.607235 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.617664 run                             mass: MS start registered  {at=3128759.82598603, delay=0.004434844944626093, ms=00006}
22:48:54.229282 run                             mass: MS performed LU  {at=3128760.437484857, lu_delay=4.876094275154173, ms=00002}
22:48:54.525334 run                osmo-ms-mob/00007: Starting mobile
22:48:54.542172 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.552726 run                             mass: MS start registered  {at=3128760.761038609, delay=0.004481921903789043, ms=00007}
22:48:55.294112 run                osmo-ms-mob/00008: Starting mobile
22:48:55.320335 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.330989 run                             mass: MS start registered  {at=3128761.539307074, delay=0.0045022922568023205, ms=00008}
22:48:56.028184 run                osmo-ms-mob/00009: Starting mobile
22:48:56.041388 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.053199 run                             mass: MS start registered  {at=3128762.261518354, delay=0.005496229976415634, ms=00009}
22:48:56.093949 run                             mass: MS performed LU  {at=3128762.302161679, lu_delay=5.440595764201134, ms=00003}
22:48:56.726583 run                osmo-ms-mob/00010: Starting mobile
22:48:56.743107 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.754365 run                             mass: MS start registered  {at=3128762.962682611, delay=0.005194708704948425, ms=00010}
22:48:57.296177 run                osmo-ms-mob/00011: Starting mobile
22:48:57.309100 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.320479 run                             mass: MS start registered  {at=3128763.528799341, delay=0.005157671868801117, ms=00011}
22:48:57.894912 run                osmo-ms-mob/00012: Starting mobile
22:48:57.908336 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.919308 run                             mass: MS start registered  {at=3128764.127628821, delay=0.004970571957528591, ms=00012}
22:48:57.994793 run                             mass: MS performed LU  {at=3128764.203005946, lu_delay=5.2758614285849035, ms=00005}
22:48:58.021653 run                             mass: MS performed LU  {at=3128764.229894149, lu_delay=6.277912684250623, ms=00004}
22:48:58.524989 run                osmo-ms-mob/00013: Starting mobile
22:48:58.542215 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.553266 run                             mass: MS start registered  {at=3128764.761588569, delay=0.0050012036226689816, ms=00013}
22:48:59.094157 run                osmo-ms-mob/00014: Starting mobile
22:48:59.107508 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.118515 run                             mass: MS start registered  {at=3128765.326835219, delay=0.004925161600112915, ms=00014}
22:48:59.697004 run                osmo-ms-mob/00015: Starting mobile
22:48:59.709978 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.721023 run                             mass: MS start registered  {at=3128765.929320028, delay=0.0048698438331484795, ms=00015}
22:48:59.859342 run                             mass: MS performed LU  {at=3128766.067553861, lu_delay=6.241567831020802, ms=00006}
22:48:59.924883 run                             mass: MS performed LU  {at=3128766.133087161, lu_delay=5.372048552148044, ms=00007}
22:49:00.227276 run                osmo-ms-mob/00016: Starting mobile
22:49:00.244933 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.251046 run                             mass: MS performed LU  {at=3128766.459373645, lu_delay=4.920066570863128, ms=00008}
22:49:00.257240 run                             mass: MS start registered  {at=3128766.465573325, delay=0.006217402871698141, ms=00016}
22:49:00.694125 run                osmo-ms-mob/00017: Starting mobile
22:49:00.707823 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.719642 run                             mass: MS start registered  {at=3128766.927958955, delay=0.005646851845085621, ms=00017}
22:49:01.322954 run                osmo-ms-mob/00018: Starting mobile
22:49:01.335939 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.346868 run                             mass: MS start registered  {at=3128767.555189182, delay=0.004839344881474972, ms=00018}
22:49:01.659148 run                             mass: MS performed LU  {at=3128767.867367028, lu_delay=4.904684416949749, ms=00010}
22:49:01.691478 run                osmo-ms-mob/00019: Starting mobile
22:49:01.706485 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.717644 run                             mass: MS start registered  {at=3128767.925965809, delay=0.005177763756364584, ms=00019}
22:49:01.760386 run                             mass: MS performed LU  {at=3128767.968625946, lu_delay=4.439826604910195, ms=00011}
22:49:01.787352 run                             mass: MS performed LU  {at=3128767.995652172, lu_delay=5.734133817721158, ms=00009}
22:49:02.224421 run                osmo-ms-mob/00020: Starting mobile
22:49:02.241753 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.252678 run                             mass: MS start registered  {at=3128768.460997519, delay=0.004816776141524315, ms=00020}
22:49:02.707048 run                osmo-ms-mob/00021: Starting mobile
22:49:02.720762 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.732260 run                             mass: MS start registered  {at=3128768.940577252, delay=0.00537424860522151, ms=00021}
22:49:03.108048 run                osmo-ms-mob/00022: Starting mobile
22:49:03.121912 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.133234 run                             mass: MS start registered  {at=3128769.341554872, delay=0.004979354329407215, ms=00022}
22:49:03.634656 run                osmo-ms-mob/00023: Starting mobile
22:49:03.650659 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.656740 run                             mass: MS performed LU  {at=3128769.865068023, lu_delay=5.737439202144742, ms=00012}
22:49:03.662537 run                             mass: MS start registered  {at=3128769.870871601, delay=0.005821449216455221, ms=00023}
22:49:03.688521 run                             mass: MS performed LU  {at=3128769.896828691, lu_delay=5.135240122210234, ms=00013}
22:49:03.995999 run                osmo-ms-mob/00024: Starting mobile
22:49:04.009286 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.015401 run                             mass: MS performed LU  {at=3128770.223727752, lu_delay=4.896892533171922, ms=00014}
22:49:04.021515 run                             mass: MS start registered  {at=3128770.229848453, delay=0.006138701923191547, ms=00024}
22:49:04.510097 run                osmo-ms-mob/00025: Starting mobile
22:49:04.524452 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.535345 run                             mass: MS start registered  {at=3128770.743664428, delay=0.004796992056071758, ms=00025}
22:49:04.894572 run                osmo-ms-mob/00026: Starting mobile
22:49:04.907840 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.918628 run                             mass: MS start registered  {at=3128771.126950019, delay=0.004821860231459141, ms=00026}
22:49:05.316696 run                osmo-ms-mob/00027: Starting mobile
22:49:05.333584 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.344527 run                             mass: MS start registered  {at=3128771.552846629, delay=0.004914539400488138, ms=00027}
22:49:05.425244 run                             mass: MS performed LU  {at=3128771.633478828, lu_delay=5.704158799722791, ms=00015}
22:49:05.527004 run                             mass: MS performed LU  {at=3128771.735224639, lu_delay=5.269651314243674, ms=00016}
22:49:05.554360 run                             mass: MS performed LU  {at=3128771.762575377, lu_delay=4.834616421721876, ms=00017}
22:49:05.569638 run                osmo-ms-mob/00028: Starting mobile
22:49:05.582586 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.593316 run                             mass: MS start registered  {at=3128771.801638664, delay=0.004784748423844576, ms=00028}
22:49:06.127797 run                osmo-ms-mob/00029: Starting mobile
22:49:06.141337 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.158496 run                             mass: MS start registered  {at=3128772.366799757, delay=0.01065566809847951, ms=00029}
22:49:06.494599 run                osmo-ms-mob/00030: Starting mobile
22:49:06.507610 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.518861 run                             mass: MS start registered  {at=3128772.727181655, delay=0.00504668103531003, ms=00030}
22:49:06.894428 run                osmo-ms-mob/00031: Starting mobile
22:49:06.907870 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.918702 run                             mass: MS start registered  {at=3128773.127023629, delay=0.004639178980141878, ms=00031}
22:49:07.224473 run                osmo-ms-mob/00032: Starting mobile
22:49:07.239809 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.250543 run                             mass: MS start registered  {at=3128773.458864361, delay=0.004725094884634018, ms=00032}
22:49:07.390655 run                             mass: MS performed LU  {at=3128773.598880124, lu_delay=5.672914315015078, ms=00019}
22:49:07.456472 run                             mass: MS performed LU  {at=3128773.664689692, lu_delay=5.203692173119634, ms=00020}
22:49:07.484420 run                osmo-ms-mob/00033: Starting mobile
22:49:07.497431 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.508284 run                             mass: MS start registered  {at=3128773.716606618, delay=0.004728768952190876, ms=00033}
22:49:07.524151 run                             mass: MS performed LU  {at=3128773.732474298, lu_delay=6.177285116165876, ms=00018}
22:49:07.561857 run                             mass: MS performed LU  {at=3128773.770097392, lu_delay=4.829520140308887, ms=00021}
22:49:08.016540 run                osmo-ms-mob/00034: Starting mobile
22:49:08.032639 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.043431 run                             mass: MS start registered  {at=3128774.251754234, delay=0.004659103229641914, ms=00034}
22:49:08.308141 run                osmo-ms-mob/00035: Starting mobile
22:49:08.321783 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.333187 run                             mass: MS start registered  {at=3128774.541506097, delay=0.005320786964148283, ms=00035}
22:49:08.699172 run                osmo-ms-mob/00036: Starting mobile
22:49:08.714964 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.726049 run                             mass: MS start registered  {at=3128774.934368365, delay=0.004933263175189495, ms=00036}
22:49:09.124102 run                osmo-ms-mob/00037: Starting mobile
22:49:09.141009 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.151829 run                             mass: MS start registered  {at=3128775.360150296, delay=0.004734495654702187, ms=00037}
22:49:09.191061 run                             mass: MS performed LU  {at=3128775.399276604, lu_delay=5.169428151100874, ms=00024}
22:49:09.292418 run                             mass: MS performed LU  {at=3128775.500653243, lu_delay=5.629781641997397, ms=00023}
22:49:09.306499 run                osmo-ms-mob/00038: Starting mobile
22:49:09.319943 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.325973 run                             mass: MS performed LU  {at=3128775.534301905, lu_delay=6.192747032735497, ms=00022}
22:49:09.331759 run                             mass: MS start registered  {at=3128775.540094027, delay=0.005808539688587189, ms=00038}
22:49:09.464347 run                             mass: MS performed LU  {at=3128775.672566648, lu_delay=4.928902219980955, ms=00025}
22:49:09.493905 run                osmo-ms-mob/00039: Starting mobile
22:49:09.507076 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.517909 run                             mass: MS start registered  {at=3128775.726230491, delay=0.0046887570060789585, ms=00039}
22:49:10.094262 run                osmo-ms-mob/00040: Starting mobile
22:49:10.107359 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.118787 run                             mass: MS start registered  {at=3128776.327105614, delay=0.005168288014829159, ms=00040}
22:49:10.408659 run                osmo-ms-mob/00041: Starting mobile
22:49:10.422598 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.433463 run                             mass: MS start registered  {at=3128776.641782925, delay=0.004776835907250643, ms=00041}
22:49:10.706079 run                osmo-ms-mob/00042: Starting mobile
22:49:10.719791 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.730658 run                             mass: MS start registered  {at=3128776.938980349, delay=0.004910625983029604, ms=00042}
22:49:11.134643 run                osmo-ms-mob/00043: Starting mobile
22:49:11.150917 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.157330 run                             mass: MS performed LU  {at=3128777.365657018, lu_delay=5.564018353819847, ms=00028}
22:49:11.163295 run                             mass: MS start registered  {at=3128777.371631075, delay=0.005990850273519754, ms=00043}
22:49:11.221835 run                             mass: MS performed LU  {at=3128777.430062734, lu_delay=5.877216104883701, ms=00027}
22:49:11.247176 run                osmo-ms-mob/00044: Starting mobile
22:49:11.260138 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.270823 run                             mass: MS start registered  {at=3128777.479147783, delay=0.004633444827049971, ms=00044}
22:49:11.289838 run                             mass: MS performed LU  {at=3128777.498139299, lu_delay=5.131339542102069, ms=00029}
22:49:11.365613 run                             mass: MS performed LU  {at=3128777.573847472, lu_delay=6.446897453162819, ms=00026}
22:49:11.393187 run                osmo-ms-mob/00045: Starting mobile
22:49:11.406385 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.417061 run                             mass: MS start registered  {at=3128777.625384103, delay=0.004655873868614435, ms=00045}
22:49:12.008534 run                osmo-ms-mob/00046: Starting mobile
22:49:12.022788 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.034003 run                             mass: MS start registered  {at=3128778.242320291, delay=0.004265184048563242, ms=00046}
22:49:12.294474 run                osmo-ms-mob/00047: Starting mobile
22:49:12.308196 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.319115 run                             mass: MS start registered  {at=3128778.527437431, delay=0.004765938967466354, ms=00047}
22:49:12.594578 run                osmo-ms-mob/00048: Starting mobile
22:49:12.607665 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.618887 run                             mass: MS start registered  {at=3128778.827204221, delay=0.005245946813374758, ms=00048}
22:49:12.924853 run                osmo-ms-mob/00049: Starting mobile
22:49:12.940270 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.951556 run                             mass: MS start registered  {at=3128779.15987527, delay=0.004931439179927111, ms=00049}
22:49:12.957852 run                             mass: MS performed LU  {at=3128779.16618173, lu_delay=5.707317369058728, ms=00032}
22:49:12.994110 run                             mass: MS performed LU  {at=3128779.202369318, lu_delay=5.485762699972838, ms=00033}
22:49:13.022120 run                osmo-ms-mob/00050: Starting mobile
22:49:13.035401 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.046619 run                             mass: MS start registered  {at=3128779.254937426, delay=0.004885103087872267, ms=00050}
22:49:13.085380 run                             mass: MS performed LU  {at=3128779.293622855, lu_delay=4.752116757910699, ms=00035}
22:49:13.265437 run                             mass: MS performed LU  {at=3128779.473655194, lu_delay=6.346631565131247, ms=00031}
22:49:13.595020 run                osmo-ms-mob/00051: Starting mobile
22:49:13.607934 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.618904 run                             mass: MS start registered  {at=3128779.827201752, delay=0.004848970100283623, ms=00051}
22:49:13.894529 run                osmo-ms-mob/00052: Starting mobile
22:49:13.908089 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.919081 run                             mass: MS start registered  {at=3128780.127403977, delay=0.004915753845125437, ms=00052}
22:49:13.981329 run                             mass: MS performed LU  {at=3128780.189548141, lu_delay=5.937793906778097, ms=00034}
22:49:14.213437 run                osmo-ms-mob/00053: Starting mobile
22:49:14.228465 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.239452 run                             mass: MS start registered  {at=3128780.447773684, delay=0.004784535616636276, ms=00053}
22:49:14.328487 run                             mass: MS performed LU  {at=3128780.536714422, lu_delay=3.894931497052312, ms=00041}
22:49:14.506910 run                osmo-ms-mob/00054: Starting mobile
22:49:14.523350 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.534391 run                             mass: MS start registered  {at=3128780.742709095, delay=0.004904760979115963, ms=00054}
22:49:14.794366 run                osmo-ms-mob/00055: Starting mobile
22:49:14.807696 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.818626 run                             mass: MS start registered  {at=3128781.026947195, delay=0.004969323053956032, ms=00055}
22:49:14.825199 run                             mass: MS performed LU  {at=3128781.033526771, lu_delay=4.7064211568795145, ms=00040}
22:49:14.893434 run                             mass: MS performed LU  {at=3128781.101745127, lu_delay=5.3755146358162165, ms=00039}
22:49:14.913146 run                osmo-ms-mob/00056: Starting mobile
22:49:14.927129 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.938228 run                             mass: MS start registered  {at=3128781.146548892, delay=0.004727386869490147, ms=00056}
22:49:14.987365 run                             mass: MS performed LU  {at=3128781.195556836, lu_delay=6.261188471224159, ms=00036}
22:49:15.167689 run                             mass: MS performed LU  {at=3128781.375888574, lu_delay=6.015738278161734, ms=00037}
22:49:15.196509 run                osmo-ms-mob/00057: Starting mobile
22:49:15.209665 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.215595 run                             mass: MS performed LU  {at=3128781.423923507, lu_delay=5.883829480037093, ms=00038}
22:49:15.221532 run                             mass: MS start registered  {at=3128781.429865731, delay=0.005960073787719011, ms=00057}
22:49:15.807195 run                osmo-ms-mob/00058: Starting mobile
22:49:15.820875 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.832133 run                             mass: MS start registered  {at=3128782.040450358, delay=0.004823064897209406, ms=00058}
22:49:15.984755 run                             mass: MS performed LU  {at=3128782.192985035, lu_delay=5.254004686139524, ms=00042}
22:49:16.012052 run                osmo-ms-mob/00059: Starting mobile
22:49:16.025612 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.036680 run                             mass: MS start registered  {at=3128782.245002324, delay=0.004948971327394247, ms=00059}
22:49:16.428049 run                osmo-ms-mob/00060: Starting mobile
22:49:16.444216 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.455168 run                             mass: MS start registered  {at=3128782.663488843, delay=0.004861285910010338, ms=00060}
22:49:16.722517 run                             mass: MS performed LU  {at=3128782.930735699, lu_delay=4.688415407668799, ms=00046}
22:49:16.767586 run                osmo-ms-mob/00061: Starting mobile
22:49:16.781516 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.787689 run                             mass: MS performed LU  {at=3128782.996016692, lu_delay=5.370632588863373, ms=00045}
22:49:16.793510 run                             mass: MS start registered  {at=3128783.001845654, delay=0.00585053488612175, ms=00061}
22:49:16.851434 run                             mass: MS performed LU  {at=3128783.059669912, lu_delay=5.688038836698979, ms=00043}
22:49:16.876230 run                osmo-ms-mob/00062: Starting mobile
22:49:16.889396 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.900290 run                             mass: MS start registered  {at=3128783.108613974, delay=0.004823422059416771, ms=00062}
22:49:17.031866 run                             mass: MS performed LU  {at=3128783.24008833, lu_delay=5.7609405471012, ms=00044}
22:49:17.056331 run                             mass: MS performed LU  {at=3128783.264659461, lu_delay=4.737222030293196, ms=00047}
22:49:17.067612 run                osmo-ms-mob/00063: Starting mobile
22:49:17.080731 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.091876 run                             mass: MS start registered  {at=3128783.300198501, delay=0.004995351191610098, ms=00063}
22:49:17.807723 run                osmo-ms-mob/00064: Starting mobile
22:49:17.821473 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.836191 run                             mass: MS start registered  {at=3128784.044502764, delay=0.008444299921393394, ms=00064}
22:49:18.218279 run                osmo-ms-mob/00065: Starting mobile
22:49:18.234713 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.246064 run                             mass: MS start registered  {at=3128784.454384379, delay=0.00529041513800621, ms=00065}
22:49:18.493537 run                osmo-ms-mob/00066: Starting mobile
22:49:18.506653 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.517935 run                             mass: MS start registered  {at=3128784.726254525, delay=0.00525700394064188, ms=00066}
22:49:18.587618 run                             mass: MS performed LU  {at=3128784.795834718, lu_delay=5.63595944782719, ms=00049}
22:49:18.624155 run                             mass: MS performed LU  {at=3128784.832395023, lu_delay=4.7049910463392735, ms=00052}
22:49:18.753070 run                             mass: MS performed LU  {at=3128784.961288968, lu_delay=6.134084747172892, ms=00048}
22:49:18.797477 run                osmo-ms-mob/00067: Starting mobile
22:49:18.810570 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.821738 run                             mass: MS start registered  {at=3128785.030057044, delay=0.005027450621128082, ms=00067}
22:49:18.933240 run                             mass: MS performed LU  {at=3128785.141456669, lu_delay=5.31425491720438, ms=00051}
22:49:18.957216 run                             mass: MS performed LU  {at=3128785.165547753, lu_delay=4.717774069402367, ms=00053}
22:49:18.968476 run                osmo-ms-mob/00068: Starting mobile
22:49:18.981467 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.992450 run                             mass: MS start registered  {at=3128785.200772175, delay=0.004874899052083492, ms=00068}
22:49:19.606746 run                osmo-ms-mob/00069: Starting mobile
22:49:19.620583 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.633428 run                             mass: MS start registered  {at=3128785.841742888, delay=0.006815619301050901, ms=00069}
22:49:20.005372 run                osmo-ms-mob/00070: Starting mobile
22:49:20.019927 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.031380 run                             mass: MS start registered  {at=3128786.239696987, delay=0.004979210905730724, ms=00070}
22:49:20.394413 run                osmo-ms-mob/00071: Starting mobile
22:49:20.407273 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.418699 run                             mass: MS start registered  {at=3128786.627021408, delay=0.005548967979848385, ms=00071}
22:49:20.571485 run                             mass: MS performed LU  {at=3128786.779617641, lu_delay=6.036908545996994, ms=00054}
22:49:20.594900 run                             mass: MS performed LU  {at=3128786.803230803, lu_delay=5.656681911088526, ms=00056}
22:49:20.617259 run                             mass: MS performed LU  {at=3128786.82547668, lu_delay=5.798529484774917, ms=00055}
22:49:20.632637 run                osmo-ms-mob/00072: Starting mobile
22:49:20.645531 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.656549 run                             mass: MS start registered  {at=3128786.864873856, delay=0.005003317724913359, ms=00072}
22:49:20.723141 run                             mass: MS performed LU  {at=3128786.931358799, lu_delay=4.686356474645436, ms=00059}
22:49:20.761840 run                             mass: MS performed LU  {at=3128786.97007893, lu_delay=4.929628571961075, ms=00058}
22:49:20.797581 run                             mass: MS performed LU  {at=3128787.005798674, lu_delay=5.57593294326216, ms=00057}
22:49:20.818934 run                osmo-ms-mob/00073: Starting mobile
22:49:20.832275 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.843508 run                             mass: MS start registered  {at=3128787.051829233, delay=0.005169563926756382, ms=00073}
22:49:21.593408 run                osmo-ms-mob/00074: Starting mobile
22:49:21.606851 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.617934 run                             mass: MS start registered  {at=3128787.826253074, delay=0.004905328154563904, ms=00074}
22:49:21.993928 run                osmo-ms-mob/00075: Starting mobile
22:49:22.006944 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.018496 run                             mass: MS start registered  {at=3128788.226813753, delay=0.005190069321542978, ms=00075}
22:49:22.352944 run                             mass: MS performed LU  {at=3128788.561160786, lu_delay=4.516658022068441, ms=00064}
22:49:22.389534 run                             mass: MS performed LU  {at=3128788.597770936, lu_delay=5.489156961906701, ms=00062}
22:49:22.438565 run                osmo-ms-mob/00076: Starting mobile
22:49:22.451641 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.462886 run                             mass: MS start registered  {at=3128788.671202432, delay=0.005228602793067694, ms=00076}
22:49:22.518558 run                             mass: MS performed LU  {at=3128788.726795132, lu_delay=5.426596630830318, ms=00063}
22:49:22.698979 run                             mass: MS performed LU  {at=3128788.907198844, lu_delay=5.905353189911693, ms=00061}
22:49:22.722888 run                             mass: MS performed LU  {at=3128788.9312187, lu_delay=6.267729857005179, ms=00060}
22:49:22.733944 run                osmo-ms-mob/00077: Starting mobile
22:49:22.747040 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.758248 run                             mass: MS start registered  {at=3128788.966563713, delay=0.00513156782835722, ms=00077}
22:49:23.394301 run                osmo-ms-mob/00078: Starting mobile
22:49:23.408063 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.419777 run                             mass: MS start registered  {at=3128789.628092884, delay=0.005322841927409172, ms=00078}
22:49:23.799239 run                osmo-ms-mob/00079: Starting mobile
22:49:23.818922 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.830332 run                             mass: MS start registered  {at=3128790.03865356, delay=0.00485909404233098, ms=00079}
22:49:24.317578 run                osmo-ms-mob/00080: Starting mobile
22:49:24.333911 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.340317 run                             mass: MS performed LU  {at=3128790.548643085, lu_delay=5.347870910074562, ms=00068}
22:49:24.346252 run                             mass: MS start registered  {at=3128790.554586877, delay=0.005962714087218046, ms=00080}
22:49:24.354593 run                             mass: MS performed LU  {at=3128790.562911171, lu_delay=5.532854127231985, ms=00067}
22:49:24.383578 run                             mass: MS performed LU  {at=3128790.591829258, lu_delay=6.137444878928363, ms=00065}
22:49:24.489742 run                             mass: MS performed LU  {at=3128790.697959994, lu_delay=4.856217105872929, ms=00069}
22:49:24.519023 run                osmo-ms-mob/00081: Starting mobile
22:49:24.532394 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.538500 run                             mass: MS performed LU  {at=3128790.746828951, lu_delay=6.020574425812811, ms=00066}
22:49:24.544719 run                             mass: MS start registered  {at=3128790.753052531, delay=0.006241038907319307, ms=00081}
22:49:25.213714 run                osmo-ms-mob/00082: Starting mobile
22:49:25.234382 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.245482 run                             mass: MS start registered  {at=3128791.453803776, delay=0.004960838705301285, ms=00082}
22:49:25.818850 run                osmo-ms-mob/00083: Starting mobile
22:49:25.835040 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.846115 run                             mass: MS start registered  {at=3128792.054433252, delay=0.005103024188429117, ms=00083}
22:49:26.118862 run                             mass: MS performed LU  {at=3128792.327079051, lu_delay=6.087382064200938, ms=00070}
22:49:26.155544 run                             mass: MS performed LU  {at=3128792.363780636, lu_delay=5.7367592277005315, ms=00071}
22:49:26.195643 run                osmo-ms-mob/00084: Starting mobile
22:49:26.209585 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.220761 run                             mass: MS start registered  {at=3128792.429079899, delay=0.005112640094012022, ms=00084}
22:49:26.285201 run                             mass: MS performed LU  {at=3128792.493417172, lu_delay=5.441587939392775, ms=00073}
22:49:26.429024 run                             mass: MS performed LU  {at=3128792.637240434, lu_delay=5.772366578225046, ms=00072}
22:49:26.445762 run                             mass: MS performed LU  {at=3128792.654008602, lu_delay=4.827755527570844, ms=00074}
22:49:26.835263 run                osmo-ms-mob/00085: Starting mobile
22:49:26.852246 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.863700 run                             mass: MS start registered  {at=3128793.072012297, delay=0.005319894757121801, ms=00085}
22:49:27.409252 run                osmo-ms-mob/00086: Starting mobile
22:49:27.423377 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.434645 run                             mass: MS start registered  {at=3128793.642964302, delay=0.005276860203593969, ms=00086}
22:49:28.027335 run                osmo-ms-mob/00087: Starting mobile
22:49:28.043163 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.054264 run                             mass: MS start registered  {at=3128794.262586468, delay=0.005001320969313383, ms=00087}
22:49:28.103244 run                             mass: MS performed LU  {at=3128794.311445127, lu_delay=4.68335224268958, ms=00078}
22:49:28.120743 run                             mass: MS performed LU  {at=3128794.328974689, lu_delay=5.362410976085812, ms=00077}
22:49:28.149145 run                             mass: MS performed LU  {at=3128794.357392937, lu_delay=6.130579183809459, ms=00075}
22:49:28.254924 run                             mass: MS performed LU  {at=3128794.463142678, lu_delay=5.79194024624303, ms=00076}
22:49:28.293917 run                             mass: MS performed LU  {at=3128794.502154467, lu_delay=21.77497281227261, ms=00030}
22:49:28.319560 run                osmo-ms-mob/00088: Starting mobile
22:49:28.332936 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.344365 run                             mass: MS start registered  {at=3128794.552686971, delay=0.005004093050956726, ms=00088}
22:49:29.195401 run                osmo-ms-mob/00089: Starting mobile
22:49:29.209082 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.220577 run                             mass: MS start registered  {at=3128795.428894663, delay=0.005277304444462061, ms=00089}
22:49:29.797683 run                osmo-ms-mob/00090: Starting mobile
22:49:29.810724 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.822738 run                             mass: MS start registered  {at=3128796.03103785, delay=0.005582731682807207, ms=00090}
22:49:29.884687 run                             mass: MS performed LU  {at=3128796.092904183, lu_delay=5.538317305967212, ms=00080}
22:49:29.921020 run                             mass: MS performed LU  {at=3128796.12925758, lu_delay=5.376205048989505, ms=00081}
22:49:30.050880 run                             mass: MS performed LU  {at=3128796.259096529, lu_delay=4.805292753037065, ms=00082}
22:49:30.194704 run                             mass: MS performed LU  {at=3128796.402919756, lu_delay=6.364266195800155, ms=00079}
22:49:30.494786 run                osmo-ms-mob/00091: Starting mobile
22:49:30.507883 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.519048 run                             mass: MS start registered  {at=3128796.727369587, delay=0.005101124756038189, ms=00091}
22:49:31.204097 run                osmo-ms-mob/00092: Starting mobile
22:49:31.218564 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.229978 run                             mass: MS start registered  {at=3128797.438284688, delay=0.0053742313757538795, ms=00092}
22:49:31.868959 run                             mass: MS performed LU  {at=3128798.077145146, lu_delay=6.022711894009262, ms=00083}
22:49:31.892122 run                             mass: MS performed LU  {at=3128798.100453891, lu_delay=5.671373991761357, ms=00084}
22:49:31.926249 run                osmo-ms-mob/00093: Starting mobile
22:49:31.940891 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.952162 run                             mass: MS start registered  {at=3128798.160482324, delay=0.005221156403422356, ms=00093}
22:49:32.021110 run                             mass: MS performed LU  {at=3128798.229342549, lu_delay=4.586378247011453, ms=00086}
22:49:32.894652 run                osmo-ms-mob/00094: Starting mobile
22:49:32.907800 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.918941 run                             mass: MS start registered  {at=3128799.127260815, delay=0.005025465972721577, ms=00094}
22:49:33.826184 run                osmo-ms-mob/00095: Starting mobile
22:49:33.843023 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.848998 run                             mass: MS performed LU  {at=3128800.05732619, lu_delay=5.504639219027013, ms=00088}
22:49:33.854920 run                             mass: MS start registered  {at=3128800.063255751, delay=0.005946832243353128, ms=00095}
22:49:34.157516 run                             mass: MS performed LU  {at=3128800.36573295, lu_delay=4.9368382869288325, ms=00089}
22:49:34.807605 run                osmo-ms-mob/00096: Starting mobile
22:49:34.821268 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.832626 run                             mass: MS start registered  {at=3128801.04094608, delay=0.005261602811515331, ms=00096}
22:49:35.634810 run                             mass: MS performed LU  {at=3128801.843005843, lu_delay=5.115636256057769, ms=00091}
22:49:35.657991 run                             mass: MS performed LU  {at=3128801.866320916, lu_delay=5.835283066146076, ms=00090}
22:49:35.787069 run                             mass: MS performed LU  {at=3128801.995287895, lu_delay=22.74035046901554, ms=00050}
22:49:35.843715 run                osmo-ms-mob/00097: Starting mobile
22:49:35.858626 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.864726 run                             mass: MS performed LU  {at=3128802.073054363, lu_delay=4.634769674856216, ms=00092}
22:49:35.870956 run                             mass: MS start registered  {at=3128802.079289379, delay=0.0062521458603441715, ms=00097}
22:49:37.226067 run                osmo-ms-mob/00098: Starting mobile
22:49:37.243295 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.254829 run                             mass: MS start registered  {at=3128803.463142227, delay=0.005511169787496328, ms=00098}
22:49:37.453100 run                             mass: MS performed LU  {at=3128803.661316321, lu_delay=5.500833997037262, ms=00093}
22:49:37.582818 run                             mass: MS performed LU  {at=3128803.791038049, lu_delay=4.66377723403275, ms=00094}
22:49:38.993933 run                osmo-ms-mob/00099: Starting mobile
22:49:39.006906 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.013001 run                             mass: All started... {duration=55.72887722123414, too_slow=0}
22:49:39.018816 run                             mass: MS start registered  {at=3128805.227144936, delay=0.005808626301586628, ms=00099}
22:49:39.401093 run                             mass: MS performed LU  {at=3128805.609311499, lu_delay=5.546055748127401, ms=00095}
22:49:39.889944 run                             mass: MS performed LU  {at=3128806.098161563, lu_delay=5.057215482927859, ms=00096}
22:49:41.329434 run                             mass: MS performed LU  {at=3128807.537651846, lu_delay=5.458362467121333, ms=00097}
22:49:43.167121 run                             mass: MS performed LU  {at=3128809.375339514, lu_delay=5.912197287194431, ms=00098}
22:49:45.068550 run                             mass: MS performed LU  {at=3128811.276767505, lu_delay=6.049622568767518, ms=00099}
22:49:49.050668 run                             mass: MS performed LU  {at=3128815.258770275, lu_delay=22.1867579780519, ms=00085}
22:49:50.952347 run                             mass: MS performed LU  {at=3128817.160567519, lu_delay=22.89798105088994, ms=00087}
22:49:50.962975 run                             mass: Tests done {all_completed=True, max=22.89798105088994, min=3.894931497052312}
22:49:50.968425 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:50.973944 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.977328 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.980683 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.984089 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.987502 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.990949 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.994463 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.997929 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.001404 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.004873 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.008318 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.011778 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.015225 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.018702 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.022263 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.025867 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.029479 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.033098 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.036690 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.040266 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.043834 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.047409 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.050945 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.054433 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.058585 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.062131 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.065717 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.069185 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.072772 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.076615 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.080217 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.083793 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.087371 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.090953 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.094747 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.098245 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.101829 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.105381 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.108958 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.112455 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.115973 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.119551 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.123343 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.126872 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:51.130477 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:51.133950 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:51.137510 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:51.141312 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:51.144914 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:51.148479 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:51.152044 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:51.155629 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:51.159139 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:51.162700 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:51.166235 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:51.169786 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:51.173368 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:51.176951 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:51.180514 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:51.184119 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:51.187763 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:51.191310 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:51.195202 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:51.198809 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:51.202395 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:51.205919 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:51.209496 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:51.213046 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:51.216627 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:51.220368 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:51.224712 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:51.228389 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:51.231883 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:51.235358 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:51.238818 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:51.242343 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:51.245944 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:51.249498 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:51.253093 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:51.256565 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:51.260148 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:51.263687 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:51.267203 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:51.270841 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:51.274430 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:51.278030 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.282042 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.285701 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.289332 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.292918 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.296538 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.300136 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.303652 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.307194 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.310826 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.314340 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.317827 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.321256 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.324798 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.328412 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.331959 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.336162 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.339748 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.343310 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.346954 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.350587 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.354410 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.357868 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.361287 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.364786 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.368252 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.371754 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.375306 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.378745 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.382250 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.385647 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.389060 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.392482 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.395926 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.399259 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.402642 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.405991 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.409341 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.412732 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.416135 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.419582 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.423001 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.426266 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.429560 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.432880 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.436197 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.439511 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.442833 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.446160 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.449468 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.452794 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.456106 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.459431 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.462750 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.466062 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.469375 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.472689 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.476002 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.479308 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.482620 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.485956 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.489249 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.492563 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.495876 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.499197 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.502511 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.505822 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.509117 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.512439 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.515746 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.519067 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.522380 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.525696 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.529010 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.532319 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.535629 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.538939 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.542261 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.545576 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.548883 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.552194 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.555501 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.558833 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.562146 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.565473 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.568791 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.572120 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.575419 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.578738 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.582063 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.585381 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.588684 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.591987 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.595312 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.598620 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.601933 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.605233 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.608539 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.611868 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.615185 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.618493 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.621797 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.625104 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.628413 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.631726 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.635026 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.638351 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.641664 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.644975 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.648299 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.651612 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.654929 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.658250 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.661566 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.664878 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.668190 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.671502 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.674823 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.678132 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.681438 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.684749 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.688052 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.691377 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.694680 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.698013 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.701319 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.704632 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.707944 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.711260 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.712774 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.716444 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.717923 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.721576 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.723057 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.726744 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.728265 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.731934 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.733413 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.737094 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.738587 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.742282 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.743787 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.747464 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.748962 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.752655 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.754151 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.757827 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.759341 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.763060 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.764623 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.768505 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.770075 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.773927 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.775494 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:51.779348 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.780905 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:51.784754 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.786312 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:51.790200 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.791760 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:51.795610 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.797176 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:51.801037 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.802601 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:51.806456 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.808016 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:51.811864 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.813414 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:51.817267 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.818818 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:51.822633 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.824188 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:51.828044 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.829586 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:51.833423 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.834976 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.838809 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.840360 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.844200 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.845752 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.849619 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.851167 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.854997 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.856557 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.860386 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.861937 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.865787 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.867335 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.871179 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.872738 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.876556 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.878103 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.881966 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.883511 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.887356 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.888911 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.892736 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.894282 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.898109 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.899653 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.903477 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.905016 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.908884 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.910436 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.914274 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.915835 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.919661 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.921209 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.925048 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.926600 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.930432 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.931996 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.935832 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.937378 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.941198 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.942747 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.946600 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.948150 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.951975 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.953525 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.957354 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.958897 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.962729 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.964277 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.968130 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.969684 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.973514 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.975066 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.978886 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.980445 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.984285 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.985832 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.989660 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.991209 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.995042 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.996616 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.000452 ---      ParallelTerminationStrategy: PID 77 died...
22:49:52.002007 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.005841 ---      ParallelTerminationStrategy: PID 78 died...
22:49:52.007384 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.011206 ---      ParallelTerminationStrategy: PID 79 died...
22:49:52.012768 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.016608 ---      ParallelTerminationStrategy: PID 80 died...
22:49:52.018175 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.022036 ---      ParallelTerminationStrategy: PID 81 died...
22:49:52.023578 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.027419 ---      ParallelTerminationStrategy: PID 82 died...
22:49:52.028973 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.032803 ---      ParallelTerminationStrategy: PID 83 died...
22:49:52.034358 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.038221 ---      ParallelTerminationStrategy: PID 84 died...
22:49:52.039792 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.043632 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.045200 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.049041 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.050596 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.054443 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.056004 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.059852 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.061403 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.065280 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.066828 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.070694 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.072251 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.076127 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.077694 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.081542 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.083085 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.086936 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.088499 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.092339 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.093886 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.097741 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.099295 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.103152 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.104724 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.108581 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.110134 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.113982 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.115546 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.119380 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.120950 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.124787 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.126339 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.130161 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.131714 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.135546 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.137109 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.140940 ---      ParallelTerminationStrategy: PID 103 died...
22:49:52.142498 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.146393 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.147949 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.151775 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.153329 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.157173 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.158733 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.162576 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.164139 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.167985 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.169543 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.173391 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.174955 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.178774 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.180328 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.184175 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.185737 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.189592 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.191138 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.194985 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.196535 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.200375 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.201931 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.205755 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.207315 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.211152 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.212733 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.216578 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.218129 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.221945 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.223492 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.227336 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.228884 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.232728 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.234280 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.238159 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.239720 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.243556 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.245125 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.248975 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.250536 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.254379 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.255936 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.259797 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.261353 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.265204 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.266765 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.270597 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.272158 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.275998 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.277556 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.281418 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.282985 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.286828 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.288381 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.292235 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.293790 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.297631 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.299181 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.303016 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.304567 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.308420 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.309986 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.313841 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.315412 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.319296 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.320858 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.324732 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.326289 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.330136 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.331698 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.335553 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.337112 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.340956 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.342511 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.346368 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.347936 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.351798 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.353348 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.357193 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.358746 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.362629 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.364190 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.368031 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.369586 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.373452 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.374995 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.378864 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.380423 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.384281 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.385821 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.389674 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.391237 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.395091 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.396662 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.400516 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.402070 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.405922 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.407474 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.411350 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.412906 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.416760 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.418311 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.422166 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.423710 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.427543 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.429087 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.432939 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.434502 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.438363 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.439934 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.443800 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.445358 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.449208 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.450765 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.454630 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.456201 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.460061 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.461612 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.465480 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.467035 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.470909 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.472464 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.476320 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.477879 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.481755 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.483316 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.487179 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.488734 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.492602 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.494155 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.498022 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.499578 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.503428 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.504998 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.508852 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.510405 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.514283 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.515841 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.519687 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.521237 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.525088 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.526641 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.530505 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.532078 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.535942 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.537506 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.541370 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.542927 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.546797 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.548347 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.552215 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.553775 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.557649 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.559203 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.563042 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.564619 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.568474 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.570026 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.573879 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.575426 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.579302 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.580849 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.584685 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.586236 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.590087 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.591631 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.595474 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.597023 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.600888 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.602436 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.606311 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.607870 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.611720 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.613268 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.617130 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.618673 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.622541 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.624112 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.627954 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.629500 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.633362 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.634911 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.638741 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.640295 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.644177 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.645764 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.649673 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.651187 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.654981 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.656497 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.660209 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.661720 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.665427 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.666938 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.670782 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.672355 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.676210 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.677750 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.681603 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.683163 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.687035 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.688587 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.692455 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.694001 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.697866 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.699452 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.703310 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.704914 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.708763 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.710321 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.714185 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.715751 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.719622 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.721189 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.725086 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.726595 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.730338 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.731862 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.735575 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.737223 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.741076 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.742625 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.746435 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.747973 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.751801 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.753343 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.757170 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.758713 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.762553 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.764120 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.767978 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.769527 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.773366 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.774904 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.778748 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.780292 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.784126 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.785666 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.789504 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.791043 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.794868 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.796423 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.800243 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.801803 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.805639 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.807183 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.811019 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.812557 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.816393 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.817944 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.821772 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.823308 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.827145 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.828688 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.832541 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.834088 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.837919 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.839458 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.843297 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.844864 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.848704 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.850256 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:56.254928 ---      ParallelTerminationStrategy: PID 34 died...
22:49:56.260955 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8259 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.342039 tst                       trial-8259: Storing JUnit report in /build/trial-8259/run.2026-03-03_22-48-23/trial-8259.xml

--------------------------------------------------------------------------------------------
trial-8259 PASS
--------------------------------------------------------------------------------------------
22:49:56.354194 tst                       trial-8259: trial-8259: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8259/inst
+ cd trial-8259
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-03 22:48:23
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8259-run.tgz run.2026-03-03_22-48-23
+ tar czf /build/trial-8259-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-03_13_27_02.tgz osmo-bts-oc2g.build-2026-03-03_00_51_29.tgz osmo-bts-sysmo.build-2026-03-03_00_51_32.tgz osmo-bts.build-2026-03-03_00_51_43.tgz osmo-ggsn.build-2026-03-03_20_42_34.tgz osmo-hlr.build-2026-03-03_16_36_35.tgz osmo-hnbgw.build-2026-03-03_13_30_43.tgz osmo-mgw.build-2026-03-03_08_33_06.tgz osmo-msc.build-2026-03-03_13_32_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-03_07_35_02.tgz osmo-pcu-sysmo.build-2026-03-03_07_34_56.tgz osmo-pcu.build-2026-03-03_07_35_07.tgz osmo-sgsn.build-2026-03-03_20_48_38.tgz osmo-stp.build-2026-03-03_13_25_49.tgz osmo-trx.build-2026-03-03_14_42_05.tgz osmocom-bb.build-2026-03-03_21_17_25.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