Skip to content
Success

Console Output

This log is too long to show here, 13 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7564
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15814131099792319598.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-8210
+ 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
82bee6c jenkins-common: use debian 13 by default
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:fdb90666b74ecc1f4c05986c3925c40b84a2f3639875d52e66df8bfe96a66173 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8211 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8211
+ mkdir -p trial-8211
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-14_13_27_13.tgz osmo-bts-oc2g.build-2026-01-14_00_51_30.tgz osmo-bts-sysmo.build-2026-01-14_00_51_35.tgz osmo-bts.build-2026-01-14_00_51_40.tgz osmo-ggsn.build-2026-01-14_20_42_39.tgz osmo-hlr.build-2026-01-14_16_36_58.tgz osmo-hnbgw.build-2026-01-14_14_51_34.tgz osmo-mgw.build-2026-01-14_08_33_13.tgz osmo-msc.build-2026-01-14_13_33_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-14_07_38_47.tgz osmo-pcu-sysmo.build-2026-01-14_07_35_35.tgz osmo-pcu.build-2026-01-14_07_35_40.tgz osmo-sgsn.build-2026-01-14_20_48_05.tgz osmo-stp.build-2026-01-14_13_25_43.tgz osmo-trx.build-2026-01-14_14_47_32.tgz osmocom-bb.build-2026-01-14_21_17_19.tgz srslte.build-19.tgz trial-8211
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-14_13_27_13.md5 osmo-bts-oc2g.build-2026-01-14_00_51_30.md5 osmo-bts-sysmo.build-2026-01-14_00_51_35.md5 osmo-bts.build-2026-01-14_00_51_40.md5 osmo-ggsn.build-2026-01-14_20_42_39.md5 osmo-hlr.build-2026-01-14_16_36_58.md5 osmo-hnbgw.build-2026-01-14_14_51_34.md5 osmo-mgw.build-2026-01-14_08_33_13.md5 osmo-msc.build-2026-01-14_13_33_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-14_07_38_47.md5 osmo-pcu-sysmo.build-2026-01-14_07_35_35.md5 osmo-pcu.build-2026-01-14_07_35_40.md5 osmo-sgsn.build-2026-01-14_20_48_05.md5 osmo-stp.build-2026-01-14_13_25_43.md5 osmo-trx.build-2026-01-14_14_47_32.md5 osmocom-bb.build-2026-01-14_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-14_13_27_13.md5 osmo-bts-oc2g.build-2026-01-14_00_51_30.md5 osmo-bts-sysmo.build-2026-01-14_00_51_35.md5 osmo-bts.build-2026-01-14_00_51_40.md5 osmo-ggsn.build-2026-01-14_20_42_39.md5 osmo-hlr.build-2026-01-14_16_36_58.md5 osmo-hnbgw.build-2026-01-14_14_51_34.md5 osmo-mgw.build-2026-01-14_08_33_13.md5 osmo-msc.build-2026-01-14_13_33_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-14_07_38_47.md5 osmo-pcu-sysmo.build-2026-01-14_07_35_35.md5 osmo-pcu.build-2026-01-14_07_35_40.md5 osmo-sgsn.build-2026-01-14_20_48_05.md5 osmo-stp.build-2026-01-14_13_25_43.md5 osmo-trx.build-2026-01-14_14_47_32.md5 osmocom-bb.build-2026-01-14_21_17_19.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-8211 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8211'
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-8211
--------------------------------------------------------------------------------------------
22:48:17.866548 tst                       trial-8211: Detailed log at /build/trial-8211/run.2026-01-14_22-48-17/log

---------------------------------------------------------------------
trial-8211 netreg_mass
---------------------------------------------------------------------
22:48:18.071780 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.072132 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.072898 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.074048 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.106674 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.107431 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.108552 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.183361 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-8211 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.184145 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.199569 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.200134 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.200614 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.201077 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.201516 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.201978 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.202428 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.228184 tst         register_default_mass.py: using LAC 2
22:48:18.244305 tst         register_default_mass.py: using RAC 2
22:48:18.261169 tst         register_default_mass.py: using CellId 2
22:48:18.279852 tst         register_default_mass.py: using BVCI 3
22:48:18.288701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.289824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.290881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.291386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.291894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.292956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.293961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.294996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.295531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.296058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.296576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.297625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.298731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.299246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.299773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.300836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.301862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.302885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.303930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.304961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.305492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.306542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.307573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.308619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.309126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.309641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.310672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.311703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.312717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.313760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.314793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.315824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.316858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.317885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.318907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.319419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.319941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.320982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.321498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.322525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.323554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.324603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.325617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.326710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.327738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.328752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.329774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.330775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.331785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.332285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.332788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.333296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.333809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.334323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.334834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.335352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.335860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.336376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.336909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.337416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.337914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.338422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.338937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.339439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.339962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.340471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.341030 tst      register_default_mass.py:21: Launching a simple network
22:48:18.351210 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.470696 run            create_hlr_db(pid=20): Launched
22:48:19.484888 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.509249 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.524539 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.530391 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.715617 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.730590 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.736347 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.155924 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.170904 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.185583 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.318650 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.333944 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.339646 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.363152 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.378209 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.383963 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.697924 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.713084 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.738309 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.908859 run         osmo-bts-virtual(pid=34): Launched
22:48:30.939825 tst         register_default_mass.py: using MSISDN 1001
22:48:30.951744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.980801 tst         register_default_mass.py: using MSISDN 1002
22:48:30.993943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.017061 tst         register_default_mass.py: using MSISDN 1003
22:48:31.027547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.050771 tst         register_default_mass.py: using MSISDN 1004
22:48:31.061153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.084245 tst         register_default_mass.py: using MSISDN 1005
22:48:31.094430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.117792 tst         register_default_mass.py: using MSISDN 1006
22:48:31.128078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.151366 tst         register_default_mass.py: using MSISDN 1007
22:48:31.161626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.184778 tst         register_default_mass.py: using MSISDN 1008
22:48:31.194863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.217964 tst         register_default_mass.py: using MSISDN 1009
22:48:31.228157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.251332 tst         register_default_mass.py: using MSISDN 1010
22:48:31.261421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.284673 tst         register_default_mass.py: using MSISDN 1011
22:48:31.294925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.317962 tst         register_default_mass.py: using MSISDN 1012
22:48:31.328012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.351231 tst         register_default_mass.py: using MSISDN 1013
22:48:31.361405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.384563 tst         register_default_mass.py: using MSISDN 1014
22:48:31.394696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.417436 tst         register_default_mass.py: using MSISDN 1015
22:48:31.427537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.450843 tst         register_default_mass.py: using MSISDN 1016
22:48:31.461009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.484184 tst         register_default_mass.py: using MSISDN 1017
22:48:31.494582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.517733 tst         register_default_mass.py: using MSISDN 1018
22:48:31.527851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.550830 tst         register_default_mass.py: using MSISDN 1019
22:48:31.560926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.584083 tst         register_default_mass.py: using MSISDN 1020
22:48:31.594268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.617553 tst         register_default_mass.py: using MSISDN 1021
22:48:31.627720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.651247 tst         register_default_mass.py: using MSISDN 1022
22:48:31.661540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.684784 tst         register_default_mass.py: using MSISDN 1023
22:48:31.695065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.717923 tst         register_default_mass.py: using MSISDN 1024
22:48:31.727936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.751078 tst         register_default_mass.py: using MSISDN 1025
22:48:31.761358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.784703 tst         register_default_mass.py: using MSISDN 1026
22:48:31.795024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.818287 tst         register_default_mass.py: using MSISDN 1027
22:48:31.828445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.851497 tst         register_default_mass.py: using MSISDN 1028
22:48:31.861616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.884900 tst         register_default_mass.py: using MSISDN 1029
22:48:31.895162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.918396 tst         register_default_mass.py: using MSISDN 1030
22:48:31.928798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.951958 tst         register_default_mass.py: using MSISDN 1031
22:48:31.962068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.985162 tst         register_default_mass.py: using MSISDN 1032
22:48:31.995226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.018301 tst         register_default_mass.py: using MSISDN 1033
22:48:32.028438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.051306 tst         register_default_mass.py: using MSISDN 1034
22:48:32.061538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.084415 tst         register_default_mass.py: using MSISDN 1035
22:48:32.094483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.117667 tst         register_default_mass.py: using MSISDN 1036
22:48:32.127926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.151284 tst         register_default_mass.py: using MSISDN 1037
22:48:32.161503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.184849 tst         register_default_mass.py: using MSISDN 1038
22:48:32.195081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.218571 tst         register_default_mass.py: using MSISDN 1039
22:48:32.228865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.251951 tst         register_default_mass.py: using MSISDN 1040
22:48:32.262202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.285611 tst         register_default_mass.py: using MSISDN 1041
22:48:32.295830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.319106 tst         register_default_mass.py: using MSISDN 1042
22:48:32.329421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.352869 tst         register_default_mass.py: using MSISDN 1043
22:48:32.363149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.386498 tst         register_default_mass.py: using MSISDN 1044
22:48:32.396874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.419076 tst         register_default_mass.py: using MSISDN 1045
22:48:32.428843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.450734 tst         register_default_mass.py: using MSISDN 1046
22:48:32.460176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.481939 tst         register_default_mass.py: using MSISDN 1047
22:48:32.491407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.513243 tst         register_default_mass.py: using MSISDN 1048
22:48:32.522648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.544624 tst         register_default_mass.py: using MSISDN 1049
22:48:32.554096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.575938 tst         register_default_mass.py: using MSISDN 1050
22:48:32.585395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.607257 tst         register_default_mass.py: using MSISDN 1051
22:48:32.616641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.638475 tst         register_default_mass.py: using MSISDN 1052
22:48:32.647940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.669737 tst         register_default_mass.py: using MSISDN 1053
22:48:32.679054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.700721 tst         register_default_mass.py: using MSISDN 1054
22:48:32.710164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.732036 tst         register_default_mass.py: using MSISDN 1055
22:48:32.741361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.763244 tst         register_default_mass.py: using MSISDN 1056
22:48:32.772794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.794748 tst         register_default_mass.py: using MSISDN 1057
22:48:32.804306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.826047 tst         register_default_mass.py: using MSISDN 1058
22:48:32.835565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.857464 tst         register_default_mass.py: using MSISDN 1059
22:48:32.866823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.888652 tst         register_default_mass.py: using MSISDN 1060
22:48:32.898024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.919854 tst         register_default_mass.py: using MSISDN 1061
22:48:32.929328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.951371 tst         register_default_mass.py: using MSISDN 1062
22:48:32.960701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.982427 tst         register_default_mass.py: using MSISDN 1063
22:48:32.991804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.013771 tst         register_default_mass.py: using MSISDN 1064
22:48:33.023246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.045183 tst         register_default_mass.py: using MSISDN 1065
22:48:33.054562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.077871 tst         register_default_mass.py: using MSISDN 1066
22:48:33.087998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.111319 tst         register_default_mass.py: using MSISDN 1067
22:48:33.121646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.144793 tst         register_default_mass.py: using MSISDN 1068
22:48:33.154982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.178303 tst         register_default_mass.py: using MSISDN 1069
22:48:33.188640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.211943 tst         register_default_mass.py: using MSISDN 1070
22:48:33.222121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.244978 tst         register_default_mass.py: using MSISDN 1071
22:48:33.255070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.278537 tst         register_default_mass.py: using MSISDN 1072
22:48:33.288880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.311961 tst         register_default_mass.py: using MSISDN 1073
22:48:33.322051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.345431 tst         register_default_mass.py: using MSISDN 1074
22:48:33.355740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.379197 tst         register_default_mass.py: using MSISDN 1075
22:48:33.389504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.412979 tst         register_default_mass.py: using MSISDN 1076
22:48:33.423412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.446714 tst         register_default_mass.py: using MSISDN 1077
22:48:33.456943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.480214 tst         register_default_mass.py: using MSISDN 1078
22:48:33.490447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.513826 tst         register_default_mass.py: using MSISDN 1079
22:48:33.524251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.546863 tst         register_default_mass.py: using MSISDN 1080
22:48:33.556932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.580095 tst         register_default_mass.py: using MSISDN 1081
22:48:33.590165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.612854 tst         register_default_mass.py: using MSISDN 1082
22:48:33.622771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.644933 tst         register_default_mass.py: using MSISDN 1083
22:48:33.654463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.676355 tst         register_default_mass.py: using MSISDN 1084
22:48:33.685754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.707531 tst         register_default_mass.py: using MSISDN 1085
22:48:33.716980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.738750 tst         register_default_mass.py: using MSISDN 1086
22:48:33.748209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.769937 tst         register_default_mass.py: using MSISDN 1087
22:48:33.779343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.801167 tst         register_default_mass.py: using MSISDN 1088
22:48:33.810559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.832360 tst         register_default_mass.py: using MSISDN 1089
22:48:33.841667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.863574 tst         register_default_mass.py: using MSISDN 1090
22:48:33.873058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.895080 tst         register_default_mass.py: using MSISDN 1091
22:48:33.904738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.926694 tst         register_default_mass.py: using MSISDN 1092
22:48:33.936128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.957934 tst         register_default_mass.py: using MSISDN 1093
22:48:33.967215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.989032 tst         register_default_mass.py: using MSISDN 1094
22:48:33.998404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.020160 tst         register_default_mass.py: using MSISDN 1095
22:48:34.029591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.051423 tst         register_default_mass.py: using MSISDN 1096
22:48:34.060761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.082579 tst         register_default_mass.py: using MSISDN 1097
22:48:34.091884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.113752 tst         register_default_mass.py: using MSISDN 1098
22:48:34.123167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.144934 tst         register_default_mass.py: using MSISDN 1099
22:48:34.154331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.176073 tst         register_default_mass.py: using MSISDN 1100
22:48:34.185447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.273342 run                             mass: Starting testcase
22:48:34.278973 run                             mass: Pre-launching all virtphy's
22:48:34.284528 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.297797 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.303957 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.317083 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.323236 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.336320 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.342473 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.355671 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.361727 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.374791 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.381064 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.394320 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.400499 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.413628 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.419688 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.432755 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.438820 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.451842 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.457915 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.471019 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.477048 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.490129 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.496207 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.509250 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.515319 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.528417 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.534422 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.547462 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.553691 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.566728 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.572812 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.585854 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.591924 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.604991 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.611077 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.624166 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.630246 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.643415 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.649507 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.662650 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.668782 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.681868 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.688022 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.701095 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.707244 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.720336 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.726428 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.739523 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.745645 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.758686 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.764848 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.777935 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.784093 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.797189 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.803303 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.816439 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.822492 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.835662 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.841806 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.854895 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.860969 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.874086 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.880253 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.893301 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.899430 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.912558 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.918618 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.931851 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.937968 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.951223 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.957292 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.970393 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.976491 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.989574 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.995651 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.008752 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.014809 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.027917 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.033943 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.047024 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.053140 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.066178 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.072250 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.085310 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.091379 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.104504 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.110577 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.123889 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.129955 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.143177 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.149334 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.162588 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.168690 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.181898 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.188040 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.201203 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.207259 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.220394 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.226504 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.239642 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.245765 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.258869 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.264996 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.278083 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.284156 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.297240 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.303316 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.316382 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.322497 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.335551 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.341639 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.354938 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.361092 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.374316 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.380394 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.393611 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.399748 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.412984 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.419028 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.432165 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.438299 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.451382 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.457477 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.470598 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.476702 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.489871 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.495958 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.509054 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.515086 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.528200 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.534250 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.547360 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.553497 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.566631 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.572696 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.585921 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.592012 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.605278 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.611384 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.624533 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.630785 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.643952 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.650228 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.663423 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.669512 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.682658 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.688758 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.701810 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.707870 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.720906 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.726927 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.740062 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.746148 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.759212 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.765289 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.778382 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.784656 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.797872 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.804101 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.817424 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.823604 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.836873 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.842912 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.856011 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.862079 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.875368 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.881509 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.894797 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.900990 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.914181 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.920458 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.933805 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.940019 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.953376 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.959532 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.972718 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.978941 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.992219 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.998433 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.011743 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.017971 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.031266 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.037477 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.050798 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.057184 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.070443 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.076700 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.089827 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.095899 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.109119 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.115171 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.128478 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.134537 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.147648 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.153755 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.166826 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.173028 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.186132 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.192194 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.205290 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.211305 run                             mass: Checking if sockets are in the filesystem
22:48:36.241001 run                osmo-ms-mob/00000: Starting mobile
22:48:36.254217 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.265686 run                             mass: MS start registered  {at=18335.553986265, delay=0.005178580999199767, ms=00000}
22:48:40.426412 run                osmo-ms-mob/00001: Starting mobile
22:48:40.439288 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.449767 run                             mass: MS start registered  {at=18339.738068105, delay=0.0045333130001381505, ms=00001}
22:48:41.324927 run                             mass: MS performed LU  {at=18340.613113759, lu_delay=5.0591274939979485, ms=00000}
22:48:42.256473 run                osmo-ms-mob/00002: Starting mobile
22:48:42.273346 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.283883 run                             mass: MS start registered  {at=18341.572176873, delay=0.00449627299894928, ms=00002}
22:48:43.559696 run                osmo-ms-mob/00003: Starting mobile
22:48:43.576753 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.587592 run                             mass: MS start registered  {at=18342.875893571, delay=0.004725078997580567, ms=00003}
22:48:44.656238 run                osmo-ms-mob/00004: Starting mobile
22:48:44.672873 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.683357 run                             mass: MS start registered  {at=18343.971661359, delay=0.00447449700004654, ms=00004}
22:48:45.627501 run                osmo-ms-mob/00005: Starting mobile
22:48:45.640442 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.650865 run                             mass: MS start registered  {at=18344.939169287, delay=0.004446754999662517, ms=00005}
22:48:46.503403 run                             mass: MS performed LU  {at=18345.791583509, lu_delay=6.053515403997153, ms=00001}
22:48:46.542191 run                osmo-ms-mob/00006: Starting mobile
22:48:46.557647 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.568184 run                             mass: MS start registered  {at=18345.856487617, delay=0.004476871999941068, ms=00006}
22:48:47.425867 run                osmo-ms-mob/00007: Starting mobile
22:48:47.438904 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.449589 run                             mass: MS start registered  {at=18346.737893415, delay=0.004299819000152638, ms=00007}
22:48:48.256131 run                osmo-ms-mob/00008: Starting mobile
22:48:48.272843 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.283351 run                             mass: MS start registered  {at=18347.571653784, delay=0.004489666000154102, ms=00008}
22:48:48.404814 run                             mass: MS performed LU  {at=18347.693008339, lu_delay=4.817114768000465, ms=00003}
22:48:48.431828 run                             mass: MS performed LU  {at=18347.720050795, lu_delay=6.147873922000144, ms=00002}
22:48:48.954750 run                osmo-ms-mob/00009: Starting mobile
22:48:48.968153 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.978768 run                             mass: MS start registered  {at=18348.267073023, delay=0.004464140998607036, ms=00009}
22:48:49.656184 run                osmo-ms-mob/00010: Starting mobile
22:48:49.673899 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.684532 run                             mass: MS start registered  {at=18348.972836822, delay=0.0032552749980823137, ms=00010}
22:48:50.251209 run                osmo-ms-mob/00011: Starting mobile
22:48:50.267353 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.273578 run                             mass: MS performed LU  {at=18349.561885045, lu_delay=5.590223686001991, ms=00004}
22:48:50.279504 run                             mass: MS start registered  {at=18349.567820698, delay=0.005954279000434326, ms=00011}
22:48:50.804382 run                             mass: MS performed LU  {at=18350.092575833, lu_delay=5.153406546000042, ms=00005}
22:48:50.833117 run                osmo-ms-mob/00012: Starting mobile
22:48:50.846171 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.858203 run                             mass: MS start registered  {at=18350.146506524, delay=0.005766517999290954, ms=00012}
22:48:51.442040 run                osmo-ms-mob/00013: Starting mobile
22:48:51.456362 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.467265 run                             mass: MS start registered  {at=18350.755569784, delay=0.004532611001195619, ms=00013}
22:48:52.055693 run                osmo-ms-mob/00014: Starting mobile
22:48:52.072977 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.083719 run                             mass: MS start registered  {at=18351.372023303, delay=0.004558546999760438, ms=00014}
22:48:52.170137 run                             mass: MS performed LU  {at=18351.458331225, lu_delay=4.7204378099995665, ms=00007}
22:48:52.196465 run                             mass: MS performed LU  {at=18351.484756623, lu_delay=5.628269005999755, ms=00006}
22:48:52.655494 run                osmo-ms-mob/00015: Starting mobile
22:48:52.672163 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.682789 run                             mass: MS start registered  {at=18351.971093319, delay=0.004472639000596246, ms=00015}
22:48:53.127983 run                osmo-ms-mob/00016: Starting mobile
22:48:53.141495 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.152206 run                             mass: MS start registered  {at=18352.440509346, delay=0.004583718000503723, ms=00016}
22:48:53.655238 run                osmo-ms-mob/00017: Starting mobile
22:48:53.671852 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.682624 run                             mass: MS start registered  {at=18352.9709273, delay=0.004713499001809396, ms=00017}
22:48:54.035159 run                             mass: MS performed LU  {at=18353.323358978, lu_delay=5.751705193997623, ms=00008}
22:48:54.099462 run                             mass: MS performed LU  {at=18353.387665972, lu_delay=5.120592949002457, ms=00009}
22:48:54.127640 run                osmo-ms-mob/00018: Starting mobile
22:48:54.140834 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.151330 run                             mass: MS start registered  {at=18353.439637699, delay=0.004488880000280915, ms=00018}
22:48:54.653417 run                osmo-ms-mob/00019: Starting mobile
22:48:54.670555 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.682293 run                             mass: MS start registered  {at=18353.970598001, delay=0.004055366000102367, ms=00019}
22:48:55.127918 run                osmo-ms-mob/00020: Starting mobile
22:48:55.141263 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.151779 run                             mass: MS start registered  {at=18354.440083547, delay=0.004309444000682561, ms=00020}
22:48:55.661818 run                osmo-ms-mob/00021: Starting mobile
22:48:55.677465 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.688223 run                             mass: MS start registered  {at=18354.976528426, delay=0.004700271998444805, ms=00021}
22:48:55.936223 run                             mass: MS performed LU  {at=18355.224422766, lu_delay=5.656602068000211, ms=00011}
22:48:55.950402 run                osmo-ms-mob/00022: Starting mobile
22:48:55.963683 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.969794 run                             mass: MS performed LU  {at=18355.258106001, lu_delay=5.111599477000709, ms=00012}
22:48:55.975770 run                             mass: MS start registered  {at=18355.264087789, delay=0.005996846000925871, ms=00022}
22:48:56.051272 run                             mass: MS performed LU  {at=18355.339473223, lu_delay=6.366636401002324, ms=00010}
22:48:56.305562 run                             mass: MS performed LU  {at=18355.593765223, lu_delay=4.8381954389988095, ms=00013}
22:48:56.556365 run                osmo-ms-mob/00023: Starting mobile
22:48:56.572754 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.583480 run                             mass: MS start registered  {at=18355.871784381, delay=0.004339808001532219, ms=00023}
22:48:56.927656 run                osmo-ms-mob/00024: Starting mobile
22:48:56.940919 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.951567 run                             mass: MS start registered  {at=18356.239866791, delay=0.0044666649991995655, ms=00024}
22:48:57.454780 run                osmo-ms-mob/00025: Starting mobile
22:48:57.471787 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.482523 run                             mass: MS start registered  {at=18356.77082686, delay=0.0044652159995166585, ms=00025}
22:48:57.736030 run                             mass: MS performed LU  {at=18357.024235432, lu_delay=4.583726085998933, ms=00016}
22:48:57.751250 run                osmo-ms-mob/00026: Starting mobile
22:48:57.765521 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.776397 run                             mass: MS start registered  {at=18357.064702047, delay=0.004425807997904485, ms=00026}
22:48:57.800049 run                             mass: MS performed LU  {at=18357.088246433, lu_delay=5.71622312999898, ms=00014}
22:48:58.255957 run                osmo-ms-mob/00027: Starting mobile
22:48:58.273220 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.283930 run                             mass: MS start registered  {at=18357.572235312, delay=0.004560034998576157, ms=00027}
22:48:58.639320 run                osmo-ms-mob/00028: Starting mobile
22:48:58.653357 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.664349 run                             mass: MS start registered  {at=18357.952651479, delay=0.0047211350029101595, ms=00028}
22:48:59.027398 run                osmo-ms-mob/00029: Starting mobile
22:48:59.040513 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.051142 run                             mass: MS start registered  {at=18358.339446317, delay=0.004330145002313657, ms=00029}
22:48:59.454728 run                osmo-ms-mob/00030: Starting mobile
22:48:59.471562 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.482364 run                             mass: MS start registered  {at=18358.770669056, delay=0.0047472240003116895, ms=00030}
22:48:59.701759 run                             mass: MS performed LU  {at=18358.98995595, lu_delay=5.550318251000135, ms=00018}
22:48:59.729036 run                             mass: MS performed LU  {at=18359.017298527, lu_delay=5.046700525999768, ms=00019}
22:48:59.753359 run                osmo-ms-mob/00031: Starting mobile
22:48:59.766681 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.777236 run                             mass: MS start registered  {at=18359.065541193, delay=0.0044937009988643695, ms=00031}
22:48:59.817715 run                             mass: MS performed LU  {at=18359.10590446, lu_delay=6.134977159999835, ms=00017}
22:48:59.835323 run                             mass: MS performed LU  {at=18359.123637962, lu_delay=4.683554414998071, ms=00020}
22:48:59.846598 run                osmo-ms-mob/00032: Starting mobile
22:48:59.859968 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.870561 run                             mass: MS start registered  {at=18359.158867777, delay=0.004408327000419376, ms=00032}
22:49:00.532078 run                osmo-ms-mob/00033: Starting mobile
22:49:00.546600 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.557562 run                             mass: MS start registered  {at=18359.845864406, delay=0.004407368000101997, ms=00033}
22:49:00.940214 run                osmo-ms-mob/00034: Starting mobile
22:49:00.954032 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.964748 run                             mass: MS start registered  {at=18360.253052475, delay=0.004602197001077002, ms=00034}
22:49:01.227829 run                osmo-ms-mob/00035: Starting mobile
22:49:01.241291 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.252071 run                             mass: MS start registered  {at=18360.540376175, delay=0.00455591399804689, ms=00035}
22:49:01.501635 run                             mass: MS performed LU  {at=18360.789835338, lu_delay=5.525747548999789, ms=00022}
22:49:01.520401 run                             mass: MS performed LU  {at=18360.808624251, lu_delay=4.568757460001507, ms=00024}
22:49:01.565582 run                osmo-ms-mob/00036: Starting mobile
22:49:01.598026 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.604169 run                             mass: MS performed LU  {at=18360.892480136, lu_delay=5.915951710001536, ms=00021}
22:49:01.610079 run                             mass: MS start registered  {at=18360.898396935, delay=0.00593415100229322, ms=00036}
22:49:01.775152 run                             mass: MS performed LU  {at=18361.063353002, lu_delay=5.191568620997714, ms=00023}
22:49:02.052137 run                osmo-ms-mob/00037: Starting mobile
22:49:02.066322 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.076899 run                             mass: MS start registered  {at=18361.36520104, delay=0.00439948300117976, ms=00037}
22:49:02.327407 run                osmo-ms-mob/00038: Starting mobile
22:49:02.340449 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.350999 run                             mass: MS start registered  {at=18361.639301712, delay=0.0045064330006425735, ms=00038}
22:49:02.627699 run                osmo-ms-mob/00039: Starting mobile
22:49:02.641107 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.652057 run                             mass: MS start registered  {at=18361.940357052, delay=0.004859323998971377, ms=00039}
22:49:03.040824 run                osmo-ms-mob/00040: Starting mobile
22:49:03.054497 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.065198 run                             mass: MS start registered  {at=18362.353499988, delay=0.004611116000887705, ms=00040}
22:49:03.339998 run                osmo-ms-mob/00041: Starting mobile
22:49:03.354581 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.365694 run                             mass: MS start registered  {at=18362.653992241, delay=0.004603576002409682, ms=00041}
22:49:03.468404 run                             mass: MS performed LU  {at=18362.756605966, lu_delay=5.184370653998485, ms=00027}
22:49:03.495488 run                             mass: MS performed LU  {at=18362.78369042, lu_delay=4.831038940999861, ms=00028}
22:49:03.517088 run                osmo-ms-mob/00042: Starting mobile
22:49:03.530255 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.540787 run                             mass: MS start registered  {at=18362.829094624, delay=0.0021920550025242846, ms=00042}
22:49:03.582795 run                             mass: MS performed LU  {at=18362.870997023, lu_delay=5.806294976002391, ms=00026}
22:49:03.600358 run                             mass: MS performed LU  {at=18362.888664792, lu_delay=6.117837932000839, ms=00025}
22:49:03.911194 run                             mass: MS performed LU  {at=18363.199396147, lu_delay=4.8599498299990955, ms=00029}
22:49:03.957355 run                osmo-ms-mob/00043: Starting mobile
22:49:03.972110 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.982943 run                             mass: MS start registered  {at=18363.271236505, delay=0.004743858000438195, ms=00043}
22:49:04.342402 run                osmo-ms-mob/00044: Starting mobile
22:49:04.357232 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.368327 run                             mass: MS start registered  {at=18363.656635407, delay=0.004679112997109769, ms=00044}
22:49:04.640824 run                osmo-ms-mob/00045: Starting mobile
22:49:04.654844 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.665592 run                             mass: MS start registered  {at=18363.953895889, delay=0.004602523000357905, ms=00045}
22:49:04.927202 run                osmo-ms-mob/00046: Starting mobile
22:49:04.940687 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.951390 run                             mass: MS start registered  {at=18364.239693967, delay=0.004349609000200871, ms=00046}
22:49:05.239026 run                osmo-ms-mob/00047: Starting mobile
22:49:05.253375 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.264340 run                             mass: MS start registered  {at=18364.552644205, delay=0.004383308998512803, ms=00047}
22:49:05.530397 run                osmo-ms-mob/00048: Starting mobile
22:49:05.543989 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.554638 run                             mass: MS start registered  {at=18364.84294176, delay=0.004445498998393305, ms=00048}
22:49:05.875013 run                osmo-ms-mob/00049: Starting mobile
22:49:05.891431 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.902077 run                             mass: MS start registered  {at=18365.190380496, delay=0.004583492998790462, ms=00049}
22:49:05.973588 run                             mass: MS performed LU  {at=18365.261799559, lu_delay=6.102931781999359, ms=00032}
22:49:05.996724 run                             mass: MS performed LU  {at=18365.28503793, lu_delay=5.439173523998761, ms=00033}
22:49:06.007882 run                osmo-ms-mob/00050: Starting mobile
22:49:06.021579 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.032768 run                             mass: MS start registered  {at=18365.321069629, delay=0.004813974999706261, ms=00050}
22:49:06.039003 run                             mass: MS performed LU  {at=18365.327313497, lu_delay=6.556644440999662, ms=00030}
22:49:06.102398 run                             mass: MS performed LU  {at=18365.390622825, lu_delay=6.3250816320032754, ms=00031}
22:49:06.527257 run                osmo-ms-mob/00051: Starting mobile
22:49:06.540572 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.551452 run                             mass: MS start registered  {at=18365.8397569, delay=0.004733974001283059, ms=00051}
22:49:06.836887 run                osmo-ms-mob/00052: Starting mobile
22:49:06.850566 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.861350 run                             mass: MS start registered  {at=18366.149652444, delay=0.004642146999685792, ms=00052}
22:49:07.153759 run                osmo-ms-mob/00053: Starting mobile
22:49:07.170655 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.181426 run                             mass: MS start registered  {at=18366.469728376, delay=0.004616944999725092, ms=00053}
22:49:07.233516 run                             mass: MS performed LU  {at=18366.52173111, lu_delay=5.156530069998553, ms=00037}
22:49:07.260829 run                             mass: MS performed LU  {at=18366.549056858, lu_delay=4.909755145999952, ms=00038}
22:49:07.275250 run                osmo-ms-mob/00054: Starting mobile
22:49:07.288585 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.299240 run                             mass: MS start registered  {at=18366.587544378, delay=0.004616737998730969, ms=00054}
22:49:07.349393 run                             mass: MS performed LU  {at=18366.637595545, lu_delay=4.6972384929977125, ms=00039}
22:49:07.370337 run                             mass: MS performed LU  {at=18366.658650859, lu_delay=5.760253923999699, ms=00036}
22:49:07.381676 run                osmo-ms-mob/00055: Starting mobile
22:49:07.395100 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.406380 run                             mass: MS start registered  {at=18366.694680019, delay=0.004996091000066372, ms=00055}
22:49:07.421929 run                             mass: MS performed LU  {at=18366.710198119, lu_delay=6.169821944000432, ms=00035}
22:49:07.440453 run                             mass: MS performed LU  {at=18366.728745467, lu_delay=6.475692992000404, ms=00034}
22:49:07.452972 run                osmo-ms-mob/00056: Starting mobile
22:49:07.466502 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.477303 run                             mass: MS start registered  {at=18366.765608685, delay=0.004287218998797471, ms=00056}
22:49:08.347801 run                osmo-ms-mob/00057: Starting mobile
22:49:08.362510 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.377903 run                             mass: MS start registered  {at=18367.666204274, delay=0.005160687000170583, ms=00057}
22:49:08.727895 run                osmo-ms-mob/00058: Starting mobile
22:49:08.740906 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.751453 run                             mass: MS start registered  {at=18368.039757488, delay=0.004525279000517912, ms=00058}
22:49:09.028088 run                osmo-ms-mob/00059: Starting mobile
22:49:09.041431 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.047474 run                             mass: MS performed LU  {at=18368.335785414, lu_delay=5.681793173000187, ms=00041}
22:49:09.053739 run                             mass: MS start registered  {at=18368.342055096, delay=0.006288364998908946, ms=00059}
22:49:09.098121 run                             mass: MS performed LU  {at=18368.386332558, lu_delay=5.557237933997385, ms=00042}
22:49:09.119504 run                osmo-ms-mob/00060: Starting mobile
22:49:09.132989 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.143740 run                             mass: MS start registered  {at=18368.432020669, delay=0.004661185997974826, ms=00060}
22:49:09.161622 run                             mass: MS performed LU  {at=18368.449925529, lu_delay=6.096425540999917, ms=00040}
22:49:09.287498 run                             mass: MS performed LU  {at=18368.575706294, lu_delay=5.304469788999995, ms=00043}
22:49:09.342189 run                             mass: MS performed LU  {at=18368.630388702, lu_delay=4.973753295002098, ms=00044}
22:49:09.369479 run                osmo-ms-mob/00061: Starting mobile
22:49:09.382724 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.389012 run                             mass: MS performed LU  {at=18368.677324878, lu_delay=4.72342898900024, ms=00045}
22:49:09.394977 run                             mass: MS start registered  {at=18368.683294749, delay=0.005986618001770694, ms=00061}
22:49:10.039989 run                osmo-ms-mob/00062: Starting mobile
22:49:10.054155 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.064974 run                             mass: MS start registered  {at=18369.353279627, delay=0.004451616001460934, ms=00062}
22:49:10.341951 run                osmo-ms-mob/00063: Starting mobile
22:49:10.356067 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.367702 run                             mass: MS start registered  {at=18369.655997207, delay=0.00546173499969882, ms=00063}
22:49:10.772782 run                osmo-ms-mob/00064: Starting mobile
22:49:10.789448 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.800394 run                             mass: MS start registered  {at=18370.088698652, delay=0.004555269002594287, ms=00064}
22:49:10.999132 run                             mass: MS performed LU  {at=18370.287330765, lu_delay=5.096950269002264, ms=00049}
22:49:11.027506 run                             mass: MS performed LU  {at=18370.315689286, lu_delay=5.472747526000603, ms=00048}
22:49:11.056676 run                osmo-ms-mob/00065: Starting mobile
22:49:11.069818 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.080456 run                             mass: MS start registered  {at=18370.368762688, delay=0.004536838998319581, ms=00065}
22:49:11.114921 run                             mass: MS performed LU  {at=18370.403122519, lu_delay=5.850478314001521, ms=00047}
22:49:11.136295 run                             mass: MS performed LU  {at=18370.424608868, lu_delay=5.1035392390003835, ms=00050}
22:49:11.147776 run                osmo-ms-mob/00066: Starting mobile
22:49:11.160953 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.172064 run                             mass: MS start registered  {at=18370.460362661, delay=0.005031962002249202, ms=00066}
22:49:11.188019 run                             mass: MS performed LU  {at=18370.476290616, lu_delay=6.236596648999694, ms=00046}
22:49:11.441855 run                             mass: MS performed LU  {at=18370.730042125, lu_delay=4.8902852249993884, ms=00051}
22:49:11.842525 run                osmo-ms-mob/00067: Starting mobile
22:49:11.857128 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.867989 run                             mass: MS start registered  {at=18371.156294014, delay=0.004712630998255918, ms=00067}
22:49:12.140620 run                osmo-ms-mob/00068: Starting mobile
22:49:12.154838 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.166341 run                             mass: MS start registered  {at=18371.454640587, delay=0.005210289000388002, ms=00068}
22:49:12.527946 run                osmo-ms-mob/00069: Starting mobile
22:49:12.541458 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.552154 run                             mass: MS start registered  {at=18371.84045736, delay=0.004567917996610049, ms=00069}
22:49:12.799476 run                             mass: MS performed LU  {at=18372.087676594, lu_delay=5.617948218001402, ms=00053}
22:49:12.864413 run                             mass: MS performed LU  {at=18372.152617739, lu_delay=5.565073361001851, ms=00054}
22:49:12.890779 run                osmo-ms-mob/00070: Starting mobile
22:49:12.904018 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.914732 run                             mass: MS start registered  {at=18372.203038869, delay=0.004686669999500737, ms=00070}
22:49:12.927185 run                             mass: MS performed LU  {at=18372.215493051, lu_delay=5.449884366000333, ms=00056}
22:49:13.054211 run                             mass: MS performed LU  {at=18372.342411036, lu_delay=5.647731016997568, ms=00055}
22:49:13.108696 run                             mass: MS performed LU  {at=18372.396897627, lu_delay=6.2472451829999045, ms=00052}
22:49:13.134000 run                osmo-ms-mob/00071: Starting mobile
22:49:13.147070 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.153171 run                             mass: MS performed LU  {at=18372.441483415, lu_delay=4.775279141002102, ms=00057}
22:49:13.159025 run                             mass: MS start registered  {at=18372.447342562, delay=0.005876836003153585, ms=00071}
22:49:13.740045 run                osmo-ms-mob/00072: Starting mobile
22:49:13.753588 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.764823 run                             mass: MS start registered  {at=18373.053124541, delay=0.004895495996606769, ms=00072}
22:49:14.140358 run                osmo-ms-mob/00073: Starting mobile
22:49:14.154706 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.161173 run                             mass: MS performed LU  {at=18373.449482019, lu_delay=3.7934848120021343, ms=00063}
22:49:14.167282 run                             mass: MS start registered  {at=18373.455599053, delay=0.0061350779978965875, ms=00073}
22:49:14.567179 run                osmo-ms-mob/00074: Starting mobile
22:49:14.583166 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.593987 run                             mass: MS start registered  {at=18373.882291459, delay=0.004655138996895403, ms=00074}
22:49:14.764720 run                             mass: MS performed LU  {at=18374.052922843, lu_delay=5.7108677469987015, ms=00059}
22:49:14.791643 run                             mass: MS performed LU  {at=18374.079936427, lu_delay=6.040178938997997, ms=00058}
22:49:14.804406 run                osmo-ms-mob/00075: Starting mobile
22:49:14.817616 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.828462 run                             mass: MS start registered  {at=18374.116767066, delay=0.004522952000115765, ms=00075}
22:49:14.880724 run                             mass: MS performed LU  {at=18374.168903226, lu_delay=5.736882557001081, ms=00060}
22:49:14.898640 run                             mass: MS performed LU  {at=18374.186892758, lu_delay=5.503598008999688, ms=00061}
22:49:14.954826 run                             mass: MS performed LU  {at=18374.243043726, lu_delay=4.889764098999876, ms=00062}
22:49:14.974571 run                             mass: MS performed LU  {at=18374.262884267, lu_delay=22.29179094799838, ms=00015}
22:49:15.006077 run                osmo-ms-mob/00076: Starting mobile
22:49:15.020330 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.031364 run                             mass: MS start registered  {at=18374.31966789, delay=0.004808968998986529, ms=00076}
22:49:15.840567 run                osmo-ms-mob/00077: Starting mobile
22:49:15.854515 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.865410 run                             mass: MS start registered  {at=18375.153713388, delay=0.004515210002864478, ms=00077}
22:49:16.355004 run                osmo-ms-mob/00078: Starting mobile
22:49:16.370419 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.381137 run                             mass: MS start registered  {at=18375.669439101, delay=0.004524521998973796, ms=00078}
22:49:16.564933 run                             mass: MS performed LU  {at=18375.853133452, lu_delay=5.484370764002961, ms=00065}
22:49:16.629690 run                             mass: MS performed LU  {at=18375.917884061, lu_delay=4.7615900470009365, ms=00067}
22:49:16.672254 run                osmo-ms-mob/00079: Starting mobile
22:49:16.685951 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.692761 run                             mass: MS performed LU  {at=18375.981061932, lu_delay=5.892363279999699, ms=00064}
22:49:16.698819 run                             mass: MS start registered  {at=18375.98713626, delay=0.00683515699711279, ms=00079}
22:49:16.820120 run                             mass: MS performed LU  {at=18376.108319579, lu_delay=5.647956918001, ms=00066}
22:49:16.873900 run                             mass: MS performed LU  {at=18376.162115098, lu_delay=4.707474511000328, ms=00068}
22:49:17.227643 run                osmo-ms-mob/00080: Starting mobile
22:49:17.241005 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.252465 run                             mass: MS start registered  {at=18376.540762641, delay=0.005128194999997504, ms=00080}
22:49:17.727015 run                osmo-ms-mob/00081: Starting mobile
22:49:17.740746 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.754811 run                             mass: MS start registered  {at=18377.043110753, delay=0.007887836996815167, ms=00081}
22:49:18.139916 run                osmo-ms-mob/00082: Starting mobile
22:49:18.153770 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.164408 run                             mass: MS start registered  {at=18377.4527126, delay=0.004574316000798717, ms=00082}
22:49:18.531485 run                             mass: MS performed LU  {at=18377.819684973, lu_delay=5.61664610400112, ms=00070}
22:49:18.558874 run                             mass: MS performed LU  {at=18377.847100909, lu_delay=6.006643549000728, ms=00069}
22:49:18.592810 run                osmo-ms-mob/00083: Starting mobile
22:49:18.606481 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.617245 run                             mass: MS start registered  {at=18377.905550732, delay=0.00465869300023769, ms=00083}
22:49:18.646145 run                             mass: MS performed LU  {at=18377.934357254, lu_delay=5.487014691996592, ms=00071}
22:49:18.664458 run                             mass: MS performed LU  {at=18377.952712463, lu_delay=4.899587922001956, ms=00072}
22:49:18.957049 run                             mass: MS performed LU  {at=18378.245255204, lu_delay=4.7896561510024185, ms=00073}
22:49:19.246738 run                osmo-ms-mob/00084: Starting mobile
22:49:19.262740 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.273677 run                             mass: MS start registered  {at=18378.561979953, delay=0.004651866998756304, ms=00084}
22:49:19.743483 run                osmo-ms-mob/00085: Starting mobile
22:49:19.758350 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.769138 run                             mass: MS start registered  {at=18379.057443179, delay=0.00456058100098744, ms=00085}
22:49:20.341255 run                osmo-ms-mob/00086: Starting mobile
22:49:20.355884 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.361988 run                             mass: MS performed LU  {at=18379.650297853, lu_delay=5.3306299630021385, ms=00076}
22:49:20.368335 run                             mass: MS start registered  {at=18379.656650283, delay=0.0063709879977977835, ms=00086}
22:49:20.394194 run                             mass: MS performed LU  {at=18379.682466926, lu_delay=5.800175467000372, ms=00074}
22:49:20.460091 run                             mass: MS performed LU  {at=18379.748275143, lu_delay=5.631508077000035, ms=00075}
22:49:20.584916 run                             mass: MS performed LU  {at=18379.87309916, lu_delay=4.719385771997622, ms=00077}
22:49:20.956360 run                osmo-ms-mob/00087: Starting mobile
22:49:20.972839 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.983650 run                             mass: MS start registered  {at=18380.271952587, delay=0.004594216003170004, ms=00087}
22:49:21.541905 run                osmo-ms-mob/00088: Starting mobile
22:49:21.556557 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.567314 run                             mass: MS start registered  {at=18380.855616965, delay=0.0046556720008084085, ms=00088}
22:49:22.157940 run                osmo-ms-mob/00089: Starting mobile
22:49:22.174704 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.185673 run                             mass: MS start registered  {at=18381.473968845, delay=0.004625883997505298, ms=00089}
22:49:22.297392 run                             mass: MS performed LU  {at=18381.585593409, lu_delay=5.598457149000751, ms=00079}
22:49:22.323450 run                             mass: MS performed LU  {at=18381.611749965, lu_delay=5.070987323997542, ms=00080}
22:49:22.412507 run                             mass: MS performed LU  {at=18381.700707823, lu_delay=6.031268722003006, ms=00078}
22:49:22.665333 run                             mass: MS performed LU  {at=18381.953533426, lu_delay=4.910422673001449, ms=00081}
22:49:22.694576 run                osmo-ms-mob/00090: Starting mobile
22:49:22.708246 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.721192 run                             mass: MS start registered  {at=18382.009478323, delay=0.006738877000316279, ms=00090}
22:49:23.441242 run                osmo-ms-mob/00091: Starting mobile
22:49:23.455329 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.466132 run                             mass: MS start registered  {at=18382.754435381, delay=0.004702471000200603, ms=00091}
22:49:24.097038 run                             mass: MS performed LU  {at=18383.385234172, lu_delay=4.823254219001683, ms=00084}
22:49:24.126672 run                osmo-ms-mob/00092: Starting mobile
22:49:24.140311 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.151015 run                             mass: MS start registered  {at=18383.439320542, delay=0.004618512997694779, ms=00092}
22:49:24.160274 run                             mass: MS performed LU  {at=18383.448569804, lu_delay=5.543019071999879, ms=00083}
22:49:24.226392 run                             mass: MS performed LU  {at=18383.514592884, lu_delay=6.061880283999926, ms=00082}
22:49:24.351901 run                             mass: MS performed LU  {at=18383.640107417, lu_delay=4.58266423799796, ms=00085}
22:49:24.926847 run                osmo-ms-mob/00093: Starting mobile
22:49:24.940278 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.950876 run                             mass: MS start registered  {at=18384.239181958, delay=0.004439480002474738, ms=00093}
22:49:25.863082 run                osmo-ms-mob/00094: Starting mobile
22:49:25.879119 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.889697 run                             mass: MS start registered  {at=18385.178000687, delay=0.0045367499988060445, ms=00094}
22:49:26.062502 run                             mass: MS performed LU  {at=18385.350700446, lu_delay=5.694050163001521, ms=00086}
22:49:26.090623 run                             mass: MS performed LU  {at=18385.378820186, lu_delay=5.106867598999088, ms=00087}
22:49:26.412937 run                             mass: MS performed LU  {at=18385.701137481, lu_delay=4.845520515998942, ms=00088}
22:49:26.727916 run                osmo-ms-mob/00095: Starting mobile
22:49:26.741145 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.752193 run                             mass: MS start registered  {at=18386.040491968, delay=0.004934282998874551, ms=00095}
22:49:27.728081 run                osmo-ms-mob/00096: Starting mobile
22:49:27.741132 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.751874 run                             mass: MS start registered  {at=18387.040177641, delay=0.004580456999974558, ms=00096}
22:49:27.927437 run                             mass: MS performed LU  {at=18387.215594045, lu_delay=5.741625200000271, ms=00089}
22:49:27.991868 run                             mass: MS performed LU  {at=18387.280075024, lu_delay=5.270596700996975, ms=00090}
22:49:28.079529 run                             mass: MS performed LU  {at=18387.367728883, lu_delay=4.613293501999578, ms=00091}
22:49:28.827309 run                osmo-ms-mob/00097: Starting mobile
22:49:28.840772 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.851572 run                             mass: MS start registered  {at=18388.139878339, delay=0.004726848997961497, ms=00097}
22:49:29.828624 run                             mass: MS performed LU  {at=18389.116822891, lu_delay=5.677502349000861, ms=00092}
22:49:29.855756 run                             mass: MS performed LU  {at=18389.143957478, lu_delay=4.90477552000084, ms=00093}
22:49:30.155912 run                osmo-ms-mob/00098: Starting mobile
22:49:30.172685 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.183209 run                             mass: MS start registered  {at=18389.471515419, delay=0.004469197003345471, ms=00098}
22:49:31.692355 run                             mass: MS performed LU  {at=18390.980530282, lu_delay=5.802529594999214, ms=00094}
22:49:31.757675 run                             mass: MS performed LU  {at=18391.045880385, lu_delay=5.005388417001086, ms=00095}
22:49:31.964645 run                osmo-ms-mob/00099: Starting mobile
22:49:31.981026 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.987148 run                             mass: All started... {duration=55.770076747998246, too_slow=0}
22:49:31.993136 run                             mass: MS start registered  {at=18391.28144777, delay=0.005981335001706611, ms=00099}
22:49:33.594803 run                             mass: MS performed LU  {at=18392.883003599, lu_delay=5.842825957999594, ms=00096}
22:49:33.620927 run                             mass: MS performed LU  {at=18392.909154302, lu_delay=4.769275963000837, ms=00097}
22:49:35.459086 run                             mass: MS performed LU  {at=18394.747261785, lu_delay=5.275746365998202, ms=00098}
22:49:37.360859 run                             mass: MS performed LU  {at=18396.64906029, lu_delay=5.367612519999966, ms=00099}
22:49:37.370030 run                             mass: Tests done {all_completed=True, max=22.29179094799838, min=3.7934848120021343}
22:49:37.375469 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:37.380796 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.384051 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.387253 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.390474 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.393724 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.396986 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.400222 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.403481 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.406715 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.410009 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.413334 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.416652 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.419894 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.423130 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.426392 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.429672 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.433010 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.436381 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.439729 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.443247 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.446797 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.450398 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.453721 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.457087 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.460429 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.463742 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.467058 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.470362 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.473678 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.477088 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.480431 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.483987 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.487314 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.490714 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.494456 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.498051 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.501398 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.505020 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.508355 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.511650 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.514973 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.518312 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.521650 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.524968 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.528307 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.531927 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.535254 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.538587 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.541912 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.545255 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.548788 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.552148 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.555507 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.558835 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.562175 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.566049 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.569386 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.572738 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.576061 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.579615 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.583131 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.586698 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.590004 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:37.593343 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:37.596744 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:37.600073 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:37.603375 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:37.606691 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:37.610021 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:37.613350 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:37.616718 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:37.620036 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:37.623408 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:37.626961 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:37.630407 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:37.634060 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:37.637468 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:37.640806 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:37.644216 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:37.647553 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:37.650939 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.654396 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.658060 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.661562 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.664860 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.668174 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.672585 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.676075 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.679487 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.682911 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.686347 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.689710 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.693351 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.696886 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.700559 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.703881 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.707215 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.710686 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.714149 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.717815 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.721205 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.724744 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.728144 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.731881 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.735189 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.738526 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.741845 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.745224 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.748566 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.751929 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.755320 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.758651 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.761985 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.765302 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.768640 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.771940 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.775181 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.778418 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.781649 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.784881 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.788107 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.791324 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.794555 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.797782 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.801011 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.804247 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.807459 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.810680 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.813901 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.817132 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.820363 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.823575 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.826792 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.830011 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.833230 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.836454 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.839679 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.842902 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.846117 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.849345 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.852556 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.855778 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.859000 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.862223 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.865438 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.868658 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.871880 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.875105 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.878327 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.881546 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.884758 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.887970 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.891180 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.894404 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.897627 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.900849 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.904076 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.907284 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.910506 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.913722 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.916948 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.920157 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.923377 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.926594 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.929820 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.933036 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.936241 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.939451 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.942656 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.945869 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.949083 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.952296 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.955503 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.958729 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.961952 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.965162 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.968401 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.971612 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.974815 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.978029 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.981250 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.984463 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.987678 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.990890 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.994111 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.997317 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.000541 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.003746 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.006950 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.010169 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.013412 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.016632 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.019845 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.023053 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.026283 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.029500 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.032722 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.035931 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.039137 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.042364 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.045564 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.048773 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.051997 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.055216 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.058430 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.061650 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.064865 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.068081 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.071287 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.074506 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.077718 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.080940 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.084164 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.087399 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.088863 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.092412 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.093854 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.097392 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.098821 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.102353 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.103793 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.107335 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.108783 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.112323 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.113776 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.117304 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.118746 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.122312 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.123765 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.127330 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.128776 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.132366 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.133812 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.137382 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.138825 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.142403 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.143861 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.147412 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.148866 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.152421 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.153865 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.157421 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.158865 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.162446 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.163898 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.167462 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.168925 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.172503 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.173928 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.177491 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.178938 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.182511 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.183961 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.187574 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.189030 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.192623 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.194077 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.197689 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.199142 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.202746 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.204221 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.207839 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.209294 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.212893 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.214342 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.217932 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.219385 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.222994 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.224455 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.228051 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.229505 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.233155 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.234609 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.238224 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.239683 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.243316 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.244788 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.248386 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.249843 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.253466 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.254927 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.258515 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.259979 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.263577 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.265043 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.268643 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.270108 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.273722 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.275185 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.278769 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.280250 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.283841 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.285298 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.288915 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.290377 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.293968 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.295426 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.299032 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.300496 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.304093 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.305554 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.309165 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.310620 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.314240 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.315693 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.319299 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.320782 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.324385 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.325843 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.329459 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.330909 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.334519 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.335970 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.339571 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.341025 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.344636 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.346091 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.349692 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.351151 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.354750 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.356215 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.359849 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.361317 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.364929 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.366390 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.370011 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.371471 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.375116 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.376576 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.380193 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.381655 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.385250 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.386709 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.390325 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.391790 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.395385 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.396853 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.400458 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.401917 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.405536 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.406997 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.410588 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.412043 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.415649 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.417116 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.420734 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.422199 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.425823 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.427286 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.430898 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.432377 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.435993 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.437458 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.441066 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.442526 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.446153 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.447607 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.451215 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.452705 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.456321 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.457787 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.461415 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.462880 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.466492 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.467964 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.471568 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.473044 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.476655 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.478113 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.481739 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.483205 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.486815 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.488283 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.491894 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.493364 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.496983 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.498449 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.502060 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.503522 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.507150 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.508626 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.512259 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.513712 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.517341 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.518807 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.522427 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.523899 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.527504 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.528972 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.532583 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.534050 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.537696 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.539161 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.542781 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.544257 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.547882 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.549352 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.552969 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.554419 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.558055 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.559514 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.563123 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.564589 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.568244 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.569714 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.573320 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.574773 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.578398 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.579866 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.583498 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.584996 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.588613 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.590082 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.593695 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.595158 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:38.598782 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.600253 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:38.603858 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.605326 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:38.608963 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.610425 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:38.614097 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.615554 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:38.619172 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.620673 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:38.624279 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.625749 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:38.629345 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.630808 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:38.634444 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.635908 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:38.639503 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.640980 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:38.644599 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.646056 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:38.649688 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.651152 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.654776 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.656251 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.659900 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.661360 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.664991 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.666452 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.670074 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.671546 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.675175 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.676759 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.680405 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.681867 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.685492 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.686963 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.690606 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.692078 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.695705 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.697169 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.700813 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.702274 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.705927 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.707391 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.711022 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.712511 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.716157 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.717622 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.721263 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.722728 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.726367 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.727858 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.731492 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.732960 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.736601 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.738072 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.741707 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.743176 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.746813 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.748280 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.751921 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.753388 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.757017 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.758478 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.762106 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.763563 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.767208 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.768722 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.772351 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.773802 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.777421 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.778876 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.782532 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.784011 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.787639 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.789103 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.792754 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.794217 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.797858 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.799317 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.802956 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.804419 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.808064 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.809531 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.813165 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.814624 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.818258 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.819728 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.823365 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.824855 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.828493 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.829967 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.833599 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.835063 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.838725 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.840197 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.843847 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.845308 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.848958 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.850425 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.854078 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.855543 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.859171 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.860658 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.864304 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.865771 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.869420 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.870894 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.874539 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.876018 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.879653 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.881127 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.884773 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.886243 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.889902 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.891364 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.895006 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.896481 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.900110 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.901572 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.905217 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.906690 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.910332 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.911814 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.915463 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.916935 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.920580 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.922056 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.925695 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.927159 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.930809 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.932310 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.935951 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.937425 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.941102 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.942564 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.946225 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.947693 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.951344 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.952831 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.956492 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.957957 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.961612 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.963089 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.966735 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.968265 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.971900 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.973364 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.977031 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.978507 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.982157 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.983627 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.987267 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.988750 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.992387 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.993860 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.997500 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.998972 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.002607 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.004073 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.007723 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.009201 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.012858 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.014334 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.017994 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.019471 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.023120 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.024625 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.028291 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.029760 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.033401 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.034864 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.038501 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.039961 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.043614 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.045084 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.048726 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.050191 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.053833 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.055308 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.058952 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.060436 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.064069 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.065533 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.069156 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.070617 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.074252 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.075717 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.079354 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.080832 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.084501 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.085965 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.089603 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.091071 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.094721 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.096191 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.099856 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.101314 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.104972 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.106441 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.110101 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.111565 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.115218 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.116717 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.120369 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.121843 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.125490 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.126956 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.130604 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.132082 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.135751 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.137226 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.140869 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.142329 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.145978 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.147449 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.151099 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.152578 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.156232 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.157704 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.161348 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.162818 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.567195 ---      ParallelTerminationStrategy: PID 34 died...
22:49:42.573558 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8211 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.643565 tst                       trial-8211: Storing JUnit report in /build/trial-8211/run.2026-01-14_22-48-17/trial-8211.xml

--------------------------------------------------------------------------------------------
trial-8211 PASS
--------------------------------------------------------------------------------------------
22:49:42.654374 tst                       trial-8211: trial-8211: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8211/inst
+ cd trial-8211
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8211-run.tgz run.2026-01-14_22-48-17
+ tar czf /build/trial-8211-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-14_13_27_13.tgz osmo-bts-oc2g.build-2026-01-14_00_51_30.tgz osmo-bts-sysmo.build-2026-01-14_00_51_35.tgz osmo-bts.build-2026-01-14_00_51_40.tgz osmo-ggsn.build-2026-01-14_20_42_39.tgz osmo-hlr.build-2026-01-14_16_36_58.tgz osmo-hnbgw.build-2026-01-14_14_51_34.tgz osmo-mgw.build-2026-01-14_08_33_13.tgz osmo-msc.build-2026-01-14_13_33_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-14_07_38_47.tgz osmo-pcu-sysmo.build-2026-01-14_07_35_35.tgz osmo-pcu.build-2026-01-14_07_35_40.tgz osmo-sgsn.build-2026-01-14_20_48_05.tgz osmo-stp.build-2026-01-14_13_25_43.tgz osmo-trx.build-2026-01-14_14_47_32.tgz osmocom-bb.build-2026-01-14_21_17_19.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