Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7958
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7497493844521694060.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-8386
+ 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
48c4e9f redmine: upgrade to 6.1.3
+ 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 [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
#7 CACHED

#8 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:feb407481cdcc6742f574f22b6a07162496880a8605fd360db0e11f197b1a0ca done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8387 -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-07-09 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8387
+ mkdir -p trial-8387
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-09_13_27_32.tgz osmo-bts-oc2g.build-2026-07-09_00_52_32.tgz osmo-bts-sysmo.build-2026-07-09_00_52_31.tgz osmo-bts.build-2026-07-09_00_52_40.tgz osmo-ggsn.build-2026-07-09_20_43_27.tgz osmo-hlr.build-2026-07-09_16_37_41.tgz osmo-hnbgw.build-2026-07-09_13_29_38.tgz osmo-mgw.build-2026-07-09_08_33_41.tgz osmo-msc.build-2026-07-09_13_36_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-09_07_34_58.tgz osmo-pcu-sysmo.build-2026-07-09_07_34_58.tgz osmo-pcu.build-2026-07-09_07_34_55.tgz osmo-sgsn.build-2026-07-09_20_49_48.tgz osmo-stp.build-2026-07-09_13_25_42.tgz osmo-trx.build-2026-07-09_14_22_25.tgz osmocom-bb.build-2026-07-09_21_19_05.tgz srslte.build-19.tgz trial-8387
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-09_13_27_32.md5 osmo-bts-oc2g.build-2026-07-09_00_52_32.md5 osmo-bts-sysmo.build-2026-07-09_00_52_31.md5 osmo-bts.build-2026-07-09_00_52_40.md5 osmo-ggsn.build-2026-07-09_20_43_27.md5 osmo-hlr.build-2026-07-09_16_37_41.md5 osmo-hnbgw.build-2026-07-09_13_29_38.md5 osmo-mgw.build-2026-07-09_08_33_41.md5 osmo-msc.build-2026-07-09_13_36_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-09_07_34_58.md5 osmo-pcu-sysmo.build-2026-07-09_07_34_58.md5 osmo-pcu.build-2026-07-09_07_34_55.md5 osmo-sgsn.build-2026-07-09_20_49_48.md5 osmo-stp.build-2026-07-09_13_25_42.md5 osmo-trx.build-2026-07-09_14_22_25.md5 osmocom-bb.build-2026-07-09_21_19_05.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-09_13_27_32.md5 osmo-bts-oc2g.build-2026-07-09_00_52_32.md5 osmo-bts-sysmo.build-2026-07-09_00_52_31.md5 osmo-bts.build-2026-07-09_00_52_40.md5 osmo-ggsn.build-2026-07-09_20_43_27.md5 osmo-hlr.build-2026-07-09_16_37_41.md5 osmo-hnbgw.build-2026-07-09_13_29_38.md5 osmo-mgw.build-2026-07-09_08_33_41.md5 osmo-msc.build-2026-07-09_13_36_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-09_07_34_58.md5 osmo-pcu-sysmo.build-2026-07-09_07_34_58.md5 osmo-pcu.build-2026-07-09_07_34_55.md5 osmo-sgsn.build-2026-07-09_20_49_48.md5 osmo-stp.build-2026-07-09_13_25_42.md5 osmo-trx.build-2026-07-09_14_22_25.md5 osmocom-bb.build-2026-07-09_21_19_05.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-8387 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8387'
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-8387
--------------------------------------------------------------------------------------------
22:48:16.799269 tst                       trial-8387: Detailed log at /build/trial-8387/run.2026-07-09_22-48-16/log

---------------------------------------------------------------------
trial-8387 netreg_mass
---------------------------------------------------------------------
22:48:17.008601 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.008987 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.009784 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.010961 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.051089 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.051857 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.052953 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.113476 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-8387 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.114281 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.128493 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.129021 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.129482 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.129929 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.130365 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.130819 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.131286 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.157971 tst         register_default_mass.py: using LAC 2
22:48:17.175103 tst         register_default_mass.py: using RAC 2
22:48:17.193300 tst         register_default_mass.py: using CellId 2
22:48:17.213683 tst         register_default_mass.py: using BVCI 3
22:48:17.223409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.225080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.225612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274937 tst      register_default_mass.py:21: Launching a simple network
22:48:17.284819 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.401459 run            create_hlr_db(pid=20): Launched
22:48:18.415139 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.439200 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.454166 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.459704 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.645069 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.659593 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.665057 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.070302 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.084920 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.099950 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.226196 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.240827 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.246327 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.269589 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.284290 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.289812 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.595528 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.610289 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.637897 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.808260 run         osmo-bts-virtual(pid=34): Launched
22:48:29.839470 tst         register_default_mass.py: using MSISDN 1001
22:48:29.851278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.880552 tst         register_default_mass.py: using MSISDN 1002
22:48:29.893756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.917104 tst         register_default_mass.py: using MSISDN 1003
22:48:29.927687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.950975 tst         register_default_mass.py: using MSISDN 1004
22:48:29.961325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.984504 tst         register_default_mass.py: using MSISDN 1005
22:48:29.994652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.018077 tst         register_default_mass.py: using MSISDN 1006
22:48:30.028405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.051540 tst         register_default_mass.py: using MSISDN 1007
22:48:30.061710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.085280 tst         register_default_mass.py: using MSISDN 1008
22:48:30.095627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.118978 tst         register_default_mass.py: using MSISDN 1009
22:48:30.129292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.152566 tst         register_default_mass.py: using MSISDN 1010
22:48:30.162915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.186219 tst         register_default_mass.py: using MSISDN 1011
22:48:30.196545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.219927 tst         register_default_mass.py: using MSISDN 1012
22:48:30.230306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.253653 tst         register_default_mass.py: using MSISDN 1013
22:48:30.263993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.286349 tst         register_default_mass.py: using MSISDN 1014
22:48:30.296197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.318910 tst         register_default_mass.py: using MSISDN 1015
22:48:30.328867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.351290 tst         register_default_mass.py: using MSISDN 1016
22:48:30.361119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.383696 tst         register_default_mass.py: using MSISDN 1017
22:48:30.393601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.416266 tst         register_default_mass.py: using MSISDN 1018
22:48:30.426108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.448793 tst         register_default_mass.py: using MSISDN 1019
22:48:30.458737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.481275 tst         register_default_mass.py: using MSISDN 1020
22:48:30.491073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.514294 tst         register_default_mass.py: using MSISDN 1021
22:48:30.524493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.547806 tst         register_default_mass.py: using MSISDN 1022
22:48:30.558070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.581464 tst         register_default_mass.py: using MSISDN 1023
22:48:30.591693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.614971 tst         register_default_mass.py: using MSISDN 1024
22:48:30.625210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.648071 tst         register_default_mass.py: using MSISDN 1025
22:48:30.658170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.681457 tst         register_default_mass.py: using MSISDN 1026
22:48:30.691712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.714980 tst         register_default_mass.py: using MSISDN 1027
22:48:30.725210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.748163 tst         register_default_mass.py: using MSISDN 1028
22:48:30.758322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.781752 tst         register_default_mass.py: using MSISDN 1029
22:48:30.792071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.815458 tst         register_default_mass.py: using MSISDN 1030
22:48:30.825808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.855259 tst         register_default_mass.py: using MSISDN 1031
22:48:30.868326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.891981 tst         register_default_mass.py: using MSISDN 1032
22:48:30.902753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.926001 tst         register_default_mass.py: using MSISDN 1033
22:48:30.936324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.959888 tst         register_default_mass.py: using MSISDN 1034
22:48:30.970308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.993788 tst         register_default_mass.py: using MSISDN 1035
22:48:31.004220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.027785 tst         register_default_mass.py: using MSISDN 1036
22:48:31.038193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.061662 tst         register_default_mass.py: using MSISDN 1037
22:48:31.072046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.095423 tst         register_default_mass.py: using MSISDN 1038
22:48:31.105739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.129112 tst         register_default_mass.py: using MSISDN 1039
22:48:31.139484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.162982 tst         register_default_mass.py: using MSISDN 1040
22:48:31.173390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.196857 tst         register_default_mass.py: using MSISDN 1041
22:48:31.207247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.230897 tst         register_default_mass.py: using MSISDN 1042
22:48:31.241375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.264683 tst         register_default_mass.py: using MSISDN 1043
22:48:31.275035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.297543 tst         register_default_mass.py: using MSISDN 1044
22:48:31.307393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.329606 tst         register_default_mass.py: using MSISDN 1045
22:48:31.339379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.361647 tst         register_default_mass.py: using MSISDN 1046
22:48:31.371345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.393541 tst         register_default_mass.py: using MSISDN 1047
22:48:31.403186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.425568 tst         register_default_mass.py: using MSISDN 1048
22:48:31.435325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.457651 tst         register_default_mass.py: using MSISDN 1049
22:48:31.467407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.490762 tst         register_default_mass.py: using MSISDN 1050
22:48:31.500947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.524081 tst         register_default_mass.py: using MSISDN 1051
22:48:31.534285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.558026 tst         register_default_mass.py: using MSISDN 1052
22:48:31.568580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.592120 tst         register_default_mass.py: using MSISDN 1053
22:48:31.602487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.626070 tst         register_default_mass.py: using MSISDN 1054
22:48:31.636538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.659981 tst         register_default_mass.py: using MSISDN 1055
22:48:31.670347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.693791 tst         register_default_mass.py: using MSISDN 1056
22:48:31.704194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.727469 tst         register_default_mass.py: using MSISDN 1057
22:48:31.737748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.761095 tst         register_default_mass.py: using MSISDN 1058
22:48:31.771350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.794657 tst         register_default_mass.py: using MSISDN 1059
22:48:31.805010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.828191 tst         register_default_mass.py: using MSISDN 1060
22:48:31.838436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.861895 tst         register_default_mass.py: using MSISDN 1061
22:48:31.872250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.895937 tst         register_default_mass.py: using MSISDN 1062
22:48:31.905468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.928236 tst         register_default_mass.py: using MSISDN 1063
22:48:31.936739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.959189 tst         register_default_mass.py: using MSISDN 1064
22:48:31.969012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.991609 tst         register_default_mass.py: using MSISDN 1065
22:48:32.001419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.023796 tst         register_default_mass.py: using MSISDN 1066
22:48:32.033503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.055993 tst         register_default_mass.py: using MSISDN 1067
22:48:32.065759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.088429 tst         register_default_mass.py: using MSISDN 1068
22:48:32.098287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.121037 tst         register_default_mass.py: using MSISDN 1069
22:48:32.130959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.153477 tst         register_default_mass.py: using MSISDN 1070
22:48:32.163322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.185888 tst         register_default_mass.py: using MSISDN 1071
22:48:32.195716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.218262 tst         register_default_mass.py: using MSISDN 1072
22:48:32.228126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.250735 tst         register_default_mass.py: using MSISDN 1073
22:48:32.260620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.283212 tst         register_default_mass.py: using MSISDN 1074
22:48:32.293027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.315493 tst         register_default_mass.py: using MSISDN 1075
22:48:32.325317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.347901 tst         register_default_mass.py: using MSISDN 1076
22:48:32.357826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.380795 tst         register_default_mass.py: using MSISDN 1077
22:48:32.390813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.413890 tst         register_default_mass.py: using MSISDN 1078
22:48:32.424039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.447132 tst         register_default_mass.py: using MSISDN 1079
22:48:32.457226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.480105 tst         register_default_mass.py: using MSISDN 1080
22:48:32.490166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.513080 tst         register_default_mass.py: using MSISDN 1081
22:48:32.523099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.546131 tst         register_default_mass.py: using MSISDN 1082
22:48:32.556210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.579292 tst         register_default_mass.py: using MSISDN 1083
22:48:32.589383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.612326 tst         register_default_mass.py: using MSISDN 1084
22:48:32.622354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.645372 tst         register_default_mass.py: using MSISDN 1085
22:48:32.655371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.677894 tst         register_default_mass.py: using MSISDN 1086
22:48:32.687762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.710816 tst         register_default_mass.py: using MSISDN 1087
22:48:32.720897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.743800 tst         register_default_mass.py: using MSISDN 1088
22:48:32.753887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.777250 tst         register_default_mass.py: using MSISDN 1089
22:48:32.787549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.810798 tst         register_default_mass.py: using MSISDN 1090
22:48:32.821060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.844038 tst         register_default_mass.py: using MSISDN 1091
22:48:32.854212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.877413 tst         register_default_mass.py: using MSISDN 1092
22:48:32.887625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.910478 tst         register_default_mass.py: using MSISDN 1093
22:48:32.920507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.943808 tst         register_default_mass.py: using MSISDN 1094
22:48:32.954001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.977616 tst         register_default_mass.py: using MSISDN 1095
22:48:32.988012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.011292 tst         register_default_mass.py: using MSISDN 1096
22:48:33.021534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.044919 tst         register_default_mass.py: using MSISDN 1097
22:48:33.055419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.078981 tst         register_default_mass.py: using MSISDN 1098
22:48:33.089246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.112527 tst         register_default_mass.py: using MSISDN 1099
22:48:33.122826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.146286 tst         register_default_mass.py: using MSISDN 1100
22:48:33.156601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.242875 run                             mass: Starting testcase
22:48:33.248298 run                             mass: Pre-launching all virtphy's
22:48:33.253610 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.266376 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.272250 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.285208 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.291146 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.304008 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.310019 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.323113 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.329096 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.341938 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.347886 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.360890 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.366873 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.379890 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.385873 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.398786 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.404724 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.417656 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.423610 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.436575 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.442505 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.455455 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.461518 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.474523 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.480582 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.493543 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.499597 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.512622 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.518685 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.531749 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.537811 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.550832 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.556842 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.569870 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.575821 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.588855 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.594829 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.607867 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.613808 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.626810 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.632771 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.645770 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.651851 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.664897 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.670994 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.684100 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.690157 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.703179 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.709229 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.722237 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.728294 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.741324 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.747303 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.760241 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.766177 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.779211 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.785164 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.798190 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.804200 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.817188 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.823129 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.835968 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.841982 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.854719 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.860568 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.873292 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.879159 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.891961 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.897808 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.910575 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.916490 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.929217 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.935125 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.947916 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.953751 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.966474 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.972441 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.985228 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.991137 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.003944 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.009888 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.022925 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.029033 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.041927 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.047928 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.060794 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.066796 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.079717 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.085757 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.098498 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.104412 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.117222 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.123167 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.135943 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.141872 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.154588 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.160444 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.173207 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.179132 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.191891 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.197728 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.210479 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.216315 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.229108 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.235031 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.247831 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.253888 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.266759 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.272686 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.285383 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.291232 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.304169 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.310081 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.323078 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.328994 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.341676 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.347556 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.360198 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.366064 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.378766 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.384582 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.397286 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.403152 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.415845 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.421654 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.434347 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.440268 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.452977 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.458849 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.471586 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.477414 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.490254 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.496100 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.508914 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.514706 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.527392 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.533315 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.546007 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.551918 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.564633 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.570420 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.583147 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.588961 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.601592 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.607420 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.620107 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.626004 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.638729 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.644585 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.657264 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.663123 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.675922 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.681742 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.694421 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.700216 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.712916 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.718892 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.731691 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.737657 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.750377 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.756201 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.769081 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.774942 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.787751 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.793564 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.806233 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.812134 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.824849 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.830697 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.843421 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.849304 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.862072 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.867952 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.880673 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.886507 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.899283 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.905138 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.917878 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.923742 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.936435 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.942335 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.955247 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.961065 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.973874 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.979725 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.992445 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.998251 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.011197 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.017032 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.029888 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.035752 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.048559 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.054424 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.067246 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.073116 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.085877 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.091738 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.104583 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.110442 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.123230 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.129094 run                             mass: Checking if sockets are in the filesystem
22:48:35.160897 run                osmo-ms-mob/00000: Starting mobile
22:48:35.173805 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.190137 run                             mass: MS start registered  {at=302997.23923557, delay=0.010320648027118295, ms=00000}
22:48:39.345419 run                osmo-ms-mob/00001: Starting mobile
22:48:39.358272 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.372297 run                             mass: MS start registered  {at=303001.421397702, delay=0.00807368301320821, ms=00001}
22:48:40.226165 run                             mass: MS performed LU  {at=303002.275162968, lu_delay=5.035927398013882, ms=00000}
22:48:41.179299 run                osmo-ms-mob/00002: Starting mobile
22:48:41.196530 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.208167 run                             mass: MS start registered  {at=303003.2572747, delay=0.005709710996598005, ms=00002}
22:48:42.477424 run                osmo-ms-mob/00003: Starting mobile
22:48:42.494346 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.508695 run                             mass: MS start registered  {at=303004.557796198, delay=0.008521191019099206, ms=00003}
22:48:43.576965 run                osmo-ms-mob/00004: Starting mobile
22:48:43.593844 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.604880 run                             mass: MS start registered  {at=303005.653995076, delay=0.00506427203072235, ms=00004}
22:48:44.544471 run                osmo-ms-mob/00005: Starting mobile
22:48:44.557604 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.568845 run                             mass: MS start registered  {at=303006.617951779, delay=0.005255620984826237, ms=00005}
22:48:45.404877 run                             mass: MS performed LU  {at=303007.453850494, lu_delay=6.032452791987453, ms=00001}
22:48:45.450522 run                osmo-ms-mob/00006: Starting mobile
22:48:45.466131 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.477133 run                             mass: MS start registered  {at=303007.526252236, delay=0.005055370973423123, ms=00006}
22:48:46.354607 run                osmo-ms-mob/00007: Starting mobile
22:48:46.367615 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.381331 run                             mass: MS start registered  {at=303008.430438954, delay=0.007652507978491485, ms=00007}
22:48:47.156869 run                osmo-ms-mob/00008: Starting mobile
22:48:47.170381 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.181253 run                             mass: MS start registered  {at=303009.230369566, delay=0.004862342029809952, ms=00008}
22:48:47.305568 run                             mass: MS performed LU  {at=303009.354574116, lu_delay=4.7967779180034995, ms=00003}
22:48:47.333169 run                             mass: MS performed LU  {at=303009.382179558, lu_delay=6.12490485800663, ms=00002}
22:48:47.877753 run                osmo-ms-mob/00009: Starting mobile
22:48:47.894325 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.905401 run                             mass: MS start registered  {at=303009.954520137, delay=0.004737723967991769, ms=00009}
22:48:48.545280 run                osmo-ms-mob/00010: Starting mobile
22:48:48.558203 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.569356 run                             mass: MS start registered  {at=303010.618473386, delay=0.005149031989276409, ms=00010}
22:48:49.157501 run                osmo-ms-mob/00011: Starting mobile
22:48:49.171644 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.177552 run                             mass: MS performed LU  {at=303011.226674646, lu_delay=5.572679570002947, ms=00004}
22:48:49.183805 run                             mass: MS start registered  {at=303011.232928594, delay=0.006271615973673761, ms=00011}
22:48:49.706250 run                             mass: MS performed LU  {at=303011.755230615, lu_delay=5.137278835987672, ms=00005}
22:48:49.722336 run                osmo-ms-mob/00012: Starting mobile
22:48:49.735202 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.747643 run                             mass: MS start registered  {at=303011.796763127, delay=0.006508134945761412, ms=00012}
22:48:50.344793 run                osmo-ms-mob/00013: Starting mobile
22:48:50.365227 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.376626 run                             mass: MS start registered  {at=303012.425742825, delay=0.00538919901009649, ms=00013}
22:48:50.976452 run                osmo-ms-mob/00014: Starting mobile
22:48:50.993199 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.009515 run                             mass: MS start registered  {at=303013.058624637, delay=0.010297642031218857, ms=00014}
22:48:51.072528 run                             mass: MS performed LU  {at=303013.121535167, lu_delay=5.5952829309972, ms=00006}
22:48:51.098293 run                             mass: MS performed LU  {at=303013.147389214, lu_delay=4.716950260044541, ms=00007}
22:48:51.577834 run                osmo-ms-mob/00015: Starting mobile
22:48:51.591104 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.601693 run                             mass: MS start registered  {at=303013.65081154, delay=0.0025166640407405794, ms=00015}
22:48:52.046037 run                osmo-ms-mob/00016: Starting mobile
22:48:52.059263 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.071445 run                             mass: MS start registered  {at=303014.12056037, delay=0.0061743579572066665, ms=00016}
22:48:52.567838 run                osmo-ms-mob/00017: Starting mobile
22:48:52.583925 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.595670 run                             mass: MS start registered  {at=303014.644788932, delay=0.005815183976665139, ms=00017}
22:48:52.935533 run                             mass: MS performed LU  {at=303014.98453925, lu_delay=5.03001911303727, ms=00009}
22:48:53.000701 run                             mass: MS performed LU  {at=303015.049738215, lu_delay=5.8193686489830725, ms=00008}
22:48:53.028375 run                osmo-ms-mob/00018: Starting mobile
22:48:53.041261 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.052586 run                             mass: MS start registered  {at=303015.101704211, delay=0.005400987982284278, ms=00018}
22:48:53.573067 run                osmo-ms-mob/00019: Starting mobile
22:48:53.585900 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.600106 run                             mass: MS start registered  {at=303015.649205174, delay=0.008196210023015738, ms=00019}
22:48:54.047457 run                osmo-ms-mob/00020: Starting mobile
22:48:54.060376 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.073258 run                             mass: MS start registered  {at=303016.122375842, delay=0.006764449004549533, ms=00020}
22:48:54.570280 run                osmo-ms-mob/00021: Starting mobile
22:48:54.588492 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.601815 run                             mass: MS start registered  {at=303016.650924968, delay=0.007328849984332919, ms=00021}
22:48:54.837171 run                             mass: MS performed LU  {at=303016.886157311, lu_delay=5.08939418400405, ms=00012}
22:48:54.854600 run                osmo-ms-mob/00022: Starting mobile
22:48:54.867749 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.873705 run                             mass: MS performed LU  {at=303016.922828791, lu_delay=6.304355405038223, ms=00010}
22:48:54.881265 run                             mass: MS start registered  {at=303016.930387667, delay=0.00757832097588107, ms=00022}
22:48:54.953085 run                             mass: MS performed LU  {at=303017.002103296, lu_delay=5.769174701999873, ms=00011}
22:48:55.207216 run                             mass: MS performed LU  {at=303017.256069068, lu_delay=4.83032624295447, ms=00013}
22:48:55.491320 run                osmo-ms-mob/00023: Starting mobile
22:48:55.510086 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.521417 run                             mass: MS start registered  {at=303017.570530733, delay=0.0052437419653870165, ms=00023}
22:48:55.858759 run                osmo-ms-mob/00024: Starting mobile
22:48:55.872569 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.884228 run                             mass: MS start registered  {at=303017.933342619, delay=0.0057142089935950935, ms=00024}
22:48:56.367432 run                osmo-ms-mob/00025: Starting mobile
22:48:56.383973 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.397885 run                             mass: MS start registered  {at=303018.446996249, delay=0.007989832025486976, ms=00025}
22:48:56.636912 run                             mass: MS performed LU  {at=303018.685930553, lu_delay=4.565370183030609, ms=00016}
22:48:56.665495 run                osmo-ms-mob/00026: Starting mobile
22:48:56.678459 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.690947 run                             mass: MS start registered  {at=303018.740062231, delay=0.006568263052031398, ms=00026}
22:48:56.700694 run                             mass: MS performed LU  {at=303018.749802358, lu_delay=5.098990817961749, ms=00015}
22:48:56.767074 run                             mass: MS performed LU  {at=303018.816089733, lu_delay=5.757465095957741, ms=00014}
22:48:57.187975 run                osmo-ms-mob/00027: Starting mobile
22:48:57.204816 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.218009 run                             mass: MS start registered  {at=303019.267120968, delay=0.007242898049298674, ms=00027}
22:48:57.558503 run                osmo-ms-mob/00028: Starting mobile
22:48:57.572604 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.584313 run                             mass: MS start registered  {at=303019.633430811, delay=0.005651776969898492, ms=00028}
22:48:57.946012 run                osmo-ms-mob/00029: Starting mobile
22:48:57.958903 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.970213 run                             mass: MS start registered  {at=303020.019327074, delay=0.005471831012982875, ms=00029}
22:48:58.344068 run                osmo-ms-mob/00030: Starting mobile
22:48:58.357024 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.368382 run                             mass: MS start registered  {at=303020.417492714, delay=0.005398554028943181, ms=00030}
22:48:58.603638 run                             mass: MS performed LU  {at=303020.652653236, lu_delay=5.550949025026057, ms=00018}
22:48:58.630989 run                             mass: MS performed LU  {at=303020.680030551, lu_delay=5.030825376976281, ms=00019}
22:48:58.678876 run                osmo-ms-mob/00031: Starting mobile
22:48:58.694047 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.705060 run                             mass: MS start registered  {at=303020.75417586, delay=0.005104472045786679, ms=00031}
22:48:58.717570 run                             mass: MS performed LU  {at=303020.766686679, lu_delay=6.12189774698345, ms=00017}
22:48:58.972313 run                             mass: MS performed LU  {at=303021.021303165, lu_delay=4.898927322996315, ms=00020}
22:48:59.019753 run                osmo-ms-mob/00032: Starting mobile
22:48:59.033985 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.045054 run                             mass: MS start registered  {at=303021.094173518, delay=0.005120415007695556, ms=00032}
22:48:59.453033 run                osmo-ms-mob/00033: Starting mobile
22:48:59.467835 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.489467 run                             mass: MS start registered  {at=303021.538537664, delay=0.012701816973276436, ms=00033}
22:48:59.845327 run                osmo-ms-mob/00034: Starting mobile
22:48:59.858277 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.869251 run                             mass: MS start registered  {at=303021.91836689, delay=0.004954327014274895, ms=00034}
22:49:00.164516 run                osmo-ms-mob/00035: Starting mobile
22:49:00.191881 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.204093 run                             mass: MS start registered  {at=303022.253205309, delay=0.006199027004186064, ms=00035}
22:49:00.403726 run                             mass: MS performed LU  {at=303022.452742146, lu_delay=5.801817177969497, ms=00021}
22:49:00.468076 run                             mass: MS performed LU  {at=303022.517106692, lu_delay=4.946575959038455, ms=00023}
22:49:00.483671 run                osmo-ms-mob/00036: Starting mobile
22:49:00.496604 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.508189 run                             mass: MS start registered  {at=303022.557307085, delay=0.00562563503626734, ms=00036}
22:49:00.532603 run                             mass: MS performed LU  {at=303022.581703155, lu_delay=5.651315488037653, ms=00022}
22:49:00.657371 run                             mass: MS performed LU  {at=303022.706362385, lu_delay=4.7730197660275735, ms=00024}
22:49:00.987299 run                osmo-ms-mob/00037: Starting mobile
22:49:01.015469 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.030284 run                             mass: MS start registered  {at=303023.079401765, delay=0.005032173008657992, ms=00037}
22:49:01.244385 run                osmo-ms-mob/00038: Starting mobile
22:49:01.257308 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.270921 run                             mass: MS start registered  {at=303023.319976182, delay=0.007650371000636369, ms=00038}
22:49:01.545203 run                osmo-ms-mob/00039: Starting mobile
22:49:01.559860 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.571382 run                             mass: MS start registered  {at=303023.620494796, delay=0.005526907043531537, ms=00039}
22:49:01.940732 run                osmo-ms-mob/00040: Starting mobile
22:49:01.954062 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.966831 run                             mass: MS start registered  {at=303024.015950847, delay=0.0066084000281989574, ms=00040}
22:49:02.273408 run                osmo-ms-mob/00041: Starting mobile
22:49:02.290856 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.305033 run                             mass: MS start registered  {at=303024.354139566, delay=0.008176837989594787, ms=00041}
22:49:02.368752 run                             mass: MS performed LU  {at=303024.417781846, lu_delay=4.7843510350212455, ms=00028}
22:49:02.396452 run                             mass: MS performed LU  {at=303024.445467329, lu_delay=5.178346360975411, ms=00027}
22:49:02.410974 run                osmo-ms-mob/00042: Starting mobile
22:49:02.423873 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.435750 run                             mass: MS start registered  {at=303024.484871183, delay=0.005981767026241869, ms=00042}
22:49:02.485075 run                             mass: MS performed LU  {at=303024.534068552, lu_delay=5.794006320997141, ms=00026}
22:49:02.504342 run                             mass: MS performed LU  {at=303024.553471058, lu_delay=6.106474808999337, ms=00025}
22:49:02.793979 run                             mass: MS performed LU  {at=303024.842927894, lu_delay=4.823600819974672, ms=00029}
22:49:02.808452 run                osmo-ms-mob/00043: Starting mobile
22:49:02.821657 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.832947 run                             mass: MS start registered  {at=303024.882063104, delay=0.0051999909919686615, ms=00043}
22:49:03.258571 run                osmo-ms-mob/00044: Starting mobile
22:49:03.272811 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.287446 run                             mass: MS start registered  {at=303025.336557444, delay=0.008549596997909248, ms=00044}
22:49:03.558015 run                osmo-ms-mob/00045: Starting mobile
22:49:03.571766 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.583867 run                             mass: MS start registered  {at=303025.632980628, delay=0.005972262006253004, ms=00045}
22:49:03.873779 run                osmo-ms-mob/00046: Starting mobile
22:49:03.889139 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.905760 run                             mass: MS start registered  {at=303025.954865506, delay=0.010570806975010782, ms=00046}
22:49:04.145468 run                osmo-ms-mob/00047: Starting mobile
22:49:04.158588 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.168239 run                             mass: MS performed LU  {at=303026.217352376, lu_delay=5.799859662016388, ms=00030}
22:49:04.174349 run                             mass: MS start registered  {at=303026.223480017, delay=0.009490159980487078, ms=00047}
22:49:04.234540 run                             mass: MS performed LU  {at=303026.283558037, lu_delay=5.189384519006126, ms=00032}
22:49:04.260913 run                osmo-ms-mob/00048: Starting mobile
22:49:04.273841 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.284976 run                             mass: MS start registered  {at=303026.334094794, delay=0.005121343012433499, ms=00048}
22:49:04.297776 run                             mass: MS performed LU  {at=303026.346893554, lu_delay=4.808355889981613, ms=00033}
22:49:04.423075 run                             mass: MS performed LU  {at=303026.47209429, lu_delay=5.717918429989368, ms=00031}
22:49:04.452246 run                osmo-ms-mob/00049: Starting mobile
22:49:04.465183 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.476814 run                             mass: MS start registered  {at=303026.525930239, delay=0.005293869005981833, ms=00049}
22:49:05.045768 run                osmo-ms-mob/00050: Starting mobile
22:49:05.058778 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.075038 run                             mass: MS start registered  {at=303027.124142948, delay=0.0103728860267438, ms=00050}
22:49:05.457400 run                osmo-ms-mob/00051: Starting mobile
22:49:05.471220 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.484437 run                             mass: MS start registered  {at=303027.533545874, delay=0.006936290010344237, ms=00051}
22:49:05.759554 run                osmo-ms-mob/00052: Starting mobile
22:49:05.773247 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.786235 run                             mass: MS start registered  {at=303027.835350448, delay=0.006685231986921281, ms=00052}
22:49:06.015377 run                             mass: MS performed LU  {at=303028.064392268, lu_delay=6.146025378024206, ms=00034}
22:49:06.029988 run                osmo-ms-mob/00053: Starting mobile
22:49:06.044908 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.051003 run                             mass: MS performed LU  {at=303028.100126856, lu_delay=5.02072509098798, ms=00037}
22:49:06.059536 run                             mass: MS start registered  {at=303028.108657393, delay=0.00855227600550279, ms=00053}
22:49:06.162176 run                             mass: MS performed LU  {at=303028.211174925, lu_delay=4.891198742960114, ms=00038}
22:49:06.188545 run                osmo-ms-mob/00054: Starting mobile
22:49:06.201435 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.216841 run                             mass: MS start registered  {at=303028.265943429, delay=0.009122931049205363, ms=00054}
22:49:06.325146 run                             mass: MS performed LU  {at=303028.374181567, lu_delay=6.120976258011069, ms=00035}
22:49:06.677258 run                osmo-ms-mob/00055: Starting mobile
22:49:06.693846 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.705192 run                             mass: MS start registered  {at=303028.754311521, delay=0.005194931989535689, ms=00055}
22:49:06.958059 run                osmo-ms-mob/00056: Starting mobile
22:49:06.972266 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.984156 run                             mass: MS start registered  {at=303029.033263258, delay=0.005719720968045294, ms=00056}
22:49:07.058259 run                             mass: MS performed LU  {at=303029.107257973, lu_delay=5.486763176973909, ms=00039}
22:49:07.223937 run                             mass: MS performed LU  {at=303029.27295648, lu_delay=3.6399758519837633, ms=00045}
22:49:07.261080 run                osmo-ms-mob/00057: Starting mobile
22:49:07.275593 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.290805 run                             mass: MS start registered  {at=303029.33990832, delay=0.009102093987166882, ms=00057}
22:49:07.684245 run                osmo-ms-mob/00058: Starting mobile
22:49:07.701207 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.712865 run                             mass: MS start registered  {at=303029.761983674, delay=0.005237091041635722, ms=00058}
22:49:07.934645 run                             mass: MS performed LU  {at=303029.98367335, lu_delay=5.967722503002733, ms=00040}
22:49:07.977740 run                osmo-ms-mob/00059: Starting mobile
22:49:07.990885 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.996773 run                             mass: MS performed LU  {at=303030.04589714, lu_delay=5.691757573978975, ms=00041}
22:49:08.004208 run                             mass: MS start registered  {at=303030.053337891, delay=0.0074597279890440404, ms=00059}
22:49:08.063951 run                             mass: MS performed LU  {at=303030.112974486, lu_delay=5.230911382008344, ms=00043}
22:49:08.089870 run                osmo-ms-mob/00060: Starting mobile
22:49:08.102838 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.113632 run                             mass: MS start registered  {at=303030.162750412, delay=0.004888035007752478, ms=00060}
22:49:08.243943 run                             mass: MS performed LU  {at=303030.292971379, lu_delay=5.808100196009036, ms=00042}
22:49:08.266691 run                             mass: MS performed LU  {at=303030.315817102, lu_delay=4.979259657964576, ms=00044}
22:49:08.674374 run                osmo-ms-mob/00061: Starting mobile
22:49:08.708243 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.719774 run                             mass: MS start registered  {at=303030.768889454, delay=0.005167696042917669, ms=00061}
22:49:08.958198 run                osmo-ms-mob/00062: Starting mobile
22:49:08.972306 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.985957 run                             mass: MS start registered  {at=303031.035070476, delay=0.007591684989165515, ms=00062}
22:49:09.060936 run                             mass: MS performed LU  {at=303031.109930989, lu_delay=5.155065483006183, ms=00046}
22:49:09.273179 run                osmo-ms-mob/00063: Starting mobile
22:49:09.311368 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.326375 run                             mass: MS start registered  {at=303031.375487058, delay=0.006648252019658685, ms=00063}
22:49:09.674690 run                osmo-ms-mob/00064: Starting mobile
22:49:09.689750 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.701403 run                             mass: MS start registered  {at=303031.750514266, delay=0.0052629110286943614, ms=00064}
22:49:09.780736 run                             mass: MS performed LU  {at=303031.829730688, lu_delay=5.303800449008122, ms=00049}
22:49:09.798025 run                             mass: MS performed LU  {at=303031.847066314, lu_delay=5.623586297035217, ms=00047}
22:49:09.928243 run                             mass: MS performed LU  {at=303031.977257488, lu_delay=4.853114539990202, ms=00050}
22:49:09.955388 run                osmo-ms-mob/00065: Starting mobile
22:49:09.968769 run       osmo-ms-mob/00065(pid=200): Launched
22:49:09.983626 run                             mass: MS start registered  {at=303032.032736933, delay=0.008886723953764886, ms=00065}
22:49:10.117998 run                             mass: MS performed LU  {at=303032.167019279, lu_delay=4.633473404974211, ms=00051}
22:49:10.358258 run                osmo-ms-mob/00066: Starting mobile
22:49:10.372121 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.385376 run                             mass: MS start registered  {at=303032.434491844, delay=0.007331072993110865, ms=00066}
22:49:10.764328 run                osmo-ms-mob/00067: Starting mobile
22:49:10.781427 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.792969 run                             mass: MS start registered  {at=303032.842084368, delay=0.0052403800073079765, ms=00067}
22:49:10.943541 run                             mass: MS performed LU  {at=303032.99252636, lu_delay=3.652618039981462, ms=00057}
22:49:10.987928 run                osmo-ms-mob/00068: Starting mobile
22:49:11.001417 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.016597 run                             mass: MS start registered  {at=303033.065697387, delay=0.008962917956523597, ms=00068}
22:49:11.474748 run                osmo-ms-mob/00069: Starting mobile
22:49:11.490603 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.505984 run                             mass: MS start registered  {at=303033.555084877, delay=0.009348845982458442, ms=00069}
22:49:11.700912 run                             mass: MS performed LU  {at=303033.749917469, lu_delay=4.716654210991692, ms=00056}
22:49:11.728195 run                             mass: MS performed LU  {at=303033.777290934, lu_delay=5.022979412984569, ms=00055}
22:49:11.745244 run                osmo-ms-mob/00070: Starting mobile
22:49:11.758180 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.772417 run                             mass: MS start registered  {at=303033.821529797, delay=0.008075260964687914, ms=00070}
22:49:12.027805 run                             mass: MS performed LU  {at=303034.076792981, lu_delay=5.96813558798749, ms=00053}
22:49:12.283842 run                osmo-ms-mob/00071: Starting mobile
22:49:12.299508 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.313093 run                             mass: MS start registered  {at=303034.362208685, delay=0.007293794013094157, ms=00071}
22:49:12.657175 run                osmo-ms-mob/00072: Starting mobile
22:49:12.671636 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.687121 run                             mass: MS start registered  {at=303034.736230636, delay=0.00901170598808676, ms=00072}
22:49:12.752547 run                             mass: MS performed LU  {at=303034.801560838, lu_delay=6.966210390033666, ms=00052}
22:49:12.881825 run                             mass: MS performed LU  {at=303034.93084177, lu_delay=3.5553547120071016, ms=00063}
22:49:13.056237 run                osmo-ms-mob/00073: Starting mobile
22:49:13.069707 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.082258 run                             mass: MS start registered  {at=303035.131370527, delay=0.0063278929446823895, ms=00073}
22:49:13.457424 run                osmo-ms-mob/00074: Starting mobile
22:49:13.471378 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.484046 run                             mass: MS start registered  {at=303035.53315536, delay=0.00668712001061067, ms=00074}
22:49:13.647985 run                             mass: MS performed LU  {at=303035.696985522, lu_delay=5.643647630990017, ms=00059}
22:49:13.671637 run                             mass: MS performed LU  {at=303035.720764112, lu_delay=5.958780437998939, ms=00058}
22:49:13.682665 run                osmo-ms-mob/00075: Starting mobile
22:49:13.695788 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.708905 run                             mass: MS start registered  {at=303035.758019862, delay=0.007109029975254089, ms=00075}
22:49:13.782075 run                             mass: MS performed LU  {at=303035.831104671, lu_delay=5.062215216981713, ms=00061}
22:49:13.807197 run                             mass: MS performed LU  {at=303035.85632437, lu_delay=5.693573958007619, ms=00060}
22:49:13.873963 run                             mass: MS performed LU  {at=303035.922988022, lu_delay=4.887917545973323, ms=00062}
22:49:14.384478 run                osmo-ms-mob/00076: Starting mobile
22:49:14.399510 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.410818 run                             mass: MS start registered  {at=303036.459936564, delay=0.005131223995704204, ms=00076}
22:49:14.700293 run                             mass: MS performed LU  {at=303036.749314989, lu_delay=3.683617602044251, ms=00068}
22:49:14.728830 run                osmo-ms-mob/00077: Starting mobile
22:49:14.742705 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.755712 run                             mass: MS start registered  {at=303036.804822764, delay=0.006966202985495329, ms=00077}
22:49:15.261529 run                osmo-ms-mob/00078: Starting mobile
22:49:15.276624 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.289336 run                             mass: MS start registered  {at=303037.338449918, delay=0.006602370005566627, ms=00078}
22:49:15.466593 run                             mass: MS performed LU  {at=303037.515611578, lu_delay=5.081119734037202, ms=00066}
22:49:15.491255 run                             mass: MS performed LU  {at=303037.540381784, lu_delay=5.507644851051737, ms=00065}
22:49:15.502366 run                osmo-ms-mob/00079: Starting mobile
22:49:15.515415 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.529052 run                             mass: MS start registered  {at=303037.578168203, delay=0.007532574003562331, ms=00079}
22:49:15.577289 run                             mass: MS performed LU  {at=303037.626324551, lu_delay=4.784240183013026, ms=00067}
22:49:15.794096 run                             mass: MS performed LU  {at=303037.843113049, lu_delay=6.092598782968707, ms=00064}
22:49:16.188161 run                osmo-ms-mob/00080: Starting mobile
22:49:16.205541 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.217567 run                             mass: MS start registered  {at=303038.266681561, delay=0.005752316035795957, ms=00080}
22:49:16.657664 run                osmo-ms-mob/00081: Starting mobile
22:49:16.672070 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.684386 run                             mass: MS start registered  {at=303038.733499982, delay=0.006305699003860354, ms=00081}
22:49:17.067622 run                osmo-ms-mob/00082: Starting mobile
22:49:17.083983 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.095543 run                             mass: MS start registered  {at=303039.14465935, delay=0.005251689988654107, ms=00082}
22:49:17.413820 run                             mass: MS performed LU  {at=303039.462822644, lu_delay=5.6412928469944745, ms=00070}
22:49:17.432326 run                             mass: MS performed LU  {at=303039.48134965, lu_delay=5.926264773006551, ms=00069}
22:49:17.547670 run                             mass: MS performed LU  {at=303039.596683534, lu_delay=5.23447484895587, ms=00071}
22:49:17.579200 run                osmo-ms-mob/00083: Starting mobile
22:49:17.593797 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.599754 run                             mass: MS performed LU  {at=303039.648876878, lu_delay=4.9126462420099415, ms=00072}
22:49:17.606944 run                             mass: MS start registered  {at=303039.656044833, delay=0.007187476032413542, ms=00083}
22:49:17.620883 run                             mass: MS performed LU  {at=303039.669993892, lu_delay=4.538623365049716, ms=00073}
22:49:18.176466 run                osmo-ms-mob/00084: Starting mobile
22:49:18.193409 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.210927 run                             mass: MS start registered  {at=303040.260032189, delay=0.011545433022547513, ms=00084}
22:49:18.659907 run                osmo-ms-mob/00085: Starting mobile
22:49:18.673762 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.688107 run                             mass: MS start registered  {at=303040.737214591, delay=0.008373135991860181, ms=00085}
22:49:19.231789 run                             mass: MS performed LU  {at=303041.280804082, lu_delay=5.7476487219682895, ms=00074}
22:49:19.286883 run                osmo-ms-mob/00086: Starting mobile
22:49:19.301750 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.317672 run                             mass: MS start registered  {at=303041.366786862, delay=0.009941894037183374, ms=00086}
22:49:19.342230 run                             mass: MS performed LU  {at=303041.391250888, lu_delay=4.93131432402879, ms=00076}
22:49:19.360474 run                             mass: MS performed LU  {at=303041.409516548, lu_delay=5.6514966859831475, ms=00075}
22:49:19.487046 run                             mass: MS performed LU  {at=303041.535993107, lu_delay=4.731170343002304, ms=00077}
22:49:19.882219 run                osmo-ms-mob/00087: Starting mobile
22:49:19.897380 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.909018 run                             mass: MS start registered  {at=303041.958123914, delay=0.005307226034346968, ms=00087}
22:49:20.457959 run                osmo-ms-mob/00088: Starting mobile
22:49:20.471713 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.483105 run                             mass: MS start registered  {at=303042.532223154, delay=0.004897612961940467, ms=00088}
22:49:21.067531 run                osmo-ms-mob/00089: Starting mobile
22:49:21.084374 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.096164 run                             mass: MS start registered  {at=303043.145280694, delay=0.00551615102449432, ms=00089}
22:49:21.180329 run                             mass: MS performed LU  {at=303043.229185832, lu_delay=4.962504271010403, ms=00080}
22:49:21.204613 run                             mass: MS performed LU  {at=303043.253738351, lu_delay=5.675570147985127, ms=00079}
22:49:21.314462 run                             mass: MS performed LU  {at=303043.363448445, lu_delay=6.024998526962008, ms=00078}
22:49:21.566947 run                             mass: MS performed LU  {at=303043.615936666, lu_delay=4.88243668404175, ms=00081}
22:49:21.623867 run                osmo-ms-mob/00090: Starting mobile
22:49:21.638676 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.652984 run                             mass: MS start registered  {at=303043.702091291, delay=0.008325767994392663, ms=00090}
22:49:22.360118 run                osmo-ms-mob/00091: Starting mobile
22:49:22.375924 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.387829 run                             mass: MS start registered  {at=303044.436944083, delay=0.005900732998270541, ms=00091}
22:49:22.997663 run                             mass: MS performed LU  {at=303045.046679678, lu_delay=4.7866474890033714, ms=00084}
22:49:23.048829 run                osmo-ms-mob/00092: Starting mobile
22:49:23.065343 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.076568 run                             mass: MS start registered  {at=303045.125685778, delay=0.005272452952340245, ms=00092}
22:49:23.108253 run                             mass: MS performed LU  {at=303045.157291461, lu_delay=5.501246628002264, ms=00083}
22:49:23.126214 run                             mass: MS performed LU  {at=303045.175318149, lu_delay=6.030658798990771, ms=00082}
22:49:23.252701 run                             mass: MS performed LU  {at=303045.30169149, lu_delay=4.5644768989877775, ms=00085}
22:49:23.507692 run                             mass: MS performed LU  {at=303045.556705118, lu_delay=22.999398032960016, ms=00036}
22:49:23.857317 run                osmo-ms-mob/00093: Starting mobile
22:49:23.871115 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.883363 run                             mass: MS start registered  {at=303045.93248081, delay=0.006235162960365415, ms=00093}
22:49:24.783929 run                osmo-ms-mob/00094: Starting mobile
22:49:24.800335 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.813533 run                             mass: MS start registered  {at=303046.862648681, delay=0.007227117952425033, ms=00094}
22:49:24.945627 run                             mass: MS performed LU  {at=303046.994608596, lu_delay=5.0364846820011735, ms=00087}
22:49:24.970111 run                             mass: MS performed LU  {at=303047.019236249, lu_delay=5.652449386951048, ms=00086}
22:49:25.314830 run                             mass: MS performed LU  {at=303047.363843317, lu_delay=4.8316201630514115, ms=00088}
22:49:25.684837 run                osmo-ms-mob/00095: Starting mobile
22:49:25.700829 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.712434 run                             mass: MS start registered  {at=303047.761551302, delay=0.005669737991411239, ms=00095}
22:49:26.676617 run                osmo-ms-mob/00096: Starting mobile
22:49:26.693170 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.706130 run                             mass: MS start registered  {at=303048.75524376, delay=0.006939141021575779, ms=00096}
22:49:26.745754 run                             mass: MS performed LU  {at=303048.794781078, lu_delay=22.460686284000985, ms=00048}
22:49:26.874388 run                             mass: MS performed LU  {at=303048.923406574, lu_delay=5.221315282979049, ms=00090}
22:49:26.892293 run                             mass: MS performed LU  {at=303048.941314848, lu_delay=5.7960341540165246, ms=00089}
22:49:26.998989 run                             mass: MS performed LU  {at=303049.047973301, lu_delay=4.611029218009207, ms=00091}
22:49:27.761689 run                osmo-ms-mob/00097: Starting mobile
22:49:27.776677 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.788435 run                             mass: MS start registered  {at=303049.837546991, delay=0.005662112031131983, ms=00097}
22:49:28.711834 run                             mass: MS performed LU  {at=303050.760839763, lu_delay=4.828358953003772, ms=00093}
22:49:28.729726 run                             mass: MS performed LU  {at=303050.778761527, lu_delay=5.6530757489963435, ms=00092}
22:49:28.845055 run                             mass: MS performed LU  {at=303050.894041839, lu_delay=22.628098409972154, ms=00054}
22:49:29.044410 run                osmo-ms-mob/00098: Starting mobile
22:49:29.057307 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.070287 run                             mass: MS start registered  {at=303051.11939831, delay=0.007049715030007064, ms=00098}
22:49:30.640798 run                             mass: MS performed LU  {at=303052.689813197, lu_delay=5.827164516027551, ms=00094}
22:49:30.658419 run                             mass: MS performed LU  {at=303052.707468475, lu_delay=4.945917172997724, ms=00095}
22:49:30.701781 run                osmo-ms-mob/00099: Starting mobile
22:49:30.717107 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.723066 run                             mass: All started... {duration=55.58847885002615, too_slow=0}
22:49:30.728663 run                             mass: MS start registered  {at=303052.7777898, delay=0.005591106018982828, ms=00099}
22:49:32.476729 run                             mass: MS performed LU  {at=303054.525699172, lu_delay=5.770455411984585, ms=00096}
22:49:32.501048 run                             mass: MS performed LU  {at=303054.550175589, lu_delay=4.7126285979757085, ms=00097}
22:49:34.406146 run                             mass: MS performed LU  {at=303056.455136809, lu_delay=5.335738498950377, ms=00098}
22:49:36.243946 run                             mass: MS performed LU  {at=303058.292928854, lu_delay=5.515139053983148, ms=00099}
22:49:36.269893 run                             mass: Tests done {all_completed=True, max=22.999398032960016, min=3.5553547120071016}
22:49:36.275789 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:36.280898 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.284051 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.287175 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.290443 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.293611 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.296862 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.300111 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.303314 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.306503 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.309708 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.312907 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.316109 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.319353 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.322534 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.326383 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.329888 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.333384 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.339643 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.343347 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.346688 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.349983 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.353231 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.356495 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.359776 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.363043 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.366292 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.372556 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.379325 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.385031 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.389284 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.392674 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.396012 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.399328 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.402633 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.406166 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.409505 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.412849 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.416173 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.419491 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.422800 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.426133 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.429454 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.432963 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.436316 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.439662 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.442958 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.446290 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.449769 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.453110 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.456438 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.459763 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.463075 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.466387 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.469689 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.473001 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.476316 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.479772 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.483085 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.486375 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.489674 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.492991 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.496322 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.499633 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.502940 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.506235 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.509527 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.512841 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.516150 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.519475 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.522800 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.526126 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.529432 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.532737 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.536044 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.539356 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.542632 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.545952 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.549262 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.552566 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.555887 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.559195 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.562529 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.565846 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.569634 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.573241 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.577205 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.580525 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.583825 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.587139 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.590741 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.594047 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.597641 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.600861 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.604116 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.607418 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.610708 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.614015 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.617343 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.621013 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.624345 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.627654 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.630950 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.634230 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.637530 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.640873 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.644177 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.647490 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.650776 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.654066 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.657363 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.660669 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.663979 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.667984 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.671313 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.674624 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.677911 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.681199 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.684476 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.687751 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.691017 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.694285 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.697557 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.700839 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.704094 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.707369 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.710632 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.713909 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.717172 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.720436 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.723694 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.726947 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.730078 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.733221 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.736370 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.739509 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.742633 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.745774 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.748908 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.752044 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.755180 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.758321 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.761467 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.764614 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.767758 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.770887 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.774018 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.777163 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.780305 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.783441 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.786567 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.789709 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.792850 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.795986 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.799113 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.802245 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.805383 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.808521 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.811649 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.814797 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.817927 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.821058 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.824188 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.827326 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.830450 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.833591 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.836723 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.839851 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.842988 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.846108 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.849250 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.852394 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.855525 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.858651 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.861791 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.864928 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.868056 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.871194 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.874329 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.877458 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.880592 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:36.883732 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:36.886873 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:36.890010 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:36.893141 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:36.896278 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:36.899420 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:36.902558 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:36.905696 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:36.908834 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:36.911974 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:36.915113 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:36.918243 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:36.921419 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:36.924558 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:36.927696 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:36.930825 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:36.933955 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:36.937079 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:36.940224 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:36.943359 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:36.946495 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:36.949636 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:36.952782 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:36.955913 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:36.959051 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:36.962185 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:36.965326 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:36.968497 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:36.971640 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:36.974781 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:36.977928 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:36.981067 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:36.984200 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:36.987356 ---      ParallelTerminationStrategy: PID 22 died...
22:49:36.988788 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:36.992278 ---      ParallelTerminationStrategy: PID 23 died...
22:49:36.993706 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:36.997179 ---      ParallelTerminationStrategy: PID 24 died...
22:49:36.998600 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.002095 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.003527 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.007000 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.008414 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.011936 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.013365 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.016848 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.018280 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.021767 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.023207 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.026712 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.028144 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.031634 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.033054 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.036563 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.037980 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.041494 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.042935 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.046437 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.047878 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.051378 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.052823 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.056319 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.057752 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.061245 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.062664 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.066155 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.067568 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.071067 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.072485 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.075989 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.077405 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.080877 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.082290 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.085779 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.087189 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.090673 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.092110 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.095586 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.096999 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.100477 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.101882 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.105360 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.106767 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.110259 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.111667 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.115130 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.116536 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.120055 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.121459 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.124940 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.126349 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.129822 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.131236 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.134701 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.136111 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.139603 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.141010 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.144492 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.145896 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.149371 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.150774 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.154239 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.155667 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.159132 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.160537 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.164010 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.165420 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.168900 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.170306 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.173785 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.175201 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.178679 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.180091 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.183573 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.184982 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.188459 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.189869 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.193371 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.194781 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.198254 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.199672 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.203145 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.204553 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.208058 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.209463 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.212931 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.214338 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.217811 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.219231 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.222696 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.224125 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.227606 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.229014 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.232510 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.233917 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.237394 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.238797 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.242295 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.243714 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.247197 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.248603 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.252071 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.253472 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.256952 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.258356 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.261830 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.263255 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.266712 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.268125 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.271591 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.272998 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.276475 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.277880 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.281361 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.282765 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.286247 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.287674 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.291149 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.292554 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.296030 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.297434 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.300905 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.302306 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.305783 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.307195 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.310653 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.312083 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.315563 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.316966 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.320479 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.321890 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.325378 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.326788 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.330257 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.331668 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.335131 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.336528 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.340010 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.341414 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.344886 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.346289 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.349759 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.351163 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.354630 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.356051 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.359508 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.360911 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.364401 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.365806 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.369287 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.370696 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.374163 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.375578 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.379042 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.380447 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.383909 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.385308 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.388775 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.390179 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.393647 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.395062 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.398520 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.399928 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.403416 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.404821 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.408285 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.409692 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.413163 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.414561 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.418044 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.419449 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.422927 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.424338 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.427805 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.429210 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.432681 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.434085 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.437551 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.438962 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.442407 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.443820 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.447301 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.448707 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.452179 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.453584 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.457059 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.458465 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.461940 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.463354 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.466826 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.468233 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.471700 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.473104 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.476594 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.477999 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.481537 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.482966 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.486445 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.487869 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.491346 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.492749 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.496227 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.497631 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.501100 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.502500 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.505973 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.507385 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.510856 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.512269 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.515747 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.517150 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.520676 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.522080 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.525534 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.526974 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.530442 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.531867 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.535329 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.536729 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.540242 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.541653 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.545135 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.546542 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.550035 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.551448 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.554927 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.556334 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.559843 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.561251 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.564733 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.566142 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.569647 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.571052 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.574692 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.576133 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.579634 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.581051 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.584539 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.585946 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.589429 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.590841 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.594338 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.595743 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.599261 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.600667 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.604152 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.605558 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.609067 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.610474 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.613966 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.615371 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.618841 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.620272 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.623758 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.625167 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.628658 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.630061 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.633550 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.634959 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.638446 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.639852 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.643337 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.644743 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.648240 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.649641 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.653123 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.654531 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.658009 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.659426 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.662924 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.664330 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.667815 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.669222 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.672705 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.674109 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.677597 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.679028 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.682515 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.683931 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.687419 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.688825 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.692337 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.693741 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.697238 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.698647 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.702140 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.703547 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.707054 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.708459 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.711958 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.713358 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.716845 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.718254 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.721762 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.723202 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.726680 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.728086 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.731567 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.732974 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.736467 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.737873 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.741379 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.742783 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.746274 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.747691 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.751186 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.752589 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.756089 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.757491 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.760984 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.762396 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.765881 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.767300 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.770784 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.772193 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.775681 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.777092 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.780580 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.781983 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.785483 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.786894 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.790375 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.791811 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.795302 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.796707 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.800188 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.801592 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.805082 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.806482 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.809977 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.811395 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.814869 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.816274 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.819746 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.821152 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.824651 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.826055 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:37.829528 ---      ParallelTerminationStrategy: PID 195 died...
22:49:37.830941 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:37.834422 ---      ParallelTerminationStrategy: PID 196 died...
22:49:37.835851 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:37.839357 ---      ParallelTerminationStrategy: PID 197 died...
22:49:37.840765 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:37.844248 ---      ParallelTerminationStrategy: PID 198 died...
22:49:37.845655 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:37.849149 ---      ParallelTerminationStrategy: PID 199 died...
22:49:37.850545 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:37.854034 ---      ParallelTerminationStrategy: PID 200 died...
22:49:37.855451 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:37.858958 ---      ParallelTerminationStrategy: PID 201 died...
22:49:37.860359 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:37.863847 ---      ParallelTerminationStrategy: PID 202 died...
22:49:37.865253 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:37.868742 ---      ParallelTerminationStrategy: PID 203 died...
22:49:37.870140 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:37.873641 ---      ParallelTerminationStrategy: PID 204 died...
22:49:37.875061 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:37.878551 ---      ParallelTerminationStrategy: PID 205 died...
22:49:37.879964 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:37.883460 ---      ParallelTerminationStrategy: PID 206 died...
22:49:37.884862 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:37.888349 ---      ParallelTerminationStrategy: PID 207 died...
22:49:37.889766 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:37.893270 ---      ParallelTerminationStrategy: PID 208 died...
22:49:37.894678 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:37.898188 ---      ParallelTerminationStrategy: PID 209 died...
22:49:37.899604 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:37.903108 ---      ParallelTerminationStrategy: PID 210 died...
22:49:37.904505 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:37.907997 ---      ParallelTerminationStrategy: PID 211 died...
22:49:37.909414 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:37.912908 ---      ParallelTerminationStrategy: PID 212 died...
22:49:37.914312 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:37.917799 ---      ParallelTerminationStrategy: PID 213 died...
22:49:37.919212 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:37.922698 ---      ParallelTerminationStrategy: PID 214 died...
22:49:37.924115 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:37.927619 ---      ParallelTerminationStrategy: PID 215 died...
22:49:37.929020 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:37.932511 ---      ParallelTerminationStrategy: PID 216 died...
22:49:37.933914 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:37.937421 ---      ParallelTerminationStrategy: PID 217 died...
22:49:37.938822 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:37.942312 ---      ParallelTerminationStrategy: PID 218 died...
22:49:37.943733 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:37.947231 ---      ParallelTerminationStrategy: PID 219 died...
22:49:37.948641 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:37.952138 ---      ParallelTerminationStrategy: PID 220 died...
22:49:37.953547 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:37.957029 ---      ParallelTerminationStrategy: PID 221 died...
22:49:37.958441 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:37.961941 ---      ParallelTerminationStrategy: PID 222 died...
22:49:37.963348 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:37.966831 ---      ParallelTerminationStrategy: PID 223 died...
22:49:37.968248 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:37.971743 ---      ParallelTerminationStrategy: PID 224 died...
22:49:37.973144 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:37.976627 ---      ParallelTerminationStrategy: PID 225 died...
22:49:37.978035 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:37.981530 ---      ParallelTerminationStrategy: PID 226 died...
22:49:37.982947 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:37.986423 ---      ParallelTerminationStrategy: PID 227 died...
22:49:37.987848 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:37.991346 ---      ParallelTerminationStrategy: PID 228 died...
22:49:37.992744 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:37.996239 ---      ParallelTerminationStrategy: PID 229 died...
22:49:37.997647 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.001145 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.002555 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.006056 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.007467 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.010966 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.012380 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.015897 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.017309 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.020802 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.022212 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.426511 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.432638 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8387 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.503526 tst                       trial-8387: Storing JUnit report in /build/trial-8387/run.2026-07-09_22-48-16/trial-8387.xml

--------------------------------------------------------------------------------------------
trial-8387 PASS
--------------------------------------------------------------------------------------------
22:49:41.513321 tst                       trial-8387: trial-8387: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8387/inst
+ cd trial-8387
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-09 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8387-run.tgz run.2026-07-09_22-48-16
+ tar czf /build/trial-8387-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-09_13_27_32.tgz osmo-bts-oc2g.build-2026-07-09_00_52_32.tgz osmo-bts-sysmo.build-2026-07-09_00_52_31.tgz osmo-bts.build-2026-07-09_00_52_40.tgz osmo-ggsn.build-2026-07-09_20_43_27.tgz osmo-hlr.build-2026-07-09_16_37_41.tgz osmo-hnbgw.build-2026-07-09_13_29_38.tgz osmo-mgw.build-2026-07-09_08_33_41.tgz osmo-msc.build-2026-07-09_13_36_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-09_07_34_58.tgz osmo-pcu-sysmo.build-2026-07-09_07_34_58.tgz osmo-pcu.build-2026-07-09_07_34_55.tgz osmo-sgsn.build-2026-07-09_20_49_48.tgz osmo-stp.build-2026-07-09_13_25_42.tgz osmo-trx.build-2026-07-09_14_22_25.tgz osmocom-bb.build-2026-07-09_21_19_05.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