Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring 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/jenkins3314232368708034490.sh
+ rm -rf trial-8163-bin.tgz trial-8163-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24945
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11001
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10403
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12839
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13162
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12716
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41068
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7542
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43185
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8347
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 13139
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7453
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11526
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7582
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9024
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6302
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 7453
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7705056378420309170.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-8163
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ 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 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8d4c225d18278ecd5b33158b850226db394533f78c599878392aa89df529b256 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=8164 -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=2025-11-28 22:48:29
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8164
+ mkdir -p trial-8164
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-28_13_26_55.tgz osmo-bts-oc2g.build-2025-11-28_00_51_54.tgz osmo-bts-sysmo.build-2025-11-28_00_51_59.tgz osmo-bts.build-2025-11-28_00_52_05.tgz osmo-ggsn.build-2025-11-28_20_42_38.tgz osmo-hlr.build-2025-11-28_16_36_54.tgz osmo-hnbgw.build-2025-11-28_13_31_11.tgz osmo-mgw.build-2025-11-28_08_33_17.tgz osmo-msc.build-2025-11-28_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-28_07_36_21.tgz osmo-pcu-sysmo.build-2025-11-28_07_34_09.tgz osmo-pcu.build-2025-11-28_07_36_27.tgz osmo-sgsn.build-2025-11-28_20_48_22.tgz osmo-stp.build-2025-11-28_13_23_28.tgz osmo-trx.build-2025-11-28_14_25_49.tgz osmocom-bb.build-2025-11-28_21_17_28.tgz srslte.build-19.tgz trial-8164
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-28_13_26_55.md5 osmo-bts-oc2g.build-2025-11-28_00_51_54.md5 osmo-bts-sysmo.build-2025-11-28_00_51_59.md5 osmo-bts.build-2025-11-28_00_52_05.md5 osmo-ggsn.build-2025-11-28_20_42_38.md5 osmo-hlr.build-2025-11-28_16_36_54.md5 osmo-hnbgw.build-2025-11-28_13_31_11.md5 osmo-mgw.build-2025-11-28_08_33_17.md5 osmo-msc.build-2025-11-28_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-28_07_36_21.md5 osmo-pcu-sysmo.build-2025-11-28_07_34_09.md5 osmo-pcu.build-2025-11-28_07_36_27.md5 osmo-sgsn.build-2025-11-28_20_48_22.md5 osmo-stp.build-2025-11-28_13_23_28.md5 osmo-trx.build-2025-11-28_14_25_49.md5 osmocom-bb.build-2025-11-28_21_17_28.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-28_13_26_55.md5 osmo-bts-oc2g.build-2025-11-28_00_51_54.md5 osmo-bts-sysmo.build-2025-11-28_00_51_59.md5 osmo-bts.build-2025-11-28_00_52_05.md5 osmo-ggsn.build-2025-11-28_20_42_38.md5 osmo-hlr.build-2025-11-28_16_36_54.md5 osmo-hnbgw.build-2025-11-28_13_31_11.md5 osmo-mgw.build-2025-11-28_08_33_17.md5 osmo-msc.build-2025-11-28_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-28_07_36_21.md5 osmo-pcu-sysmo.build-2025-11-28_07_34_09.md5 osmo-pcu.build-2025-11-28_07_36_27.md5 osmo-sgsn.build-2025-11-28_20_48_22.md5 osmo-stp.build-2025-11-28_13_23_28.md5 osmo-trx.build-2025-11-28_14_25_49.md5 osmocom-bb.build-2025-11-28_21_17_28.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-8164 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8164'
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-8164
--------------------------------------------------------------------------------------------
22:48:29.289630 tst                       trial-8164: Detailed log at /build/trial-8164/run.2025-11-28_22-48-29/log

---------------------------------------------------------------------
trial-8164 netreg_mass
---------------------------------------------------------------------
22:48:29.491230 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:29.491610 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:29.492371 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:29.493522 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:29.534353 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:29.535173 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:29.536306 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:29.598159 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-8164 netreg_mass register_default_mass.py
----------------------------------------------
22:48:29.598919 tst       register_default_mass.py:9: Claiming resources for the test
22:48:29.614281 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.614821 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.615299 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.615747 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.616191 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.616664 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:29.617115 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:29.647248 tst         register_default_mass.py: using LAC 2
22:48:29.669227 tst         register_default_mass.py: using RAC 2
22:48:29.695769 tst         register_default_mass.py: using CellId 2
22:48:29.725183 tst         register_default_mass.py: using BVCI 3
22:48:29.738917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.739605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.740188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.740735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.741273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.741791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.742296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.742830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.743350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.743851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.744375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.744892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.745416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.745945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.746463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.746978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.747512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.748025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.748534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.749073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.749589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.750105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.750642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.751153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.751648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.752160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.752680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.753170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.753677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.754181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.754669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.755179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.755684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.756188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.756713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.757224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.757719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.758244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.758752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.759247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.759750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.760253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.760768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.761288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.761784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.762274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.762779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.763281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.763772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.764258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.764771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.765263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.765749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.766237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.766737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.767228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.767712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.768210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.768705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.769186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.769668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.770175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.770674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.771180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.771670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.772163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.772661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.773172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.773671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.774172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.774671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.775159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.775729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.776228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.776728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.777214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.777697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.778182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.778666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.779155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.779638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.780123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.780622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.781115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.781590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.782083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.782569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.783048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.783550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.784037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.784523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.785038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.785544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.786038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.786537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.787029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.787518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.788024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.788511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.788998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.789477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:29.790034 tst      register_default_mass.py:21: Launching a simple network
22:48:29.799686 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:29.917076 run            create_hlr_db(pid=21): Launched
22:48:30.930677 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:30.946971 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:30.962002 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:48:30.967744 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:31.162839 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:31.179241 run      osmo-stp_127.0.42.5(pid=26): Launched
22:48:31.184980 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:31.596951 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:31.611767 run      osmo-msc_127.0.42.6(pid=28): Launched
22:48:34.627039 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:34.739140 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:34.754229 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:48:34.759915 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:34.783435 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:34.798393 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:48:34.804052 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:35.110755 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:35.125856 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:48:41.152463 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:41.323746 run         osmo-bts-virtual(pid=35): Launched
22:48:42.359373 tst         register_default_mass.py: using MSISDN 1001
22:48:42.373885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:42.413641 tst         register_default_mass.py: using MSISDN 1002
22:48:42.431387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:42.462334 tst         register_default_mass.py: using MSISDN 1003
22:48:42.477221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:42.508211 tst         register_default_mass.py: using MSISDN 1004
22:48:42.523012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:42.553890 tst         register_default_mass.py: using MSISDN 1005
22:48:42.568553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:42.599518 tst         register_default_mass.py: using MSISDN 1006
22:48:42.614154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:42.644738 tst         register_default_mass.py: using MSISDN 1007
22:48:42.659144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:42.689952 tst         register_default_mass.py: using MSISDN 1008
22:48:42.704523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:42.734879 tst         register_default_mass.py: using MSISDN 1009
22:48:42.749123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:42.779564 tst         register_default_mass.py: using MSISDN 1010
22:48:42.793882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:42.824368 tst         register_default_mass.py: using MSISDN 1011
22:48:42.838817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:42.869485 tst         register_default_mass.py: using MSISDN 1012
22:48:42.884020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:42.914601 tst         register_default_mass.py: using MSISDN 1013
22:48:42.928994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:42.959582 tst         register_default_mass.py: using MSISDN 1014
22:48:42.974002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:43.004914 tst         register_default_mass.py: using MSISDN 1015
22:48:43.019637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:43.050220 tst         register_default_mass.py: using MSISDN 1016
22:48:43.064687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:43.095218 tst         register_default_mass.py: using MSISDN 1017
22:48:43.109532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:43.140232 tst         register_default_mass.py: using MSISDN 1018
22:48:43.154754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:43.185399 tst         register_default_mass.py: using MSISDN 1019
22:48:43.199979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:43.230529 tst         register_default_mass.py: using MSISDN 1020
22:48:43.245029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:43.275473 tst         register_default_mass.py: using MSISDN 1021
22:48:43.289883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:43.320220 tst         register_default_mass.py: using MSISDN 1022
22:48:43.334586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:43.365316 tst         register_default_mass.py: using MSISDN 1023
22:48:43.379792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:43.410469 tst         register_default_mass.py: using MSISDN 1024
22:48:43.425015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:43.455192 tst         register_default_mass.py: using MSISDN 1025
22:48:43.469502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:43.500107 tst         register_default_mass.py: using MSISDN 1026
22:48:43.513766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:43.544270 tst         register_default_mass.py: using MSISDN 1027
22:48:43.558656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:43.588571 tst         register_default_mass.py: using MSISDN 1028
22:48:43.602766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:43.632591 tst         register_default_mass.py: using MSISDN 1029
22:48:43.646682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:43.677134 tst         register_default_mass.py: using MSISDN 1030
22:48:43.691393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:43.721787 tst         register_default_mass.py: using MSISDN 1031
22:48:43.736227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:43.766623 tst         register_default_mass.py: using MSISDN 1032
22:48:43.780908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:43.811585 tst         register_default_mass.py: using MSISDN 1033
22:48:43.823941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:43.854078 tst         register_default_mass.py: using MSISDN 1034
22:48:43.868202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.898904 tst         register_default_mass.py: using MSISDN 1035
22:48:43.913410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.943819 tst         register_default_mass.py: using MSISDN 1036
22:48:43.958404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:43.988837 tst         register_default_mass.py: using MSISDN 1037
22:48:44.003109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:44.033690 tst         register_default_mass.py: using MSISDN 1038
22:48:44.048211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:44.078415 tst         register_default_mass.py: using MSISDN 1039
22:48:44.092825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:44.123500 tst         register_default_mass.py: using MSISDN 1040
22:48:44.137908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:44.168199 tst         register_default_mass.py: using MSISDN 1041
22:48:44.182681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:44.213520 tst         register_default_mass.py: using MSISDN 1042
22:48:44.228194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:44.258937 tst         register_default_mass.py: using MSISDN 1043
22:48:44.273336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:44.303405 tst         register_default_mass.py: using MSISDN 1044
22:48:44.317559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:44.348357 tst         register_default_mass.py: using MSISDN 1045
22:48:44.362987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.393822 tst         register_default_mass.py: using MSISDN 1046
22:48:44.408541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.439159 tst         register_default_mass.py: using MSISDN 1047
22:48:44.453655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.484294 tst         register_default_mass.py: using MSISDN 1048
22:48:44.498776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.529478 tst         register_default_mass.py: using MSISDN 1049
22:48:44.543860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.574440 tst         register_default_mass.py: using MSISDN 1050
22:48:44.588905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.619488 tst         register_default_mass.py: using MSISDN 1051
22:48:44.634050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.664811 tst         register_default_mass.py: using MSISDN 1052
22:48:44.679205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.709390 tst         register_default_mass.py: using MSISDN 1053
22:48:44.723617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.754273 tst         register_default_mass.py: using MSISDN 1054
22:48:44.768699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:44.799232 tst         register_default_mass.py: using MSISDN 1055
22:48:44.813730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:44.844543 tst         register_default_mass.py: using MSISDN 1056
22:48:44.859130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:44.890014 tst         register_default_mass.py: using MSISDN 1057
22:48:44.904503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:44.934924 tst         register_default_mass.py: using MSISDN 1058
22:48:44.949295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:44.980124 tst         register_default_mass.py: using MSISDN 1059
22:48:44.994658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.025342 tst         register_default_mass.py: using MSISDN 1060
22:48:45.039514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.070260 tst         register_default_mass.py: using MSISDN 1061
22:48:45.084709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.115372 tst         register_default_mass.py: using MSISDN 1062
22:48:45.129680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.160575 tst         register_default_mass.py: using MSISDN 1063
22:48:45.175279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.206571 tst         register_default_mass.py: using MSISDN 1064
22:48:45.221113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.252059 tst         register_default_mass.py: using MSISDN 1065
22:48:45.266580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:45.297259 tst         register_default_mass.py: using MSISDN 1066
22:48:45.311768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:45.342446 tst         register_default_mass.py: using MSISDN 1067
22:48:45.356963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:45.387730 tst         register_default_mass.py: using MSISDN 1068
22:48:45.402223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:45.433031 tst         register_default_mass.py: using MSISDN 1069
22:48:45.447634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:45.478636 tst         register_default_mass.py: using MSISDN 1070
22:48:45.493133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:45.523851 tst         register_default_mass.py: using MSISDN 1071
22:48:45.538484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:45.569111 tst         register_default_mass.py: using MSISDN 1072
22:48:45.583534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.614355 tst         register_default_mass.py: using MSISDN 1073
22:48:45.629052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.659640 tst         register_default_mass.py: using MSISDN 1074
22:48:45.674043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.704893 tst         register_default_mass.py: using MSISDN 1075
22:48:45.719380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.749817 tst         register_default_mass.py: using MSISDN 1076
22:48:45.764218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.794864 tst         register_default_mass.py: using MSISDN 1077
22:48:45.809251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.839966 tst         register_default_mass.py: using MSISDN 1078
22:48:45.854547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.885373 tst         register_default_mass.py: using MSISDN 1079
22:48:45.899825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.930533 tst         register_default_mass.py: using MSISDN 1080
22:48:45.945047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.975863 tst         register_default_mass.py: using MSISDN 1081
22:48:45.990463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.021636 tst         register_default_mass.py: using MSISDN 1082
22:48:46.036098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.065600 tst         register_default_mass.py: using MSISDN 1083
22:48:46.079350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.109353 tst         register_default_mass.py: using MSISDN 1084
22:48:46.123475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.154038 tst         register_default_mass.py: using MSISDN 1085
22:48:46.168454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.199348 tst         register_default_mass.py: using MSISDN 1086
22:48:46.213874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.244973 tst         register_default_mass.py: using MSISDN 1087
22:48:46.259597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.299064 tst         register_default_mass.py: using MSISDN 1088
22:48:46.316840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.347347 tst         register_default_mass.py: using MSISDN 1089
22:48:46.362073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.392780 tst         register_default_mass.py: using MSISDN 1090
22:48:46.407208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.437686 tst         register_default_mass.py: using MSISDN 1091
22:48:46.452147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.482831 tst         register_default_mass.py: using MSISDN 1092
22:48:46.497269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.527762 tst         register_default_mass.py: using MSISDN 1093
22:48:46.542197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.572820 tst         register_default_mass.py: using MSISDN 1094
22:48:46.587381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.617949 tst         register_default_mass.py: using MSISDN 1095
22:48:46.632342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.662858 tst         register_default_mass.py: using MSISDN 1096
22:48:46.677309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:46.707718 tst         register_default_mass.py: using MSISDN 1097
22:48:46.722044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:46.752520 tst         register_default_mass.py: using MSISDN 1098
22:48:46.766992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:46.797180 tst         register_default_mass.py: using MSISDN 1099
22:48:46.811422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:46.842060 tst         register_default_mass.py: using MSISDN 1100
22:48:46.856388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.948098 run                             mass: Starting testcase
22:48:46.953651 run                             mass: Pre-launching all virtphy's
22:48:46.959102 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.972353 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:48:46.978413 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.991593 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:48:46.997820 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.011151 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:48:47.017239 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.030194 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:48:47.036282 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.049302 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:48:47.055256 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.068150 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:48:47.074187 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.087067 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:48:47.093168 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.106193 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:48:47.112181 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.125031 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:48:47.130944 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.143702 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:48:47.149648 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.162410 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:48:47.168347 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.181130 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:48:47.187045 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.199914 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:48:47.206054 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.219052 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:48:47.225017 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.237881 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:48:47.243880 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.256773 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:48:47.262864 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.275914 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:48:47.282014 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.294998 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:48:47.300999 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.313885 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:48:47.319901 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.332793 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:48:47.338791 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.351564 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:48:47.357590 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.370394 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:48:47.376295 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.389089 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:48:47.394977 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.407840 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:48:47.413911 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.426722 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:48:47.432654 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.445575 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:48:47.451558 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.464401 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:48:47.470327 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.483370 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:48:47.489296 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.502183 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:48:47.508097 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.520964 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:48:47.526964 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.539816 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:48:47.545845 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.558748 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:48:47.564869 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.577932 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:48:47.583949 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.596907 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:48:47.602900 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.615709 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:48:47.621712 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.634569 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:48:47.640578 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.653434 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:48:47.659423 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.672256 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:48:47.678216 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.690981 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:48:47.696938 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.709726 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:48:47.715787 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.728647 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:48:47.734727 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.747562 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:48:47.753491 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.766409 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:48:47.772378 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.785400 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:48:47.791299 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.804136 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:48:47.810099 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.822953 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:48:47.828875 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.841753 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:48:47.847667 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.860465 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:48:47.866455 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.879289 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:48:47.885185 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.897966 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:48:47.903912 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.916722 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:48:47.922616 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.935419 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:48:47.941343 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.954287 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:48:47.960177 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.973125 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:48:47.979012 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.991767 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:48:47.997881 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.010745 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:48:48.016817 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.029644 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:48:48.035594 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.048576 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:48:48.054531 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.067397 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:48:48.073336 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.086182 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:48:48.092074 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.104940 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:48:48.110862 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.123702 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:48:48.129648 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.142505 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:48:48.148500 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.161373 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:48:48.167310 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.180130 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:48:48.186210 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.199139 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:48:48.205321 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.218169 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:48:48.224114 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.237089 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:48:48.243029 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.256027 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:48:48.262006 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.274837 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:48:48.280784 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.293603 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:48:48.299504 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.312301 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:48:48.318256 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.331038 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:48:48.336958 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.349736 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:48:48.355670 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.368484 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:48:48.374404 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.387230 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:48:48.393160 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.405940 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:48:48.411846 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.424883 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:48:48.430802 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.443783 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:48:48.449771 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.462590 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:48:48.468702 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.481667 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:48:48.487690 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.500502 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:48:48.506487 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.519323 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:48:48.525315 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.538135 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:48:48.544068 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.556875 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:48:48.562824 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.575625 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:48:48.581546 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.594316 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:48:48.600268 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.613138 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:48:48.619109 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.631892 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:48:48.637842 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.650619 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:48:48.656804 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.669643 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:48:48.675730 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.688554 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:48:48.694593 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.707598 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:48:48.713604 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.726616 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:48:48.732602 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.745462 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:48:48.751384 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.764138 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:48:48.770065 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.782849 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:48:48.788774 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.801586 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:48:48.807571 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.820462 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:48:48.826402 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.839248 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:48:48.845169 run                             mass: Checking if sockets are in the filesystem
22:48:48.877480 run                osmo-ms-mob/00000: Starting mobile
22:48:48.890717 run       osmo-ms-mob/00000(pid=136): Launched
22:48:48.902314 run                             mass: MS start registered  {at=27601034.605665576, delay=0.005467753857374191, ms=00000}
22:48:53.092193 run                osmo-ms-mob/00001: Starting mobile
22:48:53.108962 run       osmo-ms-mob/00001(pid=137): Launched
22:48:53.119525 run                             mass: MS start registered  {at=27601038.822875794, delay=0.004628445953130722, ms=00001}
22:48:54.159837 run                             mass: MS performed LU  {at=27601039.863072086, lu_delay=5.257406510412693, ms=00000}
22:48:54.882172 run                osmo-ms-mob/00002: Starting mobile
22:48:54.898078 run       osmo-ms-mob/00002(pid=138): Launched
22:48:54.909014 run                             mass: MS start registered  {at=27601040.61236095, delay=0.004885274916887283, ms=00002}
22:48:56.193261 run                osmo-ms-mob/00003: Starting mobile
22:48:56.210494 run       osmo-ms-mob/00003(pid=139): Launched
22:48:56.221207 run                             mass: MS start registered  {at=27601041.924558796, delay=0.004715483635663986, ms=00003}
22:48:57.283573 run                osmo-ms-mob/00004: Starting mobile
22:48:57.299751 run       osmo-ms-mob/00004(pid=140): Launched
22:48:57.310277 run                             mass: MS start registered  {at=27601043.013629183, delay=0.0045052506029605865, ms=00004}
22:48:57.926405 run                             mass: MS performed LU  {at=27601043.629645243, lu_delay=4.806769449263811, ms=00001}
22:48:58.292480 run                osmo-ms-mob/00005: Starting mobile
22:48:58.309723 run       osmo-ms-mob/00005(pid=141): Launched
22:48:58.320426 run                             mass: MS start registered  {at=27601044.02377802, delay=0.004667036235332489, ms=00005}
22:48:59.183002 run                osmo-ms-mob/00006: Starting mobile
22:48:59.199211 run       osmo-ms-mob/00006(pid=142): Launched
22:48:59.209864 run                             mass: MS start registered  {at=27601044.91321582, delay=0.004620909690856934, ms=00006}
22:48:59.827560 run                             mass: MS performed LU  {at=27601045.530799396, lu_delay=4.918438445776701, ms=00002}
22:49:00.092502 run                osmo-ms-mob/00007: Starting mobile
22:49:00.109422 run       osmo-ms-mob/00007(pid=143): Launched
22:49:00.120386 run                             mass: MS start registered  {at=27601045.823740214, delay=0.004883874207735062, ms=00007}
22:49:00.860950 run                osmo-ms-mob/00008: Starting mobile
22:49:00.873820 run       osmo-ms-mob/00008(pid=144): Launched
22:49:00.884829 run                             mass: MS start registered  {at=27601046.588174492, delay=0.0050277188420295715, ms=00008}
22:49:01.593450 run                osmo-ms-mob/00009: Starting mobile
22:49:01.612575 run       osmo-ms-mob/00009(pid=145): Launched
22:49:01.623971 run                             mass: MS start registered  {at=27601047.327324327, delay=0.00503278523683548, ms=00009}
22:49:01.691819 run                             mass: MS performed LU  {at=27601047.39506466, lu_delay=5.470505863428116, ms=00003}
22:49:02.300243 run                osmo-ms-mob/00010: Starting mobile
22:49:02.316491 run       osmo-ms-mob/00010(pid=146): Launched
22:49:02.327420 run                             mass: MS start registered  {at=27601048.03077306, delay=0.0047214217483997345, ms=00010}
22:49:02.861152 run                osmo-ms-mob/00011: Starting mobile
22:49:02.874534 run       osmo-ms-mob/00011(pid=147): Launched
22:49:02.885602 run                             mass: MS start registered  {at=27601048.588950083, delay=0.005125977098941803, ms=00011}
22:49:03.460816 run                osmo-ms-mob/00012: Starting mobile
22:49:03.473772 run       osmo-ms-mob/00012(pid=148): Launched
22:49:03.485104 run                             mass: MS start registered  {at=27601049.18845172, delay=0.005388788878917694, ms=00012}
22:49:03.593440 run                             mass: MS performed LU  {at=27601049.296683505, lu_delay=6.283054322004318, ms=00004}
22:49:03.620195 run                             mass: MS performed LU  {at=27601049.32346719, lu_delay=5.299689169973135, ms=00005}
22:49:04.097966 run                osmo-ms-mob/00013: Starting mobile
22:49:04.115419 run       osmo-ms-mob/00013(pid=149): Launched
22:49:04.126279 run                             mass: MS start registered  {at=27601049.8296333, delay=0.004741508513689041, ms=00013}
22:49:04.666177 run                osmo-ms-mob/00014: Starting mobile
22:49:04.679430 run       osmo-ms-mob/00014(pid=150): Launched
22:49:04.690440 run                             mass: MS start registered  {at=27601050.393793236, delay=0.004976548254489899, ms=00014}
22:49:05.270251 run                osmo-ms-mob/00015: Starting mobile
22:49:05.284369 run       osmo-ms-mob/00015(pid=151): Launched
22:49:05.295660 run                             mass: MS start registered  {at=27601050.99901227, delay=0.005044367164373398, ms=00015}
22:49:05.457425 run                             mass: MS performed LU  {at=27601051.16066901, lu_delay=6.247453190386295, ms=00006}
22:49:05.522136 run                             mass: MS performed LU  {at=27601051.225375786, lu_delay=5.401635572314262, ms=00007}
22:49:05.794394 run                osmo-ms-mob/00016: Starting mobile
22:49:05.811309 run       osmo-ms-mob/00016(pid=152): Launched
22:49:05.822139 run                             mass: MS start registered  {at=27601051.525491413, delay=0.004693660885095596, ms=00016}
22:49:05.828440 run                             mass: MS performed LU  {at=27601051.531802017, lu_delay=4.943627525120974, ms=00008}
22:49:06.283355 run                osmo-ms-mob/00017: Starting mobile
22:49:06.299799 run       osmo-ms-mob/00017(pid=153): Launched
22:49:06.311072 run                             mass: MS start registered  {at=27601052.01442177, delay=0.004991564899682999, ms=00017}
22:49:06.895143 run                osmo-ms-mob/00018: Starting mobile
22:49:06.918229 run       osmo-ms-mob/00018(pid=154): Launched
22:49:06.929139 run                             mass: MS start registered  {at=27601052.632492457, delay=0.004925385117530823, ms=00018}
22:49:07.283281 run                osmo-ms-mob/00019: Starting mobile
22:49:07.299258 run       osmo-ms-mob/00019(pid=155): Launched
22:49:07.310142 run                             mass: MS start registered  {at=27601053.013496816, delay=0.00496954470872879, ms=00019}
22:49:07.358696 run                             mass: MS performed LU  {at=27601053.061947767, lu_delay=5.031174708157778, ms=00010}
22:49:07.385775 run                             mass: MS performed LU  {at=27601053.089024764, lu_delay=5.761700436472893, ms=00009}
22:49:07.492948 run                             mass: MS performed LU  {at=27601053.19620123, lu_delay=4.607251148670912, ms=00011}
22:49:07.792915 run                osmo-ms-mob/00020: Starting mobile
22:49:07.809583 run       osmo-ms-mob/00020(pid=156): Launched
22:49:07.820424 run                             mass: MS start registered  {at=27601053.52377508, delay=0.004837930202484131, ms=00020}
22:49:08.262921 run                osmo-ms-mob/00021: Starting mobile
22:49:08.276056 run       osmo-ms-mob/00021(pid=157): Launched
22:49:08.287660 run                             mass: MS start registered  {at=27601053.991011944, delay=0.0053175948560237885, ms=00021}
22:49:08.661754 run                osmo-ms-mob/00022: Starting mobile
22:49:08.674958 run       osmo-ms-mob/00022(pid=158): Launched
22:49:08.686137 run                             mass: MS start registered  {at=27601054.389488872, delay=0.004868563264608383, ms=00022}
22:49:09.183152 run                osmo-ms-mob/00023: Starting mobile
22:49:09.199436 run       osmo-ms-mob/00023(pid=159): Launched
22:49:09.210360 run                             mass: MS start registered  {at=27601054.91371074, delay=0.004968684166669846, ms=00023}
22:49:09.221901 run                             mass: MS performed LU  {at=27601054.9252531, lu_delay=5.095619801431894, ms=00013}
22:49:09.288397 run                             mass: MS performed LU  {at=27601054.991649106, lu_delay=5.8031973876059055, ms=00012}
22:49:09.583534 run                osmo-ms-mob/00024: Starting mobile
22:49:09.600644 run       osmo-ms-mob/00024(pid=160): Launched
22:49:09.606677 run                             mass: MS performed LU  {at=27601055.310035747, lu_delay=4.9162425100803375, ms=00014}
22:49:09.612478 run                             mass: MS start registered  {at=27601055.315844264, delay=0.005828056484460831, ms=00024}
22:49:10.060592 run                osmo-ms-mob/00025: Starting mobile
22:49:10.074314 run       osmo-ms-mob/00025(pid=161): Launched
22:49:10.085632 run                             mass: MS start registered  {at=27601055.788984083, delay=0.004966400563716888, ms=00025}
22:49:10.461149 run                osmo-ms-mob/00026: Starting mobile
22:49:10.474535 run       osmo-ms-mob/00026(pid=162): Launched
22:49:10.485623 run                             mass: MS start registered  {at=27601056.188974265, delay=0.005155578255653381, ms=00026}
22:49:10.893139 run                osmo-ms-mob/00027: Starting mobile
22:49:10.909914 run       osmo-ms-mob/00027(pid=163): Launched
22:49:10.921305 run                             mass: MS start registered  {at=27601056.6246539, delay=0.005177944898605347, ms=00027}
22:49:11.022760 run                             mass: MS performed LU  {at=27601056.726008654, lu_delay=4.711586885154247, ms=00017}
22:49:11.124100 run                             mass: MS performed LU  {at=27601056.82735257, lu_delay=5.30186115577817, ms=00016}
22:49:11.151230 run                             mass: MS performed LU  {at=27601056.854500882, lu_delay=5.855488613247871, ms=00015}
22:49:11.188994 run                osmo-ms-mob/00028: Starting mobile
22:49:11.203651 run       osmo-ms-mob/00028(pid=164): Launched
22:49:11.214625 run                             mass: MS start registered  {at=27601056.917978577, delay=0.004821930080652237, ms=00028}
22:49:11.691410 run                osmo-ms-mob/00029: Starting mobile
22:49:11.707768 run       osmo-ms-mob/00029(pid=165): Launched
22:49:11.719438 run                             mass: MS start registered  {at=27601057.422785807, delay=0.005426641553640366, ms=00029}
22:49:12.072535 run                osmo-ms-mob/00030: Starting mobile
22:49:12.085995 run       osmo-ms-mob/00030(pid=166): Launched
22:49:12.097414 run                             mass: MS start registered  {at=27601057.800765418, delay=0.00514620915055275, ms=00030}
22:49:12.484944 run                osmo-ms-mob/00031: Starting mobile
22:49:12.501039 run       osmo-ms-mob/00031(pid=167): Launched
22:49:12.512230 run                             mass: MS start registered  {at=27601058.215583123, delay=0.005165182054042816, ms=00031}
22:49:12.794074 run                osmo-ms-mob/00032: Starting mobile
22:49:12.810987 run       osmo-ms-mob/00032(pid=168): Launched
22:49:12.822474 run                             mass: MS start registered  {at=27601058.525820266, delay=0.005342181771993637, ms=00032}
22:49:12.989325 run                             mass: MS performed LU  {at=27601058.692580342, lu_delay=5.679083526134491, ms=00019}
22:49:13.054052 run                             mass: MS performed LU  {at=27601058.757303964, lu_delay=5.233528885990381, ms=00020}
22:49:13.081706 run                osmo-ms-mob/00033: Starting mobile
22:49:13.094736 run       osmo-ms-mob/00033(pid=169): Launched
22:49:13.105715 run                             mass: MS start registered  {at=27601058.80907015, delay=0.005070213228464127, ms=00033}
22:49:13.121431 run                             mass: MS performed LU  {at=27601058.82478719, lu_delay=6.192294731736183, ms=00018}
22:49:13.159786 run                             mass: MS performed LU  {at=27601058.863055527, lu_delay=4.8720435835421085, ms=00021}
22:49:13.413859 run                             mass: MS performed LU  {at=27601059.117112458, lu_delay=4.727623585611582, ms=00022}
22:49:13.458889 run                osmo-ms-mob/00034: Starting mobile
22:49:13.472973 run       osmo-ms-mob/00034(pid=170): Launched
22:49:13.484138 run                             mass: MS start registered  {at=27601059.187492527, delay=0.005111023783683777, ms=00034}
22:49:13.861840 run                osmo-ms-mob/00035: Starting mobile
22:49:13.875055 run       osmo-ms-mob/00035(pid=171): Launched
22:49:13.886618 run                             mass: MS start registered  {at=27601059.589964584, delay=0.005436010658740997, ms=00035}
22:49:14.283298 run                osmo-ms-mob/00036: Starting mobile
22:49:14.299602 run       osmo-ms-mob/00036(pid=172): Launched
22:49:14.311474 run                             mass: MS start registered  {at=27601060.01481723, delay=0.005675066262483597, ms=00036}
22:49:14.684859 run                osmo-ms-mob/00037: Starting mobile
22:49:14.701379 run       osmo-ms-mob/00037(pid=173): Launched
22:49:14.712274 run                             mass: MS start registered  {at=27601060.415627565, delay=0.004826381802558899, ms=00037}
22:49:14.789018 run                             mass: MS performed LU  {at=27601060.492267735, lu_delay=5.176423471421003, ms=00024}
22:49:14.890086 run                             mass: MS performed LU  {at=27601060.59333774, lu_delay=4.804353658109903, ms=00025}
22:49:14.918809 run                osmo-ms-mob/00038: Starting mobile
22:49:14.931736 run       osmo-ms-mob/00038(pid=174): Launched
22:49:14.937800 run                             mass: MS performed LU  {at=27601060.641161762, lu_delay=5.7274510227143764, ms=00023}
22:49:14.943666 run                             mass: MS start registered  {at=27601060.647032775, delay=0.005889195948839188, ms=00038}
22:49:15.292357 run                osmo-ms-mob/00039: Starting mobile
22:49:15.308361 run       osmo-ms-mob/00039(pid=175): Launched
22:49:15.319713 run                             mass: MS start registered  {at=27601061.02306471, delay=0.005087267607450485, ms=00039}
22:49:15.683585 run                osmo-ms-mob/00040: Starting mobile
22:49:15.700306 run       osmo-ms-mob/00040(pid=176): Launched
22:49:15.712121 run                             mass: MS start registered  {at=27601061.415462278, delay=0.005838204175233841, ms=00040}
22:49:15.961723 run                osmo-ms-mob/00041: Starting mobile
22:49:15.974972 run       osmo-ms-mob/00041(pid=177): Launched
22:49:15.986556 run                             mass: MS start registered  {at=27601061.689899262, delay=0.005632031708955765, ms=00041}
22:49:16.284394 run                osmo-ms-mob/00042: Starting mobile
22:49:16.300009 run       osmo-ms-mob/00042(pid=178): Launched
22:49:16.311171 run                             mass: MS start registered  {at=27601062.014524072, delay=0.005119595676660538, ms=00042}
22:49:16.683813 run                osmo-ms-mob/00043: Starting mobile
22:49:16.700041 run       osmo-ms-mob/00043(pid=179): Launched
22:49:16.711598 run                             mass: MS start registered  {at=27601062.41493758, delay=0.005432482808828354, ms=00043}
22:49:16.755519 run                             mass: MS performed LU  {at=27601062.458771024, lu_delay=4.658005606383085, ms=00030}
22:49:16.820079 run                             mass: MS performed LU  {at=27601062.523332335, lu_delay=5.605353757739067, ms=00028}
22:49:16.847181 run                osmo-ms-mob/00044: Starting mobile
22:49:16.859962 run       osmo-ms-mob/00044(pid=180): Launched
22:49:16.871068 run                             mass: MS start registered  {at=27601062.574421246, delay=0.005112368613481522, ms=00044}
22:49:16.888022 run                             mass: MS performed LU  {at=27601062.591368265, lu_delay=5.168582458049059, ms=00029}
22:49:16.924853 run                             mass: MS performed LU  {at=27601062.62813031, lu_delay=6.003476411104202, ms=00027}
22:49:16.945248 run                osmo-ms-mob/00045: Starting mobile
22:49:16.958155 run       osmo-ms-mob/00045(pid=181): Launched
22:49:16.964329 run                             mass: MS performed LU  {at=27601062.66768839, lu_delay=6.478714123368263, ms=00026}
22:49:16.970132 run                             mass: MS start registered  {at=27601062.673498765, delay=0.005826488137245178, ms=00045}
22:49:17.561878 run                osmo-ms-mob/00046: Starting mobile
22:49:17.575150 run       osmo-ms-mob/00046(pid=182): Launched
22:49:17.586287 run                             mass: MS start registered  {at=27601063.289638612, delay=0.005211085081100464, ms=00046}
22:49:17.875207 run                osmo-ms-mob/00047: Starting mobile
22:49:17.889273 run       osmo-ms-mob/00047(pid=183): Launched
22:49:17.900455 run                             mass: MS start registered  {at=27601063.60380906, delay=0.005231183022260666, ms=00047}
22:49:18.175123 run                osmo-ms-mob/00048: Starting mobile
22:49:18.189267 run       osmo-ms-mob/00048(pid=184): Launched
22:49:18.200470 run                             mass: MS start registered  {at=27601063.90382511, delay=0.0051285140216350555, ms=00048}
22:49:18.484797 run                osmo-ms-mob/00049: Starting mobile
22:49:18.500882 run       osmo-ms-mob/00049(pid=185): Launched
22:49:18.511833 run                             mass: MS start registered  {at=27601064.21518666, delay=0.004865564405918121, ms=00049}
22:49:18.554336 run                             mass: MS performed LU  {at=27601064.257588916, lu_delay=5.448518764227629, ms=00033}
22:49:18.656192 run                             mass: MS performed LU  {at=27601064.359449774, lu_delay=4.76948519051075, ms=00035}
22:49:18.685292 run                osmo-ms-mob/00050: Starting mobile
22:49:18.698194 run       osmo-ms-mob/00050(pid=186): Launched
22:49:18.704264 run                             mass: MS performed LU  {at=27601064.40762585, lu_delay=5.881805583834648, ms=00032}
22:49:18.710117 run                             mass: MS start registered  {at=27601064.413484205, delay=0.005875281989574432, ms=00050}
22:49:18.846490 run                             mass: MS performed LU  {at=27601064.549742002, lu_delay=5.3622494749724865, ms=00034}
22:49:18.870324 run                             mass: MS performed LU  {at=27601064.5736862, lu_delay=6.3581030778586864, ms=00031}
22:49:18.881392 run                osmo-ms-mob/00051: Starting mobile
22:49:18.894688 run       osmo-ms-mob/00051(pid=187): Launched
22:49:18.905444 run                             mass: MS start registered  {at=27601064.608801167, delay=0.004865817725658417, ms=00051}
22:49:19.461070 run                osmo-ms-mob/00052: Starting mobile
22:49:19.474025 run       osmo-ms-mob/00052(pid=188): Launched
22:49:19.484963 run                             mass: MS start registered  {at=27601065.188300747, delay=0.004789344966411591, ms=00052}
22:49:19.775042 run                osmo-ms-mob/00053: Starting mobile
22:49:19.789177 run       osmo-ms-mob/00053(pid=189): Launched
22:49:19.800191 run                             mass: MS start registered  {at=27601065.503543068, delay=0.0050465986132621765, ms=00053}
22:49:20.074334 run                osmo-ms-mob/00054: Starting mobile
22:49:20.087961 run       osmo-ms-mob/00054(pid=190): Launched
22:49:20.099033 run                             mass: MS start registered  {at=27601065.80238476, delay=0.005042456090450287, ms=00054}
22:49:20.361148 run                osmo-ms-mob/00055: Starting mobile
22:49:20.374353 run       osmo-ms-mob/00055(pid=191): Launched
22:49:20.385473 run                             mass: MS start registered  {at=27601066.088825908, delay=0.005170170217752457, ms=00055}
22:49:20.520885 run                             mass: MS performed LU  {at=27601066.224138804, lu_delay=6.209321573376656, ms=00036}
22:49:20.584682 run                             mass: MS performed LU  {at=27601066.2879206, lu_delay=5.872293036431074, ms=00037}
22:49:20.611322 run                osmo-ms-mob/00056: Starting mobile
22:49:20.624483 run       osmo-ms-mob/00056(pid=192): Launched
22:49:20.635877 run                             mass: MS start registered  {at=27601066.339230012, delay=0.005338560789823532, ms=00056}
22:49:20.653538 run                             mass: MS performed LU  {at=27601066.356888928, lu_delay=5.709856152534485, ms=00038}
22:49:20.691482 run                             mass: MS performed LU  {at=27601066.394760437, lu_delay=4.979298159480095, ms=00040}
22:49:20.712176 run                osmo-ms-mob/00057: Starting mobile
22:49:20.725168 run       osmo-ms-mob/00057(pid=193): Launched
22:49:20.731387 run                             mass: MS performed LU  {at=27601066.43474659, lu_delay=5.4116818793118, ms=00039}
22:49:20.737347 run                             mass: MS start registered  {at=27601066.440712746, delay=0.0059837475419044495, ms=00057}
22:49:21.000577 run                             mass: MS performed LU  {at=27601066.703829344, lu_delay=5.013930082321167, ms=00041}
22:49:21.361586 run                osmo-ms-mob/00058: Starting mobile
22:49:21.374950 run       osmo-ms-mob/00058(pid=194): Launched
22:49:21.387335 run                             mass: MS start registered  {at=27601067.090659793, delay=0.0060179270803928375, ms=00058}
22:49:21.674472 run                osmo-ms-mob/00059: Starting mobile
22:49:21.688490 run       osmo-ms-mob/00059(pid=195): Launched
22:49:21.700235 run                             mass: MS start registered  {at=27601067.403579876, delay=0.0057210773229599, ms=00059}
22:49:21.984070 run                osmo-ms-mob/00060: Starting mobile
22:49:21.999917 run       osmo-ms-mob/00060(pid=196): Launched
22:49:22.011124 run                             mass: MS start registered  {at=27601067.714476503, delay=0.0052294060587882996, ms=00060}
22:49:22.320122 run                             mass: MS performed LU  {at=27601068.02337476, lu_delay=5.608437180519104, ms=00043}
22:49:22.364678 run                osmo-ms-mob/00061: Starting mobile
22:49:22.378730 run       osmo-ms-mob/00061(pid=197): Launched
22:49:22.389849 run                             mass: MS start registered  {at=27601068.093197376, delay=0.0050832778215408325, ms=00061}
22:49:22.420962 run                             mass: MS performed LU  {at=27601068.12423739, lu_delay=5.450738623738289, ms=00045}
22:49:22.449389 run                             mass: MS performed LU  {at=27601068.152667604, lu_delay=6.13814353197813, ms=00042}
22:49:22.467123 run                osmo-ms-mob/00062: Starting mobile
22:49:22.480032 run       osmo-ms-mob/00062(pid=198): Launched
22:49:22.491089 run                             mass: MS start registered  {at=27601068.19444134, delay=0.00507490336894989, ms=00062}
22:49:22.612654 run                             mass: MS performed LU  {at=27601068.315884903, lu_delay=5.741463657468557, ms=00044}
22:49:22.636351 run                             mass: MS performed LU  {at=27601068.33971334, lu_delay=5.050074726343155, ms=00046}
22:49:22.647480 run                osmo-ms-mob/00063: Starting mobile
22:49:22.660621 run       osmo-ms-mob/00063(pid=199): Launched
22:49:22.666825 run                             mass: MS performed LU  {at=27601068.370183118, lu_delay=4.766374059021473, ms=00047}
22:49:22.672742 run                             mass: MS start registered  {at=27601068.3761077, delay=0.005941949784755707, ms=00063}
22:49:23.375226 run                osmo-ms-mob/00064: Starting mobile
22:49:23.389037 run       osmo-ms-mob/00064(pid=200): Launched
22:49:23.401843 run                             mass: MS start registered  {at=27601069.105192985, delay=0.006589692085981369, ms=00064}
22:49:23.775181 run                osmo-ms-mob/00065: Starting mobile
22:49:23.789433 run       osmo-ms-mob/00065(pid=201): Launched
22:49:23.800703 run                             mass: MS start registered  {at=27601069.504055794, delay=0.005170922726392746, ms=00065}
22:49:24.073580 run                osmo-ms-mob/00066: Starting mobile
22:49:24.087387 run       osmo-ms-mob/00066(pid=202): Launched
22:49:24.098561 run                             mass: MS start registered  {at=27601069.801911276, delay=0.0051131173968315125, ms=00066}
22:49:24.287141 run                             mass: MS performed LU  {at=27601069.990393236, lu_delay=5.576909031718969, ms=00050}
22:49:24.351855 run                             mass: MS performed LU  {at=27601070.0551098, lu_delay=5.446308631449938, ms=00051}
22:49:24.402820 run                osmo-ms-mob/00067: Starting mobile
22:49:24.415783 run       osmo-ms-mob/00067(pid=203): Launched
22:49:24.422358 run                             mass: MS performed LU  {at=27601070.125717655, lu_delay=5.910530995577574, ms=00049}
22:49:24.428465 run                             mass: MS start registered  {at=27601070.13182879, delay=0.006130702793598175, ms=00067}
22:49:24.476303 run                             mass: MS performed LU  {at=27601070.179566853, lu_delay=4.99126610532403, ms=00052}
22:49:24.498699 run                osmo-ms-mob/00068: Starting mobile
22:49:24.511756 run       osmo-ms-mob/00068(pid=204): Launched
22:49:24.523432 run                             mass: MS start registered  {at=27601070.22677671, delay=0.005478963255882263, ms=00068}
22:49:24.766038 run                             mass: MS performed LU  {at=27601070.469289772, lu_delay=4.965746704488993, ms=00053}
22:49:25.173657 run                osmo-ms-mob/00069: Starting mobile
22:49:25.187781 run       osmo-ms-mob/00069(pid=205): Launched
22:49:25.199433 run                             mass: MS start registered  {at=27601070.902778756, delay=0.005559910088777542, ms=00069}
22:49:25.561430 run                osmo-ms-mob/00070: Starting mobile
22:49:25.574569 run       osmo-ms-mob/00070(pid=206): Launched
22:49:25.585811 run                             mass: MS start registered  {at=27601071.289162993, delay=0.0052138157188892365, ms=00070}
22:49:25.975319 run                osmo-ms-mob/00071: Starting mobile
22:49:25.989081 run       osmo-ms-mob/00071(pid=207): Launched
22:49:26.000120 run                             mass: MS start registered  {at=27601071.70347317, delay=0.004987336695194244, ms=00071}
22:49:26.187896 run                             mass: MS performed LU  {at=27601071.891149018, lu_delay=5.450436271727085, ms=00057}
22:49:26.214190 run                             mass: MS performed LU  {at=27601071.917517446, lu_delay=6.115132685750723, ms=00054}
22:49:26.226082 run                osmo-ms-mob/00072: Starting mobile
22:49:26.239209 run       osmo-ms-mob/00072(pid=208): Launched
22:49:26.250343 run                             mass: MS start registered  {at=27601071.95369373, delay=0.005100708454847336, ms=00072}
22:49:26.378292 run                             mass: MS performed LU  {at=27601072.081543002, lu_delay=5.742312990128994, ms=00056}
22:49:26.401620 run                             mass: MS performed LU  {at=27601072.10498323, lu_delay=5.014323435723782, ms=00058}
22:49:26.432201 run                             mass: MS performed LU  {at=27601072.13548901, lu_delay=4.7319091334939, ms=00059}
22:49:26.452036 run                osmo-ms-mob/00073: Starting mobile
22:49:26.465115 run       osmo-ms-mob/00073(pid=209): Launched
22:49:26.476386 run                             mass: MS start registered  {at=27601072.179738183, delay=0.005163617432117462, ms=00073}
22:49:27.172834 run                osmo-ms-mob/00074: Starting mobile
22:49:27.186684 run       osmo-ms-mob/00074(pid=210): Launched
22:49:27.197801 run                             mass: MS start registered  {at=27601072.90115558, delay=0.005065258592367172, ms=00074}
22:49:27.574856 run                osmo-ms-mob/00075: Starting mobile
22:49:27.589355 run       osmo-ms-mob/00075(pid=211): Launched
22:49:27.601225 run                             mass: MS start registered  {at=27601073.3045764, delay=0.005905065685510635, ms=00075}
22:49:28.091603 run                osmo-ms-mob/00076: Starting mobile
22:49:28.108344 run       osmo-ms-mob/00076(pid=212): Launched
22:49:28.114313 run                             mass: MS performed LU  {at=27601073.81767274, lu_delay=5.724475365132093, ms=00061}
22:49:28.120263 run                             mass: MS performed LU  {at=27601073.823628902, lu_delay=5.447521202266216, ms=00063}
22:49:28.126011 run                             mass: MS start registered  {at=27601073.82937758, delay=0.011723760515451431, ms=00076}
22:49:28.242489 run                             mass: MS performed LU  {at=27601073.94574086, lu_delay=6.231264356523752, ms=00060}
22:49:28.271229 run                osmo-ms-mob/00077: Starting mobile
22:49:28.284186 run       osmo-ms-mob/00077(pid=213): Launched
22:49:28.295848 run                             mass: MS performed LU  {at=27601073.99916945, lu_delay=4.893976464867592, ms=00064}
22:49:28.302042 run                             mass: MS start registered  {at=27601074.005408622, delay=0.011582568287849426, ms=00077}
22:49:28.974719 run                osmo-ms-mob/00078: Starting mobile
22:49:28.988393 run       osmo-ms-mob/00078(pid=214): Launched
22:49:28.999760 run                             mass: MS start registered  {at=27601074.70310976, delay=0.005126927047967911, ms=00078}
22:49:29.360952 run                osmo-ms-mob/00079: Starting mobile
22:49:29.374391 run       osmo-ms-mob/00079(pid=215): Launched
22:49:29.385479 run                             mass: MS start registered  {at=27601075.088826016, delay=0.005071200430393219, ms=00079}
22:49:29.892463 run                osmo-ms-mob/00080: Starting mobile
22:49:29.906434 run       osmo-ms-mob/00080(pid=216): Launched
22:49:29.913075 run                             mass: MS performed LU  {at=27601075.61643355, lu_delay=5.81452227383852, ms=00066}
22:49:29.918884 run                             mass: MS start registered  {at=27601075.622250337, delay=0.005836382508277893, ms=00080}
22:49:29.953022 run                             mass: MS performed LU  {at=27601075.656296205, lu_delay=4.75351744890213, ms=00069}
22:49:29.980684 run                             mass: MS performed LU  {at=27601075.684028182, lu_delay=5.5521993935108185, ms=00067}
22:49:30.198507 run                             mass: MS performed LU  {at=27601075.901759963, lu_delay=6.397704169154167, ms=00065}
22:49:30.226690 run                osmo-ms-mob/00081: Starting mobile
22:49:30.240018 run       osmo-ms-mob/00081(pid=217): Launched
22:49:30.251186 run                             mass: MS start registered  {at=27601075.95453786, delay=0.004861865192651749, ms=00081}
22:49:30.762422 run                osmo-ms-mob/00082: Starting mobile
22:49:30.775219 run       osmo-ms-mob/00082(pid=218): Launched
22:49:30.786863 run                             mass: MS start registered  {at=27601076.49019969, delay=0.005577344447374344, ms=00082}
22:49:31.390701 run                osmo-ms-mob/00083: Starting mobile
22:49:31.405521 run       osmo-ms-mob/00083(pid=219): Launched
22:49:31.417191 run                             mass: MS start registered  {at=27601077.120539896, delay=0.0055477432906627655, ms=00083}
22:49:31.753766 run                             mass: MS performed LU  {at=27601077.457018625, lu_delay=4.555863045156002, ms=00074}
22:49:31.782815 run                osmo-ms-mob/00084: Starting mobile
22:49:31.796007 run       osmo-ms-mob/00084(pid=220): Launched
22:49:31.802025 run                             mass: MS performed LU  {at=27601077.505385626, lu_delay=5.325647443532944, ms=00073}
22:49:31.807814 run                             mass: MS start registered  {at=27601077.51118052, delay=0.005813825875520706, ms=00084}
22:49:31.882374 run                             mass: MS performed LU  {at=27601077.58562389, lu_delay=6.296460896730423, ms=00070}
22:49:32.062356 run                             mass: MS performed LU  {at=27601077.765608765, lu_delay=5.811915036290884, ms=00072}
22:49:32.387245 run                osmo-ms-mob/00085: Starting mobile
22:49:32.405835 run       osmo-ms-mob/00085(pid=221): Launched
22:49:32.416982 run                             mass: MS start registered  {at=27601078.120337434, delay=0.005069434642791748, ms=00085}
22:49:32.778331 run                             mass: MS performed LU  {at=27601078.481582236, lu_delay=6.778109066188335, ms=00071}
22:49:32.974900 run                osmo-ms-mob/00086: Starting mobile
22:49:32.988431 run       osmo-ms-mob/00086(pid=222): Launched
22:49:33.000027 run                             mass: MS start registered  {at=27601078.703376535, delay=0.005388256162405014, ms=00086}
22:49:33.593247 run                osmo-ms-mob/00087: Starting mobile
22:49:33.610439 run       osmo-ms-mob/00087(pid=223): Launched
22:49:33.616544 run                             mass: MS performed LU  {at=27601079.319902413, lu_delay=5.490524832159281, ms=00076}
22:49:33.622328 run                             mass: MS start registered  {at=27601079.325695325, delay=0.005811087787151337, ms=00087}
22:49:33.674339 run                             mass: MS performed LU  {at=27601079.377601366, lu_delay=5.372192744165659, ms=00077}
22:49:33.746490 run                             mass: MS performed LU  {at=27601079.449744835, lu_delay=4.74663507565856, ms=00078}
22:49:33.964171 run                             mass: MS performed LU  {at=27601079.667424183, lu_delay=6.362847782671452, ms=00075}
22:49:34.200394 run                osmo-ms-mob/00088: Starting mobile
22:49:34.223280 run       osmo-ms-mob/00088(pid=224): Launched
22:49:34.234488 run                             mass: MS start registered  {at=27601079.93783504, delay=0.005211777985095978, ms=00088}
22:49:34.761193 run                osmo-ms-mob/00089: Starting mobile
22:49:34.774062 run       osmo-ms-mob/00089(pid=225): Launched
22:49:34.785667 run                             mass: MS start registered  {at=27601080.489010897, delay=0.005370579659938812, ms=00089}
22:49:35.390895 run                osmo-ms-mob/00090: Starting mobile
22:49:35.407478 run       osmo-ms-mob/00090(pid=226): Launched
22:49:35.418876 run                             mass: MS start registered  {at=27601081.12222924, delay=0.005195345729589462, ms=00090}
22:49:35.482350 run                             mass: MS performed LU  {at=27601081.185598638, lu_delay=5.563348300755024, ms=00080}
22:49:35.518633 run                             mass: MS performed LU  {at=27601081.221903063, lu_delay=5.267365202307701, ms=00081}
22:49:35.648718 run                             mass: MS performed LU  {at=27601081.351940583, lu_delay=6.26311456784606, ms=00079}
22:49:35.774481 run                             mass: MS performed LU  {at=27601081.477732796, lu_delay=4.9875331073999405, ms=00082}
22:49:36.087983 run                osmo-ms-mob/00091: Starting mobile
22:49:36.102467 run       osmo-ms-mob/00091(pid=227): Launched
22:49:36.113656 run                             mass: MS start registered  {at=27601081.817010317, delay=0.005252782255411148, ms=00091}
22:49:36.765590 run                osmo-ms-mob/00092: Starting mobile
22:49:36.781269 run       osmo-ms-mob/00092(pid=228): Launched
22:49:36.792362 run                             mass: MS start registered  {at=27601082.495713465, delay=0.005085423588752747, ms=00092}
22:49:37.383757 run                             mass: MS performed LU  {at=27601083.087008942, lu_delay=4.966671507805586, ms=00085}
22:49:37.485347 run                             mass: MS performed LU  {at=27601083.1885983, lu_delay=5.677417781203985, ms=00084}
22:49:37.526078 run                osmo-ms-mob/00093: Starting mobile
22:49:37.541421 run       osmo-ms-mob/00093(pid=229): Launched
22:49:37.547508 run                             mass: MS performed LU  {at=27601083.250870816, lu_delay=6.130330920219421, ms=00083}
22:49:37.553447 run                             mass: MS start registered  {at=27601083.256814577, delay=0.005960691720247269, ms=00093}
22:49:37.676148 run                             mass: MS performed LU  {at=27601083.37939819, lu_delay=4.676021654158831, ms=00086}
22:49:38.457986 run                osmo-ms-mob/00094: Starting mobile
22:49:38.472373 run       osmo-ms-mob/00094(pid=230): Launched
22:49:38.483737 run                             mass: MS start registered  {at=27601084.186986685, delay=0.005050376057624817, ms=00094}
22:49:39.350381 run                             mass: MS performed LU  {at=27601085.053590085, lu_delay=5.115755043923855, ms=00088}
22:49:39.391606 run                osmo-ms-mob/00095: Starting mobile
22:49:39.407168 run       osmo-ms-mob/00095(pid=231): Launched
22:49:39.413470 run                             mass: MS performed LU  {at=27601085.116827957, lu_delay=4.627817060798407, ms=00089}
22:49:39.419390 run                             mass: MS start registered  {at=27601085.12275755, delay=0.005949676036834717, ms=00095}
22:49:39.483364 run                             mass: MS performed LU  {at=27601085.18661681, lu_delay=5.860921483486891, ms=00087}
22:49:40.374969 run                osmo-ms-mob/00096: Starting mobile
22:49:40.388599 run       osmo-ms-mob/00096(pid=232): Launched
22:49:40.400162 run                             mass: MS start registered  {at=27601086.10351202, delay=0.005641870200634003, ms=00096}
22:49:41.149059 run                             mass: MS performed LU  {at=27601086.852308206, lu_delay=4.356594741344452, ms=00092}
22:49:41.250611 run                             mass: MS performed LU  {at=27601086.95386289, lu_delay=5.831633649766445, ms=00090}
22:49:41.278110 run                             mass: MS performed LU  {at=27601086.98135013, lu_delay=5.164339814335108, ms=00091}
22:49:41.403960 run                             mass: MS performed LU  {at=27601087.10721145, lu_delay=23.203386336565018, ms=00048}
22:49:41.459922 run                osmo-ms-mob/00097: Starting mobile
22:49:41.474740 run       osmo-ms-mob/00097(pid=233): Launched
22:49:41.486187 run                             mass: MS start registered  {at=27601087.18953773, delay=0.0054375603795051575, ms=00097}
22:49:42.792971 run                osmo-ms-mob/00098: Starting mobile
22:49:42.810026 run       osmo-ms-mob/00098(pid=234): Launched
22:49:42.821220 run                             mass: MS start registered  {at=27601088.524572644, delay=0.005213882774114609, ms=00098}
22:49:43.115741 run                             mass: MS performed LU  {at=27601088.818971403, lu_delay=4.63198471814394, ms=00094}
22:49:43.179901 run                             mass: MS performed LU  {at=27601088.88315387, lu_delay=5.626339294016361, ms=00093}
22:49:43.250032 run                             mass: MS performed LU  {at=27601088.953286353, lu_delay=22.864460445940495, ms=00055}
22:49:44.600232 run                osmo-ms-mob/00099: Starting mobile
22:49:44.616203 run       osmo-ms-mob/00099(pid=235): Launched
22:49:44.622120 run                             mass: All started... {duration=55.77137780189514, too_slow=0}
22:49:44.627797 run                             mass: MS start registered  {at=27601090.331156883, delay=0.005670581012964249, ms=00099}
22:49:45.016828 run                             mass: MS performed LU  {at=27601090.72007682, lu_delay=5.597319271415472, ms=00095}
22:49:45.044343 run                             mass: MS performed LU  {at=27601090.74762429, lu_delay=4.644112270325422, ms=00096}
22:49:45.150338 run                             mass: MS performed LU  {at=27601090.853588894, lu_delay=22.659147553145885, ms=00062}
22:49:46.881479 run                             mass: MS performed LU  {at=27601092.584709723, lu_delay=5.395171992480755, ms=00097}
22:49:46.946298 run                             mass: MS performed LU  {at=27601092.649553526, lu_delay=22.42277681455016, ms=00068}
22:49:48.782689 run                             mass: MS performed LU  {at=27601094.4859427, lu_delay=5.961370054632425, ms=00098}
22:49:50.648567 run                             mass: MS performed LU  {at=27601096.351827633, lu_delay=6.020670749247074, ms=00099}
22:49:50.657021 run                             mass: Tests done {all_completed=True, max=23.203386336565018, min=4.356594741344452}
22:49:50.662433 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:50.667713 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:49:50.670944 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:49:50.674138 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:50.677353 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:49:50.680534 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:50.683752 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:49:50.686991 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:50.690215 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:49:50.693462 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:50.696676 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:49:50.699874 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:49:50.703106 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:49:50.706342 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:49:50.709588 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:49:50.712879 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:49:50.716173 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:49:50.719584 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:49:50.723068 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:49:50.726453 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:49:50.729744 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:49:50.733075 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:49:50.736373 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:49:50.739696 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:49:50.743007 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:49:50.746297 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:49:50.749596 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:49:50.752841 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:49:50.756173 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:49:50.759466 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:49:50.762776 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:49:50.766117 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:49:50.769760 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:49:50.773100 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:49:50.776353 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:49:50.779651 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:49:50.782969 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:49:50.786264 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:49:50.789881 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:49:50.793632 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:49:50.797016 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:49:50.800268 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:49:50.803620 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:49:50.806952 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:49:50.810593 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:49:50.814190 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:49:50.817616 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:49:50.820943 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:49:50.824219 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:49:50.827591 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:49:50.830992 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:49:50.834333 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:49:50.837892 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:49:50.841293 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:49:50.845198 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:49:50.848503 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:49:50.851916 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:49:50.855456 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:49:50.858851 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:49:50.862293 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:49:50.865687 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:49:50.869095 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:49:50.872446 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:49:50.875766 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:49:50.879172 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:49:50.882685 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:49:50.886082 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:49:50.889425 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:49:50.893390 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:49:50.896712 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:49:50.900117 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:49:50.903433 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:49:50.906792 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:49:50.910167 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:49:50.913549 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:49:50.916927 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:49:50.920278 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:49:50.923597 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:49:50.926975 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:49:50.930280 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:49:50.933647 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:49:50.936966 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:49:50.940272 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:49:50.943606 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:49:50.946957 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:49:50.950253 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:49:50.953619 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:49:50.957001 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:49:50.960377 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:49:50.963737 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:49:50.967702 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:49:50.971049 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:49:50.974344 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:49:50.977671 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:49:50.980988 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:49:50.984866 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:49:50.988219 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:49:50.991599 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:49:50.995424 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:49:50.998754 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:49:51.002040 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:49:51.005381 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:49:51.008740 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:49:51.012061 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:49:51.015344 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:49:51.018669 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:49:51.021979 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:49:51.025380 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:49:51.028716 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:49:51.032115 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:49:51.035431 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:49:51.038749 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:49:51.042064 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:49:51.045376 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:49:51.048745 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:49:51.052047 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:49:51.055343 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:49:51.058573 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:49:51.061771 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:49:51.064967 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:49:51.068164 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:49:51.071352 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:49:51.074539 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:49:51.077731 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:49:51.080906 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:49:51.084095 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:49:51.087293 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:49:51.090481 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:49:51.093670 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:49:51.096870 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:49:51.100059 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:49:51.103267 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:49:51.106471 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:49:51.109650 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:49:51.112833 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:49:51.116024 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:49:51.119222 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:49:51.122427 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:49:51.125626 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:49:51.128809 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:49:51.131984 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:49:51.135173 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:49:51.138361 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:49:51.141565 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:49:51.144772 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:49:51.147948 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:49:51.151140 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:49:51.154330 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:49:51.157513 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:49:51.160705 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:49:51.163902 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:49:51.167087 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:49:51.170275 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:49:51.173472 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:49:51.176656 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:49:51.179833 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:49:51.183023 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:49:51.186235 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:49:51.189420 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:49:51.192614 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:49:51.195809 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:49:51.199003 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:49:51.202201 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:49:51.205407 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:49:51.208589 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:49:51.211773 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:49:51.214976 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:49:51.218164 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:49:51.221367 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:49:51.224548 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:49:51.227742 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:49:51.230938 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:49:51.234125 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:49:51.237317 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:49:51.240504 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:49:51.243681 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:49:51.246906 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:49:51.250103 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:49:51.253309 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:49:51.256504 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:49:51.259693 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:49:51.262889 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:49:51.266082 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:49:51.269294 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:49:51.272489 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:49:51.275675 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:49:51.278885 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:49:51.282079 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:49:51.285272 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:49:51.288462 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:49:51.291660 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:49:51.294852 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:49:51.298046 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:49:51.301250 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:49:51.304434 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:49:51.307618 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:49:51.310810 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:49:51.314001 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:49:51.317205 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:49:51.320398 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:49:51.323585 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:49:51.326785 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:49:51.329983 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:49:51.333170 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:49:51.336359 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:49:51.339559 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:49:51.342744 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:49:51.345941 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:49:51.349128 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:49:51.352292 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:49:51.355501 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:49:51.358688 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:49:51.361877 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:49:51.365065 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:49:51.368262 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.369707 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:49:51.373247 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.374688 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:49:51.378166 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.379601 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:51.383120 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.384554 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:49:51.388068 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.389505 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:51.393087 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.394546 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:49:51.398088 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.399533 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:51.403104 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.404546 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:49:51.408120 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.409564 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:51.413109 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.414549 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:49:51.418115 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.419551 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:49:51.423166 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.424609 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:49:51.428162 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.429613 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:49:51.433178 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.434634 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:49:51.438174 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.439621 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:49:51.443172 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.444615 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:49:51.448167 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.449619 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:49:51.453174 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.454620 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:49:51.458170 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.459610 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:49:51.463149 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.464587 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:49:51.468153 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.469616 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:49:51.473144 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.474580 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:49:51.478113 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.479555 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:49:51.483103 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.484544 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:49:51.488090 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.489536 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:49:51.493087 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.494524 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:49:51.498079 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.499516 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:49:51.503049 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.504487 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:49:51.508015 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.509455 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:49:51.512987 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.514421 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:49:51.517951 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.519384 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:49:51.522925 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.524352 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:49:51.527861 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.529295 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:49:51.532813 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.534241 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:49:51.537779 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.539209 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:49:51.542745 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.544178 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:49:51.547710 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.549167 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:49:51.552708 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.554148 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:49:51.557676 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.559113 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:49:51.562683 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.564127 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:49:51.567656 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.569104 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:49:51.572617 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.574059 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:49:51.577588 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.579017 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:49:51.582549 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.583974 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:49:51.587524 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.588962 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:49:51.592479 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.593919 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:49:51.597456 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.598892 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:49:51.602435 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.603870 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:49:51.607401 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.608859 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:49:51.612372 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.613814 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:49:51.617330 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.618758 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:49:51.622308 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.623735 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:49:51.627301 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.628747 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:49:51.632251 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.633685 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:49:51.637213 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.638654 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:49:51.642181 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.643605 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:49:51.647156 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.648590 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:49:51.652145 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.653595 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:49:51.657119 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.658546 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:49:51.662062 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.663492 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:49:51.667028 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.668448 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:49:51.671994 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.673439 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:49:51.676955 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.678387 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:49:51.681919 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.683344 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:49:51.686870 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.688303 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:49:51.691859 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.693310 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:49:51.696853 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.698291 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:49:51.701812 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.703248 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:49:51.706769 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.708194 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:49:51.711745 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.713191 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:49:51.716721 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.718159 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:49:51.721707 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.723147 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:49:51.726686 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.728118 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:49:51.731676 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.733126 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:49:51.736666 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.738104 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:49:51.741658 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.743092 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:49:51.746666 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.748110 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:49:51.751636 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.753080 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:49:51.756599 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.758042 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:49:51.761601 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.763037 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:49:51.766556 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.768002 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:49:51.771531 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.772968 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:49:51.776499 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.777934 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:49:51.781462 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.782890 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:49:51.786430 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.787851 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:49:51.791360 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.792799 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:49:51.796312 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.797767 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:49:51.801313 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.802732 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:49:51.806261 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.807700 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:49:51.811255 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.812682 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:49:51.816212 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.817657 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:49:51.821185 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.822641 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:49:51.826169 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.827606 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:49:51.831136 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.832567 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:49:51.836106 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.837561 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:49:51.841098 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.842542 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:49:51.846098 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.847535 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:49:51.851082 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.852520 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:49:51.856054 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.857500 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:49:51.861021 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.862453 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:49:51.866017 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.867454 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:49:51.871009 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.872444 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:49:51.875989 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.877426 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:49:51.880972 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.882409 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:49:51.885955 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.887393 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:49:51.891084 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.892550 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:49:51.896099 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.897602 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:49:51.901195 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.902663 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:49:51.906245 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.907713 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:49:51.911322 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.912791 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:49:51.916379 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.917838 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:49:51.921438 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.922894 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:49:51.926503 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.927962 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:49:51.931591 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.933074 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:49:51.936678 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.938134 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:49:51.941724 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.943181 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:49:51.946797 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.948244 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:49:51.951879 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.953343 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:49:51.956980 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.958435 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:49:51.962047 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.963499 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:49:51.967116 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.968572 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:49:51.972184 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.973647 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:49:51.977264 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.978714 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:49:51.982373 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.983834 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:49:51.987455 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.988921 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:49:51.992529 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.994016 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:49:51.997660 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.999119 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:49:52.002739 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.004186 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:49:52.007803 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.009268 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:49:52.012882 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.014342 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:49:52.017969 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.019427 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:49:52.023049 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.024521 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:49:52.028167 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.029634 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:49:52.033246 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.034698 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:49:52.038298 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.039756 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:49:52.043396 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.044867 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:49:52.048484 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.049954 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:49:52.053565 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.055023 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:49:52.058633 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.060094 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:49:52.063716 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.065190 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:49:52.068800 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.070255 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:49:52.073866 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.075337 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:49:52.078980 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.080439 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:49:52.084051 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.085506 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:49:52.089122 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.090579 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:49:52.094188 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.095645 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:49:52.099289 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.100758 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:49:52.104368 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.105854 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:49:52.109487 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.110943 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:49:52.114558 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.116023 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:49:52.119649 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.121113 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:49:52.124760 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.126241 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:49:52.129880 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.131344 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:49:52.134979 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.136437 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:49:52.140092 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.141573 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:49:52.145204 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.146662 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:49:52.150299 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.151754 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:49:52.155380 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.156853 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:49:52.160466 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.161964 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:49:52.165604 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.167068 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:49:52.170695 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.172168 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:49:52.175804 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.177274 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:49:52.180922 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.182396 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:49:52.186049 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.187510 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:49:52.191163 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.192636 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:49:52.196252 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.197715 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:49:52.201357 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.202823 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:49:52.206479 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.207950 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:49:52.211594 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.213055 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:49:52.216681 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.218140 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:49:52.221772 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.223229 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:49:52.226883 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.228337 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:49:52.231991 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.233468 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:49:52.237069 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.238605 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:49:52.242252 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.243711 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:49:52.247360 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.248840 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:49:52.252449 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.253928 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:49:52.257546 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.258999 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:49:52.262622 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.264088 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:49:52.267719 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.269227 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:49:52.272861 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.274324 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:49:52.277947 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.279413 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:49:52.283044 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.284519 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:49:52.288138 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.289635 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:49:52.293275 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.294741 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:49:52.298374 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.299833 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:49:52.303443 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.304922 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:49:52.308550 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.310024 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:49:52.313655 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.315123 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:49:52.318761 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.320222 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:49:52.323847 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.325316 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:49:52.328942 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.330407 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:49:52.334041 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.335498 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:49:52.339141 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.340609 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:49:52.344243 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.345704 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:49:52.349343 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.350805 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:49:52.354432 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.355894 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:49:52.359522 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.361007 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:49:52.364634 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.366105 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:49:52.369732 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.371196 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:49:52.374843 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.376312 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:49:52.379967 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.381434 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:49:52.385060 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.386520 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:49:52.390149 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.391619 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:49:52.395268 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.396749 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:49:52.400375 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.401842 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:49:52.405474 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.406937 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:49:52.410572 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.412033 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:49:52.415681 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.417151 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:49:52.420788 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.422254 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:49:52.425937 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.427404 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:49:52.431044 ---      ParallelTerminationStrategy: PID 235 died...
22:49:52.432508 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:49:55.836854 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.843149 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8164 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.910364 tst                       trial-8164: Storing JUnit report in /build/trial-8164/run.2025-11-28_22-48-29/trial-8164.xml

--------------------------------------------------------------------------------------------
trial-8164 PASS
--------------------------------------------------------------------------------------------
22:49:55.923810 tst                       trial-8164: trial-8164: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8164/inst
+ cd trial-8164
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-28 22:48:29
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8164-run.tgz run.2025-11-28_22-48-29
+ tar czf /build/trial-8164-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-28_13_26_55.tgz osmo-bts-oc2g.build-2025-11-28_00_51_54.tgz osmo-bts-sysmo.build-2025-11-28_00_51_59.tgz osmo-bts.build-2025-11-28_00_52_05.tgz osmo-ggsn.build-2025-11-28_20_42_38.tgz osmo-hlr.build-2025-11-28_16_36_54.tgz osmo-hnbgw.build-2025-11-28_13_31_11.tgz osmo-mgw.build-2025-11-28_08_33_17.tgz osmo-msc.build-2025-11-28_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-28_07_36_21.tgz osmo-pcu-sysmo.build-2025-11-28_07_34_09.tgz osmo-pcu.build-2025-11-28_07_36_27.tgz osmo-sgsn.build-2025-11-28_20_48_22.tgz osmo-stp.build-2025-11-28_13_23_28.tgz osmo-trx.build-2025-11-28_14_25_49.tgz osmocom-bb.build-2025-11-28_21_17_28.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