Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8196016160153224316.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-8201
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

#18 [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
#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 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#20 CACHED

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

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

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

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

#25 [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 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 CACHED

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

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

#29 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#29 CACHED

#30 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#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 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e1264548438b180c828abd365c132189270fd98e1683e567545ad3a5cb3b0afa done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8202 -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-05 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8202
+ mkdir -p trial-8202
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-05_13_31_38.tgz osmo-bts-oc2g.build-2026-01-05_00_52_48.tgz osmo-bts-sysmo.build-2026-01-05_00_52_50.tgz osmo-bts.build-2026-01-05_00_52_53.tgz osmo-ggsn.build-2026-01-05_20_58_18.tgz osmo-hlr.build-2026-01-05_16_37_01.tgz osmo-hnbgw.build-2026-01-05_13_33_26.tgz osmo-mgw.build-2026-01-05_08_34_44.tgz osmo-msc.build-2026-01-05_13_37_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-05_07_34_51.tgz osmo-pcu-sysmo.build-2026-01-05_07_36_43.tgz osmo-pcu.build-2026-01-05_07_34_22.tgz osmo-sgsn.build-2026-01-05_21_18_12.tgz osmo-stp.build-2026-01-05_13_27_49.tgz osmo-trx.build-2026-01-05_14_38_44.tgz osmocom-bb.build-2026-01-05_21_18_07.tgz srslte.build-19.tgz trial-8202
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-05_13_31_38.md5 osmo-bts-oc2g.build-2026-01-05_00_52_48.md5 osmo-bts-sysmo.build-2026-01-05_00_52_50.md5 osmo-bts.build-2026-01-05_00_52_53.md5 osmo-ggsn.build-2026-01-05_20_58_18.md5 osmo-hlr.build-2026-01-05_16_37_01.md5 osmo-hnbgw.build-2026-01-05_13_33_26.md5 osmo-mgw.build-2026-01-05_08_34_44.md5 osmo-msc.build-2026-01-05_13_37_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-05_07_34_51.md5 osmo-pcu-sysmo.build-2026-01-05_07_36_43.md5 osmo-pcu.build-2026-01-05_07_34_22.md5 osmo-sgsn.build-2026-01-05_21_18_12.md5 osmo-stp.build-2026-01-05_13_27_49.md5 osmo-trx.build-2026-01-05_14_38_44.md5 osmocom-bb.build-2026-01-05_21_18_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-05_13_31_38.md5 osmo-bts-oc2g.build-2026-01-05_00_52_48.md5 osmo-bts-sysmo.build-2026-01-05_00_52_50.md5 osmo-bts.build-2026-01-05_00_52_53.md5 osmo-ggsn.build-2026-01-05_20_58_18.md5 osmo-hlr.build-2026-01-05_16_37_01.md5 osmo-hnbgw.build-2026-01-05_13_33_26.md5 osmo-mgw.build-2026-01-05_08_34_44.md5 osmo-msc.build-2026-01-05_13_37_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-05_07_34_51.md5 osmo-pcu-sysmo.build-2026-01-05_07_36_43.md5 osmo-pcu.build-2026-01-05_07_34_22.md5 osmo-sgsn.build-2026-01-05_21_18_12.md5 osmo-stp.build-2026-01-05_13_27_49.md5 osmo-trx.build-2026-01-05_14_38_44.md5 osmocom-bb.build-2026-01-05_21_18_07.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-8202 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8202'
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-8202
--------------------------------------------------------------------------------------------
22:48:19.357189 tst                       trial-8202: Detailed log at /build/trial-8202/run.2026-01-05_22-48-19/log

---------------------------------------------------------------------
trial-8202 netreg_mass
---------------------------------------------------------------------
22:48:19.562306 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.562688 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.563526 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.564693 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.605580 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.606418 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.607535 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.669258 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-8202 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.670044 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.685173 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.685703 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.686145 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.686573 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.687016 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.687462 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.687894 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.718159 tst         register_default_mass.py: using LAC 2
22:48:19.740346 tst         register_default_mass.py: using RAC 2
22:48:19.767185 tst         register_default_mass.py: using CellId 2
22:48:19.796756 tst         register_default_mass.py: using BVCI 3
22:48:19.810735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.811394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.811967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.812478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.813015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.813513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.814008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.814517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.815019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.815507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.816010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.816498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.817071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.817600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.818099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.818600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.819107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.819604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.820097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.820592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.821105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.821595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.822090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.822594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.823079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.823564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.824065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.824552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.825049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.825560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.826046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.826529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.827037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.827538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.828029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.828532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.829033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.829532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.830037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.830524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.831002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.831499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.831988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.832475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.832969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.833455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.833942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.834432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.834907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.835405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.835899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.836391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.836889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.837374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.837851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.838348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.838836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.839320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.839807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.840292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.840777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.841259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.841760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.842254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.842730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.843231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.843721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.844206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.844713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.845202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.845688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.846185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.846743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.847232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.847717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.848193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.848673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.849166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.849651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.850127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.850620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.851104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.851580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.852052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.852537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.853024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.853508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.853997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.854480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.854961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.855461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.855943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.856429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.856936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.857415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.857904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.858388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.858879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.859370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.859851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.860328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.860877 tst      register_default_mass.py:21: Launching a simple network
22:48:19.870527 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.989512 run            create_hlr_db(pid=20): Launched
22:48:21.003878 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.020264 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.035288 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.041058 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.228941 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.244013 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.249674 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.663325 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.678401 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.693134 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.807330 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.822413 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.828048 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.851613 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.866758 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.872496 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.185388 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.200738 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.226030 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.397829 run         osmo-bts-virtual(pid=34): Launched
22:48:32.443182 tst         register_default_mass.py: using MSISDN 1001
22:48:32.461239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.501335 tst         register_default_mass.py: using MSISDN 1002
22:48:32.519137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.549942 tst         register_default_mass.py: using MSISDN 1003
22:48:32.564572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.595053 tst         register_default_mass.py: using MSISDN 1004
22:48:32.609244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.639850 tst         register_default_mass.py: using MSISDN 1005
22:48:32.654219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.684381 tst         register_default_mass.py: using MSISDN 1006
22:48:32.698533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.728757 tst         register_default_mass.py: using MSISDN 1007
22:48:32.742689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.772994 tst         register_default_mass.py: using MSISDN 1008
22:48:32.787015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.817955 tst         register_default_mass.py: using MSISDN 1009
22:48:32.832383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.863059 tst         register_default_mass.py: using MSISDN 1010
22:48:32.877345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.907958 tst         register_default_mass.py: using MSISDN 1011
22:48:32.922362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.952912 tst         register_default_mass.py: using MSISDN 1012
22:48:32.967054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.997822 tst         register_default_mass.py: using MSISDN 1013
22:48:33.012237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.041259 tst         register_default_mass.py: using MSISDN 1014
22:48:33.054670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.084962 tst         register_default_mass.py: using MSISDN 1015
22:48:33.099028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.129530 tst         register_default_mass.py: using MSISDN 1016
22:48:33.143744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.174590 tst         register_default_mass.py: using MSISDN 1017
22:48:33.188922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.219751 tst         register_default_mass.py: using MSISDN 1018
22:48:33.234063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.264815 tst         register_default_mass.py: using MSISDN 1019
22:48:33.274500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.305000 tst         register_default_mass.py: using MSISDN 1020
22:48:33.320279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.350542 tst         register_default_mass.py: using MSISDN 1021
22:48:33.361220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.399770 tst         register_default_mass.py: using MSISDN 1022
22:48:33.417687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.458828 tst         register_default_mass.py: using MSISDN 1023
22:48:33.477091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.507848 tst         register_default_mass.py: using MSISDN 1024
22:48:33.522504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.552255 tst         register_default_mass.py: using MSISDN 1025
22:48:33.566149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.596247 tst         register_default_mass.py: using MSISDN 1026
22:48:33.610309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.640400 tst         register_default_mass.py: using MSISDN 1027
22:48:33.654434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.684898 tst         register_default_mass.py: using MSISDN 1028
22:48:33.699195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.729687 tst         register_default_mass.py: using MSISDN 1029
22:48:33.743918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.774495 tst         register_default_mass.py: using MSISDN 1030
22:48:33.788609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.818822 tst         register_default_mass.py: using MSISDN 1031
22:48:33.832766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.863020 tst         register_default_mass.py: using MSISDN 1032
22:48:33.877110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.907737 tst         register_default_mass.py: using MSISDN 1033
22:48:33.921847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.952295 tst         register_default_mass.py: using MSISDN 1034
22:48:33.966549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.996372 tst         register_default_mass.py: using MSISDN 1035
22:48:34.010355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.040310 tst         register_default_mass.py: using MSISDN 1036
22:48:34.054138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.084566 tst         register_default_mass.py: using MSISDN 1037
22:48:34.098829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.129021 tst         register_default_mass.py: using MSISDN 1038
22:48:34.142927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.172392 tst         register_default_mass.py: using MSISDN 1039
22:48:34.186096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.216163 tst         register_default_mass.py: using MSISDN 1040
22:48:34.230163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.260343 tst         register_default_mass.py: using MSISDN 1041
22:48:34.274349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.304545 tst         register_default_mass.py: using MSISDN 1042
22:48:34.318770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.349311 tst         register_default_mass.py: using MSISDN 1043
22:48:34.363225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.393634 tst         register_default_mass.py: using MSISDN 1044
22:48:34.407664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.438348 tst         register_default_mass.py: using MSISDN 1045
22:48:34.452573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.483021 tst         register_default_mass.py: using MSISDN 1046
22:48:34.497144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.527901 tst         register_default_mass.py: using MSISDN 1047
22:48:34.542166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.572486 tst         register_default_mass.py: using MSISDN 1048
22:48:34.586746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.617226 tst         register_default_mass.py: using MSISDN 1049
22:48:34.631337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.661831 tst         register_default_mass.py: using MSISDN 1050
22:48:34.675417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.705929 tst         register_default_mass.py: using MSISDN 1051
22:48:34.720175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.750632 tst         register_default_mass.py: using MSISDN 1052
22:48:34.764656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.794958 tst         register_default_mass.py: using MSISDN 1053
22:48:34.809074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.839010 tst         register_default_mass.py: using MSISDN 1054
22:48:34.852980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.883616 tst         register_default_mass.py: using MSISDN 1055
22:48:34.897756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.928228 tst         register_default_mass.py: using MSISDN 1056
22:48:34.942455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.972975 tst         register_default_mass.py: using MSISDN 1057
22:48:34.987227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.017707 tst         register_default_mass.py: using MSISDN 1058
22:48:35.031918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.062473 tst         register_default_mass.py: using MSISDN 1059
22:48:35.076556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.107152 tst         register_default_mass.py: using MSISDN 1060
22:48:35.121509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.151877 tst         register_default_mass.py: using MSISDN 1061
22:48:35.165926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.204272 tst         register_default_mass.py: using MSISDN 1062
22:48:35.221563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.251396 tst         register_default_mass.py: using MSISDN 1063
22:48:35.265682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.295539 tst         register_default_mass.py: using MSISDN 1064
22:48:35.309719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.339583 tst         register_default_mass.py: using MSISDN 1065
22:48:35.347036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.375939 tst         register_default_mass.py: using MSISDN 1066
22:48:35.384777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.413732 tst         register_default_mass.py: using MSISDN 1067
22:48:35.424032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.453838 tst         register_default_mass.py: using MSISDN 1068
22:48:35.465426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.495596 tst         register_default_mass.py: using MSISDN 1069
22:48:35.504965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.535067 tst         register_default_mass.py: using MSISDN 1070
22:48:35.545060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.575265 tst         register_default_mass.py: using MSISDN 1071
22:48:35.588408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.618519 tst         register_default_mass.py: using MSISDN 1072
22:48:35.632251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.662223 tst         register_default_mass.py: using MSISDN 1073
22:48:35.676074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.706128 tst         register_default_mass.py: using MSISDN 1074
22:48:35.719974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.750338 tst         register_default_mass.py: using MSISDN 1075
22:48:35.763963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.794003 tst         register_default_mass.py: using MSISDN 1076
22:48:35.807824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.838051 tst         register_default_mass.py: using MSISDN 1077
22:48:35.851915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.882110 tst         register_default_mass.py: using MSISDN 1078
22:48:35.895840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.925757 tst         register_default_mass.py: using MSISDN 1079
22:48:35.935406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.965379 tst         register_default_mass.py: using MSISDN 1080
22:48:35.981015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.010635 tst         register_default_mass.py: using MSISDN 1081
22:48:36.024642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.054711 tst         register_default_mass.py: using MSISDN 1082
22:48:36.068932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.099214 tst         register_default_mass.py: using MSISDN 1083
22:48:36.113360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.142636 tst         register_default_mass.py: using MSISDN 1084
22:48:36.156484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.186303 tst         register_default_mass.py: using MSISDN 1085
22:48:36.200302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.230093 tst         register_default_mass.py: using MSISDN 1086
22:48:36.243986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.274126 tst         register_default_mass.py: using MSISDN 1087
22:48:36.288310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.318248 tst         register_default_mass.py: using MSISDN 1088
22:48:36.332333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.362492 tst         register_default_mass.py: using MSISDN 1089
22:48:36.376818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.406446 tst         register_default_mass.py: using MSISDN 1090
22:48:36.420326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.458969 tst         register_default_mass.py: using MSISDN 1091
22:48:36.476541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.506552 tst         register_default_mass.py: using MSISDN 1092
22:48:36.521037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.550869 tst         register_default_mass.py: using MSISDN 1093
22:48:36.564817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.594623 tst         register_default_mass.py: using MSISDN 1094
22:48:36.608730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.638936 tst         register_default_mass.py: using MSISDN 1095
22:48:36.653022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.683103 tst         register_default_mass.py: using MSISDN 1096
22:48:36.697433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.726888 tst         register_default_mass.py: using MSISDN 1097
22:48:36.740633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.770462 tst         register_default_mass.py: using MSISDN 1098
22:48:36.784608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.814830 tst         register_default_mass.py: using MSISDN 1099
22:48:36.829048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.859729 tst         register_default_mass.py: using MSISDN 1100
22:48:36.873980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.965501 run                             mass: Starting testcase
22:48:36.971090 run                             mass: Pre-launching all virtphy's
22:48:36.976522 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.989548 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.995615 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:37.008559 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:37.014647 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:37.027593 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:37.033608 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:37.046467 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:37.052580 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:37.065591 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:37.071689 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:37.084626 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.090640 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.103555 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.109555 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.122457 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.128456 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.141420 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.147458 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.160447 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.166481 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.179414 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.185467 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.198357 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.204417 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.217252 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.223275 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.236181 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.242111 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.254761 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.260718 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.273367 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.279247 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.291908 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.297813 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.310559 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.316473 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.329150 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.335107 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.347871 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.353845 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.366676 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.372597 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.385522 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.391481 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.404322 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.410279 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.423140 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.429095 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.441920 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.447834 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.460612 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.466536 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.479306 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.485251 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.498044 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.503997 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.516796 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.522731 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.535565 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.541520 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.554452 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.560468 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.573374 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.579338 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.592095 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.598123 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.610916 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.616961 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.629711 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.635646 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.648451 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.654403 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.667267 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.673229 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.686029 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.691981 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.704844 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.710771 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.723583 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.729525 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.742331 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.748250 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.761058 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.766975 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.779793 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.785857 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.798705 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.804740 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.817571 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.823515 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.836460 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.842435 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.855360 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.861304 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.874138 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.880111 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.892991 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.898972 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.911879 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.917827 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.930671 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.936591 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.949420 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.955395 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.968256 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.974251 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.987232 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.993250 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:38.006067 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:38.012005 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:38.025113 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:38.031099 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.044081 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.050066 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.062938 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.069039 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.081910 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.087938 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.100834 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.106816 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.119646 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.125579 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.138417 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.144353 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.157188 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.163148 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.175994 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.182008 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.194883 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.200804 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.213675 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.219684 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.232530 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.238535 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.251391 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.257526 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.270384 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.276444 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.289291 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.295248 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.308248 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.314178 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.327208 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.333127 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.345952 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.351892 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.364789 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.370757 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.383605 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.389584 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.402396 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.408331 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.421227 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.427350 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.440997 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.447342 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.461039 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.467318 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.480229 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.486225 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.499356 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.505340 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.518358 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.524336 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.537180 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.543234 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.556120 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.562154 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.575036 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.581008 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.593845 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.599849 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.612771 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.618757 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.631585 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.637596 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.650441 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.656391 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.669229 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.675175 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.688030 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.694025 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.706931 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.712863 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.725729 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.731934 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.744770 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.750858 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.763661 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.769647 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.782675 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.788610 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.801690 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.807612 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.820461 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.826385 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.839214 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.845139 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.857965 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.863869 run                             mass: Checking if sockets are in the filesystem
22:48:38.896173 run                osmo-ms-mob/00000: Starting mobile
22:48:38.909182 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.920591 run                             mass: MS start registered  {at=30884224.623942748, delay=0.0052310265600681305, ms=00000}
22:48:43.110750 run                osmo-ms-mob/00001: Starting mobile
22:48:43.126978 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.137872 run                             mass: MS start registered  {at=30884228.84122063, delay=0.004859011620283127, ms=00001}
22:48:44.233885 run                             mass: MS performed LU  {at=30884229.93712032, lu_delay=5.3131775707006454, ms=00000}
22:48:44.902486 run                osmo-ms-mob/00002: Starting mobile
22:48:44.918854 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.929692 run                             mass: MS start registered  {at=30884230.633038685, delay=0.004817761480808258, ms=00002}
22:48:46.211513 run                osmo-ms-mob/00003: Starting mobile
22:48:46.228444 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.239219 run                             mass: MS start registered  {at=30884231.942569748, delay=0.004699714481830597, ms=00003}
22:48:47.279714 run                osmo-ms-mob/00004: Starting mobile
22:48:47.292839 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.305384 run                             mass: MS start registered  {at=30884233.008731864, delay=0.006476778537034988, ms=00004}
22:48:48.000321 run                             mass: MS performed LU  {at=30884233.70356032, lu_delay=4.862339690327644, ms=00001}
22:48:48.311707 run                osmo-ms-mob/00005: Starting mobile
22:48:48.328681 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.339473 run                             mass: MS start registered  {at=30884234.042820614, delay=0.004652306437492371, ms=00005}
22:48:49.204951 run                osmo-ms-mob/00006: Starting mobile
22:48:49.222831 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.233795 run                             mass: MS start registered  {at=30884234.93714492, delay=0.004831321537494659, ms=00006}
22:48:49.901409 run                             mass: MS performed LU  {at=30884235.604643803, lu_delay=4.971605118364096, ms=00002}
22:48:50.110964 run                osmo-ms-mob/00007: Starting mobile
22:48:50.127715 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.138766 run                             mass: MS start registered  {at=30884235.842114788, delay=0.004991017282009125, ms=00007}
22:48:50.890215 run                osmo-ms-mob/00008: Starting mobile
22:48:50.903896 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.915553 run                             mass: MS start registered  {at=30884236.618903838, delay=0.005476899445056915, ms=00008}
22:48:51.579535 run                osmo-ms-mob/00009: Starting mobile
22:48:51.592495 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.603401 run                             mass: MS start registered  {at=30884237.306755204, delay=0.004915338009595871, ms=00009}
22:48:51.765612 run                             mass: MS performed LU  {at=30884237.46885406, lu_delay=5.52628431096673, ms=00003}
22:48:52.310245 run                osmo-ms-mob/00010: Starting mobile
22:48:52.326975 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.332965 run                             mass: MS performed LU  {at=30884238.036323123, lu_delay=5.02759125828743, ms=00004}
22:48:52.338756 run                             mass: MS start registered  {at=30884238.0421235, delay=0.0058181434869766235, ms=00010}
22:48:52.892187 run                osmo-ms-mob/00011: Starting mobile
22:48:52.906174 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.917507 run                             mass: MS start registered  {at=30884238.620856542, delay=0.005219615995883942, ms=00011}
22:48:53.475444 run                osmo-ms-mob/00012: Starting mobile
22:48:53.488834 run       osmo-ms-mob/00012(pid=147): Launched
22:48:53.500040 run                             mass: MS start registered  {at=30884239.20339301, delay=0.004857856780290604, ms=00012}
22:48:53.667347 run                             mass: MS performed LU  {at=30884239.370589487, lu_delay=5.327768873423338, ms=00005}
22:48:54.120601 run                osmo-ms-mob/00013: Starting mobile
22:48:54.137361 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.148329 run                             mass: MS start registered  {at=30884239.851681106, delay=0.004769071936607361, ms=00013}
22:48:54.679935 run                osmo-ms-mob/00014: Starting mobile
22:48:54.693266 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.704215 run                             mass: MS start registered  {at=30884240.407569263, delay=0.004850942641496658, ms=00014}
22:48:55.322727 run                osmo-ms-mob/00015: Starting mobile
22:48:55.360983 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.372408 run                             mass: MS start registered  {at=30884241.075757265, delay=0.005229838192462921, ms=00015}
22:48:55.531682 run                             mass: MS performed LU  {at=30884241.234925993, lu_delay=5.392811205238104, ms=00007}
22:48:55.577995 run                             mass: MS performed LU  {at=30884241.28123422, lu_delay=6.344089299440384, ms=00006}
22:48:55.801180 run                osmo-ms-mob/00016: Starting mobile
22:48:55.817783 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.828736 run                             mass: MS start registered  {at=30884241.53208809, delay=0.004892587661743164, ms=00016}
22:48:56.066859 run                             mass: MS performed LU  {at=30884241.770108916, lu_delay=5.151205077767372, ms=00008}
22:48:56.291640 run                osmo-ms-mob/00017: Starting mobile
22:48:56.305440 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.316494 run                             mass: MS start registered  {at=30884242.019845486, delay=0.004942066967487335, ms=00017}
22:48:56.891894 run                osmo-ms-mob/00018: Starting mobile
22:48:56.906291 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.917453 run                             mass: MS start registered  {at=30884242.620801378, delay=0.005041513592004776, ms=00018}
22:48:57.279475 run                osmo-ms-mob/00019: Starting mobile
22:48:57.292323 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.303102 run                             mass: MS start registered  {at=30884243.006454393, delay=0.004946928471326828, ms=00019}
22:48:57.311786 run                             mass: MS performed LU  {at=30884243.01513439, lu_delay=5.708379186689854, ms=00009}
22:48:57.433813 run                             mass: MS performed LU  {at=30884243.137066007, lu_delay=5.094942506402731, ms=00010}
22:48:57.566572 run                             mass: MS performed LU  {at=30884243.269822113, lu_delay=4.648965571075678, ms=00011}
22:48:57.795939 run                osmo-ms-mob/00020: Starting mobile
22:48:57.809294 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.820316 run                             mass: MS start registered  {at=30884243.523667935, delay=0.004687145352363586, ms=00020}
22:48:58.292527 run                osmo-ms-mob/00021: Starting mobile
22:48:58.306058 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.317307 run                             mass: MS start registered  {at=30884244.02065685, delay=0.004998989403247833, ms=00021}
22:48:58.679649 run                osmo-ms-mob/00022: Starting mobile
22:48:58.693070 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.704268 run                             mass: MS start registered  {at=30884244.407620214, delay=0.005148366093635559, ms=00022}
22:48:59.220697 run                osmo-ms-mob/00023: Starting mobile
22:48:59.239376 run       osmo-ms-mob/00023(pid=158): Launched
22:48:59.250761 run                             mass: MS start registered  {at=30884244.954111885, delay=0.005355268716812134, ms=00023}
22:48:59.297784 run                             mass: MS performed LU  {at=30884245.00103589, lu_delay=5.149354785680771, ms=00013}
22:48:59.344432 run                             mass: MS performed LU  {at=30884245.047685243, lu_delay=5.844292234629393, ms=00012}
22:48:59.603288 run                osmo-ms-mob/00024: Starting mobile
22:48:59.619361 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.625535 run                             mass: MS performed LU  {at=30884245.3288952, lu_delay=4.92132593691349, ms=00014}
22:48:59.631456 run                             mass: MS start registered  {at=30884245.334823538, delay=0.00594620406627655, ms=00024}
22:49:00.092264 run                osmo-ms-mob/00025: Starting mobile
22:49:00.106062 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.116951 run                             mass: MS start registered  {at=30884245.820306566, delay=0.004834450781345367, ms=00025}
22:49:00.480848 run                osmo-ms-mob/00026: Starting mobile
22:49:00.494189 run       osmo-ms-mob/00026(pid=161): Launched
22:49:00.505206 run                             mass: MS start registered  {at=30884246.208559465, delay=0.005064774304628372, ms=00026}
22:49:00.878888 run                osmo-ms-mob/00027: Starting mobile
22:49:00.891950 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.903351 run                             mass: MS start registered  {at=30884246.606696583, delay=0.004548605531454086, ms=00027}
22:49:01.078671 run                             mass: MS performed LU  {at=30884246.781924795, lu_delay=5.249836705625057, ms=00016}
22:49:01.096424 run                             mass: MS performed LU  {at=30884246.799694125, lu_delay=4.779848638921976, ms=00017}
22:49:01.112252 run                osmo-ms-mob/00028: Starting mobile
22:49:01.125314 run       osmo-ms-mob/00028(pid=163): Launched
22:49:01.136738 run                             mass: MS start registered  {at=30884246.840084188, delay=0.0054371654987335205, ms=00028}
22:49:01.198516 run                             mass: MS performed LU  {at=30884246.90178649, lu_delay=5.826029226183891, ms=00015}
22:49:01.720925 run                osmo-ms-mob/00029: Starting mobile
22:49:01.736599 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.747938 run                             mass: MS start registered  {at=30884247.451271113, delay=0.003673117607831955, ms=00029}
22:49:02.080060 run                osmo-ms-mob/00030: Starting mobile
22:49:02.093356 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.104648 run                             mass: MS start registered  {at=30884247.807996236, delay=0.005191061645746231, ms=00030}
22:49:02.503074 run                osmo-ms-mob/00031: Starting mobile
22:49:02.519551 run       osmo-ms-mob/00031(pid=166): Launched
22:49:02.530832 run                             mass: MS start registered  {at=30884248.234181914, delay=0.005264788866043091, ms=00031}
22:49:02.779798 run                osmo-ms-mob/00032: Starting mobile
22:49:02.793092 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.804320 run                             mass: MS start registered  {at=30884248.507673938, delay=0.004910383373498917, ms=00032}
22:49:03.063516 run                             mass: MS performed LU  {at=30884248.76676215, lu_delay=5.243094213306904, ms=00020}
22:49:03.110127 run                             mass: MS performed LU  {at=30884248.813381847, lu_delay=4.792724996805191, ms=00021}
22:49:03.159571 run                osmo-ms-mob/00033: Starting mobile
22:49:03.174671 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.180618 run                             mass: MS performed LU  {at=30884248.883980118, lu_delay=6.263178739696741, ms=00018}
22:49:03.186385 run                             mass: MS start registered  {at=30884248.88975268, delay=0.005789712071418762, ms=00033}
22:49:03.233683 run                             mass: MS performed LU  {at=30884248.93694667, lu_delay=5.930492278188467, ms=00019}
22:49:03.604528 run                osmo-ms-mob/00034: Starting mobile
22:49:03.617649 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.628497 run                             mass: MS start registered  {at=30884249.33185104, delay=0.004669364541769028, ms=00034}
22:49:03.879854 run                osmo-ms-mob/00035: Starting mobile
22:49:03.892589 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.903954 run                             mass: MS start registered  {at=30884249.60730231, delay=0.0054660700261592865, ms=00035}
22:49:04.292730 run                osmo-ms-mob/00036: Starting mobile
22:49:04.306643 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.317613 run                             mass: MS start registered  {at=30884250.020966586, delay=0.0049471184611320496, ms=00036}
22:49:04.714783 run                osmo-ms-mob/00037: Starting mobile
22:49:04.732065 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.743054 run                             mass: MS start registered  {at=30884250.446406476, delay=0.004852253943681717, ms=00037}
22:49:04.844237 run                             mass: MS performed LU  {at=30884250.547493774, lu_delay=5.593381889164448, ms=00023}
22:49:04.861909 run                             mass: MS performed LU  {at=30884250.56527391, lu_delay=6.157653696835041, ms=00022}
22:49:04.872954 run                osmo-ms-mob/00038: Starting mobile
22:49:04.885993 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.896853 run                             mass: MS start registered  {at=30884250.60020517, delay=0.004764530807733536, ms=00038}
22:49:04.965006 run                             mass: MS performed LU  {at=30884250.668256108, lu_delay=5.333432570099831, ms=00024}
22:49:05.136344 run                             mass: MS performed LU  {at=30884250.839595553, lu_delay=5.01928898692131, ms=00025}
22:49:05.150182 run                osmo-ms-mob/00039: Starting mobile
22:49:05.163726 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.174891 run                             mass: MS start registered  {at=30884250.87824062, delay=0.005059894174337387, ms=00039}
22:49:05.389755 run                             mass: MS performed LU  {at=30884251.093010727, lu_delay=4.884451262652874, ms=00026}
22:49:05.719294 run                osmo-ms-mob/00040: Starting mobile
22:49:05.735254 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.746805 run                             mass: MS start registered  {at=30884251.450149704, delay=0.005428574979305267, ms=00040}
22:49:05.993256 run                osmo-ms-mob/00041: Starting mobile
22:49:06.006869 run       osmo-ms-mob/00041(pid=176): Launched
22:49:06.017887 run                             mass: MS start registered  {at=30884251.721236564, delay=0.005017068237066269, ms=00041}
22:49:06.291161 run                osmo-ms-mob/00042: Starting mobile
22:49:06.304772 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.316176 run                             mass: MS start registered  {at=30884252.01952132, delay=0.005362458527088165, ms=00042}
22:49:06.710076 run                osmo-ms-mob/00043: Starting mobile
22:49:06.726962 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.738534 run                             mass: MS start registered  {at=30884252.4418787, delay=0.0055898986756801605, ms=00043}
22:49:06.829365 run                             mass: MS performed LU  {at=30884252.532614816, lu_delay=4.7246185801923275, ms=00030}
22:49:06.875463 run                             mass: MS performed LU  {at=30884252.578714795, lu_delay=5.73863060772419, ms=00028}
22:49:06.917752 run                osmo-ms-mob/00044: Starting mobile
22:49:06.933380 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.939749 run                             mass: MS performed LU  {at=30884252.643110953, lu_delay=5.191839840263128, ms=00029}
22:49:06.945675 run                             mass: MS start registered  {at=30884252.649043053, delay=0.0059487298130989075, ms=00044}
22:49:07.000097 run                             mass: MS performed LU  {at=30884252.703347854, lu_delay=6.096651270985603, ms=00027}
22:49:07.024584 run                osmo-ms-mob/00045: Starting mobile
22:49:07.038156 run       osmo-ms-mob/00045(pid=180): Launched
22:49:07.049325 run                             mass: MS start registered  {at=30884252.75267498, delay=0.005124989897012711, ms=00045}
22:49:07.578665 run                osmo-ms-mob/00046: Starting mobile
22:49:07.592811 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.604112 run                             mass: MS start registered  {at=30884253.30746486, delay=0.005061112344264984, ms=00046}
22:49:07.893764 run                osmo-ms-mob/00047: Starting mobile
22:49:07.907746 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.919013 run                             mass: MS start registered  {at=30884253.62236548, delay=0.004884801805019379, ms=00047}
22:49:08.190774 run                osmo-ms-mob/00048: Starting mobile
22:49:08.204939 run       osmo-ms-mob/00048(pid=183): Launched
22:49:08.216247 run                             mass: MS start registered  {at=30884253.91959308, delay=0.0053060464560985565, ms=00048}
22:49:08.480457 run                osmo-ms-mob/00049: Starting mobile
22:49:08.495102 run       osmo-ms-mob/00049(pid=184): Launched
22:49:08.506623 run                             mass: MS start registered  {at=30884254.209973384, delay=0.005046911537647247, ms=00049}
22:49:08.610216 run                             mass: MS performed LU  {at=30884254.313471287, lu_delay=6.079289373010397, ms=00031}
22:49:08.629062 run                             mass: MS performed LU  {at=30884254.33236514, lu_delay=5.000514101237059, ms=00034}
22:49:08.644042 run                osmo-ms-mob/00050: Starting mobile
22:49:08.657033 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.668453 run                             mass: MS start registered  {at=30884254.37179763, delay=0.005416445434093475, ms=00050}
22:49:08.730583 run                             mass: MS performed LU  {at=30884254.433832493, lu_delay=5.926158554852009, ms=00032}
22:49:08.902135 run                             mass: MS performed LU  {at=30884254.60538633, lu_delay=5.715633653104305, ms=00033}
22:49:08.926749 run                             mass: MS performed LU  {at=30884254.630111616, lu_delay=5.02280930429697, ms=00035}
22:49:08.967809 run                osmo-ms-mob/00051: Starting mobile
22:49:08.982651 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.993699 run                             mass: MS start registered  {at=30884254.697054077, delay=0.005069021135568619, ms=00051}
22:49:09.173473 run                             mass: MS performed LU  {at=30884254.876724552, lu_delay=4.855757966637611, ms=00036}
22:49:09.511808 run                osmo-ms-mob/00052: Starting mobile
22:49:09.528811 run       osmo-ms-mob/00052(pid=187): Launched
22:49:09.539771 run                             mass: MS start registered  {at=30884255.24312382, delay=0.00485905259847641, ms=00052}
22:49:09.779345 run                osmo-ms-mob/00053: Starting mobile
22:49:09.792413 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.804025 run                             mass: MS start registered  {at=30884255.50737552, delay=0.005213838070631027, ms=00053}
22:49:10.094192 run                osmo-ms-mob/00054: Starting mobile
22:49:10.108490 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.119857 run                             mass: MS start registered  {at=30884255.823208578, delay=0.005265422165393829, ms=00054}
22:49:10.409094 run                osmo-ms-mob/00055: Starting mobile
22:49:10.424301 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.435137 run                             mass: MS start registered  {at=30884256.138489205, delay=0.004781585186719894, ms=00055}
22:49:10.595562 run                             mass: MS performed LU  {at=30884256.298820697, lu_delay=5.420580077916384, ms=00039}
22:49:10.619295 run                osmo-ms-mob/00056: Starting mobile
22:49:10.632413 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.639739 run                             mass: MS performed LU  {at=30884256.34309197, lu_delay=4.892942264676094, ms=00040}
22:49:10.645735 run                             mass: MS start registered  {at=30884256.34910148, delay=0.007391452789306641, ms=00056}
22:49:10.658242 run                             mass: MS performed LU  {at=30884256.361594345, lu_delay=5.761389173567295, ms=00038}
22:49:10.670509 run                osmo-ms-mob/00057: Starting mobile
22:49:10.683738 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.694506 run                             mass: MS start registered  {at=30884256.397863958, delay=0.0047864168882369995, ms=00057}
22:49:10.765651 run                             mass: MS performed LU  {at=30884256.468914486, lu_delay=6.022508010268211, ms=00037}
22:49:10.839816 run                             mass: MS performed LU  {at=30884256.543085407, lu_delay=4.821848843246698, ms=00041}
22:49:11.392401 run                osmo-ms-mob/00058: Starting mobile
22:49:11.406258 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.417385 run                             mass: MS start registered  {at=30884257.120734613, delay=0.005065996199846268, ms=00058}
22:49:11.678649 run                osmo-ms-mob/00059: Starting mobile
22:49:11.691906 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.703383 run                             mass: MS start registered  {at=30884257.40672857, delay=0.004960015416145325, ms=00059}
22:49:11.979709 run                osmo-ms-mob/00060: Starting mobile
22:49:11.992935 run       osmo-ms-mob/00060(pid=195): Launched
22:49:12.004117 run                             mass: MS start registered  {at=30884257.707471445, delay=0.004911504685878754, ms=00060}
22:49:12.410986 run                osmo-ms-mob/00061: Starting mobile
22:49:12.426996 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.433415 run                             mass: MS performed LU  {at=30884258.136772323, lu_delay=5.694893624633551, ms=00043}
22:49:12.439381 run                             mass: MS performed LU  {at=30884258.142747074, lu_delay=4.83528221398592, ms=00046}
22:49:12.445245 run                             mass: MS start registered  {at=30884258.14861224, delay=0.011859949678182602, ms=00061}
22:49:12.456491 run                osmo-ms-mob/00062: Starting mobile
22:49:12.469823 run       osmo-ms-mob/00062(pid=197): Launched
22:49:12.480915 run                             mass: MS start registered  {at=30884258.184268404, delay=0.004998885095119476, ms=00062}
22:49:12.494740 run                             mass: MS performed LU  {at=30884258.19807438, lu_delay=5.54903132840991, ms=00044}
22:49:12.667777 run                             mass: MS performed LU  {at=30884258.371028207, lu_delay=4.748662728816271, ms=00047}
22:49:12.697389 run                osmo-ms-mob/00063: Starting mobile
22:49:12.710746 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.716810 run                             mass: MS performed LU  {at=30884258.420169234, lu_delay=6.400647915899754, ms=00042}
22:49:12.722733 run                             mass: MS performed LU  {at=30884258.426099345, lu_delay=5.673424366861582, ms=00045}
22:49:12.728433 run                             mass: MS start registered  {at=30884258.431800768, delay=0.011653769761323929, ms=00063}
22:49:13.396400 run                osmo-ms-mob/00064: Starting mobile
22:49:13.410340 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.422026 run                             mass: MS start registered  {at=30884259.125358187, delay=0.005521949380636215, ms=00064}
22:49:13.792318 run                osmo-ms-mob/00065: Starting mobile
22:49:13.806641 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.818057 run                             mass: MS start registered  {at=30884259.521397144, delay=0.005289237946271896, ms=00065}
22:49:14.109997 run                osmo-ms-mob/00066: Starting mobile
22:49:14.125400 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.136898 run                             mass: MS start registered  {at=30884259.84024581, delay=0.005427755415439606, ms=00066}
22:49:14.295615 run                             mass: MS performed LU  {at=30884259.998869084, lu_delay=5.301815006881952, ms=00051}
22:49:14.406694 run                             mass: MS performed LU  {at=30884260.109950013, lu_delay=6.190356932580471, ms=00048}
22:49:14.435658 run                osmo-ms-mob/00067: Starting mobile
22:49:14.448574 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.454911 run                             mass: MS performed LU  {at=30884260.158269364, lu_delay=5.786471735686064, ms=00050}
22:49:14.460794 run                             mass: MS start registered  {at=30884260.164160166, delay=0.0059092044830322266, ms=00067}
22:49:14.605777 run                             mass: MS performed LU  {at=30884260.309028476, lu_delay=5.065904658287764, ms=00052}
22:49:14.620080 run                osmo-ms-mob/00068: Starting mobile
22:49:14.633270 run       osmo-ms-mob/00068(pid=203): Launched
22:49:14.639317 run                             mass: MS performed LU  {at=30884260.34267796, lu_delay=4.83530243858695, ms=00053}
22:49:14.645339 run                             mass: MS start registered  {at=30884260.348704558, delay=0.006043877452611923, ms=00068}
22:49:15.178653 run                osmo-ms-mob/00069: Starting mobile
22:49:15.191826 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.203495 run                             mass: MS start registered  {at=30884260.906838402, delay=0.0054941922426223755, ms=00069}
22:49:15.320707 run                             mass: MS performed LU  {at=30884261.023939297, lu_delay=6.813965912908316, ms=00049}
22:49:15.436720 run                             mass: MS performed LU  {at=30884261.13994836, lu_delay=3.7332197912037373, ms=00059}
22:49:15.599776 run                osmo-ms-mob/00070: Starting mobile
22:49:15.616212 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.627393 run                             mass: MS start registered  {at=30884261.330742426, delay=0.005153153091669083, ms=00070}
22:49:15.993707 run                osmo-ms-mob/00071: Starting mobile
22:49:16.007601 run       osmo-ms-mob/00071(pid=206): Launched
22:49:16.018988 run                             mass: MS start registered  {at=30884261.722324423, delay=0.005360011011362076, ms=00071}
22:49:16.142312 run                             mass: MS performed LU  {at=30884261.84556068, lu_delay=5.707071475684643, ms=00055}
22:49:16.159954 run                             mass: MS performed LU  {at=30884261.863228805, lu_delay=4.7424941919744015, ms=00058}
22:49:16.198759 run                             mass: MS performed LU  {at=30884261.90199147, lu_delay=6.078782893717289, ms=00054}
22:49:16.222980 run                osmo-ms-mob/00072: Starting mobile
22:49:16.236106 run       osmo-ms-mob/00072(pid=207): Launched
22:49:16.247517 run                             mass: MS start registered  {at=30884261.950867902, delay=0.005270000547170639, ms=00072}
22:49:16.451967 run                             mass: MS performed LU  {at=30884262.15521735, lu_delay=5.806115869432688, ms=00056}
22:49:16.475709 run                             mass: MS performed LU  {at=30884262.179070644, lu_delay=5.7812066860497, ms=00057}
22:49:16.811449 run                osmo-ms-mob/00073: Starting mobile
22:49:16.829769 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.840977 run                             mass: MS start registered  {at=30884262.544327024, delay=0.005228087306022644, ms=00073}
22:49:17.193754 run                osmo-ms-mob/00074: Starting mobile
22:49:17.207664 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.219564 run                             mass: MS start registered  {at=30884262.922910567, delay=0.0055863335728645325, ms=00074}
22:49:17.592833 run                osmo-ms-mob/00075: Starting mobile
22:49:17.606380 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.617958 run                             mass: MS start registered  {at=30884263.32129173, delay=0.005093414336442947, ms=00075}
22:49:18.062313 run                             mass: MS performed LU  {at=30884263.76556174, lu_delay=5.5812933370471, ms=00062}
22:49:18.117519 run                osmo-ms-mob/00076: Starting mobile
22:49:18.132281 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.143728 run                             mass: MS start registered  {at=30884263.84707872, delay=0.005190152674913406, ms=00076}
22:49:18.171881 run                             mass: MS performed LU  {at=30884263.875154458, lu_delay=6.167683012783527, ms=00060}
22:49:18.190927 run                             mass: MS performed LU  {at=30884263.894195456, lu_delay=4.76883726939559, ms=00064}
22:49:18.371088 run                             mass: MS performed LU  {at=30884264.074341845, lu_delay=5.642541076987982, ms=00063}
22:49:18.385240 run                osmo-ms-mob/00077: Starting mobile
22:49:18.398547 run       osmo-ms-mob/00077(pid=212): Launched
22:49:18.404869 run                             mass: MS performed LU  {at=30884264.10823125, lu_delay=5.959619011729956, ms=00061}
22:49:18.411034 run                             mass: MS start registered  {at=30884264.11440052, delay=0.0061857737600803375, ms=00077}
22:49:18.979711 run                osmo-ms-mob/00078: Starting mobile
22:49:18.993515 run       osmo-ms-mob/00078(pid=213): Launched
22:49:19.004532 run                             mass: MS start registered  {at=30884264.707879934, delay=0.004950337111949921, ms=00078}
22:49:19.390583 run                osmo-ms-mob/00079: Starting mobile
22:49:19.404163 run       osmo-ms-mob/00079(pid=214): Launched
22:49:19.415353 run                             mass: MS start registered  {at=30884265.11870564, delay=0.00517953559756279, ms=00079}
22:49:19.909802 run                osmo-ms-mob/00080: Starting mobile
22:49:19.925787 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.931935 run                             mass: MS performed LU  {at=30884265.635294206, lu_delay=5.795048397034407, ms=00066}
22:49:19.938081 run                             mass: MS performed LU  {at=30884265.64144568, lu_delay=5.477285515516996, ms=00067}
22:49:19.943818 run                             mass: MS start registered  {at=30884265.647185154, delay=0.011910274624824524, ms=00080}
22:49:20.028148 run                             mass: MS performed LU  {at=30884265.7314034, lu_delay=4.8245649971067905, ms=00069}
22:49:20.200501 run                             mass: MS performed LU  {at=30884265.903753124, lu_delay=6.382355980575085, ms=00065}
22:49:20.229252 run                osmo-ms-mob/00081: Starting mobile
22:49:20.243815 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.254922 run                             mass: MS start registered  {at=30884265.958273795, delay=0.0050661079585552216, ms=00081}
22:49:20.471232 run                             mass: MS performed LU  {at=30884266.174484044, lu_delay=4.8437416180968285, ms=00070}
22:49:20.809669 run                osmo-ms-mob/00082: Starting mobile
22:49:20.826881 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.837964 run                             mass: MS start registered  {at=30884266.541312102, delay=0.004933841526508331, ms=00082}
22:49:21.394334 run                osmo-ms-mob/00083: Starting mobile
22:49:21.407978 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.419558 run                             mass: MS start registered  {at=30884267.122908507, delay=0.005283087491989136, ms=00083}
22:49:21.918529 run                osmo-ms-mob/00084: Starting mobile
22:49:21.934514 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.940901 run                             mass: MS performed LU  {at=30884267.64425905, lu_delay=4.721348483115435, ms=00074}
22:49:21.946893 run                             mass: MS performed LU  {at=30884267.65025915, lu_delay=5.69939124584198, ms=00072}
22:49:21.952714 run                             mass: MS start registered  {at=30884267.65608043, delay=0.011839885264635086, ms=00084}
22:49:21.958694 run                             mass: MS performed LU  {at=30884267.662058104, lu_delay=5.11773107945919, ms=00073}
22:49:22.063016 run                             mass: MS performed LU  {at=30884267.76626764, lu_delay=6.043943215161562, ms=00071}
22:49:22.092095 run                osmo-ms-mob/00085: Starting mobile
22:49:22.105572 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.116828 run                             mass: MS start registered  {at=30884267.820177834, delay=0.0052386075258255005, ms=00085}
22:49:22.994424 run                osmo-ms-mob/00086: Starting mobile
22:49:23.008617 run       osmo-ms-mob/00086(pid=221): Launched
22:49:23.019780 run                             mass: MS start registered  {at=30884268.723125085, delay=0.005195103585720062, ms=00086}
22:49:23.598034 run                osmo-ms-mob/00087: Starting mobile
22:49:23.617214 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.628283 run                             mass: MS start registered  {at=30884269.331637546, delay=0.0051078349351882935, ms=00087}
22:49:23.674123 run                             mass: MS performed LU  {at=30884269.37739689, lu_delay=4.669516954571009, ms=00078}
22:49:23.694776 run                             mass: MS performed LU  {at=30884269.398139667, lu_delay=5.551060948520899, ms=00076}
22:49:23.793745 run                             mass: MS performed LU  {at=30884269.4969833, lu_delay=5.382582779973745, ms=00077}
22:49:23.966281 run                             mass: MS performed LU  {at=30884269.669530522, lu_delay=4.550824880599976, ms=00079}
22:49:24.001586 run                             mass: MS performed LU  {at=30884269.70486638, lu_delay=6.383574649691582, ms=00075}
22:49:24.018226 run                osmo-ms-mob/00088: Starting mobile
22:49:24.031536 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.042606 run                             mass: MS start registered  {at=30884269.745951433, delay=0.005100186914205551, ms=00088}
22:49:24.780036 run                osmo-ms-mob/00089: Starting mobile
22:49:24.793614 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.804655 run                             mass: MS start registered  {at=30884270.508005798, delay=0.0049417465925216675, ms=00089}
22:49:25.403138 run                osmo-ms-mob/00090: Starting mobile
22:49:25.419496 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.430869 run                             mass: MS start registered  {at=30884271.13421774, delay=0.004940833896398544, ms=00090}
22:49:25.657681 run                             mass: MS performed LU  {at=30884271.36088253, lu_delay=5.713697377592325, ms=00080}
22:49:25.704252 run                             mass: MS performed LU  {at=30884271.407502186, lu_delay=5.449228391051292, ms=00081}
22:49:25.721842 run                             mass: MS performed LU  {at=30884271.425199308, lu_delay=4.883887205272913, ms=00082}
22:49:26.110469 run                osmo-ms-mob/00091: Starting mobile
22:49:26.125676 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.137512 run                             mass: MS start registered  {at=30884271.84086021, delay=0.005556382238864899, ms=00091}
22:49:26.793512 run                osmo-ms-mob/00092: Starting mobile
22:49:26.807578 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.818634 run                             mass: MS start registered  {at=30884272.521988265, delay=0.004906650632619858, ms=00092}
22:49:27.439430 run                             mass: MS performed LU  {at=30884273.14267788, lu_delay=6.019769374281168, ms=00083}
22:49:27.457406 run                             mass: MS performed LU  {at=30884273.16072374, lu_delay=5.504643309861422, ms=00084}
22:49:27.500318 run                osmo-ms-mob/00093: Starting mobile
22:49:27.515765 run       osmo-ms-mob/00093(pid=228): Launched
22:49:27.526941 run                             mass: MS start registered  {at=30884273.230293073, delay=0.004983969032764435, ms=00093}
22:49:27.559021 run                             mass: MS performed LU  {at=30884273.26229547, lu_delay=5.442117635160685, ms=00085}
22:49:27.711789 run                             mass: MS performed LU  {at=30884273.415037487, lu_delay=4.691912401467562, ms=00086}
22:49:28.492779 run                osmo-ms-mob/00094: Starting mobile
22:49:28.506748 run       osmo-ms-mob/00094(pid=229): Launched
22:49:28.517936 run                             mass: MS start registered  {at=30884274.22128669, delay=0.005118094384670258, ms=00094}
22:49:29.410758 run                osmo-ms-mob/00095: Starting mobile
22:49:29.427564 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.433854 run                             mass: MS performed LU  {at=30884275.137212828, lu_delay=5.805575281381607, ms=00087}
22:49:29.439808 run                             mass: MS start registered  {at=30884275.14317531, delay=0.005981899797916412, ms=00095}
22:49:29.469794 run                             mass: MS performed LU  {at=30884275.173033845, lu_delay=5.427082411944866, ms=00088}
22:49:29.487616 run                             mass: MS performed LU  {at=30884275.190943997, lu_delay=4.682938199490309, ms=00089}
22:49:30.393551 run                osmo-ms-mob/00096: Starting mobile
22:49:30.407488 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.419888 run                             mass: MS start registered  {at=30884276.123239286, delay=0.006003968417644501, ms=00096}
22:49:31.205579 run                             mass: MS performed LU  {at=30884276.90883243, lu_delay=4.386844165623188, ms=00092}
22:49:31.223740 run                             mass: MS performed LU  {at=30884276.927013177, lu_delay=5.792795438319445, ms=00090}
22:49:31.325520 run                             mass: MS performed LU  {at=30884277.028770447, lu_delay=5.187910236418247, ms=00091}
22:49:31.349493 run                osmo-ms-mob/00097: Starting mobile
22:49:31.363552 run       osmo-ms-mob/00097(pid=232): Launched
22:49:31.374551 run                             mass: MS start registered  {at=30884277.077906884, delay=0.004963349550962448, ms=00097}
22:49:32.819047 run                osmo-ms-mob/00098: Starting mobile
22:49:32.835453 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.846310 run                             mass: MS start registered  {at=30884278.54965541, delay=0.00469641387462616, ms=00098}
22:49:33.189920 run                             mass: MS performed LU  {at=30884278.893178552, lu_delay=5.66288547962904, ms=00093}
22:49:33.236494 run                             mass: MS performed LU  {at=30884278.939745735, lu_delay=4.718459043651819, ms=00094}
22:49:34.619013 run                osmo-ms-mob/00099: Starting mobile
22:49:34.635631 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.641611 run                             mass: All started... {duration=55.772105772048235, too_slow=0}
22:49:34.647268 run                             mass: MS start registered  {at=30884280.35063002, delay=0.0056524984538555145, ms=00099}
22:49:35.091022 run                             mass: MS performed LU  {at=30884280.794271737, lu_delay=4.671032451093197, ms=00096}
22:49:35.137203 run                             mass: MS performed LU  {at=30884280.84045438, lu_delay=5.697279069572687, ms=00095}
22:49:36.955770 run                             mass: MS performed LU  {at=30884282.658979062, lu_delay=22.31027450412512, ms=00068}
22:49:37.002552 run                             mass: MS performed LU  {at=30884282.70580517, lu_delay=5.627898287028074, ms=00097}
22:49:38.857497 run                             mass: MS performed LU  {at=30884284.560747687, lu_delay=6.011092275381088, ms=00098}
22:49:40.722466 run                             mass: MS performed LU  {at=30884286.42571873, lu_delay=6.075088709592819, ms=00099}
22:49:40.745673 run                             mass: Tests done {all_completed=True, max=22.31027450412512, min=3.7332197912037373}
22:49:40.759408 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.765531 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.768771 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.772015 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.775303 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.778581 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.781916 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.785228 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.788509 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.791803 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.795133 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.798489 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.801789 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.805068 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.808360 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.811680 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.815018 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.818432 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.821819 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.825185 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.828541 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.831861 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.835151 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.838435 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.841806 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.845163 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.848486 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.851847 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.855179 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.859063 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.862400 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.866270 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.869630 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.872959 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.876315 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.879648 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.883151 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.886442 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.889784 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.893476 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.896888 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.900274 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.903654 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.907071 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.910672 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.914009 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.917419 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.920762 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.924132 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.927552 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.931069 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.935020 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.938944 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.942346 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.945722 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.949148 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.952562 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.956124 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.959565 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.962998 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.966446 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.969886 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.973942 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.977635 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.981383 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.984743 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.988320 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.991840 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.995551 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.999006 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:41.002443 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:41.005890 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:41.009354 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:41.012738 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:41.016104 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:41.019469 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:41.022850 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:41.026535 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:41.030177 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:41.033871 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:41.037269 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:41.040680 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:41.044112 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:41.047554 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:41.050989 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:41.054427 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:41.057860 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:41.061305 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:41.064735 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:41.068115 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:41.071502 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:41.074897 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:41.078624 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:41.082403 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:41.086082 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:41.089506 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:41.092896 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:41.096317 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:41.099767 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:41.103209 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:41.106620 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:41.110046 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:41.113434 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:41.116910 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:41.120314 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:41.123616 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:41.127038 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:41.130328 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:41.133760 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:41.137103 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:41.140521 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:41.143918 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:41.147366 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.150971 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.154394 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.157824 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.161100 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.164367 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.167649 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.170927 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.174206 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.177491 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.180771 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.184037 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.187321 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.190579 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.193858 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.197132 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.200397 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.203668 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.206952 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.210226 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.213490 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.216771 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.220014 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.223289 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.226543 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.229801 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.233079 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.236332 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.239597 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.242870 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.246146 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.249420 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.252672 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.255937 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.259196 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:41.262464 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:41.265735 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:41.268994 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:41.272246 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:41.275516 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:41.278772 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:41.282039 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:41.285289 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:41.288570 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:41.291828 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:41.295092 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:41.298359 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:41.301622 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:41.304891 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:41.308166 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:41.311430 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:41.314712 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:41.317978 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:41.321252 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:41.324519 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:41.327793 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:41.331062 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:41.334334 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:41.337602 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:41.340860 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.344129 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.347390 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.350661 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.353926 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.357194 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.360458 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.363730 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.367003 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.370262 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.373521 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.376790 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.380039 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.383309 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.386578 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.389846 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.393136 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.396396 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.399654 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.402921 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.406187 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.409447 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.412710 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.415979 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.419249 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.422497 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.425764 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.429023 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.432305 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.435574 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.438847 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.442114 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.445381 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.448637 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.451894 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.455152 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.458412 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.461678 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.464961 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.468233 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.471503 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.474772 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.478034 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.481318 ---      ParallelTerminationStrategy: PID 22 died...
22:49:41.482806 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.486422 ---      ParallelTerminationStrategy: PID 23 died...
22:49:41.487885 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.491473 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.492939 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.496550 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.498015 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.501619 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.503075 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.506694 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.508174 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.511797 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.513267 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.516897 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.518359 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.522006 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.523475 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.527100 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.528574 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.532206 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.533678 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.537334 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.538820 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.542444 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.543923 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.547559 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.549035 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.552651 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.554132 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.557776 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.559250 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.562864 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.564331 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.567956 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.569438 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.573057 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.574528 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.578182 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.579663 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.583266 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.584755 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.588375 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.589844 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.593468 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.594924 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.598542 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.600003 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.603655 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.605137 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.608735 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.610203 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.613793 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.615254 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.618891 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.620349 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.623955 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.625413 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.629016 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.630476 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.634091 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.635555 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.639154 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.640616 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.644226 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.645696 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.649324 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.650788 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.654379 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.655833 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.659437 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.660895 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.664500 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.665996 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.669602 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.671062 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.674655 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.676116 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.679706 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.681190 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.684790 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.686251 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.689837 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.691294 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.694886 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.696342 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.699966 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.701428 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.705030 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.706489 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.710074 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.711543 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.715159 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.716631 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.720238 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.721724 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.725314 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.726784 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.730437 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.731910 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.735517 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.736981 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.740596 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.742063 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.745700 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.747159 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.750744 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.752206 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.755827 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.757281 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.760923 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.762386 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.765995 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.767452 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.771051 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.772510 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.776113 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.777605 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.781230 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.782691 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.786304 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.787764 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.791371 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.792850 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.796446 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.797907 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.801509 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.802970 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.806571 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.808022 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.811632 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.813094 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.816700 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.818162 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.821763 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.823214 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.826864 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.828324 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.831939 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.833405 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.837017 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.838478 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.842098 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.843561 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.847163 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.848626 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.852224 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.853704 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.857309 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.858766 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.862376 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.863832 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.867437 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.868929 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.872540 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.874015 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.877636 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.879107 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.882709 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.884172 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.887795 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.889256 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.892877 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.894333 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.897950 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.899412 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.903039 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.904501 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.908147 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.909612 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.913218 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.914676 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.918326 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.919797 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.923413 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.924888 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.928496 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.929959 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.933579 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.935042 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.938655 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.940115 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.943720 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.945176 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.948784 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.950249 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.953876 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.955329 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.958939 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.960407 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.964022 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.965501 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.969107 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.970571 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.974182 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.975653 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.979290 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.980781 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.984378 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.985836 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.989445 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.990904 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.994517 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.995990 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.999597 ---      ParallelTerminationStrategy: PID 125 died...
22:49:42.001056 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:42.004672 ---      ParallelTerminationStrategy: PID 126 died...
22:49:42.006123 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:42.009735 ---      ParallelTerminationStrategy: PID 127 died...
22:49:42.011191 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:42.014828 ---      ParallelTerminationStrategy: PID 128 died...
22:49:42.016293 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:42.019893 ---      ParallelTerminationStrategy: PID 129 died...
22:49:42.021381 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:42.024972 ---      ParallelTerminationStrategy: PID 130 died...
22:49:42.026418 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:42.030036 ---      ParallelTerminationStrategy: PID 131 died...
22:49:42.031495 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:42.035077 ---      ParallelTerminationStrategy: PID 132 died...
22:49:42.036531 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:42.040113 ---      ParallelTerminationStrategy: PID 133 died...
22:49:42.041569 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:42.045158 ---      ParallelTerminationStrategy: PID 134 died...
22:49:42.046608 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:42.050203 ---      ParallelTerminationStrategy: PID 135 died...
22:49:42.051660 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:42.055272 ---      ParallelTerminationStrategy: PID 136 died...
22:49:42.056733 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:42.060361 ---      ParallelTerminationStrategy: PID 137 died...
22:49:42.061830 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:42.065458 ---      ParallelTerminationStrategy: PID 138 died...
22:49:42.066920 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:42.070565 ---      ParallelTerminationStrategy: PID 139 died...
22:49:42.072025 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:42.075652 ---      ParallelTerminationStrategy: PID 140 died...
22:49:42.077121 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:42.080742 ---      ParallelTerminationStrategy: PID 141 died...
22:49:42.082202 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:42.085831 ---      ParallelTerminationStrategy: PID 142 died...
22:49:42.087293 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:42.090916 ---      ParallelTerminationStrategy: PID 143 died...
22:49:42.092367 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:42.095989 ---      ParallelTerminationStrategy: PID 144 died...
22:49:42.097456 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:42.101063 ---      ParallelTerminationStrategy: PID 145 died...
22:49:42.102509 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:42.106134 ---      ParallelTerminationStrategy: PID 146 died...
22:49:42.107588 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:42.111217 ---      ParallelTerminationStrategy: PID 147 died...
22:49:42.112678 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:42.116288 ---      ParallelTerminationStrategy: PID 148 died...
22:49:42.117757 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.121391 ---      ParallelTerminationStrategy: PID 149 died...
22:49:42.122860 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.126489 ---      ParallelTerminationStrategy: PID 150 died...
22:49:42.127954 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.131586 ---      ParallelTerminationStrategy: PID 151 died...
22:49:42.133057 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.136695 ---      ParallelTerminationStrategy: PID 152 died...
22:49:42.138157 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.141796 ---      ParallelTerminationStrategy: PID 153 died...
22:49:42.143270 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.146907 ---      ParallelTerminationStrategy: PID 154 died...
22:49:42.148379 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.152018 ---      ParallelTerminationStrategy: PID 155 died...
22:49:42.153483 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.157099 ---      ParallelTerminationStrategy: PID 156 died...
22:49:42.158565 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.162183 ---      ParallelTerminationStrategy: PID 157 died...
22:49:42.163638 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.167272 ---      ParallelTerminationStrategy: PID 158 died...
22:49:42.168727 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.172333 ---      ParallelTerminationStrategy: PID 159 died...
22:49:42.173825 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.177450 ---      ParallelTerminationStrategy: PID 160 died...
22:49:42.178916 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.182526 ---      ParallelTerminationStrategy: PID 161 died...
22:49:42.183990 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.187608 ---      ParallelTerminationStrategy: PID 162 died...
22:49:42.189076 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.192706 ---      ParallelTerminationStrategy: PID 163 died...
22:49:42.194158 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.197801 ---      ParallelTerminationStrategy: PID 164 died...
22:49:42.199252 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.202869 ---      ParallelTerminationStrategy: PID 165 died...
22:49:42.204335 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.207965 ---      ParallelTerminationStrategy: PID 166 died...
22:49:42.209438 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.213072 ---      ParallelTerminationStrategy: PID 167 died...
22:49:42.214538 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.218158 ---      ParallelTerminationStrategy: PID 168 died...
22:49:42.219614 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.223241 ---      ParallelTerminationStrategy: PID 169 died...
22:49:42.224704 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.228320 ---      ParallelTerminationStrategy: PID 170 died...
22:49:42.229793 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.233422 ---      ParallelTerminationStrategy: PID 171 died...
22:49:42.234887 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.238535 ---      ParallelTerminationStrategy: PID 172 died...
22:49:42.239995 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.243611 ---      ParallelTerminationStrategy: PID 173 died...
22:49:42.245073 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.248691 ---      ParallelTerminationStrategy: PID 174 died...
22:49:42.250148 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.253760 ---      ParallelTerminationStrategy: PID 175 died...
22:49:42.255218 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.258835 ---      ParallelTerminationStrategy: PID 176 died...
22:49:42.260298 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.263916 ---      ParallelTerminationStrategy: PID 177 died...
22:49:42.265377 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.268987 ---      ParallelTerminationStrategy: PID 178 died...
22:49:42.270453 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.274073 ---      ParallelTerminationStrategy: PID 179 died...
22:49:42.275542 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.279167 ---      ParallelTerminationStrategy: PID 180 died...
22:49:42.280617 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.284234 ---      ParallelTerminationStrategy: PID 181 died...
22:49:42.285699 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.289334 ---      ParallelTerminationStrategy: PID 182 died...
22:49:42.290793 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.294415 ---      ParallelTerminationStrategy: PID 183 died...
22:49:42.295865 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.299500 ---      ParallelTerminationStrategy: PID 184 died...
22:49:42.300964 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.304585 ---      ParallelTerminationStrategy: PID 185 died...
22:49:42.306068 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.309679 ---      ParallelTerminationStrategy: PID 186 died...
22:49:42.311135 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.314771 ---      ParallelTerminationStrategy: PID 187 died...
22:49:42.316229 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.319858 ---      ParallelTerminationStrategy: PID 188 died...
22:49:42.321326 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.324942 ---      ParallelTerminationStrategy: PID 189 died...
22:49:42.326409 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.330031 ---      ParallelTerminationStrategy: PID 190 died...
22:49:42.331488 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.335125 ---      ParallelTerminationStrategy: PID 191 died...
22:49:42.336586 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.340210 ---      ParallelTerminationStrategy: PID 192 died...
22:49:42.341669 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.345305 ---      ParallelTerminationStrategy: PID 193 died...
22:49:42.346759 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.350392 ---      ParallelTerminationStrategy: PID 194 died...
22:49:42.351850 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.355494 ---      ParallelTerminationStrategy: PID 195 died...
22:49:42.356964 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.360581 ---      ParallelTerminationStrategy: PID 196 died...
22:49:42.362060 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.365691 ---      ParallelTerminationStrategy: PID 197 died...
22:49:42.367146 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.370808 ---      ParallelTerminationStrategy: PID 198 died...
22:49:42.372276 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.375894 ---      ParallelTerminationStrategy: PID 199 died...
22:49:42.377366 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.380980 ---      ParallelTerminationStrategy: PID 200 died...
22:49:42.382443 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.386079 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.387542 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.391166 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.392631 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.396262 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.397726 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.401362 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.402830 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.406469 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.407926 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.411555 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.413032 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.416649 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.418111 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.421742 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.423203 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.426819 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.428279 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.431893 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.433347 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.436985 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.438431 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.442058 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.443518 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.447148 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.448603 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.452237 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.453701 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.457317 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.458775 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.462398 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.463856 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.467476 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.468939 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.472568 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.474028 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.477651 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.479112 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.482744 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.484201 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.487827 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.489289 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.492926 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.494380 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.498002 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.499464 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.503099 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.504547 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.508168 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.509645 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.513270 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.514730 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.518356 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.519816 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.523444 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.524911 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.528523 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.529992 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.533608 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.535066 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.538722 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.540177 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.543783 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.545267 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.548887 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.550343 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.553970 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.555416 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.959763 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.965761 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8202 netreg_mass PASS
---------------------------------------------------------------------
22:49:46.031772 tst                       trial-8202: Storing JUnit report in /build/trial-8202/run.2026-01-05_22-48-19/trial-8202.xml

--------------------------------------------------------------------------------------------
trial-8202 PASS
--------------------------------------------------------------------------------------------
22:49:46.051300 tst                       trial-8202: trial-8202: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8202/inst
+ cd trial-8202
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-05 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8202-run.tgz run.2026-01-05_22-48-19
+ tar czf /build/trial-8202-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-05_13_31_38.tgz osmo-bts-oc2g.build-2026-01-05_00_52_48.tgz osmo-bts-sysmo.build-2026-01-05_00_52_50.tgz osmo-bts.build-2026-01-05_00_52_53.tgz osmo-ggsn.build-2026-01-05_20_58_18.tgz osmo-hlr.build-2026-01-05_16_37_01.tgz osmo-hnbgw.build-2026-01-05_13_33_26.tgz osmo-mgw.build-2026-01-05_08_34_44.tgz osmo-msc.build-2026-01-05_13_37_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-05_07_34_51.tgz osmo-pcu-sysmo.build-2026-01-05_07_36_43.tgz osmo-pcu.build-2026-01-05_07_34_22.tgz osmo-sgsn.build-2026-01-05_21_18_12.tgz osmo-stp.build-2026-01-05_13_27_49.tgz osmo-trx.build-2026-01-05_14_38_44.tgz osmocom-bb.build-2026-01-05_21_18_07.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