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/jenkins17575417715950974043.sh
+ rm -rf trial-8276-bin.tgz trial-8276-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25555
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11253
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10794
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13075
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13401
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13586
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42251
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7769
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44528
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8744
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 13390
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7733
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11778
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7809
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9276
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6529
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 7733
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5880813186497418617.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-8276
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s

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

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

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

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

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

#11 [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 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#13 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:bfa214a6f45a09f80d58c3c64d103fa627e2fa8d81018b3043cf69a8225a758e done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8277 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-03-21 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8277
+ mkdir -p trial-8277
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-21_13_30_26.tgz osmo-bts-oc2g.build-2026-03-21_00_51_24.tgz osmo-bts-sysmo.build-2026-03-21_00_51_25.tgz osmo-bts.build-2026-03-21_00_51_33.tgz osmo-ggsn.build-2026-03-21_20_42_29.tgz osmo-hlr.build-2026-03-21_16_36_50.tgz osmo-hnbgw.build-2026-03-21_13_31_43.tgz osmo-mgw.build-2026-03-21_08_33_11.tgz osmo-msc.build-2026-03-21_13_36_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-21_07_35_27.tgz osmo-pcu-sysmo.build-2026-03-21_07_35_25.tgz osmo-pcu.build-2026-03-21_07_35_29.tgz osmo-sgsn.build-2026-03-21_20_48_45.tgz osmo-stp.build-2026-03-21_13_26_11.tgz osmo-trx.build-2026-03-21_14_21_40.tgz osmocom-bb.build-2026-03-21_21_17_11.tgz srslte.build-19.tgz trial-8277
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-21_13_30_26.md5 osmo-bts-oc2g.build-2026-03-21_00_51_24.md5 osmo-bts-sysmo.build-2026-03-21_00_51_25.md5 osmo-bts.build-2026-03-21_00_51_33.md5 osmo-ggsn.build-2026-03-21_20_42_29.md5 osmo-hlr.build-2026-03-21_16_36_50.md5 osmo-hnbgw.build-2026-03-21_13_31_43.md5 osmo-mgw.build-2026-03-21_08_33_11.md5 osmo-msc.build-2026-03-21_13_36_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-21_07_35_27.md5 osmo-pcu-sysmo.build-2026-03-21_07_35_25.md5 osmo-pcu.build-2026-03-21_07_35_29.md5 osmo-sgsn.build-2026-03-21_20_48_45.md5 osmo-stp.build-2026-03-21_13_26_11.md5 osmo-trx.build-2026-03-21_14_21_40.md5 osmocom-bb.build-2026-03-21_21_17_11.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-21_13_30_26.md5 osmo-bts-oc2g.build-2026-03-21_00_51_24.md5 osmo-bts-sysmo.build-2026-03-21_00_51_25.md5 osmo-bts.build-2026-03-21_00_51_33.md5 osmo-ggsn.build-2026-03-21_20_42_29.md5 osmo-hlr.build-2026-03-21_16_36_50.md5 osmo-hnbgw.build-2026-03-21_13_31_43.md5 osmo-mgw.build-2026-03-21_08_33_11.md5 osmo-msc.build-2026-03-21_13_36_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-21_07_35_27.md5 osmo-pcu-sysmo.build-2026-03-21_07_35_25.md5 osmo-pcu.build-2026-03-21_07_35_29.md5 osmo-sgsn.build-2026-03-21_20_48_45.md5 osmo-stp.build-2026-03-21_13_26_11.md5 osmo-trx.build-2026-03-21_14_21_40.md5 osmocom-bb.build-2026-03-21_21_17_11.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-8277 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8277'
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-8277
--------------------------------------------------------------------------------------------
22:48:16.598813 tst                       trial-8277: Detailed log at /build/trial-8277/run.2026-03-21_22-48-16/log

---------------------------------------------------------------------
trial-8277 netreg_mass
---------------------------------------------------------------------
22:48:16.804440 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.804805 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.805596 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.806753 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.847950 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.848808 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.849957 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.911711 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-8277 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.912476 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.927635 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.928160 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.928598 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.929021 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.929446 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.929899 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.930327 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.960624 tst         register_default_mass.py: using LAC 2
22:48:16.982949 tst         register_default_mass.py: using RAC 2
22:48:17.009769 tst         register_default_mass.py: using CellId 2
22:48:17.039572 tst         register_default_mass.py: using BVCI 3
22:48:17.053446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072193 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.073233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.073739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.074248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.074765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.075275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.075786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.076301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.076810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.077313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.077843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.078349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.078852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.079378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.079888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.080385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.080900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.081404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.081921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.082431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.082932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.083441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.083942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.084440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.084934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.085450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.085964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.086464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.086982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.087490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.087998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.088501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.089001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.089493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.090011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.090576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.091073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.091586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.092091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.092587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.093077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.093571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.094072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.094566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.095054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.095555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.096058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.096546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.097033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.097543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.098039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.098535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.099047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.099554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.100055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.100570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.101081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.101575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.102087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.102587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.103095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.103604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.104109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.104609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.105170 tst      register_default_mass.py:21: Launching a simple network
22:48:17.115160 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.234317 run            create_hlr_db(pid=20): Launched
22:48:18.256747 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.284376 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.299501 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.305228 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.493281 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.508277 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.513917 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.930722 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.945678 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.960368 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.088064 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.103003 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.108617 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.132236 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.147306 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.153015 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.467388 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.482476 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.514148 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.688232 run         osmo-bts-virtual(pid=34): Launched
22:48:29.734223 tst         register_default_mass.py: using MSISDN 1001
22:48:29.752689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.793004 tst         register_default_mass.py: using MSISDN 1002
22:48:29.810842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.842048 tst         register_default_mass.py: using MSISDN 1003
22:48:29.857173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.888458 tst         register_default_mass.py: using MSISDN 1004
22:48:29.903302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.933977 tst         register_default_mass.py: using MSISDN 1005
22:48:29.948493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.979231 tst         register_default_mass.py: using MSISDN 1006
22:48:29.993644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.024772 tst         register_default_mass.py: using MSISDN 1007
22:48:30.039488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.069896 tst         register_default_mass.py: using MSISDN 1008
22:48:30.084478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.115760 tst         register_default_mass.py: using MSISDN 1009
22:48:30.130472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.161870 tst         register_default_mass.py: using MSISDN 1010
22:48:30.176956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.208110 tst         register_default_mass.py: using MSISDN 1011
22:48:30.222812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.253836 tst         register_default_mass.py: using MSISDN 1012
22:48:30.268548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.299631 tst         register_default_mass.py: using MSISDN 1013
22:48:30.314554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.345338 tst         register_default_mass.py: using MSISDN 1014
22:48:30.359839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.391088 tst         register_default_mass.py: using MSISDN 1015
22:48:30.405932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.436955 tst         register_default_mass.py: using MSISDN 1016
22:48:30.451609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.483196 tst         register_default_mass.py: using MSISDN 1017
22:48:30.498299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.529379 tst         register_default_mass.py: using MSISDN 1018
22:48:30.544000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.575383 tst         register_default_mass.py: using MSISDN 1019
22:48:30.590333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.620532 tst         register_default_mass.py: using MSISDN 1020
22:48:30.634864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.666088 tst         register_default_mass.py: using MSISDN 1021
22:48:30.680969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.712355 tst         register_default_mass.py: using MSISDN 1022
22:48:30.727205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.758351 tst         register_default_mass.py: using MSISDN 1023
22:48:30.773120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.804461 tst         register_default_mass.py: using MSISDN 1024
22:48:30.819273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.850717 tst         register_default_mass.py: using MSISDN 1025
22:48:30.865652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.896896 tst         register_default_mass.py: using MSISDN 1026
22:48:30.911724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.943090 tst         register_default_mass.py: using MSISDN 1027
22:48:30.958030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.989148 tst         register_default_mass.py: using MSISDN 1028
22:48:31.003724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.035197 tst         register_default_mass.py: using MSISDN 1029
22:48:31.050263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.081456 tst         register_default_mass.py: using MSISDN 1030
22:48:31.096313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.127711 tst         register_default_mass.py: using MSISDN 1031
22:48:31.142647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.173772 tst         register_default_mass.py: using MSISDN 1032
22:48:31.188617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.220038 tst         register_default_mass.py: using MSISDN 1033
22:48:31.234888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.265952 tst         register_default_mass.py: using MSISDN 1034
22:48:31.280769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.311851 tst         register_default_mass.py: using MSISDN 1035
22:48:31.326609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.357749 tst         register_default_mass.py: using MSISDN 1036
22:48:31.372388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.403842 tst         register_default_mass.py: using MSISDN 1037
22:48:31.418630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.449942 tst         register_default_mass.py: using MSISDN 1038
22:48:31.464921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.495770 tst         register_default_mass.py: using MSISDN 1039
22:48:31.510159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.540951 tst         register_default_mass.py: using MSISDN 1040
22:48:31.555337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.585821 tst         register_default_mass.py: using MSISDN 1041
22:48:31.600103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.631490 tst         register_default_mass.py: using MSISDN 1042
22:48:31.646363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.676503 tst         register_default_mass.py: using MSISDN 1043
22:48:31.690798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.722170 tst         register_default_mass.py: using MSISDN 1044
22:48:31.737040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.768233 tst         register_default_mass.py: using MSISDN 1045
22:48:31.783013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.814178 tst         register_default_mass.py: using MSISDN 1046
22:48:31.829054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.860103 tst         register_default_mass.py: using MSISDN 1047
22:48:31.874857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.905933 tst         register_default_mass.py: using MSISDN 1048
22:48:31.920533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.951974 tst         register_default_mass.py: using MSISDN 1049
22:48:31.966858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.998173 tst         register_default_mass.py: using MSISDN 1050
22:48:32.013044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.044483 tst         register_default_mass.py: using MSISDN 1051
22:48:32.059436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.090794 tst         register_default_mass.py: using MSISDN 1052
22:48:32.105680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.136790 tst         register_default_mass.py: using MSISDN 1053
22:48:32.151592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.182864 tst         register_default_mass.py: using MSISDN 1054
22:48:32.197689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.228984 tst         register_default_mass.py: using MSISDN 1055
22:48:32.243859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.283225 tst         register_default_mass.py: using MSISDN 1056
22:48:32.301197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.339500 tst         register_default_mass.py: using MSISDN 1057
22:48:32.350698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.381782 tst         register_default_mass.py: using MSISDN 1058
22:48:32.396754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.428017 tst         register_default_mass.py: using MSISDN 1059
22:48:32.442766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.473998 tst         register_default_mass.py: using MSISDN 1060
22:48:32.488833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.519927 tst         register_default_mass.py: using MSISDN 1061
22:48:32.534512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.565553 tst         register_default_mass.py: using MSISDN 1062
22:48:32.580205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.611353 tst         register_default_mass.py: using MSISDN 1063
22:48:32.626138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.657764 tst         register_default_mass.py: using MSISDN 1064
22:48:32.672753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.704409 tst         register_default_mass.py: using MSISDN 1065
22:48:32.719476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.750850 tst         register_default_mass.py: using MSISDN 1066
22:48:32.765699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.797038 tst         register_default_mass.py: using MSISDN 1067
22:48:32.811951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.843245 tst         register_default_mass.py: using MSISDN 1068
22:48:32.857987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.888548 tst         register_default_mass.py: using MSISDN 1069
22:48:32.898760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.929456 tst         register_default_mass.py: using MSISDN 1070
22:48:32.939682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.970687 tst         register_default_mass.py: using MSISDN 1071
22:48:32.986363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.017369 tst         register_default_mass.py: using MSISDN 1072
22:48:33.031935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.062950 tst         register_default_mass.py: using MSISDN 1073
22:48:33.077463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.108732 tst         register_default_mass.py: using MSISDN 1074
22:48:33.123334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.154245 tst         register_default_mass.py: using MSISDN 1075
22:48:33.168691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.199635 tst         register_default_mass.py: using MSISDN 1076
22:48:33.214228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.245338 tst         register_default_mass.py: using MSISDN 1077
22:48:33.259800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.290672 tst         register_default_mass.py: using MSISDN 1078
22:48:33.305265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.336250 tst         register_default_mass.py: using MSISDN 1079
22:48:33.350786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.381968 tst         register_default_mass.py: using MSISDN 1080
22:48:33.396517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.427596 tst         register_default_mass.py: using MSISDN 1081
22:48:33.442222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.473124 tst         register_default_mass.py: using MSISDN 1082
22:48:33.487495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.518440 tst         register_default_mass.py: using MSISDN 1083
22:48:33.532976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.563866 tst         register_default_mass.py: using MSISDN 1084
22:48:33.578437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.608948 tst         register_default_mass.py: using MSISDN 1085
22:48:33.623272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.654020 tst         register_default_mass.py: using MSISDN 1086
22:48:33.668307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.699527 tst         register_default_mass.py: using MSISDN 1087
22:48:33.714221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.745241 tst         register_default_mass.py: using MSISDN 1088
22:48:33.759763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.790954 tst         register_default_mass.py: using MSISDN 1089
22:48:33.805549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.836491 tst         register_default_mass.py: using MSISDN 1090
22:48:33.850973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.881934 tst         register_default_mass.py: using MSISDN 1091
22:48:33.896517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.927354 tst         register_default_mass.py: using MSISDN 1092
22:48:33.941753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.972949 tst         register_default_mass.py: using MSISDN 1093
22:48:33.987573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.018744 tst         register_default_mass.py: using MSISDN 1094
22:48:34.033226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.064631 tst         register_default_mass.py: using MSISDN 1095
22:48:34.079324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.110331 tst         register_default_mass.py: using MSISDN 1096
22:48:34.125019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.156269 tst         register_default_mass.py: using MSISDN 1097
22:48:34.170856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.202064 tst         register_default_mass.py: using MSISDN 1098
22:48:34.216645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.247869 tst         register_default_mass.py: using MSISDN 1099
22:48:34.262592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.293780 tst         register_default_mass.py: using MSISDN 1100
22:48:34.308379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.400066 run                             mass: Starting testcase
22:48:34.405613 run                             mass: Pre-launching all virtphy's
22:48:34.411042 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.424076 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.430221 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.443396 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.449422 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.462413 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.468566 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.481759 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.487935 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.501082 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.507217 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.520330 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.526396 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.539403 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.545462 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.558343 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.564336 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.577240 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.583207 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.596139 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.602201 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.615113 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.621206 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.634162 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.640176 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.653089 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.659068 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.671998 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.678000 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.690910 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.696929 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.709807 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.715822 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.728805 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.734796 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.747633 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.753602 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.766475 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.772490 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.785370 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.791352 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.804292 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.810274 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.823179 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.829183 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.842179 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.848224 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.861216 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.867181 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.880209 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.886203 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.899281 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.905332 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.918322 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.924291 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.937241 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.943186 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.956103 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.962084 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.974993 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.981001 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.993891 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.999886 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.012819 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.018888 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.031827 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.037835 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.050754 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.056764 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.069822 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.075794 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.088851 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.094855 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.107814 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.113873 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.126948 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.133016 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.146021 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.152111 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.165085 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.171115 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.183958 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.189945 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.202815 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.208836 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.221741 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.227711 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.240610 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.246573 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.259457 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.265480 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.278450 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.284486 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.297473 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.303541 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.316469 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.322535 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.335426 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.341412 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.354399 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.360357 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.373587 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.379600 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.392682 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.398798 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.411938 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.418092 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.431222 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.437309 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.450406 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.456445 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.469590 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.475646 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.488738 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.494711 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.507575 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.513598 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.526443 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.532406 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.545431 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.551421 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.564488 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.570463 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.583406 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.589495 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.602440 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.608525 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.621433 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.627371 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.640258 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.646187 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.659137 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.665125 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.678047 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.684007 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.696884 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.702876 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.715785 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.721786 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.734729 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.740724 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.753627 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.759614 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.772567 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.778738 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.791705 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.797849 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.810779 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.816776 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.829831 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.835771 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.848814 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.854757 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.867747 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.873773 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.886689 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.892709 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.905635 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.911598 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.924491 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.930449 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.943359 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.949310 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.962201 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.968221 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.981124 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.987065 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.999998 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.005946 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.019021 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.025041 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.038073 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.044036 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.057089 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.063052 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.076174 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.082136 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.095072 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.101030 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.113889 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.119891 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.132829 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.138845 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.151758 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.157772 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.170685 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.176658 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.189590 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.195571 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.208490 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.214467 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.227435 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.233467 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.246570 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.252568 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.265668 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.271631 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.284647 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.290645 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.303815 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.309866 run                             mass: Checking if sockets are in the filesystem
22:48:36.342731 run                osmo-ms-mob/00000: Starting mobile
22:48:36.355779 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.367542 run                             mass: MS start registered  {at=4683942.575860233, delay=0.005634781904518604, ms=00000}
22:48:40.526262 run                osmo-ms-mob/00001: Starting mobile
22:48:40.566908 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.578355 run                             mass: MS start registered  {at=4683946.786665109, delay=0.004942074418067932, ms=00001}
22:48:41.516476 run                             mass: MS performed LU  {at=4683947.724681656, lu_delay=5.148821422830224, ms=00000}
22:48:42.357879 run                osmo-ms-mob/00002: Starting mobile
22:48:42.375489 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.386322 run                             mass: MS start registered  {at=4683948.594631056, delay=0.004770537838339806, ms=00002}
22:48:43.656631 run                osmo-ms-mob/00003: Starting mobile
22:48:43.673445 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.684085 run                             mass: MS start registered  {at=4683949.892405713, delay=0.004673981107771397, ms=00003}
22:48:44.758265 run                osmo-ms-mob/00004: Starting mobile
22:48:44.775490 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.786558 run                             mass: MS start registered  {at=4683950.99486874, delay=0.005100916139781475, ms=00004}
22:48:45.283376 run                             mass: MS performed LU  {at=4683951.491583131, lu_delay=4.70491802226752, ms=00001}
22:48:45.726532 run                osmo-ms-mob/00005: Starting mobile
22:48:45.739872 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.750369 run                             mass: MS start registered  {at=4683951.95868778, delay=0.0043951766565442085, ms=00005}
22:48:46.664747 run                osmo-ms-mob/00006: Starting mobile
22:48:46.693346 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.703982 run                             mass: MS start registered  {at=4683952.912301746, delay=0.004383743740618229, ms=00006}
22:48:47.184402 run                             mass: MS performed LU  {at=4683953.392604193, lu_delay=4.797973136417568, ms=00002}
22:48:47.550167 run                osmo-ms-mob/00007: Starting mobile
22:48:47.563371 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.574244 run                             mass: MS start registered  {at=4683953.78256436, delay=0.004874556325376034, ms=00007}
22:48:48.337843 run                osmo-ms-mob/00008: Starting mobile
22:48:48.351911 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.362752 run                             mass: MS start registered  {at=4683954.571071365, delay=0.004639868624508381, ms=00008}
22:48:49.065812 run                osmo-ms-mob/00009: Starting mobile
22:48:49.082048 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.088156 run                             mass: MS performed LU  {at=4683955.296481707, lu_delay=5.404075994156301, ms=00003}
22:48:49.094073 run                             mass: MS start registered  {at=4683955.302408169, delay=0.005943767726421356, ms=00009}
22:48:49.757799 run                osmo-ms-mob/00010: Starting mobile
22:48:49.774738 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.785574 run                             mass: MS start registered  {at=4683955.993896123, delay=0.004652479663491249, ms=00010}
22:48:50.348390 run                osmo-ms-mob/00011: Starting mobile
22:48:50.364726 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.375923 run                             mass: MS start registered  {at=4683956.584244463, delay=0.0049379924312233925, ms=00011}
22:48:50.925360 run                osmo-ms-mob/00012: Starting mobile
22:48:50.938476 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.948925 run                             mass: MS performed LU  {at=4683957.157242795, lu_delay=5.198555015027523, ms=00005}
22:48:50.954853 run                             mass: MS start registered  {at=4683957.163188768, delay=0.010382374748587608, ms=00012}
22:48:50.976162 run                             mass: MS performed LU  {at=4683957.184476604, lu_delay=6.18960786331445, ms=00004}
22:48:51.554734 run                osmo-ms-mob/00013: Starting mobile
22:48:51.568127 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.578881 run                             mass: MS start registered  {at=4683957.787200439, delay=0.004540642723441124, ms=00013}
22:48:52.138601 run                osmo-ms-mob/00014: Starting mobile
22:48:52.152511 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.164269 run                             mass: MS start registered  {at=4683958.372590635, delay=0.0024944012984633446, ms=00014}
22:48:52.733283 run                osmo-ms-mob/00015: Starting mobile
22:48:52.748804 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.759592 run                             mass: MS start registered  {at=4683958.967914123, delay=0.004618791863322258, ms=00015}
22:48:52.814325 run                             mass: MS performed LU  {at=4683959.022539296, lu_delay=6.110237549990416, ms=00006}
22:48:52.880019 run                             mass: MS performed LU  {at=4683959.088225328, lu_delay=5.305660968646407, ms=00007}
22:48:53.183733 run                             mass: MS performed LU  {at=4683959.391923676, lu_delay=4.8208523113280535, ms=00008}
22:48:53.215113 run                osmo-ms-mob/00016: Starting mobile
22:48:53.229910 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.240821 run                             mass: MS start registered  {at=4683959.449138864, delay=0.004745716229081154, ms=00016}
22:48:53.738555 run                osmo-ms-mob/00017: Starting mobile
22:48:53.752422 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.763494 run                             mass: MS start registered  {at=4683959.971814506, delay=0.004845194518566132, ms=00017}
22:48:54.357502 run                osmo-ms-mob/00018: Starting mobile
22:48:54.374830 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.385542 run                             mass: MS start registered  {at=4683960.593864328, delay=0.004526962526142597, ms=00018}
22:48:54.715579 run                             mass: MS performed LU  {at=4683960.923794082, lu_delay=5.6213859133422375, ms=00009}
22:48:54.730935 run                osmo-ms-mob/00019: Starting mobile
22:48:54.744212 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.750298 run                             mass: MS performed LU  {at=4683960.958629283, lu_delay=4.964733160100877, ms=00010}
22:48:54.756141 run                             mass: MS start registered  {at=4683960.964476686, delay=0.005862964317202568, ms=00019}
22:48:55.257820 run                osmo-ms-mob/00020: Starting mobile
22:48:55.271195 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.282046 run                             mass: MS start registered  {at=4683961.490365315, delay=0.0047046951949596405, ms=00020}
22:48:55.748288 run                osmo-ms-mob/00021: Starting mobile
22:48:55.765469 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.776537 run                             mass: MS start registered  {at=4683961.984857019, delay=0.0046713687479496, ms=00021}
22:48:56.125523 run                osmo-ms-mob/00022: Starting mobile
22:48:56.138837 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.149802 run                             mass: MS start registered  {at=4683962.358124628, delay=0.004757235758006573, ms=00022}
22:48:56.579895 run                             mass: MS performed LU  {at=4683962.788109373, lu_delay=5.624920605681837, ms=00012}
22:48:56.622480 run                osmo-ms-mob/00023: Starting mobile
22:48:56.638176 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.644580 run                             mass: MS performed LU  {at=4683962.852908228, lu_delay=6.2686637649312615, ms=00011}
22:48:56.650533 run                             mass: MS start registered  {at=4683962.858868537, delay=0.005976679734885693, ms=00023}
22:48:56.714494 run                             mass: MS performed LU  {at=4683962.92271322, lu_delay=5.135512781329453, ms=00013}
22:48:56.967645 run                             mass: MS performed LU  {at=4683963.175867104, lu_delay=4.803276468999684, ms=00014}
22:48:56.996844 run                osmo-ms-mob/00024: Starting mobile
22:48:57.010123 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.020880 run                             mass: MS start registered  {at=4683963.229201378, delay=0.004569042474031448, ms=00024}
22:48:57.529947 run                osmo-ms-mob/00025: Starting mobile
22:48:57.543365 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.554169 run                             mass: MS start registered  {at=4683963.762489337, delay=0.004664147272706032, ms=00025}
22:48:57.955527 run                osmo-ms-mob/00026: Starting mobile
22:48:57.971219 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.982009 run                             mass: MS start registered  {at=4683964.190330277, delay=0.0046301595866680145, ms=00026}
22:48:58.348851 run                osmo-ms-mob/00027: Starting mobile
22:48:58.364882 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.375724 run                             mass: MS start registered  {at=4683964.584020403, delay=0.004469145089387894, ms=00027}
22:48:58.397000 run                             mass: MS performed LU  {at=4683964.605311255, lu_delay=5.637397131882608, ms=00015}
22:48:58.481736 run                             mass: MS performed LU  {at=4683964.689953791, lu_delay=5.24081492703408, ms=00016}
22:48:58.509147 run                             mass: MS performed LU  {at=4683964.717366492, lu_delay=4.74555198661983, ms=00017}
22:48:58.530295 run                osmo-ms-mob/00028: Starting mobile
22:48:58.543407 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.554182 run                             mass: MS start registered  {at=4683964.762506846, delay=0.004773922264575958, ms=00028}
22:48:59.155825 run                osmo-ms-mob/00029: Starting mobile
22:48:59.172632 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.183395 run                             mass: MS start registered  {at=4683965.391717001, delay=0.004584537819027901, ms=00029}
22:48:59.526083 run                osmo-ms-mob/00030: Starting mobile
22:48:59.539398 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.550360 run                             mass: MS start registered  {at=4683965.758675652, delay=0.004790694452822208, ms=00030}
22:48:59.950754 run                osmo-ms-mob/00031: Starting mobile
22:48:59.964014 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.975063 run                             mass: MS start registered  {at=4683966.183383951, delay=0.004811614751815796, ms=00031}
22:49:00.226587 run                osmo-ms-mob/00032: Starting mobile
22:49:00.239423 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.250333 run                             mass: MS start registered  {at=4683966.45865567, delay=0.004723613150417805, ms=00032}
22:49:00.346306 run                             mass: MS performed LU  {at=4683966.554525211, lu_delay=5.960660883225501, ms=00018}
22:49:00.410740 run                             mass: MS performed LU  {at=4683966.618964389, lu_delay=5.654487702995539, ms=00019}
22:49:00.498795 run                             mass: MS performed LU  {at=4683966.707012563, lu_delay=5.21664724778384, ms=00020}
22:49:00.542245 run                osmo-ms-mob/00033: Starting mobile
22:49:00.556815 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.567831 run                             mass: MS start registered  {at=4683966.776154257, delay=0.00488647073507309, ms=00033}
22:49:01.065357 run                osmo-ms-mob/00034: Starting mobile
22:49:01.082186 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.093505 run                             mass: MS start registered  {at=4683967.301824636, delay=0.0051080211997032166, ms=00034}
22:49:01.325854 run                osmo-ms-mob/00035: Starting mobile
22:49:01.339346 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.350475 run                             mass: MS start registered  {at=4683967.558796204, delay=0.005035421811044216, ms=00035}
22:49:01.768278 run                osmo-ms-mob/00036: Starting mobile
22:49:01.798045 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.809575 run                             mass: MS start registered  {at=4683968.017886782, delay=0.004554077982902527, ms=00036}
22:49:02.126045 run                osmo-ms-mob/00037: Starting mobile
22:49:02.139324 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.150237 run                             mass: MS start registered  {at=4683968.358559015, delay=0.004920102655887604, ms=00037}
22:49:02.163116 run                             mass: MS performed LU  {at=4683968.371439465, lu_delay=5.512570928782225, ms=00023}
22:49:02.247726 run                             mass: MS performed LU  {at=4683968.455896676, lu_delay=5.226695297285914, ms=00024}
22:49:02.262136 run                osmo-ms-mob/00038: Starting mobile
22:49:02.275314 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.281468 run                             mass: MS performed LU  {at=4683968.489796665, lu_delay=4.7273073280230165, ms=00025}
22:49:02.287474 run                             mass: MS start registered  {at=4683968.495809062, delay=0.006029762327671051, ms=00038}
22:49:02.419496 run                             mass: MS performed LU  {at=4683968.627713982, lu_delay=6.269589354284108, ms=00022}
22:49:02.448692 run                osmo-ms-mob/00039: Starting mobile
22:49:02.461741 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.472727 run                             mass: MS start registered  {at=4683968.681048219, delay=0.004942827858030796, ms=00039}
22:49:03.134394 run                osmo-ms-mob/00040: Starting mobile
22:49:03.149223 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.160384 run                             mass: MS start registered  {at=4683969.368705995, delay=0.00506740715354681, ms=00040}
22:49:03.436696 run                osmo-ms-mob/00041: Starting mobile
22:49:03.450415 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.462336 run                             mass: MS start registered  {at=4683969.670654756, delay=0.005633091554045677, ms=00041}
22:49:03.726457 run                osmo-ms-mob/00042: Starting mobile
22:49:03.739999 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.751076 run                             mass: MS start registered  {at=4683969.959396104, delay=0.004946351982653141, ms=00042}
22:49:04.028937 run                             mass: MS performed LU  {at=4683970.237156228, lu_delay=5.653135824948549, ms=00027}
22:49:04.044210 run                osmo-ms-mob/00043: Starting mobile
22:49:04.057281 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.068694 run                             mass: MS start registered  {at=4683970.27701202, delay=0.005291398614645004, ms=00043}
22:49:04.083600 run                             mass: MS performed LU  {at=4683970.291915846, lu_delay=4.533240194432437, ms=00030}
22:49:04.177002 run                             mass: MS performed LU  {at=4683970.385217887, lu_delay=4.993500886484981, ms=00029}
22:49:04.191220 run                osmo-ms-mob/00044: Starting mobile
22:49:04.204405 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.215428 run                             mass: MS start registered  {at=4683970.423750418, delay=0.004940604791045189, ms=00044}
22:49:04.337668 run                             mass: MS performed LU  {at=4683970.545884272, lu_delay=6.355553994886577, ms=00026}
22:49:04.749861 run                osmo-ms-mob/00045: Starting mobile
22:49:04.763163 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.774567 run                             mass: MS start registered  {at=4683970.982872151, delay=0.00522242859005928, ms=00045}
22:49:05.039188 run                osmo-ms-mob/00046: Starting mobile
22:49:05.053456 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.064723 run                             mass: MS start registered  {at=4683971.273041268, delay=0.005056077614426613, ms=00046}
22:49:05.070899 run                             mass: MS performed LU  {at=4683971.279229044, lu_delay=6.5167221976444125, ms=00028}
22:49:05.338094 run                osmo-ms-mob/00047: Starting mobile
22:49:05.351934 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.362968 run                             mass: MS start registered  {at=4683971.571289787, delay=0.004905208013951778, ms=00047}
22:49:05.646607 run                osmo-ms-mob/00048: Starting mobile
22:49:05.662971 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.674312 run                             mass: MS start registered  {at=4683971.882630854, delay=0.004904799163341522, ms=00048}
22:49:05.926925 run                osmo-ms-mob/00049: Starting mobile
22:49:05.940377 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.946528 run                             mass: MS performed LU  {at=4683972.154854721, lu_delay=5.696199051104486, ms=00032}
22:49:05.952876 run                             mass: MS performed LU  {at=4683972.161209444, lu_delay=5.977825492620468, ms=00031}
22:49:05.958611 run                             mass: MS start registered  {at=4683972.166945725, delay=0.01210873480886221, ms=00049}
22:49:05.969721 run                osmo-ms-mob/00050: Starting mobile
22:49:05.982782 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.993669 run                             mass: MS start registered  {at=4683972.201990858, delay=0.004784264601767063, ms=00050}
22:49:06.040579 run                             mass: MS performed LU  {at=4683972.248815332, lu_delay=5.4726610742509365, ms=00033}
22:49:06.239306 run                             mass: MS performed LU  {at=4683972.447520993, lu_delay=4.888724789023399, ms=00035}
22:49:06.256926 run                             mass: MS performed LU  {at=4683972.465157217, lu_delay=5.163332581520081, ms=00034}
22:49:06.274196 run                osmo-ms-mob/00051: Starting mobile
22:49:06.287385 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.298587 run                             mass: MS start registered  {at=4683972.506908173, delay=0.005237217992544174, ms=00051}
22:49:06.938739 run                osmo-ms-mob/00052: Starting mobile
22:49:06.952959 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.964655 run                             mass: MS start registered  {at=4683973.172975086, delay=0.005530041642487049, ms=00052}
22:49:07.240071 run                osmo-ms-mob/00053: Starting mobile
22:49:07.253909 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.264717 run                             mass: MS start registered  {at=4683973.473038676, delay=0.004651336930692196, ms=00053}
22:49:07.538593 run                osmo-ms-mob/00054: Starting mobile
22:49:07.552825 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.563890 run                             mass: MS start registered  {at=4683973.772210749, delay=0.0047216759994626045, ms=00054}
22:49:07.776437 run                             mass: MS performed LU  {at=4683973.984663969, lu_delay=5.966777186840773, ms=00036}
22:49:07.803454 run                osmo-ms-mob/00055: Starting mobile
22:49:07.816750 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.822948 run                             mass: MS performed LU  {at=4683974.031275542, lu_delay=5.672716527245939, ms=00037}
22:49:07.828843 run                             mass: MS start registered  {at=4683974.037177829, delay=0.005920928902924061, ms=00055}
22:49:07.943054 run                             mass: MS performed LU  {at=4683974.151270754, lu_delay=5.6554616913199425, ms=00038}
22:49:07.957330 run                osmo-ms-mob/00056: Starting mobile
22:49:07.970594 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.981428 run                             mass: MS start registered  {at=4683974.189751336, delay=0.0046875011175870895, ms=00056}
22:49:08.086295 run                             mass: MS performed LU  {at=4683974.294512014, lu_delay=4.925806018523872, ms=00040}
22:49:08.366744 run                             mass: MS performed LU  {at=4683974.574961217, lu_delay=4.9043064611032605, ms=00041}
22:49:08.421641 run                osmo-ms-mob/00057: Starting mobile
22:49:08.437000 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.448307 run                             mass: MS start registered  {at=4683974.656627475, delay=0.005158631131052971, ms=00057}
22:49:08.838808 run                osmo-ms-mob/00058: Starting mobile
22:49:08.852718 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.863930 run                             mass: MS start registered  {at=4683975.072234905, delay=0.005144800059497356, ms=00058}
22:49:08.982019 run                             mass: MS performed LU  {at=4683975.190234132, lu_delay=3.6189443450421095, ms=00047}
22:49:09.140449 run                osmo-ms-mob/00059: Starting mobile
22:49:09.154645 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.165745 run                             mass: MS start registered  {at=4683975.374063507, delay=0.0047972192987799644, ms=00059}
22:49:09.426227 run                osmo-ms-mob/00060: Starting mobile
22:49:09.439563 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.452335 run                             mass: MS start registered  {at=4683975.660644593, delay=0.006563040427863598, ms=00060}
22:49:09.695884 run                             mass: MS performed LU  {at=4683975.904107669, lu_delay=5.627095649018884, ms=00043}
22:49:09.723031 run                             mass: MS performed LU  {at=4683975.931360163, lu_delay=4.948488011956215, ms=00045}
22:49:09.746792 run                osmo-ms-mob/00061: Starting mobile
22:49:09.760179 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.771509 run                             mass: MS start registered  {at=4683975.979824187, delay=0.005128275603055954, ms=00061}
22:49:09.806644 run                             mass: MS performed LU  {at=4683976.014917922, lu_delay=5.591167503967881, ms=00044}
22:49:10.004978 run                             mass: MS performed LU  {at=4683976.213194808, lu_delay=4.940153540112078, ms=00046}
22:49:10.019470 run                osmo-ms-mob/00062: Starting mobile
22:49:10.032869 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.038990 run                             mass: MS performed LU  {at=4683976.247318318, lu_delay=6.28792221378535, ms=00042}
22:49:10.045443 run                             mass: MS start registered  {at=4683976.253776635, delay=0.0064770132303237915, ms=00062}
22:49:10.472488 run                osmo-ms-mob/00063: Starting mobile
22:49:10.498541 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.509677 run                             mass: MS start registered  {at=4683976.717994983, delay=0.004987685009837151, ms=00063}
22:49:10.838686 run                osmo-ms-mob/00064: Starting mobile
22:49:10.853140 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.864433 run                             mass: MS start registered  {at=4683977.072742085, delay=0.005005392245948315, ms=00064}
22:49:11.264595 run                osmo-ms-mob/00065: Starting mobile
22:49:11.280551 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.291934 run                             mass: MS start registered  {at=4683977.500253827, delay=0.005170251242816448, ms=00065}
22:49:11.549104 run                osmo-ms-mob/00066: Starting mobile
22:49:11.565961 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.577251 run                             mass: MS start registered  {at=4683977.785563734, delay=0.004936528392136097, ms=00066}
22:49:11.643649 run                             mass: MS performed LU  {at=4683977.851879057, lu_delay=5.969248202629387, ms=00048}
22:49:11.708280 run                             mass: MS performed LU  {at=4683977.916500514, lu_delay=5.714509656652808, ms=00050}
22:49:11.777492 run                             mass: MS performed LU  {at=4683977.985714403, lu_delay=5.47880623023957, ms=00051}
22:49:11.806632 run                osmo-ms-mob/00067: Starting mobile
22:49:11.820043 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.826195 run                             mass: MS performed LU  {at=4683978.034523739, lu_delay=4.861548652872443, ms=00052}
22:49:11.832548 run                             mass: MS start registered  {at=4683978.040881323, delay=0.006375285796821117, ms=00067}
22:49:11.849696 run                             mass: MS performed LU  {at=4683978.05801745, lu_delay=4.584978774189949, ms=00053}
22:49:11.860914 run                osmo-ms-mob/00068: Starting mobile
22:49:11.874008 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.885437 run                             mass: MS start registered  {at=4683978.093757548, delay=0.004906937479972839, ms=00068}
22:49:12.639566 run                osmo-ms-mob/00069: Starting mobile
22:49:12.653413 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.664688 run                             mass: MS start registered  {at=4683978.873007684, delay=0.004896269179880619, ms=00069}
22:49:12.719023 run                             mass: MS performed LU  {at=4683978.927254668, lu_delay=4.890076839365065, ms=00055}
22:49:13.039338 run                osmo-ms-mob/00070: Starting mobile
22:49:13.053417 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.064880 run                             mass: MS start registered  {at=4683979.27319351, delay=0.004830705001950264, ms=00070}
22:49:13.450495 run                osmo-ms-mob/00071: Starting mobile
22:49:13.467403 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.473529 run                             mass: MS performed LU  {at=4683979.681855381, lu_delay=4.3077918738126755, ms=00059}
22:49:13.480009 run                             mass: MS start registered  {at=4683979.688340874, delay=0.006503613665699959, ms=00071}
22:49:13.485818 run                             mass: MS performed LU  {at=4683979.694149665, lu_delay=5.037522189319134, ms=00057}
22:49:13.572052 run                             mass: MS performed LU  {at=4683979.780281121, lu_delay=4.708046215586364, ms=00058}
22:49:13.596060 run                osmo-ms-mob/00072: Starting mobile
22:49:13.610015 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.620981 run                             mass: MS start registered  {at=4683979.829298713, delay=0.00487465038895607, ms=00072}
22:49:13.770732 run                             mass: MS performed LU  {at=4683979.9789501, lu_delay=6.206739351153374, ms=00054}
22:49:13.795188 run                             mass: MS performed LU  {at=4683980.003520066, lu_delay=5.813768729567528, ms=00056}
22:49:14.267846 run                osmo-ms-mob/00073: Starting mobile
22:49:14.284475 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.295312 run                             mass: MS start registered  {at=4683980.503632438, delay=0.004786520265042782, ms=00073}
22:49:14.642333 run                osmo-ms-mob/00074: Starting mobile
22:49:14.656477 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.667319 run                             mass: MS start registered  {at=4683980.875641322, delay=0.004627319984138012, ms=00074}
22:49:15.053513 run                osmo-ms-mob/00075: Starting mobile
22:49:15.068629 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.079530 run                             mass: MS start registered  {at=4683981.287850814, delay=0.004660945385694504, ms=00075}
22:49:15.409798 run                             mass: MS performed LU  {at=4683981.618018985, lu_delay=5.638194797560573, ms=00061}
22:49:15.473903 run                             mass: MS performed LU  {at=4683981.68211988, lu_delay=6.021475287154317, ms=00060}
22:49:15.517260 run                osmo-ms-mob/00076: Starting mobile
22:49:15.531479 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.542050 run                             mass: MS performed LU  {at=4683981.750359235, lu_delay=5.032364252023399, ms=00063}
22:49:15.548172 run                             mass: MS start registered  {at=4683981.756506049, delay=0.010654193349182606, ms=00076}
22:49:15.560713 run                             mass: MS performed LU  {at=4683981.769026431, lu_delay=5.5152497962117195, ms=00062}
22:49:15.617701 run                             mass: MS performed LU  {at=4683981.825923002, lu_delay=4.753180917352438, ms=00064}
22:49:15.642589 run                osmo-ms-mob/00077: Starting mobile
22:49:15.656128 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.667232 run                             mass: MS start registered  {at=4683981.875553327, delay=0.0050129881128668785, ms=00077}
22:49:16.438343 run                osmo-ms-mob/00078: Starting mobile
22:49:16.452421 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.463676 run                             mass: MS start registered  {at=4683982.671995854, delay=0.004927016794681549, ms=00078}
22:49:16.864073 run                osmo-ms-mob/00079: Starting mobile
22:49:16.880641 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.891822 run                             mass: MS start registered  {at=4683983.100143929, delay=0.0050558969378471375, ms=00079}
22:49:17.228033 run                             mass: MS performed LU  {at=4683983.43624808, lu_delay=5.342490531504154, ms=00068}
22:49:17.271488 run                osmo-ms-mob/00080: Starting mobile
22:49:17.285120 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.291277 run                             mass: MS performed LU  {at=4683983.499605679, lu_delay=5.458724356256425, ms=00067}
22:49:17.297319 run                             mass: MS start registered  {at=4683983.505653698, delay=0.00606598611921072, ms=00080}
22:49:17.338942 run                             mass: MS performed LU  {at=4683983.547160915, lu_delay=4.674153231084347, ms=00069}
22:49:17.518728 run                             mass: MS performed LU  {at=4683983.726946277, lu_delay=5.941382542252541, ms=00066}
22:49:17.542221 run                             mass: MS performed LU  {at=4683983.750552531, lu_delay=6.250298704020679, ms=00065}
22:49:17.553341 run                osmo-ms-mob/00081: Starting mobile
22:49:17.566707 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.573049 run                             mass: MS performed LU  {at=4683983.7813779, lu_delay=21.79652088135481, ms=00021}
22:49:17.578956 run                             mass: MS start registered  {at=4683983.787291065, delay=0.005929822102189064, ms=00081}
22:49:18.240290 run                osmo-ms-mob/00082: Starting mobile
22:49:18.254668 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.265899 run                             mass: MS start registered  {at=4683984.474216227, delay=0.005010392516851425, ms=00082}
22:49:18.825815 run                osmo-ms-mob/00083: Starting mobile
22:49:18.839105 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.850686 run                             mass: MS start registered  {at=4683985.058994481, delay=0.005541814491152763, ms=00083}
22:49:19.175119 run                             mass: MS performed LU  {at=4683985.383298777, lu_delay=5.554000063799322, ms=00072}
22:49:19.198974 run                             mass: MS performed LU  {at=4683985.407304166, lu_delay=5.718963291496038, ms=00071}
22:49:19.233767 run                osmo-ms-mob/00084: Starting mobile
22:49:19.247218 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.253431 run                             mass: MS performed LU  {at=4683985.461758229, lu_delay=6.188564718700945, ms=00070}
22:49:19.259449 run                             mass: MS start registered  {at=4683985.46778442, delay=0.006043864414095879, ms=00084}
22:49:19.309559 run                             mass: MS performed LU  {at=4683985.517777599, lu_delay=5.014145161025226, ms=00073}
22:49:19.562929 run                             mass: MS performed LU  {at=4683985.77114841, lu_delay=4.895507087931037, ms=00074}
22:49:19.865514 run                osmo-ms-mob/00085: Starting mobile
22:49:19.881987 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.892846 run                             mass: MS start registered  {at=4683986.101166503, delay=0.004773221909999847, ms=00085}
22:49:20.438809 run                osmo-ms-mob/00086: Starting mobile
22:49:20.452857 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.463740 run                             mass: MS start registered  {at=4683986.672060421, delay=0.004689346998929977, ms=00086}
22:49:20.993162 run                             mass: MS performed LU  {at=4683987.201378591, lu_delay=5.913527777418494, ms=00075}
22:49:21.071198 run                osmo-ms-mob/00087: Starting mobile
22:49:21.088019 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.094129 run                             mass: MS performed LU  {at=4683987.302457464, lu_delay=5.426904137246311, ms=00077}
22:49:21.099959 run                             mass: MS start registered  {at=4683987.308294875, delay=0.005855469033122063, ms=00087}
22:49:21.106015 run                             mass: MS performed LU  {at=4683987.314345967, lu_delay=5.557839917950332, ms=00076}
22:49:21.266397 run                             mass: MS performed LU  {at=4683987.474596253, lu_delay=4.802600398659706, ms=00078}
22:49:21.657621 run                osmo-ms-mob/00088: Starting mobile
22:49:21.675472 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.686542 run                             mass: MS start registered  {at=4683987.894862767, delay=0.004937381483614445, ms=00088}
22:49:22.239701 run                osmo-ms-mob/00089: Starting mobile
22:49:22.253708 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.264518 run                             mass: MS start registered  {at=4683988.472836113, delay=0.004651480354368687, ms=00089}
22:49:22.826566 run                osmo-ms-mob/00090: Starting mobile
22:49:22.840177 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.851575 run                             mass: MS start registered  {at=4683989.059890436, delay=0.005217183381319046, ms=00090}
22:49:22.941723 run                             mass: MS performed LU  {at=4683989.149886038, lu_delay=5.644232340157032, ms=00080}
22:49:22.958686 run                             mass: MS performed LU  {at=4683989.166928653, lu_delay=5.379637587815523, ms=00081}
22:49:23.005571 run                             mass: MS performed LU  {at=4683989.213789998, lu_delay=6.113646068610251, ms=00079}
22:49:23.074404 run                             mass: MS performed LU  {at=4683989.282622651, lu_delay=4.808406423777342, ms=00082}
22:49:23.558921 run                osmo-ms-mob/00091: Starting mobile
22:49:23.577153 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.588082 run                             mass: MS start registered  {at=4683989.79640322, delay=0.004673757590353489, ms=00091}
22:49:24.237820 run                osmo-ms-mob/00092: Starting mobile
22:49:24.251814 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.262953 run                             mass: MS start registered  {at=4683990.47126367, delay=0.004943307489156723, ms=00092}
22:49:24.741409 run                             mass: MS performed LU  {at=4683990.949626854, lu_delay=5.4818424340337515, ms=00084}
22:49:24.758544 run                             mass: MS performed LU  {at=4683990.966820725, lu_delay=4.865654222667217, ms=00085}
22:49:24.870255 run                             mass: MS performed LU  {at=4683991.078473767, lu_delay=6.019479285925627, ms=00083}
22:49:24.925984 run                osmo-ms-mob/00093: Starting mobile
22:49:24.941101 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.952012 run                             mass: MS start registered  {at=4683991.160333555, delay=0.004798928275704384, ms=00093}
22:49:25.015278 run                             mass: MS performed LU  {at=4683991.223501125, lu_delay=22.542452906258404, ms=00039}
22:49:25.939994 run                osmo-ms-mob/00094: Starting mobile
22:49:25.954062 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.965510 run                             mass: MS start registered  {at=4683992.173830666, delay=0.005318081006407738, ms=00094}
22:49:26.707167 run                             mass: MS performed LU  {at=4683992.915390829, lu_delay=5.6070959540084, ms=00087}
22:49:26.724844 run                             mass: MS performed LU  {at=4683992.933085143, lu_delay=5.038222375325859, ms=00088}
22:49:26.767066 run                osmo-ms-mob/00095: Starting mobile
22:49:26.782717 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.788988 run                             mass: MS performed LU  {at=4683992.997315086, lu_delay=6.32525466568768, ms=00086}
22:49:26.795000 run                             mass: MS start registered  {at=4683993.003335324, delay=0.006050914525985718, ms=00095}
22:49:27.076339 run                             mass: MS performed LU  {at=4683993.284557393, lu_delay=4.811721280217171, ms=00089}
22:49:27.839405 run                osmo-ms-mob/00096: Starting mobile
22:49:27.853278 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.864858 run                             mass: MS start registered  {at=4683994.073178477, delay=0.00517965666949749, ms=00096}
22:49:28.506331 run                             mass: MS performed LU  {at=4683994.714550395, lu_delay=4.91814717464149, ms=00091}
22:49:28.636568 run                             mass: MS performed LU  {at=4683994.844787141, lu_delay=5.784896705299616, ms=00090}
22:49:28.760590 run                             mass: MS performed LU  {at=4683994.968808645, lu_delay=22.80186292063445, ms=00049}
22:49:28.925369 run                osmo-ms-mob/00097: Starting mobile
22:49:28.938328 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.949298 run                             mass: MS start registered  {at=4683995.157618695, delay=0.004869145341217518, ms=00097}
22:49:30.240116 run                osmo-ms-mob/00098: Starting mobile
22:49:30.254147 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.265476 run                             mass: MS start registered  {at=4683996.473798367, delay=0.004988802596926689, ms=00098}
22:49:30.472863 run                             mass: MS performed LU  {at=4683996.680882941, lu_delay=6.209619270637631, ms=00092}
22:49:30.496369 run                             mass: MS performed LU  {at=4683996.704698126, lu_delay=5.5443645706400275, ms=00093}
22:49:31.007834 run                             mass: MS performed LU  {at=4683997.216050833, lu_delay=5.042220167815685, ms=00094}
22:49:32.058402 run                osmo-ms-mob/00099: Starting mobile
22:49:32.075676 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.081778 run                             mass: All started... {duration=55.76615471672267, too_slow=0}
22:49:32.087582 run                             mass: MS start registered  {at=4683998.295907921, delay=0.005795979872345924, ms=00099}
22:49:32.253780 run                             mass: MS performed LU  {at=4683998.461995164, lu_delay=4.3888166872784495, ms=00096}
22:49:32.402214 run                             mass: MS performed LU  {at=4683998.610431411, lu_delay=5.607096087187529, ms=00095}
22:49:34.237693 run                             mass: MS performed LU  {at=4684000.445958947, lu_delay=5.288340251892805, ms=00097}
22:49:36.140451 run                             mass: MS performed LU  {at=4684002.348668148, lu_delay=5.874869780614972, ms=00098}
22:49:38.005890 run                             mass: MS performed LU  {at=4684004.214108618, lu_delay=5.918200696818531, ms=00099}
22:49:38.028932 run                             mass: Tests done {all_completed=True, max=22.80186292063445, min=3.6189443450421095}
22:49:38.034653 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.040042 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.043437 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.046715 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.050000 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.053360 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.056651 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.059999 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.063333 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.066606 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.069887 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.073168 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.076448 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.079706 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.083046 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.086386 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.089869 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.093375 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.096898 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.100394 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.103877 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.107298 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.110711 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.114187 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.117704 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.121169 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.124741 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.128341 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.131842 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.135850 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.139319 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.142848 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.146591 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.150180 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.153779 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.157277 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.160873 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.164687 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.168483 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.171978 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.175486 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.179131 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.182710 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.186247 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.189725 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.193508 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.196994 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.200588 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.204203 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.207787 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.211522 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.215130 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.218854 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.222883 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.226646 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.230192 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.233802 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.237316 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.241055 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.245304 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.249767 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.253938 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.257514 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.261069 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.264695 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.268316 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.271897 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.275406 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.278994 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.282502 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.285997 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.289381 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.292885 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.296363 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.299859 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.303303 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.306661 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.310157 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.313663 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.317157 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.320653 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.324160 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.328097 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.331713 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.335148 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.338506 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.341998 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.345402 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.348872 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.352281 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.355773 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.359496 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.363321 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.366976 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.370428 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.373950 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.377432 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.381350 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.385124 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.388873 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.392320 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.395815 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.399671 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.403122 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.406542 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.409975 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.413467 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.416827 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.420313 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.423810 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.427237 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.430741 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.434472 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.438408 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.441966 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.445435 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.448815 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.452191 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.455506 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.458779 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.462039 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.465290 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.468578 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.471880 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.475196 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.478520 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.481845 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.485173 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.488507 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.491841 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.495164 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.498501 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.501818 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.505152 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.508477 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.511786 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.515111 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.518431 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.521746 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.525071 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.528395 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.531709 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.535033 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.538348 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.541671 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.544984 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.548304 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.551629 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.554947 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.558267 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.561592 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.564902 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.568218 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.571540 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.574873 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.578207 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.581528 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.584828 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.588149 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.591482 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.594798 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.598123 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.601455 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.604776 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.608094 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.611406 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.614723 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.618048 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.621370 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.624685 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.628008 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.631314 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.634643 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.637970 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.641283 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.644603 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.647927 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.651232 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.654567 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.657901 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.661235 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.664566 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.667896 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.671200 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.674524 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.677845 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.681161 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.684484 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.687809 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.691134 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.694461 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.697786 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.701103 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.704427 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.707766 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.711083 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.714403 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.717730 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.721046 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.724372 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.727685 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.731010 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.734341 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.737670 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.740998 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.744319 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.747638 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.750968 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.754292 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.757602 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.760927 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.764247 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.767567 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.770887 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.774232 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.775744 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.779420 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.780912 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.784571 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.786065 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.789724 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.791201 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.794851 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.796346 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.800045 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.801539 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.805203 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.806683 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.810374 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.811879 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.815579 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.817072 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.820722 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.822216 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.825925 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.827429 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.831117 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.832615 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.836326 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.837837 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.841531 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.843040 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.846740 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.848237 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.851915 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.853410 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.857084 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.858580 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.862260 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.863758 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.867443 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.868956 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.872654 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.874145 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.877813 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.879304 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.882968 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.884467 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.888125 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.889612 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.893305 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.894800 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.898454 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.899958 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.903599 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.905077 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.908738 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.910218 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.913903 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.915397 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.919066 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.920551 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.924204 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.925687 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.929350 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.930828 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.934493 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.936007 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.939675 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.941155 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.944853 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.946346 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.950028 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.951512 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.955170 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.956658 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.960320 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.961800 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.965471 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.966947 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.970601 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.972096 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.975773 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.977259 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.980917 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.982408 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.986063 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.987547 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.991209 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.992713 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.996385 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.997868 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.001534 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.003020 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.006700 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.008190 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.011858 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.013344 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.017026 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.018512 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.022200 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.023692 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.027347 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.028834 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.032505 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.033994 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.037675 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.039168 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.042844 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.044330 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.048021 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.049499 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.053154 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.054638 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.058301 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.059790 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.063452 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.064935 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.068630 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.070108 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.073758 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.075236 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.078993 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.080483 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.084167 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.085656 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.089314 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.090789 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.094476 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.095964 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.099613 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.101092 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.104738 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.106218 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.109905 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.111389 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.115055 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.116538 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.120195 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.121686 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.125362 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.126847 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.130515 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.132001 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.135663 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.137151 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.140823 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.142307 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.145963 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.147442 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.151132 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.152615 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.156277 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.157764 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.161468 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.162957 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.166625 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.168110 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.171784 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.173270 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.176944 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.178429 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.182124 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.183602 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.187273 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.188762 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.192425 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.193901 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.197563 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.199046 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.202694 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.204184 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.207850 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.209329 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.212989 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.214466 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.218131 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.219606 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.223258 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.224738 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.228426 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.229909 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.233563 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.235042 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.238708 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.240202 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.243858 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.245344 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.248998 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.250481 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.254159 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.255645 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.259306 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.260781 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.264450 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.265933 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.269615 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.271088 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.274744 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.276236 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.279904 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.281388 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.285043 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.286522 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.290177 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.291681 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.295328 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.296822 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.300488 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.301968 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.305638 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.307115 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.310788 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.312298 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.315947 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.317432 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.321095 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.322581 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.326248 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.327728 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.331375 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.332870 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.336508 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.337971 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.341625 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.343110 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.346781 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.348260 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.351903 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.353382 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.357073 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.358557 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.362242 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.363733 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.367405 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.368901 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.372589 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.374058 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.377708 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.379197 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.382899 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.384382 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.388044 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.389526 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.393184 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.394655 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.398315 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.399796 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.403458 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.404938 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.408608 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.410083 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.413756 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.415240 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.418929 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.420423 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.424101 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.425588 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.429287 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.430776 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.434463 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.435944 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.439627 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.441132 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.444805 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.446318 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.450013 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.451481 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.455183 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.456680 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.460369 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.461845 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.465550 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.467021 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.470715 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.472203 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.475908 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.477398 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.481097 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.482577 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.486261 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.487761 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.491443 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.492927 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.496610 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.498098 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.501808 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.503283 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.506966 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.508467 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.512164 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.513656 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.517382 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.518862 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.522552 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.524038 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.527722 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.529206 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.532897 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.534379 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.538056 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.539536 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.543231 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.544709 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.548390 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.549866 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.553543 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.555022 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.558682 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.560160 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.563846 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.565321 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.569017 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.570483 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.574144 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.575617 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.579293 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.580778 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.584477 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.585951 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.589616 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.591092 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.594764 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.596247 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.599901 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.601373 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.605065 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.606544 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.610197 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.611683 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.615349 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.616822 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.620479 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.621955 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.625604 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.627092 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.630794 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.632288 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.635952 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.637434 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.641128 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.642600 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.646257 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.647740 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.651404 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.652878 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.656546 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.658021 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.661702 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.663176 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.666870 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.668345 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.672019 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.673503 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.677172 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.678653 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.682324 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.683815 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.687479 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.688980 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.692668 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.694156 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.697827 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.699313 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.702994 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.704480 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.708162 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.709633 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.713332 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.714810 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.718493 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.719971 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.723637 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.725130 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.728798 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.730283 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.733964 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.735441 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.739111 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.740586 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.744258 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.745741 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.749407 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.750879 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.754582 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.756073 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.759757 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.761241 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.764927 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.766422 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.770090 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.771574 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.775254 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.776740 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.780431 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.781919 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.785627 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.787101 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.790778 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.792287 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.795994 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.797492 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.801193 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.802681 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.806389 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.807891 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.811580 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.813078 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.816772 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.818263 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.821964 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.823445 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.827127 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.828627 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.832342 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.833821 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.837509 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.838988 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.842676 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.844168 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.847859 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.849352 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.853037 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.854523 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.858208 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.859689 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.863386 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.864903 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.269272 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.275429 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8277 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.391083 tst                       trial-8277: Storing JUnit report in /build/trial-8277/run.2026-03-21_22-48-16/trial-8277.xml

--------------------------------------------------------------------------------------------
trial-8277 PASS
--------------------------------------------------------------------------------------------
22:49:43.408924 tst                       trial-8277: trial-8277: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8277/inst
+ cd trial-8277
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-21 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8277-run.tgz run.2026-03-21_22-48-16
+ tar czf /build/trial-8277-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-21_13_30_26.tgz osmo-bts-oc2g.build-2026-03-21_00_51_24.tgz osmo-bts-sysmo.build-2026-03-21_00_51_25.tgz osmo-bts.build-2026-03-21_00_51_33.tgz osmo-ggsn.build-2026-03-21_20_42_29.tgz osmo-hlr.build-2026-03-21_16_36_50.tgz osmo-hnbgw.build-2026-03-21_13_31_43.tgz osmo-mgw.build-2026-03-21_08_33_11.tgz osmo-msc.build-2026-03-21_13_36_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-21_07_35_27.tgz osmo-pcu-sysmo.build-2026-03-21_07_35_25.tgz osmo-pcu.build-2026-03-21_07_35_29.tgz osmo-sgsn.build-2026-03-21_20_48_45.tgz osmo-stp.build-2026-03-21_13_26_11.tgz osmo-trx.build-2026-03-21_14_21_40.tgz osmocom-bb.build-2026-03-21_21_17_11.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