Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6114383090408379292.sh
+ rm -rf trial-8250-bin.tgz trial-8250-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25419
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11201
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10708
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13023
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13349
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13393
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41985
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7717
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44228
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8650
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 17155
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 13334
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7672
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11726
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7757
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9224
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6477
Copied 2 artifacts from "osmo-gsm-tester_build-open5gs" build number 8
Copied 2 artifacts from "osmo-gsm-tester_build-srslte" build number 19
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7672
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9160508040419782068.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-8250
+ 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
6f978c0 asterisk-master: use git clone --depth=1
+ 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 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED

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

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

#10 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#10 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#29 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#29 CACHED

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

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

#32 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:52c2f13e523998a3a519265e9cebcb5969d2700af230c2ad01b41f36ba597fd1 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8251 -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-02-23 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8251
+ mkdir -p trial-8251
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-23_13_26_36.tgz osmo-bts-oc2g.build-2026-02-23_00_51_14.tgz osmo-bts-sysmo.build-2026-02-23_00_51_26.tgz osmo-bts.build-2026-02-23_00_51_33.tgz osmo-ggsn.build-2026-02-23_20_42_31.tgz osmo-hlr.build-2026-02-23_16_36_52.tgz osmo-hnbgw.build-2026-02-23_13_30_24.tgz osmo-mgw.build-2026-02-23_08_33_06.tgz osmo-msc.build-2026-02-23_13_32_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-23_07_35_16.tgz osmo-pcu-sysmo.build-2026-02-23_07_35_07.tgz osmo-pcu.build-2026-02-23_07_35_18.tgz osmo-sgsn.build-2026-02-23_20_48_47.tgz osmo-stp.build-2026-02-23_13_25_26.tgz osmo-trx.build-2026-02-23_14_21_33.tgz osmocom-bb.build-2026-02-23_21_18_12.tgz srslte.build-19.tgz trial-8251
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-23_13_26_36.md5 osmo-bts-oc2g.build-2026-02-23_00_51_14.md5 osmo-bts-sysmo.build-2026-02-23_00_51_26.md5 osmo-bts.build-2026-02-23_00_51_33.md5 osmo-ggsn.build-2026-02-23_20_42_31.md5 osmo-hlr.build-2026-02-23_16_36_52.md5 osmo-hnbgw.build-2026-02-23_13_30_24.md5 osmo-mgw.build-2026-02-23_08_33_06.md5 osmo-msc.build-2026-02-23_13_32_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-23_07_35_16.md5 osmo-pcu-sysmo.build-2026-02-23_07_35_07.md5 osmo-pcu.build-2026-02-23_07_35_18.md5 osmo-sgsn.build-2026-02-23_20_48_47.md5 osmo-stp.build-2026-02-23_13_25_26.md5 osmo-trx.build-2026-02-23_14_21_33.md5 osmocom-bb.build-2026-02-23_21_18_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-23_13_26_36.md5 osmo-bts-oc2g.build-2026-02-23_00_51_14.md5 osmo-bts-sysmo.build-2026-02-23_00_51_26.md5 osmo-bts.build-2026-02-23_00_51_33.md5 osmo-ggsn.build-2026-02-23_20_42_31.md5 osmo-hlr.build-2026-02-23_16_36_52.md5 osmo-hnbgw.build-2026-02-23_13_30_24.md5 osmo-mgw.build-2026-02-23_08_33_06.md5 osmo-msc.build-2026-02-23_13_32_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-23_07_35_16.md5 osmo-pcu-sysmo.build-2026-02-23_07_35_07.md5 osmo-pcu.build-2026-02-23_07_35_18.md5 osmo-sgsn.build-2026-02-23_20_48_47.md5 osmo-stp.build-2026-02-23_13_25_26.md5 osmo-trx.build-2026-02-23_14_21_33.md5 osmocom-bb.build-2026-02-23_21_18_12.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-8251 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8251'
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-8251
--------------------------------------------------------------------------------------------
22:48:18.950644 tst                       trial-8251: Detailed log at /build/trial-8251/run.2026-02-23_22-48-18/log

---------------------------------------------------------------------
trial-8251 netreg_mass
---------------------------------------------------------------------
22:48:19.153541 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.153914 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.154691 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.155835 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.196833 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.197682 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.198818 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.260972 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-8251 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.261763 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.276738 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.277247 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.277686 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.278112 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.278530 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.278982 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.279419 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.310705 tst         register_default_mass.py: using LAC 2
22:48:19.333304 tst         register_default_mass.py: using RAC 2
22:48:19.360506 tst         register_default_mass.py: using CellId 2
22:48:19.390713 tst         register_default_mass.py: using BVCI 3
22:48:19.404866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.407180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.407704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.409336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.409853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.411404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.411929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.413477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.415023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.415525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.417077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.417601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.418107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.418626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.420156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.420677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.422227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.422739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.425288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.425790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.427315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.427819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.430351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.430857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.432363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.432859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.434361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.434853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.436371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.436883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.438393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.438898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.439415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.439921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.440415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.440926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.441430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.442008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.442525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.443027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.443516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.444018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.444517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.445013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.445504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.445996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.446484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.446974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.447482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.447978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.448468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.448958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.449462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.449964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.450458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.450970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.451474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.451981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.452498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.452994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.453481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.453983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.454490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.454987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.455476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.455987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.456550 tst      register_default_mass.py:21: Launching a simple network
22:48:19.466448 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.586068 run            create_hlr_db(pid=20): Launched
22:48:20.600494 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.616832 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.631925 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.637647 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.821130 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.836110 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.841692 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.256839 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.271684 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.286208 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.425719 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.440450 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.446019 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.469107 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.484078 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.489768 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.804117 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.819018 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.857544 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.031087 run         osmo-bts-virtual(pid=34): Launched
22:48:32.090400 tst         register_default_mass.py: using MSISDN 1001
22:48:32.111095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.150441 tst         register_default_mass.py: using MSISDN 1002
22:48:32.168411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.199031 tst         register_default_mass.py: using MSISDN 1003
22:48:32.213786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.244319 tst         register_default_mass.py: using MSISDN 1004
22:48:32.258790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.289374 tst         register_default_mass.py: using MSISDN 1005
22:48:32.303674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.334541 tst         register_default_mass.py: using MSISDN 1006
22:48:32.349097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.380034 tst         register_default_mass.py: using MSISDN 1007
22:48:32.394518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.425721 tst         register_default_mass.py: using MSISDN 1008
22:48:32.440298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.471254 tst         register_default_mass.py: using MSISDN 1009
22:48:32.485642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.515081 tst         register_default_mass.py: using MSISDN 1010
22:48:32.528909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.559894 tst         register_default_mass.py: using MSISDN 1011
22:48:32.574272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.605281 tst         register_default_mass.py: using MSISDN 1012
22:48:32.619766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.650796 tst         register_default_mass.py: using MSISDN 1013
22:48:32.665151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.695931 tst         register_default_mass.py: using MSISDN 1014
22:48:32.710331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.741479 tst         register_default_mass.py: using MSISDN 1015
22:48:32.755933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.787208 tst         register_default_mass.py: using MSISDN 1016
22:48:32.801737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.832919 tst         register_default_mass.py: using MSISDN 1017
22:48:32.847351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.878392 tst         register_default_mass.py: using MSISDN 1018
22:48:32.892855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.924035 tst         register_default_mass.py: using MSISDN 1019
22:48:32.938510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.969466 tst         register_default_mass.py: using MSISDN 1020
22:48:32.983896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.023880 tst         register_default_mass.py: using MSISDN 1021
22:48:33.041632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.073043 tst         register_default_mass.py: using MSISDN 1022
22:48:33.087930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.119259 tst         register_default_mass.py: using MSISDN 1023
22:48:33.133995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.165081 tst         register_default_mass.py: using MSISDN 1024
22:48:33.179574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.211180 tst         register_default_mass.py: using MSISDN 1025
22:48:33.225943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.257304 tst         register_default_mass.py: using MSISDN 1026
22:48:33.271958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.303455 tst         register_default_mass.py: using MSISDN 1027
22:48:33.318173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.349580 tst         register_default_mass.py: using MSISDN 1028
22:48:33.364270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.395874 tst         register_default_mass.py: using MSISDN 1029
22:48:33.410678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.442379 tst         register_default_mass.py: using MSISDN 1030
22:48:33.457067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.488884 tst         register_default_mass.py: using MSISDN 1031
22:48:33.503731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.535278 tst         register_default_mass.py: using MSISDN 1032
22:48:33.550074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.581365 tst         register_default_mass.py: using MSISDN 1033
22:48:33.595975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.627914 tst         register_default_mass.py: using MSISDN 1034
22:48:33.642920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.683307 tst         register_default_mass.py: using MSISDN 1035
22:48:33.701126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.732806 tst         register_default_mass.py: using MSISDN 1036
22:48:33.747871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.779378 tst         register_default_mass.py: using MSISDN 1037
22:48:33.794110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.825582 tst         register_default_mass.py: using MSISDN 1038
22:48:33.840246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.871898 tst         register_default_mass.py: using MSISDN 1039
22:48:33.886757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.918260 tst         register_default_mass.py: using MSISDN 1040
22:48:33.932889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.964407 tst         register_default_mass.py: using MSISDN 1041
22:48:33.979105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.010590 tst         register_default_mass.py: using MSISDN 1042
22:48:34.025377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.056721 tst         register_default_mass.py: using MSISDN 1043
22:48:34.071196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.102442 tst         register_default_mass.py: using MSISDN 1044
22:48:34.117130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.148472 tst         register_default_mass.py: using MSISDN 1045
22:48:34.163153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.194375 tst         register_default_mass.py: using MSISDN 1046
22:48:34.208901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.239961 tst         register_default_mass.py: using MSISDN 1047
22:48:34.254460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.285334 tst         register_default_mass.py: using MSISDN 1048
22:48:34.299620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.330579 tst         register_default_mass.py: using MSISDN 1049
22:48:34.345166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.375979 tst         register_default_mass.py: using MSISDN 1050
22:48:34.390364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.421325 tst         register_default_mass.py: using MSISDN 1051
22:48:34.435634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.466393 tst         register_default_mass.py: using MSISDN 1052
22:48:34.480652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.511501 tst         register_default_mass.py: using MSISDN 1053
22:48:34.525789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.556422 tst         register_default_mass.py: using MSISDN 1054
22:48:34.570736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.601524 tst         register_default_mass.py: using MSISDN 1055
22:48:34.615854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.646500 tst         register_default_mass.py: using MSISDN 1056
22:48:34.660762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.691478 tst         register_default_mass.py: using MSISDN 1057
22:48:34.705930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.736776 tst         register_default_mass.py: using MSISDN 1058
22:48:34.751193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.782107 tst         register_default_mass.py: using MSISDN 1059
22:48:34.796577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.827651 tst         register_default_mass.py: using MSISDN 1060
22:48:34.842152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.873292 tst         register_default_mass.py: using MSISDN 1061
22:48:34.887885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.919074 tst         register_default_mass.py: using MSISDN 1062
22:48:34.933596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.964886 tst         register_default_mass.py: using MSISDN 1063
22:48:34.979483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.010613 tst         register_default_mass.py: using MSISDN 1064
22:48:35.025168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.056248 tst         register_default_mass.py: using MSISDN 1065
22:48:35.070835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.101805 tst         register_default_mass.py: using MSISDN 1066
22:48:35.116283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.147560 tst         register_default_mass.py: using MSISDN 1067
22:48:35.162095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.193316 tst         register_default_mass.py: using MSISDN 1068
22:48:35.207812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.239287 tst         register_default_mass.py: using MSISDN 1069
22:48:35.254002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.285069 tst         register_default_mass.py: using MSISDN 1070
22:48:35.299494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.330807 tst         register_default_mass.py: using MSISDN 1071
22:48:35.345380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.376469 tst         register_default_mass.py: using MSISDN 1072
22:48:35.390932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.421978 tst         register_default_mass.py: using MSISDN 1073
22:48:35.436442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.467683 tst         register_default_mass.py: using MSISDN 1074
22:48:35.482176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.513181 tst         register_default_mass.py: using MSISDN 1075
22:48:35.527563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.558793 tst         register_default_mass.py: using MSISDN 1076
22:48:35.573221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.604304 tst         register_default_mass.py: using MSISDN 1077
22:48:35.618858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.650109 tst         register_default_mass.py: using MSISDN 1078
22:48:35.664673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.695969 tst         register_default_mass.py: using MSISDN 1079
22:48:35.710516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.741768 tst         register_default_mass.py: using MSISDN 1080
22:48:35.756365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.787273 tst         register_default_mass.py: using MSISDN 1081
22:48:35.801707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.833228 tst         register_default_mass.py: using MSISDN 1082
22:48:35.847941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.879213 tst         register_default_mass.py: using MSISDN 1083
22:48:35.893711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.924709 tst         register_default_mass.py: using MSISDN 1084
22:48:35.939269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.970563 tst         register_default_mass.py: using MSISDN 1085
22:48:35.985038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.015731 tst         register_default_mass.py: using MSISDN 1086
22:48:36.030007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.061143 tst         register_default_mass.py: using MSISDN 1087
22:48:36.075731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.106766 tst         register_default_mass.py: using MSISDN 1088
22:48:36.121247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.152027 tst         register_default_mass.py: using MSISDN 1089
22:48:36.166321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.197002 tst         register_default_mass.py: using MSISDN 1090
22:48:36.211286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.241777 tst         register_default_mass.py: using MSISDN 1091
22:48:36.255888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.286768 tst         register_default_mass.py: using MSISDN 1092
22:48:36.301168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.332038 tst         register_default_mass.py: using MSISDN 1093
22:48:36.346525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.377245 tst         register_default_mass.py: using MSISDN 1094
22:48:36.391686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.422845 tst         register_default_mass.py: using MSISDN 1095
22:48:36.437358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.471975 tst         register_default_mass.py: using MSISDN 1096
22:48:36.488275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.519153 tst         register_default_mass.py: using MSISDN 1097
22:48:36.533608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.564221 tst         register_default_mass.py: using MSISDN 1098
22:48:36.578508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.609329 tst         register_default_mass.py: using MSISDN 1099
22:48:36.623725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.654327 tst         register_default_mass.py: using MSISDN 1100
22:48:36.668520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.760821 run                             mass: Starting testcase
22:48:36.766396 run                             mass: Pre-launching all virtphy's
22:48:36.771839 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.784912 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.790860 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.803545 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.809442 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.822199 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.828180 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.840939 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.846868 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.859517 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.865385 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.878135 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.884156 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.897035 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.902979 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.915627 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.921500 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.934486 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.940727 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.954310 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.960554 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.974124 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.980385 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.993961 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.000262 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.013862 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.020110 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.033682 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.039937 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.053488 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.059719 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.073213 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.079302 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.092313 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.098540 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.111891 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.117883 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.130771 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.136712 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.149442 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.155449 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.168235 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.174198 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.187041 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.193008 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.205816 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.211787 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.224478 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.230513 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.243328 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.249300 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.262042 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.267918 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.280704 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.286612 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.299428 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.305323 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.318065 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.323957 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.336770 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.342640 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.355400 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.361278 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.373946 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.379833 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.392574 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.398460 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.411173 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.417053 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.430071 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.436064 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.449018 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.454934 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.467809 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.473681 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.486538 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.492417 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.505143 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.511093 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.523883 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.529779 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.542553 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.548438 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.561174 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.567077 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.579866 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.585764 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.598522 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.604519 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.617272 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.623178 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.635968 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.641863 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.654578 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.660652 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.673391 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.679393 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.692195 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.698040 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.711067 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.717066 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.730093 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.735992 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.748738 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.754644 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.767368 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.773256 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.786022 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.791908 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.804645 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.810572 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.823436 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.829408 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.842171 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.848062 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.860815 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.866704 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.879418 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.885294 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.898213 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.904103 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.917005 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.922966 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.935751 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.941813 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.954700 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.960863 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.973874 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.979899 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.992677 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.998713 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.011671 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.017695 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.030716 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.036693 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.049393 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.055352 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.068120 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.074081 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.086898 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.092951 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.105879 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.111817 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.124688 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.130827 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.143889 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.149871 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.162655 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.168549 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.181466 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.187378 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.200354 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.206315 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.219063 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.225121 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.238033 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.243995 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.256951 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.262927 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.275979 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.282050 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.295059 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.301023 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.313908 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.319842 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.332748 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.338724 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.351662 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.357684 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.370849 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.376909 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.389917 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.395853 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.408817 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.414717 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.427647 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.433669 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.446689 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.452667 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.465578 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.471550 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.484517 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.490447 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.503212 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.509143 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.521911 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.527839 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.540619 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.546479 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.559244 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.565117 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.577876 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.583784 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.596740 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.602679 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.615627 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.621546 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.634376 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.640270 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.653239 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.659071 run                             mass: Checking if sockets are in the filesystem
22:48:38.691688 run                osmo-ms-mob/00000: Starting mobile
22:48:38.704735 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.715681 run                             mass: MS start registered  {at=2437544.92399589, delay=0.004964519292116165, ms=00000}
22:48:42.874869 run                osmo-ms-mob/00001: Starting mobile
22:48:42.888238 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.899383 run                             mass: MS start registered  {at=2437549.107699582, delay=0.0049995677545666695, ms=00001}
22:48:43.869065 run                             mass: MS performed LU  {at=2437550.077269678, lu_delay=5.153273787815124, ms=00000}
22:48:44.707277 run                osmo-ms-mob/00002: Starting mobile
22:48:44.724564 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.735667 run                             mass: MS start registered  {at=2437550.943978382, delay=0.005033681634813547, ms=00002}
22:48:46.005556 run                osmo-ms-mob/00003: Starting mobile
22:48:46.022427 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.033334 run                             mass: MS start registered  {at=2437552.241652332, delay=0.004840796813368797, ms=00003}
22:48:47.097589 run                osmo-ms-mob/00004: Starting mobile
22:48:47.113968 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.125021 run                             mass: MS start registered  {at=2437553.333339012, delay=0.004754042252898216, ms=00004}
22:48:47.634525 run                             mass: MS performed LU  {at=2437553.842732665, lu_delay=4.735033083241433, ms=00001}
22:48:48.075255 run                osmo-ms-mob/00005: Starting mobile
22:48:48.088519 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.099377 run                             mass: MS start registered  {at=2437554.307697693, delay=0.00492815300822258, ms=00005}
22:48:49.012295 run                osmo-ms-mob/00006: Starting mobile
22:48:49.029575 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.040570 run                             mass: MS start registered  {at=2437555.2488888, delay=0.004920024890452623, ms=00006}
22:48:49.536176 run                             mass: MS performed LU  {at=2437555.744379238, lu_delay=4.8004008564166725, ms=00002}
22:48:49.902363 run                osmo-ms-mob/00007: Starting mobile
22:48:49.915264 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.926281 run                             mass: MS start registered  {at=2437556.13459926, delay=0.005014143884181976, ms=00007}
22:48:50.688938 run                osmo-ms-mob/00008: Starting mobile
22:48:50.702977 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.714037 run                             mass: MS start registered  {at=2437556.922356438, delay=0.004878042731434107, ms=00008}
22:48:51.404177 run                osmo-ms-mob/00009: Starting mobile
22:48:51.421039 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.427128 run                             mass: MS performed LU  {at=2437557.635454304, lu_delay=5.393801972270012, ms=00003}
22:48:51.432955 run                             mass: MS start registered  {at=2437557.641290555, delay=0.005853825714439154, ms=00009}
22:48:52.105910 run                osmo-ms-mob/00010: Starting mobile
22:48:52.134752 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.145656 run                             mass: MS start registered  {at=2437558.353974635, delay=0.0047275288961827755, ms=00010}
22:48:52.675616 run                osmo-ms-mob/00011: Starting mobile
22:48:52.688736 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.699595 run                             mass: MS start registered  {at=2437558.907917868, delay=0.004821110982447863, ms=00011}
22:48:53.274780 run                osmo-ms-mob/00012: Starting mobile
22:48:53.287614 run       osmo-ms-mob/00012(pid=147): Launched
22:48:53.298528 run                             mass: MS start registered  {at=2437559.506848806, delay=0.005065667908638716, ms=00012}
22:48:53.304789 run                             mass: MS performed LU  {at=2437559.513116447, lu_delay=5.205418753903359, ms=00005}
22:48:53.328007 run                             mass: MS performed LU  {at=2437559.536315178, lu_delay=6.202976165805012, ms=00004}
22:48:53.907318 run                osmo-ms-mob/00013: Starting mobile
22:48:53.924620 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.935718 run                             mass: MS start registered  {at=2437560.144032751, delay=0.004998383112251759, ms=00013}
22:48:54.487672 run                osmo-ms-mob/00014: Starting mobile
22:48:54.501488 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.512567 run                             mass: MS start registered  {at=2437560.720886378, delay=0.0049451058730483055, ms=00014}
22:48:55.074720 run                osmo-ms-mob/00015: Starting mobile
22:48:55.087824 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.098806 run                             mass: MS start registered  {at=2437561.307127418, delay=0.0046849558129906654, ms=00015}
22:48:55.166331 run                             mass: MS performed LU  {at=2437561.37454485, lu_delay=6.1256560501642525, ms=00006}
22:48:55.230859 run                             mass: MS performed LU  {at=2437561.439071936, lu_delay=5.304472676012665, ms=00007}
22:48:55.535211 run                             mass: MS performed LU  {at=2437561.743432952, lu_delay=4.821076514199376, ms=00008}
22:48:55.574436 run                osmo-ms-mob/00016: Starting mobile
22:48:55.587358 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.598482 run                             mass: MS start registered  {at=2437561.80680425, delay=0.0048919059336185455, ms=00016}
22:48:56.093141 run                osmo-ms-mob/00017: Starting mobile
22:48:56.108762 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.119683 run                             mass: MS start registered  {at=2437562.327998587, delay=0.004771786741912365, ms=00017}
22:48:56.705717 run                osmo-ms-mob/00018: Starting mobile
22:48:56.723108 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.733973 run                             mass: MS start registered  {at=2437562.942296442, delay=0.004887212999165058, ms=00018}
22:48:57.098580 run                osmo-ms-mob/00019: Starting mobile
22:48:57.114705 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.120755 run                             mass: MS performed LU  {at=2437563.329083565, lu_delay=5.687793010380119, ms=00009}
22:48:57.126555 run                             mass: MS performed LU  {at=2437563.334889996, lu_delay=4.980915361084044, ms=00010}
22:48:57.132310 run                             mass: MS start registered  {at=2437563.340646075, delay=0.011580937076359987, ms=00019}
22:48:57.615080 run                osmo-ms-mob/00020: Starting mobile
22:48:57.631243 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.642259 run                             mass: MS start registered  {at=2437563.850579296, delay=0.005077975802123547, ms=00020}
22:48:58.088131 run                osmo-ms-mob/00021: Starting mobile
22:48:58.102170 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.113054 run                             mass: MS start registered  {at=2437564.321367896, delay=0.004906113259494305, ms=00021}
22:48:58.487916 run                osmo-ms-mob/00022: Starting mobile
22:48:58.501552 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.512535 run                             mass: MS start registered  {at=2437564.720857255, delay=0.004915341269224882, ms=00022}
22:48:58.931798 run                             mass: MS performed LU  {at=2437565.139986341, lu_delay=5.63313753483817, ms=00012}
22:48:58.972687 run                osmo-ms-mob/00023: Starting mobile
22:48:58.988195 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.995427 run                             mass: MS performed LU  {at=2437565.203750647, lu_delay=5.05971789592877, ms=00013}
22:48:59.001330 run                             mass: MS start registered  {at=2437565.209664928, delay=0.007154966704547405, ms=00023}
22:48:59.065559 run                             mass: MS performed LU  {at=2437565.273778298, lu_delay=6.365860430058092, ms=00011}
22:48:59.319371 run                             mass: MS performed LU  {at=2437565.527593168, lu_delay=4.806706789880991, ms=00014}
22:48:59.348241 run                osmo-ms-mob/00024: Starting mobile
22:48:59.361609 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.372487 run                             mass: MS start registered  {at=2437565.580807209, delay=0.004807258956134319, ms=00024}
22:48:59.888533 run                osmo-ms-mob/00025: Starting mobile
22:48:59.902488 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.913443 run                             mass: MS start registered  {at=2437566.121761529, delay=0.004834064748138189, ms=00025}
22:49:00.299622 run                osmo-ms-mob/00026: Starting mobile
22:49:00.315672 run       osmo-ms-mob/00026(pid=161): Launched
22:49:00.326671 run                             mass: MS start registered  {at=2437566.534990321, delay=0.005001869983971119, ms=00026}
22:49:00.675040 run                osmo-ms-mob/00027: Starting mobile
22:49:00.688217 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.699047 run                             mass: MS start registered  {at=2437566.907369588, delay=0.0047637480311095715, ms=00027}
22:49:00.749689 run                             mass: MS performed LU  {at=2437566.957922727, lu_delay=5.650795308873057, ms=00015}
22:49:00.832723 run                             mass: MS performed LU  {at=2437567.040947203, lu_delay=4.712948616128415, ms=00017}
22:49:00.859460 run                             mass: MS performed LU  {at=2437567.067774348, lu_delay=5.260970097966492, ms=00016}
22:49:00.872395 run                osmo-ms-mob/00028: Starting mobile
22:49:00.885417 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.896284 run                             mass: MS start registered  {at=2437567.104606102, delay=0.0048125251196324825, ms=00028}
22:49:01.512948 run                osmo-ms-mob/00029: Starting mobile
22:49:01.530642 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.541902 run                             mass: MS start registered  {at=2437567.750223363, delay=0.0050676800310611725, ms=00029}
22:49:01.875188 run                osmo-ms-mob/00030: Starting mobile
22:49:01.888523 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.900337 run                             mass: MS start registered  {at=2437568.108654836, delay=0.005621567368507385, ms=00030}
22:49:02.302926 run                osmo-ms-mob/00031: Starting mobile
22:49:02.318102 run       osmo-ms-mob/00031(pid=166): Launched
22:49:02.329300 run                             mass: MS start registered  {at=2437568.537621189, delay=0.005051435902714729, ms=00031}
22:49:02.575076 run                osmo-ms-mob/00032: Starting mobile
22:49:02.588201 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.599648 run                             mass: MS start registered  {at=2437568.807968052, delay=0.005106531083583832, ms=00032}
22:49:02.697675 run                             mass: MS performed LU  {at=2437568.905895564, lu_delay=5.963599121663719, ms=00018}
22:49:02.762939 run                             mass: MS performed LU  {at=2437568.97116028, lu_delay=4.649792383890599, ms=00021}
22:49:02.831827 run                             mass: MS performed LU  {at=2437569.040045142, lu_delay=5.699399067088962, ms=00019}
22:49:02.860238 run                osmo-ms-mob/00033: Starting mobile
22:49:02.873515 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.879817 run                             mass: MS performed LU  {at=2437569.088144135, lu_delay=5.237564839422703, ms=00020}
22:49:02.886080 run                             mass: MS start registered  {at=2437569.094412545, delay=0.006286479067057371, ms=00033}
22:49:03.406331 run                osmo-ms-mob/00034: Starting mobile
22:49:03.419463 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.432007 run                             mass: MS start registered  {at=2437569.640323618, delay=0.00628455076366663, ms=00034}
22:49:03.674674 run                osmo-ms-mob/00035: Starting mobile
22:49:03.687897 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.699097 run                             mass: MS start registered  {at=2437569.907419153, delay=0.00514766201376915, ms=00035}
22:49:04.087886 run                osmo-ms-mob/00036: Starting mobile
22:49:04.101161 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.113025 run                             mass: MS start registered  {at=2437570.321334567, delay=0.005739577114582062, ms=00036}
22:49:04.475569 run                osmo-ms-mob/00037: Starting mobile
22:49:04.489060 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.500174 run                             mass: MS start registered  {at=2437570.708493392, delay=0.0049302647821605206, ms=00037}
22:49:04.515322 run                             mass: MS performed LU  {at=2437570.723621562, lu_delay=6.00276430696249, ms=00022}
22:49:04.599163 run                             mass: MS performed LU  {at=2437570.807382265, lu_delay=5.226575056090951, ms=00024}
22:49:04.627949 run                osmo-ms-mob/00038: Starting mobile
22:49:04.640945 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.647115 run                             mass: MS performed LU  {at=2437570.85544468, lu_delay=4.733683151192963, ms=00025}
22:49:04.653215 run                             mass: MS start registered  {at=2437570.861548351, delay=0.006120684091001749, ms=00038}
22:49:04.770588 run                             mass: MS performed LU  {at=2437570.978807956, lu_delay=5.7691430281847715, ms=00023}
22:49:04.799829 run                osmo-ms-mob/00039: Starting mobile
22:49:04.812864 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.824095 run                             mass: MS start registered  {at=2437571.032416364, delay=0.005195271223783493, ms=00039}
22:49:05.472035 run                osmo-ms-mob/00040: Starting mobile
22:49:05.485877 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.497911 run                             mass: MS start registered  {at=2437571.706223523, delay=0.0060080187395215034, ms=00040}
22:49:05.788419 run                osmo-ms-mob/00041: Starting mobile
22:49:05.802354 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.813457 run                             mass: MS start registered  {at=2437572.021780381, delay=0.005097204819321632, ms=00041}
22:49:06.075612 run                osmo-ms-mob/00042: Starting mobile
22:49:06.088632 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.099873 run                             mass: MS start registered  {at=2437572.308194497, delay=0.00514268921688199, ms=00042}
22:49:06.463784 run                             mass: MS performed LU  {at=2437572.671975468, lu_delay=4.92175210500136, ms=00029}
22:49:06.516770 run                osmo-ms-mob/00043: Starting mobile
22:49:06.529974 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.536004 run                             mass: MS performed LU  {at=2437572.744331982, lu_delay=4.635677145794034, ms=00030}
22:49:06.541848 run                             mass: MS start registered  {at=2437572.750182515, delay=0.005868616979569197, ms=00043}
22:49:06.597012 run                             mass: MS performed LU  {at=2437572.805232827, lu_delay=5.8978632390499115, ms=00027}
22:49:06.623861 run                osmo-ms-mob/00044: Starting mobile
22:49:06.637058 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.643182 run                             mass: MS performed LU  {at=2437572.851511702, lu_delay=5.746905599720776, ms=00028}
22:49:06.649130 run                             mass: MS start registered  {at=2437572.857464747, delay=0.005969807039946318, ms=00044}
22:49:06.669656 run                             mass: MS performed LU  {at=2437572.877942424, lu_delay=6.3429521028883755, ms=00026}
22:49:06.680742 run                osmo-ms-mob/00045: Starting mobile
22:49:06.693705 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.704865 run                             mass: MS start registered  {at=2437572.913185418, delay=0.004687652923166752, ms=00045}
22:49:07.396392 run                osmo-ms-mob/00046: Starting mobile
22:49:07.432119 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.443048 run                             mass: MS start registered  {at=2437573.651368919, delay=0.004895608872175217, ms=00046}
22:49:07.688951 run                osmo-ms-mob/00047: Starting mobile
22:49:07.702777 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.715754 run                             mass: MS start registered  {at=2437573.924072611, delay=0.006688683293759823, ms=00047}
22:49:07.974800 run                osmo-ms-mob/00048: Starting mobile
22:49:07.987998 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.998735 run                             mass: MS start registered  {at=2437574.207058724, delay=0.004639231134206057, ms=00048}
22:49:08.306800 run                osmo-ms-mob/00049: Starting mobile
22:49:08.323607 run       osmo-ms-mob/00049(pid=184): Launched
22:49:08.329525 run                             mass: MS performed LU  {at=2437574.537851761, lu_delay=6.00023057218641, ms=00031}
22:49:08.335510 run                             mass: MS start registered  {at=2437574.543841121, delay=0.006007050629705191, ms=00049}
22:49:08.364693 run                             mass: MS performed LU  {at=2437574.572951507, lu_delay=4.66553235379979, ms=00035}
22:49:08.378969 run                osmo-ms-mob/00050: Starting mobile
22:49:08.392269 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.398400 run                             mass: MS performed LU  {at=2437574.606730365, lu_delay=4.966406747233123, ms=00034}
22:49:08.404371 run                             mass: MS start registered  {at=2437574.612705213, delay=0.005991082172840834, ms=00050}
22:49:08.536776 run                             mass: MS performed LU  {at=2437574.744994451, lu_delay=5.65058190561831, ms=00033}
22:49:08.571711 run                             mass: MS performed LU  {at=2437574.779965887, lu_delay=5.971997834742069, ms=00032}
22:49:08.599464 run                osmo-ms-mob/00051: Starting mobile
22:49:08.612517 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.623720 run                             mass: MS start registered  {at=2437574.832016692, delay=0.005085017066448927, ms=00051}
22:49:09.288240 run                osmo-ms-mob/00052: Starting mobile
22:49:09.302012 run       osmo-ms-mob/00052(pid=187): Launched
22:49:09.313619 run                             mass: MS start registered  {at=2437575.521940339, delay=0.005295095965266228, ms=00052}
22:49:09.575325 run                osmo-ms-mob/00053: Starting mobile
22:49:09.588396 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.599476 run                             mass: MS start registered  {at=2437575.807797534, delay=0.005009736865758896, ms=00053}
22:49:09.886510 run                osmo-ms-mob/00054: Starting mobile
22:49:09.900442 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.911781 run                             mass: MS start registered  {at=2437576.120097949, delay=0.0052191163413226604, ms=00054}
22:49:10.188381 run                osmo-ms-mob/00055: Starting mobile
22:49:10.202514 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.214341 run                             mass: MS start registered  {at=2437576.422662168, delay=0.005675713997334242, ms=00055}
22:49:10.228339 run                             mass: MS performed LU  {at=2437576.436661073, lu_delay=5.404244708828628, ms=00039}
22:49:10.294738 run                             mass: MS performed LU  {at=2437576.502956833, lu_delay=5.794463441241533, ms=00037}
22:49:10.322215 run                osmo-ms-mob/00056: Starting mobile
22:49:10.335119 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.346241 run                             mass: MS start registered  {at=2437576.554565076, delay=0.005197122693061829, ms=00056}
22:49:10.362069 run                             mass: MS performed LU  {at=2437576.570375452, lu_delay=6.249040884897113, ms=00036}
22:49:10.380237 run                             mass: MS performed LU  {at=2437576.588514343, lu_delay=5.726965991780162, ms=00038}
22:49:10.393019 run                osmo-ms-mob/00057: Starting mobile
22:49:10.406309 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.417708 run                             mass: MS start registered  {at=2437576.626020605, delay=0.005309053231030703, ms=00057}
22:49:10.436061 run                             mass: MS performed LU  {at=2437576.6443534, lu_delay=4.938129877205938, ms=00040}
22:49:10.708812 run                             mass: MS performed LU  {at=2437576.917031449, lu_delay=4.895251067820936, ms=00041}
22:49:11.189646 run                osmo-ms-mob/00058: Starting mobile
22:49:11.203900 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.215111 run                             mass: MS start registered  {at=2437577.423429289, delay=0.004957285709679127, ms=00058}
22:49:11.488851 run                osmo-ms-mob/00059: Starting mobile
22:49:11.502947 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.514216 run                             mass: MS start registered  {at=2437577.722538209, delay=0.004881130065768957, ms=00059}
22:49:11.775344 run                osmo-ms-mob/00060: Starting mobile
22:49:11.788944 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.800126 run                             mass: MS start registered  {at=2437578.008448371, delay=0.005180931184440851, ms=00060}
22:49:12.048413 run                             mass: MS performed LU  {at=2437578.256633222, lu_delay=5.506450707092881, ms=00043}
22:49:12.130798 run                             mass: MS performed LU  {at=2437578.339018183, lu_delay=4.414945571683347, ms=00047}
22:49:12.173809 run                osmo-ms-mob/00061: Starting mobile
22:49:12.186898 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.193018 run                             mass: MS performed LU  {at=2437578.401347547, lu_delay=4.749978628009558, ms=00046}
22:49:12.198980 run                             mass: MS start registered  {at=2437578.407314801, delay=0.005984879098832607, ms=00061}
22:49:12.302293 run                             mass: MS performed LU  {at=2437578.510514649, lu_delay=5.597329230979085, ms=00045}
22:49:12.331492 run                osmo-ms-mob/00062: Starting mobile
22:49:12.344942 run       osmo-ms-mob/00062(pid=197): Launched
22:49:12.351038 run                             mass: MS performed LU  {at=2437578.559366292, lu_delay=5.701901544816792, ms=00044}
22:49:12.356999 run                             mass: MS start registered  {at=2437578.565334906, delay=0.005985391791909933, ms=00062}
22:49:12.373803 run                             mass: MS performed LU  {at=2437578.582127091, lu_delay=6.273932593874633, ms=00042}
22:49:12.384945 run                osmo-ms-mob/00063: Starting mobile
22:49:12.398161 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.409065 run                             mass: MS start registered  {at=2437578.617387508, delay=0.004792428109794855, ms=00063}
22:49:13.174416 run                osmo-ms-mob/00064: Starting mobile
22:49:13.187504 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.198864 run                             mass: MS start registered  {at=2437579.407178823, delay=0.005414763931185007, ms=00064}
22:49:13.575156 run                osmo-ms-mob/00065: Starting mobile
22:49:13.588468 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.599528 run                             mass: MS start registered  {at=2437579.80784985, delay=0.0050111492164433, ms=00065}
22:49:13.885960 run                osmo-ms-mob/00066: Starting mobile
22:49:13.900098 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.911791 run                             mass: MS start registered  {at=2437580.120104495, delay=0.005306363105773926, ms=00066}
22:49:13.994855 run                             mass: MS performed LU  {at=2437580.203082335, lu_delay=5.996023611165583, ms=00048}
22:49:14.060201 run                             mass: MS performed LU  {at=2437580.268425658, lu_delay=5.436408965848386, ms=00051}
22:49:14.128759 run                             mass: MS performed LU  {at=2437580.336976516, lu_delay=5.793135395273566, ms=00049}
22:49:14.158163 run                osmo-ms-mob/00067: Starting mobile
22:49:14.171208 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.182468 run                             mass: MS start registered  {at=2437580.390786373, delay=0.005277626216411591, ms=00067}
22:49:14.201990 run                             mass: MS performed LU  {at=2437580.410291915, lu_delay=4.888351575937122, ms=00052}
22:49:14.475058 run                             mass: MS performed LU  {at=2437580.683276447, lu_delay=4.875478913076222, ms=00053}
22:49:14.512854 run                osmo-ms-mob/00068: Starting mobile
22:49:14.525938 run       osmo-ms-mob/00068(pid=203): Launched
22:49:14.539956 run                             mass: MS start registered  {at=2437580.748270935, delay=0.007740025874227285, ms=00068}
22:49:14.977027 run                osmo-ms-mob/00069: Starting mobile
22:49:14.990408 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.002775 run                             mass: MS start registered  {at=2437581.211083069, delay=0.006074757780879736, ms=00069}
22:49:15.388276 run                osmo-ms-mob/00070: Starting mobile
22:49:15.402243 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.413511 run                             mass: MS start registered  {at=2437581.621829901, delay=0.005060445982962847, ms=00070}
22:49:15.798260 run                osmo-ms-mob/00071: Starting mobile
22:49:15.815319 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.821562 run                             mass: MS performed LU  {at=2437582.029886827, lu_delay=5.9097888777032495, ms=00054}
22:49:15.827571 run                             mass: MS start registered  {at=2437582.0359056, delay=0.00603778101503849, ms=00071}
22:49:15.895856 run                             mass: MS performed LU  {at=2437582.104084667, lu_delay=4.680655377916992, ms=00058}
22:49:15.924247 run                             mass: MS performed LU  {at=2437582.1324866, lu_delay=5.5064659947529435, ms=00057}
22:49:15.946214 run                osmo-ms-mob/00072: Starting mobile
22:49:15.959197 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.970446 run                             mass: MS start registered  {at=2437582.178766511, delay=0.005239301826804876, ms=00072}
22:49:16.068870 run                             mass: MS performed LU  {at=2437582.277095214, lu_delay=5.7225301382131875, ms=00056}
22:49:16.104156 run                             mass: MS performed LU  {at=2437582.31243174, lu_delay=5.889769572298974, ms=00055}
22:49:16.592247 run                osmo-ms-mob/00073: Starting mobile
22:49:16.606553 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.618065 run                             mass: MS start registered  {at=2437582.826373479, delay=0.005254631862044334, ms=00073}
22:49:16.995637 run                osmo-ms-mob/00074: Starting mobile
22:49:17.010280 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.021609 run                             mass: MS start registered  {at=2437583.229929043, delay=0.005261411890387535, ms=00074}
22:49:17.406817 run                osmo-ms-mob/00075: Starting mobile
22:49:17.419901 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.431421 run                             mass: MS start registered  {at=2437583.639736086, delay=0.0053208451718091965, ms=00075}
22:49:17.658901 run                             mass: MS performed LU  {at=2437583.867119821, lu_delay=5.4598050196655095, ms=00061}
22:49:17.734485 run                             mass: MS performed LU  {at=2437583.942707067, lu_delay=5.325319558847696, ms=00063}
22:49:17.769799 run                             mass: MS performed LU  {at=2437583.978036642, lu_delay=5.412701736204326, ms=00062}
22:49:17.799285 run                osmo-ms-mob/00076: Starting mobile
22:49:17.812682 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.824077 run                             mass: MS start registered  {at=2437584.032393133, delay=0.005391913931816816, ms=00076}
22:49:18.024027 run                             mass: MS performed LU  {at=2437584.232248322, lu_delay=4.825069499202073, ms=00064}
22:49:18.305258 run                osmo-ms-mob/00077: Starting mobile
22:49:18.320928 run       osmo-ms-mob/00077(pid=212): Launched
22:49:18.333221 run                             mass: MS start registered  {at=2437584.541532056, delay=0.005644150078296661, ms=00077}
22:49:18.719926 run                             mass: MS performed LU  {at=2437584.928144887, lu_delay=6.919696515891701, ms=00060}
22:49:18.746222 run                osmo-ms-mob/00078: Starting mobile
22:49:18.760038 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.766394 run                             mass: MS performed LU  {at=2437584.974721089, lu_delay=7.252182879950851, ms=00059}
22:49:18.772618 run                             mass: MS start registered  {at=2437584.980950781, delay=0.006247911136597395, ms=00078}
22:49:18.812428 run                             mass: MS performed LU  {at=2437585.020644787, lu_delay=4.90054029179737, ms=00066}
22:49:18.874003 run                             mass: MS performed LU  {at=2437585.082234815, lu_delay=5.274384965188801, ms=00065}
22:49:18.900751 run                osmo-ms-mob/00079: Starting mobile
22:49:18.914120 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.925335 run                             mass: MS start registered  {at=2437585.133653623, delay=0.005279946140944958, ms=00079}
22:49:19.577868 run                             mass: MS performed LU  {at=2437585.7861645, lu_delay=5.395378126762807, ms=00067}
22:49:19.589433 run                osmo-ms-mob/00080: Starting mobile
22:49:19.603460 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.609688 run                             mass: MS performed LU  {at=2437585.818009732, lu_delay=5.069738796912134, ms=00068}
22:49:19.616415 run                             mass: MS start registered  {at=2437585.824734862, delay=0.0067489477805793285, ms=00080}
22:49:19.633265 run                             mass: MS performed LU  {at=2437585.841558096, lu_delay=4.630475027021021, ms=00069}
22:49:20.215280 run                osmo-ms-mob/00081: Starting mobile
22:49:20.231540 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.242842 run                             mass: MS start registered  {at=2437586.451164462, delay=0.005141065921634436, ms=00081}
22:49:20.588907 run                osmo-ms-mob/00082: Starting mobile
22:49:20.603349 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.616452 run                             mass: MS start registered  {at=2437586.824762713, delay=0.007072665262967348, ms=00082}
22:49:21.197343 run                osmo-ms-mob/00083: Starting mobile
22:49:21.214775 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.225846 run                             mass: MS start registered  {at=2437587.434168098, delay=0.004625391215085983, ms=00083}
22:49:21.443088 run                             mass: MS performed LU  {at=2437587.651306951, lu_delay=4.421377907972783, ms=00074}
22:49:21.500273 run                             mass: MS performed LU  {at=2437587.708505766, lu_delay=5.5297392550855875, ms=00072}
22:49:21.544680 run                             mass: MS performed LU  {at=2437587.752899001, lu_delay=6.131069099996239, ms=00070}
22:49:21.567247 run                osmo-ms-mob/00084: Starting mobile
22:49:21.580441 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.591415 run                             mass: MS start registered  {at=2437587.799736569, delay=0.0048783449456095695, ms=00084}
22:49:21.771012 run                             mass: MS performed LU  {at=2437587.979247974, lu_delay=5.943342374172062, ms=00071}
22:49:22.214681 run                osmo-ms-mob/00085: Starting mobile
22:49:22.231111 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.242200 run                             mass: MS start registered  {at=2437588.450515362, delay=0.005080089904367924, ms=00085}
22:49:22.514824 run                             mass: MS performed LU  {at=2437588.723045246, lu_delay=5.896671767346561, ms=00073}
22:49:22.631095 run                             mass: MS performed LU  {at=2437588.839316562, lu_delay=3.7056629387661815, ms=00079}
22:49:22.788804 run                osmo-ms-mob/00086: Starting mobile
22:49:22.803115 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.814439 run                             mass: MS start registered  {at=2437589.022753189, delay=0.005018165800720453, ms=00086}
22:49:23.345190 run                             mass: MS performed LU  {at=2437589.553385346, lu_delay=5.011853290256113, ms=00077}
22:49:23.406872 run                osmo-ms-mob/00087: Starting mobile
22:49:23.421921 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.428025 run                             mass: MS performed LU  {at=2437589.636351898, lu_delay=4.655401116702706, ms=00078}
22:49:23.434047 run                             mass: MS performed LU  {at=2437589.642380027, lu_delay=5.609986894298345, ms=00076}
22:49:23.440009 run                             mass: MS start registered  {at=2437589.648343433, delay=0.012008595280349255, ms=00087}
22:49:23.673283 run                             mass: MS performed LU  {at=2437589.881418292, lu_delay=6.241682205814868, ms=00075}
22:49:24.005831 run                osmo-ms-mob/00088: Starting mobile
22:49:24.023319 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.034296 run                             mass: MS start registered  {at=2437590.242612663, delay=0.004799311049282551, ms=00088}
22:49:24.589602 run                osmo-ms-mob/00089: Starting mobile
22:49:24.603598 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.614602 run                             mass: MS start registered  {at=2437590.822921545, delay=0.004825314972549677, ms=00089}
22:49:25.197190 run                osmo-ms-mob/00090: Starting mobile
22:49:25.214866 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.226127 run                             mass: MS start registered  {at=2437591.43444799, delay=0.0048980386927723885, ms=00090}
22:49:25.292731 run                             mass: MS performed LU  {at=2437591.50092358, lu_delay=5.049759117886424, ms=00081}
22:49:25.319071 run                             mass: MS performed LU  {at=2437591.527399926, lu_delay=5.70266506401822, ms=00080}
22:49:25.357498 run                             mass: MS performed LU  {at=2437591.565716666, lu_delay=4.7409539530053735, ms=00082}
22:49:25.907479 run                osmo-ms-mob/00091: Starting mobile
22:49:25.924894 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.935918 run                             mass: MS start registered  {at=2437592.144237629, delay=0.004877194296568632, ms=00091}
22:49:26.585834 run                osmo-ms-mob/00092: Starting mobile
22:49:26.599153 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.610284 run                             mass: MS start registered  {at=2437592.818598208, delay=0.0050984881818294525, ms=00092}
22:49:27.092191 run                             mass: MS performed LU  {at=2437593.30041366, lu_delay=5.500677090603858, ms=00084}
22:49:27.116192 run                             mass: MS performed LU  {at=2437593.324520902, lu_delay=4.874005539808422, ms=00085}
22:49:27.221490 run                             mass: MS performed LU  {at=2437593.429709324, lu_delay=5.995541226118803, ms=00083}
22:49:27.262949 run                osmo-ms-mob/00093: Starting mobile
22:49:27.278583 run       osmo-ms-mob/00093(pid=228): Launched
22:49:27.289350 run                             mass: MS start registered  {at=2437593.49767277, delay=0.004667497240006924, ms=00093}
22:49:27.600743 run                             mass: MS performed LU  {at=2437593.808942337, lu_delay=4.7861891482025385, ms=00086}
22:49:28.289369 run                osmo-ms-mob/00094: Starting mobile
22:49:28.302960 run       osmo-ms-mob/00094(pid=229): Launched
22:49:28.314136 run                             mass: MS start registered  {at=2437594.522457204, delay=0.004865748807787895, ms=00094}
22:49:29.058920 run                             mass: MS performed LU  {at=2437595.267073815, lu_delay=5.618730382062495, ms=00087}
22:49:29.082201 run                             mass: MS performed LU  {at=2437595.290531974, lu_delay=5.047919310629368, ms=00088}
22:49:29.117559 run                osmo-ms-mob/00095: Starting mobile
22:49:29.132403 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.143205 run                             mass: MS start registered  {at=2437595.351526095, delay=0.004687773063778877, ms=00095}
22:49:29.593253 run                             mass: MS performed LU  {at=2437595.801476861, lu_delay=4.978555316105485, ms=00089}
22:49:30.185961 run                osmo-ms-mob/00096: Starting mobile
22:49:30.200374 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.211680 run                             mass: MS start registered  {at=2437596.419996869, delay=0.003554262686520815, ms=00096}
22:49:30.839107 run                             mass: MS performed LU  {at=2437597.047328765, lu_delay=5.612880775239319, ms=00090}
22:49:30.858540 run                             mass: MS performed LU  {at=2437597.066784127, lu_delay=22.45407891413197, ms=00050}
22:49:30.987889 run                             mass: MS performed LU  {at=2437597.196107354, lu_delay=5.051869724877179, ms=00091}
22:49:31.307178 run                osmo-ms-mob/00097: Starting mobile
22:49:31.325750 run       osmo-ms-mob/00097(pid=232): Launched
22:49:31.336786 run                             mass: MS start registered  {at=2437597.545104939, delay=0.0048334538005292416, ms=00097}
22:49:32.604177 run                osmo-ms-mob/00098: Starting mobile
22:49:32.619251 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.630178 run                             mass: MS start registered  {at=2437598.838497427, delay=0.004885858856141567, ms=00098}
22:49:32.824684 run                             mass: MS performed LU  {at=2437599.032905296, lu_delay=6.214307087939233, ms=00092}
22:49:32.848596 run                             mass: MS performed LU  {at=2437599.05692703, lu_delay=5.559254259802401, ms=00093}
22:49:33.123885 run                             mass: MS performed LU  {at=2437599.332106579, lu_delay=4.809649375267327, ms=00094}
22:49:34.400923 run                osmo-ms-mob/00099: Starting mobile
22:49:34.417073 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.423056 run                             mass: All started... {duration=55.758291420992464, too_slow=0}
22:49:34.429131 run                             mass: MS start registered  {at=2437600.637459232, delay=0.0060683730989694595, ms=00099}
22:49:34.752985 run                             mass: MS performed LU  {at=2437600.961203079, lu_delay=5.609676984138787, ms=00095}
22:49:35.076561 run                             mass: MS performed LU  {at=2437601.284779751, lu_delay=4.864782882388681, ms=00096}
22:49:36.590009 run                             mass: MS performed LU  {at=2437602.798229664, lu_delay=5.253124725073576, ms=00097}
22:49:38.491150 run                             mass: MS performed LU  {at=2437604.699370573, lu_delay=5.860873145982623, ms=00098}
22:49:40.357290 run                             mass: MS performed LU  {at=2437606.565508476, lu_delay=5.928049243986607, ms=00099}
22:49:40.380388 run                             mass: Tests done {all_completed=True, max=22.45407891413197, min=3.7056629387661815}
22:49:40.386096 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.391438 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.394711 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.397952 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.401203 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.404440 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.407725 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.411036 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.414374 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.417711 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.421053 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.424400 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.427771 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.431218 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.434670 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.438129 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.441546 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.445013 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.448457 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.451884 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.455234 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.458675 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.462042 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.465518 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.468981 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.472451 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.475922 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.479945 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.483414 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.486851 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.490500 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.494047 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.498052 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.501430 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.504864 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.508211 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.511575 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.514923 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.518478 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.521832 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.525242 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.528622 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.532658 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.536026 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.539948 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.543264 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.546825 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.550249 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.553670 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.557079 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.560400 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.563968 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.567390 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.570786 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.574277 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.577655 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.581131 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.584477 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.587954 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.591609 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.595265 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.598927 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.602553 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.605921 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.609413 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.612809 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.616278 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.619689 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.623158 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.626635 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.630695 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.634197 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.637656 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.641046 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.644535 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.647982 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.651453 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.654915 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.658280 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.661749 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.665116 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.668584 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.671949 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.675416 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.678835 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.682305 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.685791 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.689618 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.693376 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.697177 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.700620 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.704041 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.707466 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.710963 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.714673 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.718293 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.721720 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.725062 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.728476 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.731830 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.735722 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.739812 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.743226 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.746605 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.750024 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.753408 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.756785 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.760223 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.763720 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.767188 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.770677 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.774401 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.777904 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.781328 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.784724 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.788177 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.791495 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.794830 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.798148 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.801472 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.804795 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.808096 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.811340 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.814585 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.817834 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.821083 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.824338 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.827568 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.830813 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.834069 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.837310 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.840557 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.843821 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.847050 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.850293 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.853543 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.856785 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.860028 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.863284 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.866539 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.869770 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.873010 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.876241 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.879467 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.882704 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.885936 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.889187 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.892426 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.895672 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.898904 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.902151 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.905399 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.908649 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.911894 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.915127 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.918364 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.921606 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.924847 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.928097 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.931328 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.934564 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.937800 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.941028 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.944262 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.947497 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.950721 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.953954 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.957181 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.960417 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.963637 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.966869 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.970103 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.973341 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.976578 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.979815 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.983057 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.986297 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.989527 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.992756 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.995998 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.999233 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.002480 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.005723 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.008963 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.012196 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.015439 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.018669 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.021897 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.025130 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.028358 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.031588 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.034825 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.038070 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.041309 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.044527 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.047759 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.051004 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.054235 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.057474 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.060704 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.063935 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.067159 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.070375 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.073623 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.076849 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.080092 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.083333 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.086575 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.089814 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.093048 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.096281 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.099516 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.102742 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.105981 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.109238 ---      ParallelTerminationStrategy: PID 22 died...
22:49:41.110709 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.114316 ---      ParallelTerminationStrategy: PID 23 died...
22:49:41.115775 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.119362 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.120828 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.124399 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.125844 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.129426 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.130871 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.134454 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.135917 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.139497 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.140958 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.144550 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.146000 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.149595 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.151054 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.154660 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.156111 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.159721 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.161181 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.164778 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.166242 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.169845 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.171297 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.174903 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.176366 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.179972 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.181436 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.185050 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.186506 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.190103 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.191555 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.195158 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.196611 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.200260 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.201721 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.205303 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.206755 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.210337 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.211792 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.215396 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.216860 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.220429 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.221882 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.225461 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.226909 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.230485 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.231943 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.235517 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.236971 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.240550 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.241995 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.245575 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.247020 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.250602 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.252049 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.255613 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.257075 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.260652 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.262100 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.265696 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.267148 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.270725 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.272175 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.275754 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.277201 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.280786 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.282235 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.285824 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.287266 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.290858 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.292301 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.295902 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.297360 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.300942 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.302393 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.305973 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.307426 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.311006 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.312457 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.316030 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.317482 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.321072 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.322514 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.326096 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.327554 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.331138 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.332583 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.336177 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.337619 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.341211 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.342654 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.346259 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.347707 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.351294 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.352747 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.356341 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.357793 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.361392 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.362832 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.366420 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.367868 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.371431 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.372890 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.376479 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.377930 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.381509 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.382967 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.386557 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.388007 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.391588 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.393058 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.396635 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.398098 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.401675 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.403124 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.406707 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.408171 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.411746 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.413191 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.416788 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.418247 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.421826 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.423269 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.426872 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.428327 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.431912 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.433369 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.436962 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.438417 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.442033 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.443486 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.447079 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.448549 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.452135 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.453582 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.457156 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.458610 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.462201 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.463661 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.467233 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.468697 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.472288 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.473739 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.477322 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.478764 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.482364 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.483809 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.487387 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.488856 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.492443 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.493904 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.497505 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.498954 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.502547 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.504017 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.507583 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.509042 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.512644 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.514095 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.517684 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.519140 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.522726 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.524187 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.527786 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.529241 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.532832 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.534288 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.537897 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.539345 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.542925 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.544397 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.548004 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.549449 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.553053 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.554526 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.558115 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.559567 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.563143 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.564610 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.568184 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.569634 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.573219 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.574668 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.578248 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.579714 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.583297 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.584749 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.588361 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.589823 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.593407 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.594862 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.598445 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.599904 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.603487 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.604955 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.608538 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.609997 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.613586 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.615031 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.618619 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.620092 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.623688 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.625143 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.628734 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.630178 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.633755 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.635203 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.638791 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.640242 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.643852 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.645311 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.648895 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.650341 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.653926 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.655382 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.658997 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.660466 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.664056 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.665503 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.669087 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.670534 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.674110 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.675567 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.679178 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.680647 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.684246 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.685694 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.689307 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.690770 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.694415 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.695873 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.699475 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.700944 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.704540 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.705997 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.709628 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.711081 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.714675 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.716141 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.719741 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.721194 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.724798 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.726248 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.729865 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.731319 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.734942 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.736406 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.739997 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.741443 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.745063 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.746536 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.750154 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.751603 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.755255 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.756709 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.760328 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.761817 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.765493 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.766940 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.770559 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.772022 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.775623 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.777082 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.780679 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.782131 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.785753 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.787199 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.790791 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.792264 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.795886 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.797346 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.800979 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.802447 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.806096 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.807571 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.811247 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.812735 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.816417 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.817899 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.821579 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.823062 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.826747 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.828255 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.831935 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.833417 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.837107 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.838592 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.842281 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.843754 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.847424 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.848912 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.852587 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.854067 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.857746 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.859221 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.862954 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.864436 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.868109 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.869600 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.873289 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.874771 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.878465 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.879962 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.883679 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.885185 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.888880 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.890366 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.894061 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.895541 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.899233 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.900730 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.904400 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.905879 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.909569 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.911041 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.914711 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.916200 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.919877 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.921350 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.925027 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.926502 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.930190 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.931690 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.935369 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.936858 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.940542 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.942024 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.945682 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.947164 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.950843 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.952330 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.955998 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.957473 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.961190 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.962667 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.966344 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.967831 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.971504 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.972988 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.976676 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.978158 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.981832 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.983311 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.986998 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.988473 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.992163 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.993649 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.997326 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.998805 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.002486 ---      ParallelTerminationStrategy: PID 199 died...
22:49:42.003968 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.007642 ---      ParallelTerminationStrategy: PID 200 died...
22:49:42.009127 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.012813 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.014291 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.017979 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.019463 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.023194 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.024694 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.028398 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.029875 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.033567 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.035052 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.038743 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.040232 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.043950 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.045435 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.049115 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.050601 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.054310 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.055814 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.059500 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.060989 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.064672 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.066175 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.069887 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.071372 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.075057 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.076554 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.080249 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.081743 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.085447 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.086935 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.090629 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.092127 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.095832 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.097321 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.101021 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.102524 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.106231 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.107728 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.111429 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.112928 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.116633 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.118126 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.121828 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.123314 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.127025 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.128509 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.132214 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.133701 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.137389 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.138879 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.142586 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.144088 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.147792 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.149273 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.152970 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.154460 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.158170 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.159662 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.163349 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.164842 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.168535 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.170009 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.173720 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.175206 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.178911 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.180405 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.184100 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.185591 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.590062 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.596253 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8251 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.680897 tst                       trial-8251: Storing JUnit report in /build/trial-8251/run.2026-02-23_22-48-18/trial-8251.xml

--------------------------------------------------------------------------------------------
trial-8251 PASS
--------------------------------------------------------------------------------------------
22:49:45.701569 tst                       trial-8251: trial-8251: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8251/inst
+ cd trial-8251
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-23 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8251-run.tgz run.2026-02-23_22-48-18
+ tar czf /build/trial-8251-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-23_13_26_36.tgz osmo-bts-oc2g.build-2026-02-23_00_51_14.tgz osmo-bts-sysmo.build-2026-02-23_00_51_26.tgz osmo-bts.build-2026-02-23_00_51_33.tgz osmo-ggsn.build-2026-02-23_20_42_31.tgz osmo-hlr.build-2026-02-23_16_36_52.tgz osmo-hnbgw.build-2026-02-23_13_30_24.tgz osmo-mgw.build-2026-02-23_08_33_06.tgz osmo-msc.build-2026-02-23_13_32_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-23_07_35_16.tgz osmo-pcu-sysmo.build-2026-02-23_07_35_07.tgz osmo-pcu.build-2026-02-23_07_35_18.tgz osmo-sgsn.build-2026-02-23_20_48_47.tgz osmo-stp.build-2026-02-23_13_25_26.tgz osmo-trx.build-2026-02-23_14_21_33.tgz osmocom-bb.build-2026-02-23_21_18_12.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