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/jenkins8294865620792518647.sh
+ rm -rf trial-8187-bin.tgz trial-8187-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25089
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11059
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10490
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12891
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13217
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12912
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41337
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7591
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43489
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8433
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 13199
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7516
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11584
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7631
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9082
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6351
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 7516
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17889184575668326660.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-8187
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:451eaa578ece93b29a68e7521fe1846c8722a8aec2721b203f72094815a15074 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=8188 -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-12-22 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8188
+ mkdir -p trial-8188
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-22_13_36_01.tgz osmo-bts-oc2g.build-2025-12-22_13_33_27.tgz osmo-bts-sysmo.build-2025-12-22_13_33_43.tgz osmo-bts.build-2025-12-22_13_33_34.tgz osmo-ggsn.build-2025-12-22_20_59_42.tgz osmo-hlr.build-2025-12-22_13_32_35.tgz osmo-hnbgw.build-2025-12-22_13_29_47.tgz osmo-mgw.build-2025-12-22_13_31_47.tgz osmo-msc.build-2025-12-22_13_40_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-22_07_35_06.tgz osmo-pcu-sysmo.build-2025-12-22_07_37_20.tgz osmo-pcu.build-2025-12-22_07_35_04.tgz osmo-sgsn.build-2025-12-22_21_17_47.tgz osmo-stp.build-2025-12-22_13_25_23.tgz osmo-trx.build-2025-12-22_09_53_00.tgz osmocom-bb.build-2025-12-22_21_18_49.tgz srslte.build-19.tgz trial-8188
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-22_13_36_01.md5 osmo-bts-oc2g.build-2025-12-22_13_33_27.md5 osmo-bts-sysmo.build-2025-12-22_13_33_43.md5 osmo-bts.build-2025-12-22_13_33_34.md5 osmo-ggsn.build-2025-12-22_20_59_42.md5 osmo-hlr.build-2025-12-22_13_32_35.md5 osmo-hnbgw.build-2025-12-22_13_29_47.md5 osmo-mgw.build-2025-12-22_13_31_47.md5 osmo-msc.build-2025-12-22_13_40_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-22_07_35_06.md5 osmo-pcu-sysmo.build-2025-12-22_07_37_20.md5 osmo-pcu.build-2025-12-22_07_35_04.md5 osmo-sgsn.build-2025-12-22_21_17_47.md5 osmo-stp.build-2025-12-22_13_25_23.md5 osmo-trx.build-2025-12-22_09_53_00.md5 osmocom-bb.build-2025-12-22_21_18_49.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-22_13_36_01.md5 osmo-bts-oc2g.build-2025-12-22_13_33_27.md5 osmo-bts-sysmo.build-2025-12-22_13_33_43.md5 osmo-bts.build-2025-12-22_13_33_34.md5 osmo-ggsn.build-2025-12-22_20_59_42.md5 osmo-hlr.build-2025-12-22_13_32_35.md5 osmo-hnbgw.build-2025-12-22_13_29_47.md5 osmo-mgw.build-2025-12-22_13_31_47.md5 osmo-msc.build-2025-12-22_13_40_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-22_07_35_06.md5 osmo-pcu-sysmo.build-2025-12-22_07_37_20.md5 osmo-pcu.build-2025-12-22_07_35_04.md5 osmo-sgsn.build-2025-12-22_21_17_47.md5 osmo-stp.build-2025-12-22_13_25_23.md5 osmo-trx.build-2025-12-22_09_53_00.md5 osmocom-bb.build-2025-12-22_21_18_49.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-8188 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8188'
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-8188
--------------------------------------------------------------------------------------------
22:48:15.783125 tst                       trial-8188: Detailed log at /build/trial-8188/run.2025-12-22_22-48-15/log

---------------------------------------------------------------------
trial-8188 netreg_mass
---------------------------------------------------------------------
22:48:15.987648 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.988030 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.988848 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.990014 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.031944 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.032849 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.034042 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.095854 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-8188 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.096636 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.111654 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.112175 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.112637 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.113088 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.113527 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.113967 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.114434 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.145737 tst         register_default_mass.py: using LAC 2
22:48:16.168303 tst         register_default_mass.py: using RAC 2
22:48:16.195038 tst         register_default_mass.py: using CellId 2
22:48:16.224582 tst         register_default_mass.py: using BVCI 3
22:48:16.238286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.238969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.239547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.240083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.240583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.241106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.241598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.242096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.242610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.243108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.243606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.244121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.244652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.245165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.245671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.246191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.246702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.247227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.247733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.248239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.248744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.249269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.249782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.250285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.250784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.251309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.251815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.252324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.252849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.253364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.253877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.254391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.254904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.255418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.255942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.256450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.256969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.257487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.257997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.258493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.259008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.259513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.260014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.260529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.261051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.261550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.262062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.262576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.263084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.263604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.264119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.264639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.265147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.265646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.266140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.266640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.267151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.267659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.268152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.268661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.269159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.269651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.270162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.270671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.271165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.271663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.272170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.272686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.273180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.273690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.274200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.274704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.275286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.275799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.276296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.276794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.277303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.277802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.278299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.278812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.279310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.279803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.280310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.280816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.281310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.281815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.282315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.282812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.283304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.283810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.284316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.284822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.285350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.285854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.286346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.286831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.287340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.287838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.288353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.288863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.289354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.289909 tst      register_default_mass.py:21: Launching a simple network
22:48:16.299941 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.418414 run            create_hlr_db(pid=20): Launched
22:48:17.432648 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.448590 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.463247 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.468941 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.657491 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.672172 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.677889 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.093701 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.108651 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.123594 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.237231 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.252054 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.257707 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.281213 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.296171 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.301795 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.614598 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.629816 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.656997 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.830834 run         osmo-bts-virtual(pid=34): Launched
22:48:28.867362 tst         register_default_mass.py: using MSISDN 1001
22:48:28.881757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.925783 tst         register_default_mass.py: using MSISDN 1002
22:48:28.944541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.975804 tst         register_default_mass.py: using MSISDN 1003
22:48:28.991053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.022187 tst         register_default_mass.py: using MSISDN 1004
22:48:29.036852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.067660 tst         register_default_mass.py: using MSISDN 1005
22:48:29.082272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.113443 tst         register_default_mass.py: using MSISDN 1006
22:48:29.128186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.159234 tst         register_default_mass.py: using MSISDN 1007
22:48:29.174095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.205281 tst         register_default_mass.py: using MSISDN 1008
22:48:29.219865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.250639 tst         register_default_mass.py: using MSISDN 1009
22:48:29.265177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.296259 tst         register_default_mass.py: using MSISDN 1010
22:48:29.311047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.342070 tst         register_default_mass.py: using MSISDN 1011
22:48:29.356818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.387772 tst         register_default_mass.py: using MSISDN 1012
22:48:29.402449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.433291 tst         register_default_mass.py: using MSISDN 1013
22:48:29.448089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.479086 tst         register_default_mass.py: using MSISDN 1014
22:48:29.493716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.524442 tst         register_default_mass.py: using MSISDN 1015
22:48:29.538958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.569900 tst         register_default_mass.py: using MSISDN 1016
22:48:29.584572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.615371 tst         register_default_mass.py: using MSISDN 1017
22:48:29.630058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.661138 tst         register_default_mass.py: using MSISDN 1018
22:48:29.675791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.706893 tst         register_default_mass.py: using MSISDN 1019
22:48:29.721714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.752699 tst         register_default_mass.py: using MSISDN 1020
22:48:29.767384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.798447 tst         register_default_mass.py: using MSISDN 1021
22:48:29.813097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.844242 tst         register_default_mass.py: using MSISDN 1022
22:48:29.859057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.890221 tst         register_default_mass.py: using MSISDN 1023
22:48:29.905151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.936187 tst         register_default_mass.py: using MSISDN 1024
22:48:29.950961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.981946 tst         register_default_mass.py: using MSISDN 1025
22:48:29.996571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.027656 tst         register_default_mass.py: using MSISDN 1026
22:48:30.042399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.073357 tst         register_default_mass.py: using MSISDN 1027
22:48:30.088165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.119234 tst         register_default_mass.py: using MSISDN 1028
22:48:30.133885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.164786 tst         register_default_mass.py: using MSISDN 1029
22:48:30.179387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.209843 tst         register_default_mass.py: using MSISDN 1030
22:48:30.224375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.255206 tst         register_default_mass.py: using MSISDN 1031
22:48:30.269619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.300196 tst         register_default_mass.py: using MSISDN 1032
22:48:30.314794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.345756 tst         register_default_mass.py: using MSISDN 1033
22:48:30.360142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.391012 tst         register_default_mass.py: using MSISDN 1034
22:48:30.405475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.436028 tst         register_default_mass.py: using MSISDN 1035
22:48:30.450395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.480965 tst         register_default_mass.py: using MSISDN 1036
22:48:30.495515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.526102 tst         register_default_mass.py: using MSISDN 1037
22:48:30.540374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.571110 tst         register_default_mass.py: using MSISDN 1038
22:48:30.585671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.616552 tst         register_default_mass.py: using MSISDN 1039
22:48:30.631299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.661802 tst         register_default_mass.py: using MSISDN 1040
22:48:30.676123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.706910 tst         register_default_mass.py: using MSISDN 1041
22:48:30.721477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.752153 tst         register_default_mass.py: using MSISDN 1042
22:48:30.766750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.797535 tst         register_default_mass.py: using MSISDN 1043
22:48:30.812218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.843053 tst         register_default_mass.py: using MSISDN 1044
22:48:30.857567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.896793 tst         register_default_mass.py: using MSISDN 1045
22:48:30.914523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.944596 tst         register_default_mass.py: using MSISDN 1046
22:48:30.959051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.989364 tst         register_default_mass.py: using MSISDN 1047
22:48:31.003679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.034076 tst         register_default_mass.py: using MSISDN 1048
22:48:31.048442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.079105 tst         register_default_mass.py: using MSISDN 1049
22:48:31.093607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.124509 tst         register_default_mass.py: using MSISDN 1050
22:48:31.139182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.169852 tst         register_default_mass.py: using MSISDN 1051
22:48:31.184334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.215104 tst         register_default_mass.py: using MSISDN 1052
22:48:31.229713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.260537 tst         register_default_mass.py: using MSISDN 1053
22:48:31.275263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.306044 tst         register_default_mass.py: using MSISDN 1054
22:48:31.320538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.351271 tst         register_default_mass.py: using MSISDN 1055
22:48:31.365768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.396661 tst         register_default_mass.py: using MSISDN 1056
22:48:31.411288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.441906 tst         register_default_mass.py: using MSISDN 1057
22:48:31.456405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.487136 tst         register_default_mass.py: using MSISDN 1058
22:48:31.501692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.532534 tst         register_default_mass.py: using MSISDN 1059
22:48:31.547142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.577845 tst         register_default_mass.py: using MSISDN 1060
22:48:31.592378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.623122 tst         register_default_mass.py: using MSISDN 1061
22:48:31.637689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.668410 tst         register_default_mass.py: using MSISDN 1062
22:48:31.682990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.713834 tst         register_default_mass.py: using MSISDN 1063
22:48:31.728447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.759013 tst         register_default_mass.py: using MSISDN 1064
22:48:31.773519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.804028 tst         register_default_mass.py: using MSISDN 1065
22:48:31.818499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.849412 tst         register_default_mass.py: using MSISDN 1066
22:48:31.863700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.894446 tst         register_default_mass.py: using MSISDN 1067
22:48:31.908961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.939654 tst         register_default_mass.py: using MSISDN 1068
22:48:31.954282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.984797 tst         register_default_mass.py: using MSISDN 1069
22:48:31.999085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.029607 tst         register_default_mass.py: using MSISDN 1070
22:48:32.044007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.074851 tst         register_default_mass.py: using MSISDN 1071
22:48:32.089409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.120027 tst         register_default_mass.py: using MSISDN 1072
22:48:32.134521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.165178 tst         register_default_mass.py: using MSISDN 1073
22:48:32.179722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.210536 tst         register_default_mass.py: using MSISDN 1074
22:48:32.225018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.255940 tst         register_default_mass.py: using MSISDN 1075
22:48:32.270585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.301293 tst         register_default_mass.py: using MSISDN 1076
22:48:32.315737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.346431 tst         register_default_mass.py: using MSISDN 1077
22:48:32.360991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.391471 tst         register_default_mass.py: using MSISDN 1078
22:48:32.406025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.436748 tst         register_default_mass.py: using MSISDN 1079
22:48:32.451365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.482254 tst         register_default_mass.py: using MSISDN 1080
22:48:32.496796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.527533 tst         register_default_mass.py: using MSISDN 1081
22:48:32.542036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.572645 tst         register_default_mass.py: using MSISDN 1082
22:48:32.587224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.618012 tst         register_default_mass.py: using MSISDN 1083
22:48:32.632501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.663327 tst         register_default_mass.py: using MSISDN 1084
22:48:32.677921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.709742 tst         register_default_mass.py: using MSISDN 1085
22:48:32.724850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.755420 tst         register_default_mass.py: using MSISDN 1086
22:48:32.770077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.801015 tst         register_default_mass.py: using MSISDN 1087
22:48:32.815537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.846314 tst         register_default_mass.py: using MSISDN 1088
22:48:32.860851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.891630 tst         register_default_mass.py: using MSISDN 1089
22:48:32.906259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.936656 tst         register_default_mass.py: using MSISDN 1090
22:48:32.951101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.981769 tst         register_default_mass.py: using MSISDN 1091
22:48:32.996200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.026948 tst         register_default_mass.py: using MSISDN 1092
22:48:33.041595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.072562 tst         register_default_mass.py: using MSISDN 1093
22:48:33.087139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.117979 tst         register_default_mass.py: using MSISDN 1094
22:48:33.132553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.163359 tst         register_default_mass.py: using MSISDN 1095
22:48:33.177897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.208808 tst         register_default_mass.py: using MSISDN 1096
22:48:33.223272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.254116 tst         register_default_mass.py: using MSISDN 1097
22:48:33.268551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.299387 tst         register_default_mass.py: using MSISDN 1098
22:48:33.313904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.344896 tst         register_default_mass.py: using MSISDN 1099
22:48:33.359603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.390646 tst         register_default_mass.py: using MSISDN 1100
22:48:33.405242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.496858 run                             mass: Starting testcase
22:48:33.502350 run                             mass: Pre-launching all virtphy's
22:48:33.507782 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.520680 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.526672 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.539450 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.545382 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.558041 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.564066 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.577033 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.583079 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.595886 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.601834 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.614463 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.620385 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.633013 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.638960 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.651644 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.657596 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.670221 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.676066 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.688634 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.694497 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.707094 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.712916 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.725604 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.731426 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.744040 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.749938 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.762533 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.768374 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.780983 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.786900 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.799587 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.805477 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.818186 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.824189 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.836991 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.842852 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.855569 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.861513 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.874186 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.880061 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.892785 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.898670 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.911397 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.917269 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.929955 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.935825 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.948515 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.954400 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.967085 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.972983 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.985830 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.991685 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.004586 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.010447 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.023195 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.029078 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.041939 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.047826 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.060787 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.066706 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.079450 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.085403 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.098195 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.104090 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.116867 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.122773 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.135479 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.141408 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.154189 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.160074 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.172816 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.178731 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.191451 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.197341 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.210105 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.215987 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.228885 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.234753 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.247567 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.253438 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.266289 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.272235 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.285172 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.291068 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.303845 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.309758 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.322487 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.328412 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.341205 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.347110 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.359860 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.365772 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.378557 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.384466 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.397260 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.403161 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.415875 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.421742 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.434464 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.440327 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.453075 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.459100 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.471868 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.477884 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.490665 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.496534 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.509403 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.515336 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.528171 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.534061 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.546859 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.552753 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.565504 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.571412 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.584210 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.590109 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.602892 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.608769 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.621524 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.627415 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.640196 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.646054 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.658756 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.664645 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.677378 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.683239 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.696269 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.702220 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.715070 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.720972 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.733693 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.739755 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.752546 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.758526 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.771303 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.777189 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.789890 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.795768 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.808527 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.814390 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.827084 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.832997 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.845728 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.851631 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.864436 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.870335 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.883079 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.888961 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.901674 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.907564 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.920256 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.926276 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.939023 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.945014 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.957694 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.963562 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.976460 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.982316 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.995162 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.001069 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.013818 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.019674 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.032345 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.038237 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.050955 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.056834 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.069576 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.075440 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.088172 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.094038 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.106786 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.112646 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.125383 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.131327 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.144053 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.149975 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.162875 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.168784 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.181592 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.187492 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.200257 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.206139 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.219029 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.224951 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.237815 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.243692 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.256398 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.262265 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.275009 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.280883 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.293559 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.299412 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.312119 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.318028 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.330760 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.336626 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.349395 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.355281 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.368017 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.373943 run                             mass: Checking if sockets are in the filesystem
22:48:35.406203 run                osmo-ms-mob/00000: Starting mobile
22:48:35.419300 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.430081 run                             mass: MS start registered  {at=29674621.13343111, delay=0.004827994853258133, ms=00000}
22:48:39.612602 run                osmo-ms-mob/00001: Starting mobile
22:48:39.628812 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.639855 run                             mass: MS start registered  {at=29674625.343204524, delay=0.004710499197244644, ms=00001}
22:48:40.668049 run                             mass: MS performed LU  {at=29674626.371287737, lu_delay=5.23785662651062, ms=00000}
22:48:41.422396 run                osmo-ms-mob/00002: Starting mobile
22:48:41.439152 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.449597 run                             mass: MS start registered  {at=29674627.15294428, delay=0.004489481449127197, ms=00002}
22:48:42.720771 run                osmo-ms-mob/00003: Starting mobile
22:48:42.737652 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.748431 run                             mass: MS start registered  {at=29674628.451780763, delay=0.004654485732316971, ms=00003}
22:48:43.790511 run                osmo-ms-mob/00004: Starting mobile
22:48:43.803499 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.813928 run                             mass: MS start registered  {at=29674629.517279044, delay=0.004489049315452576, ms=00004}
22:48:44.433988 run                             mass: MS performed LU  {at=29674630.137228616, lu_delay=4.794024091213942, ms=00001}
22:48:44.789607 run                osmo-ms-mob/00005: Starting mobile
22:48:44.802289 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.812937 run                             mass: MS start registered  {at=29674630.51628557, delay=0.004652645438909531, ms=00005}
22:48:45.712826 run                osmo-ms-mob/00006: Starting mobile
22:48:45.728953 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.739359 run                             mass: MS start registered  {at=29674631.44271049, delay=0.004496514797210693, ms=00006}
22:48:46.334839 run                             mass: MS performed LU  {at=29674632.03807505, lu_delay=4.885130766779184, ms=00002}
22:48:46.621711 run                osmo-ms-mob/00007: Starting mobile
22:48:46.638498 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.649065 run                             mass: MS start registered  {at=29674632.35241936, delay=0.004588861018419266, ms=00007}
22:48:47.389157 run                osmo-ms-mob/00008: Starting mobile
22:48:47.402288 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.412859 run                             mass: MS start registered  {at=29674633.1162095, delay=0.004553426057100296, ms=00008}
22:48:48.120968 run                osmo-ms-mob/00009: Starting mobile
22:48:48.137830 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.148374 run                             mass: MS start registered  {at=29674633.851728007, delay=0.004614789038896561, ms=00009}
22:48:48.198901 run                             mass: MS performed LU  {at=29674633.902150255, lu_delay=5.450369492173195, ms=00003}
22:48:48.821862 run                osmo-ms-mob/00010: Starting mobile
22:48:48.838998 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.849449 run                             mass: MS start registered  {at=29674634.552801825, delay=0.0044064149260520935, ms=00010}
22:48:49.390596 run                osmo-ms-mob/00011: Starting mobile
22:48:49.403709 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.414239 run                             mass: MS start registered  {at=29674635.11759193, delay=0.0045748427510261536, ms=00011}
22:48:49.993828 run                osmo-ms-mob/00012: Starting mobile
22:48:50.006801 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.017428 run                             mass: MS start registered  {at=29674635.720779385, delay=0.004353135824203491, ms=00012}
22:48:50.100920 run                             mass: MS performed LU  {at=29674635.804168493, lu_delay=6.28688944876194, ms=00004}
22:48:50.127361 run                             mass: MS performed LU  {at=29674635.830703337, lu_delay=5.314417768269777, ms=00005}
22:48:50.623071 run                osmo-ms-mob/00013: Starting mobile
22:48:50.636047 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.647006 run                             mass: MS start registered  {at=29674636.350355193, delay=0.00504457950592041, ms=00013}
22:48:51.190340 run                osmo-ms-mob/00014: Starting mobile
22:48:51.203213 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.214073 run                             mass: MS start registered  {at=29674636.917423498, delay=0.004806675016880035, ms=00014}
22:48:51.821283 run                osmo-ms-mob/00015: Starting mobile
22:48:51.837942 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.848646 run                             mass: MS start registered  {at=29674637.551997162, delay=0.004655461758375168, ms=00015}
22:48:51.965314 run                             mass: MS performed LU  {at=29674637.668553825, lu_delay=6.225843336433172, ms=00006}
22:48:52.029583 run                             mass: MS performed LU  {at=29674637.732842937, lu_delay=5.380423575639725, ms=00007}
22:48:52.290319 run                osmo-ms-mob/00016: Starting mobile
22:48:52.303460 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.314126 run                             mass: MS start registered  {at=29674638.017480813, delay=0.004613809287548065, ms=00016}
22:48:52.334015 run                             mass: MS performed LU  {at=29674638.037334662, lu_delay=4.921125162392855, ms=00008}
22:48:52.804798 run                osmo-ms-mob/00017: Starting mobile
22:48:52.821315 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.832861 run                             mass: MS start registered  {at=29674638.536209334, delay=0.005159802734851837, ms=00017}
22:48:53.430207 run                osmo-ms-mob/00018: Starting mobile
22:48:53.446670 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.457682 run                             mass: MS start registered  {at=29674639.161033556, delay=0.004629366099834442, ms=00018}
22:48:53.790202 run                osmo-ms-mob/00019: Starting mobile
22:48:53.803205 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.813904 run                             mass: MS start registered  {at=29674639.517257202, delay=0.004799697548151016, ms=00019}
22:48:53.867220 run                             mass: MS performed LU  {at=29674639.57047297, lu_delay=5.7187449634075165, ms=00009}
22:48:53.892971 run                             mass: MS performed LU  {at=29674639.596305188, lu_delay=5.043503362685442, ms=00010}
22:48:54.000876 run                             mass: MS performed LU  {at=29674639.70412994, lu_delay=4.586538013070822, ms=00011}
22:48:54.311310 run                osmo-ms-mob/00020: Starting mobile
22:48:54.327258 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.338186 run                             mass: MS start registered  {at=29674640.041536015, delay=0.004951242357492447, ms=00020}
22:48:54.790060 run                osmo-ms-mob/00021: Starting mobile
22:48:54.803158 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.814398 run                             mass: MS start registered  {at=29674640.51775038, delay=0.005086209625005722, ms=00021}
22:48:55.189584 run                osmo-ms-mob/00022: Starting mobile
22:48:55.202450 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.213896 run                             mass: MS start registered  {at=29674640.917246588, delay=0.0054458752274513245, ms=00022}
22:48:55.713110 run                osmo-ms-mob/00023: Starting mobile
22:48:55.729276 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.740733 run                             mass: MS performed LU  {at=29674641.444082458, lu_delay=5.0937272645533085, ms=00013}
22:48:55.748642 run                             mass: MS start registered  {at=29674641.452008404, delay=0.007954355329275131, ms=00023}
22:48:55.795847 run                             mass: MS performed LU  {at=29674641.499096975, lu_delay=5.778317589312792, ms=00012}
22:48:56.089825 run                osmo-ms-mob/00024: Starting mobile
22:48:56.102839 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.109127 run                             mass: MS performed LU  {at=29674641.81248618, lu_delay=4.895062681287527, ms=00014}
22:48:56.114830 run                             mass: MS start registered  {at=29674641.818196338, delay=0.005728002637624741, ms=00024}
22:48:56.603831 run                osmo-ms-mob/00025: Starting mobile
22:48:56.617501 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.628497 run                             mass: MS start registered  {at=29674642.3318414, delay=0.0050977058708667755, ms=00025}
22:48:57.014572 run                osmo-ms-mob/00026: Starting mobile
22:48:57.027430 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.038196 run                             mass: MS start registered  {at=29674642.74154876, delay=0.004722796380519867, ms=00026}
22:48:57.421124 run                osmo-ms-mob/00027: Starting mobile
22:48:57.438332 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.449117 run                             mass: MS start registered  {at=29674643.152470358, delay=0.004706073552370071, ms=00027}
22:48:57.530541 run                             mass: MS performed LU  {at=29674643.23379246, lu_delay=5.681795299053192, ms=00015}
22:48:57.632106 run                             mass: MS performed LU  {at=29674643.335357547, lu_delay=4.799148213118315, ms=00017}
22:48:57.659132 run                             mass: MS performed LU  {at=29674643.36246963, lu_delay=5.344988815486431, ms=00016}
22:48:57.701551 run                osmo-ms-mob/00028: Starting mobile
22:48:57.716525 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.727145 run                             mass: MS start registered  {at=29674643.430497415, delay=0.00476527214050293, ms=00028}
22:48:58.211483 run                osmo-ms-mob/00029: Starting mobile
22:48:58.227976 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.239013 run                             mass: MS start registered  {at=29674643.942362968, delay=0.004978977143764496, ms=00029}
22:48:58.602964 run                osmo-ms-mob/00030: Starting mobile
22:48:58.628235 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.639361 run                             mass: MS start registered  {at=29674644.342711616, delay=0.004942566156387329, ms=00030}
22:48:59.010993 run                osmo-ms-mob/00031: Starting mobile
22:48:59.027060 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.037798 run                             mass: MS start registered  {at=29674644.741149895, delay=0.004776474088430405, ms=00031}
22:48:59.289606 run                osmo-ms-mob/00032: Starting mobile
22:48:59.302338 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.312884 run                             mass: MS start registered  {at=29674645.016239148, delay=0.004522737115621567, ms=00032}
22:48:59.496858 run                             mass: MS performed LU  {at=29674645.20010957, lu_delay=4.68235919252038, ms=00021}
22:48:59.561586 run                             mass: MS performed LU  {at=29674645.264835954, lu_delay=5.223299939185381, ms=00020}
22:48:59.617140 run                osmo-ms-mob/00033: Starting mobile
22:48:59.632461 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.638834 run                             mass: MS performed LU  {at=29674645.342188932, lu_delay=5.824931729584932, ms=00019}
22:48:59.644842 run                             mass: MS start registered  {at=29674645.348208316, delay=0.006037726998329163, ms=00033}
22:48:59.666833 run                             mass: MS performed LU  {at=29674645.37017422, lu_delay=6.209140665829182, ms=00018}
22:49:00.130403 run                osmo-ms-mob/00034: Starting mobile
22:49:00.146211 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.157244 run                             mass: MS start registered  {at=29674645.860590573, delay=0.005039487034082413, ms=00034}
22:49:00.410523 run                osmo-ms-mob/00035: Starting mobile
22:49:00.425785 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.436764 run                             mass: MS start registered  {at=29674646.140094098, delay=0.00495360791683197, ms=00035}
22:49:00.790632 run                osmo-ms-mob/00036: Starting mobile
22:49:00.803345 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.814359 run                             mass: MS start registered  {at=29674646.517712444, delay=0.004781197756528854, ms=00036}
22:49:01.212715 run                osmo-ms-mob/00037: Starting mobile
22:49:01.228501 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.239153 run                             mass: MS start registered  {at=29674646.942507263, delay=0.004802025854587555, ms=00037}
22:49:01.296700 run                             mass: MS performed LU  {at=29674646.999927904, lu_delay=5.547919500619173, ms=00023}
22:49:01.398678 run                             mass: MS performed LU  {at=29674647.101929683, lu_delay=4.770088281482458, ms=00025}
22:49:01.412886 run                osmo-ms-mob/00038: Starting mobile
22:49:01.426054 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.432178 run                             mass: MS performed LU  {at=29674647.135540128, lu_delay=6.2182935401797295, ms=00022}
22:49:01.438040 run                             mass: MS start registered  {at=29674647.141406678, delay=0.005883712321519852, ms=00038}
22:49:01.569596 run                             mass: MS performed LU  {at=29674647.272845153, lu_delay=5.454648815095425, ms=00024}
22:49:01.598984 run                osmo-ms-mob/00039: Starting mobile
22:49:01.611905 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.622564 run                             mass: MS start registered  {at=29674647.32591714, delay=0.004631895571947098, ms=00039}
22:49:02.189929 run                osmo-ms-mob/00040: Starting mobile
22:49:02.203261 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.214274 run                             mass: MS start registered  {at=29674647.917628575, delay=0.004760567098855972, ms=00040}
22:49:02.489748 run                osmo-ms-mob/00041: Starting mobile
22:49:02.502902 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.513786 run                             mass: MS start registered  {at=29674648.217137262, delay=0.0046411193907260895, ms=00041}
22:49:02.823099 run                osmo-ms-mob/00042: Starting mobile
22:49:02.840935 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.851692 run                             mass: MS start registered  {at=29674648.555045918, delay=0.0047612786293029785, ms=00042}
22:49:03.227383 run                osmo-ms-mob/00043: Starting mobile
22:49:03.245010 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.255627 run                             mass: MS start registered  {at=29674648.9589804, delay=0.0045501478016376495, ms=00043}
22:49:03.261708 run                             mass: MS performed LU  {at=29674648.9650681, lu_delay=5.534570682793856, ms=00028}
22:49:03.327563 run                             mass: MS performed LU  {at=29674649.030814122, lu_delay=6.289265360683203, ms=00026}
22:49:03.354349 run                osmo-ms-mob/00044: Starting mobile
22:49:03.367067 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.377608 run                             mass: MS start registered  {at=29674649.080965746, delay=0.004453394562005997, ms=00044}
22:49:03.395458 run                             mass: MS performed LU  {at=29674649.09881137, lu_delay=4.7560997530817986, ms=00030}
22:49:03.433406 run                             mass: MS performed LU  {at=29674649.13667574, lu_delay=5.984205383807421, ms=00027}
22:49:03.454001 run                osmo-ms-mob/00045: Starting mobile
22:49:03.467273 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.473584 run                             mass: MS performed LU  {at=29674649.176942486, lu_delay=5.234579518437386, ms=00029}
22:49:03.479390 run                             mass: MS start registered  {at=29674649.18275625, delay=0.005831416696310043, ms=00045}
22:49:04.103005 run                osmo-ms-mob/00046: Starting mobile
22:49:04.117202 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.128571 run                             mass: MS start registered  {at=29674649.83190428, delay=0.005098484456539154, ms=00046}
22:49:04.403080 run                osmo-ms-mob/00047: Starting mobile
22:49:04.430279 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.441665 run                             mass: MS start registered  {at=29674650.145012002, delay=0.005300454795360565, ms=00047}
22:49:04.689426 run                osmo-ms-mob/00048: Starting mobile
22:49:04.702634 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.713344 run                             mass: MS start registered  {at=29674650.41669813, delay=0.004768751561641693, ms=00048}
22:49:04.990435 run                osmo-ms-mob/00049: Starting mobile
22:49:05.003166 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.013760 run                             mass: MS start registered  {at=29674650.71711271, delay=0.004578050225973129, ms=00049}
22:49:05.062326 run                             mass: MS performed LU  {at=29674650.76557343, lu_delay=5.749334283173084, ms=00032}
22:49:05.164568 run                             mass: MS performed LU  {at=29674650.867819875, lu_delay=6.126669980585575, ms=00031}
22:49:05.205294 run                osmo-ms-mob/00050: Starting mobile
22:49:05.220519 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.226358 run                             mass: MS performed LU  {at=29674650.929720156, lu_delay=5.581511840224266, ms=00033}
22:49:05.232131 run                             mass: MS start registered  {at=29674650.93549794, delay=0.005793686956167221, ms=00050}
22:49:05.335689 run                             mass: MS performed LU  {at=29674651.03893916, lu_delay=5.178348585963249, ms=00034}
22:49:05.371158 run                             mass: MS performed LU  {at=29674651.074408818, lu_delay=4.9343147203326225, ms=00035}
22:49:05.388077 run                osmo-ms-mob/00051: Starting mobile
22:49:05.401104 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.411785 run                             mass: MS start registered  {at=29674651.115140967, delay=0.004686150699853897, ms=00051}
22:49:06.002066 run                osmo-ms-mob/00052: Starting mobile
22:49:06.015761 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.026738 run                             mass: MS start registered  {at=29674651.730088267, delay=0.004802875220775604, ms=00052}
22:49:06.303244 run                osmo-ms-mob/00053: Starting mobile
22:49:06.317061 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.328256 run                             mass: MS start registered  {at=29674652.03160812, delay=0.004892226308584213, ms=00053}
22:49:06.599063 run                osmo-ms-mob/00054: Starting mobile
22:49:06.612266 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.623338 run                             mass: MS start registered  {at=29674652.326690614, delay=0.005056288093328476, ms=00054}
22:49:06.912259 run                osmo-ms-mob/00055: Starting mobile
22:49:06.928622 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.939925 run                             mass: MS start registered  {at=29674652.643275492, delay=0.005177691578865051, ms=00055}
22:49:07.028238 run                             mass: MS performed LU  {at=29674652.731486004, lu_delay=4.813857428729534, ms=00040}
22:49:07.093814 run                             mass: MS performed LU  {at=29674652.79706529, lu_delay=5.471148151904345, ms=00039}
22:49:07.120496 run                osmo-ms-mob/00056: Starting mobile
22:49:07.133325 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.143895 run                             mass: MS start registered  {at=29674652.84725175, delay=0.004675295203924179, ms=00056}
22:49:07.161407 run                             mass: MS performed LU  {at=29674652.864759844, lu_delay=6.34704739972949, ms=00036}
22:49:07.199188 run                             mass: MS performed LU  {at=29674652.90245393, lu_delay=5.761047251522541, ms=00038}
22:49:07.220401 run                osmo-ms-mob/00057: Starting mobile
22:49:07.233387 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.244442 run                             mass: MS start registered  {at=29674652.947795838, delay=0.0033855848014354706, ms=00057}
22:49:07.507849 run                             mass: MS performed LU  {at=29674653.211098786, lu_delay=4.993961524218321, ms=00041}
22:49:07.901935 run                osmo-ms-mob/00058: Starting mobile
22:49:07.915322 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.927551 run                             mass: MS start registered  {at=29674653.630896144, delay=0.006279587745666504, ms=00058}
22:49:08.202381 run                osmo-ms-mob/00059: Starting mobile
22:49:08.216431 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.227349 run                             mass: MS start registered  {at=29674653.930701368, delay=0.004866193979978561, ms=00059}
22:49:08.495690 run                osmo-ms-mob/00060: Starting mobile
22:49:08.510214 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.520863 run                             mass: MS start registered  {at=29674654.22421548, delay=0.004515908658504486, ms=00060}
22:49:08.828769 run                             mass: MS performed LU  {at=29674654.53196777, lu_delay=5.572987370193005, ms=00043}
22:49:08.885155 run                osmo-ms-mob/00061: Starting mobile
22:49:08.900212 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.911152 run                             mass: MS start registered  {at=29674654.614505436, delay=0.004801727831363678, ms=00061}
22:49:08.928568 run                             mass: MS performed LU  {at=29674654.631920405, lu_delay=6.076874487102032, ms=00042}
22:49:08.957264 run                             mass: MS performed LU  {at=29674654.66056476, lu_delay=5.477808512747288, ms=00045}
22:49:08.994747 run                osmo-ms-mob/00062: Starting mobile
22:49:09.009190 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.019734 run                             mass: MS start registered  {at=29674654.723090343, delay=0.004552222788333893, ms=00062}
22:49:09.101740 run                             mass: MS performed LU  {at=29674654.80499146, lu_delay=5.7240257151424885, ms=00044}
22:49:09.137466 run                             mass: MS performed LU  {at=29674654.840742216, lu_delay=5.0088379345834255, ms=00046}
22:49:09.154836 run                osmo-ms-mob/00063: Starting mobile
22:49:09.167966 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.174087 run                             mass: MS performed LU  {at=29674654.87744725, lu_delay=4.7324352487921715, ms=00047}
22:49:09.179982 run                             mass: MS start registered  {at=29674654.883349247, delay=0.005917385220527649, ms=00063}
22:49:09.903746 run                osmo-ms-mob/00064: Starting mobile
22:49:09.917644 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.928374 run                             mass: MS start registered  {at=29674655.63172805, delay=0.004732072353363037, ms=00064}
22:49:10.212271 run                             mass: MS performed LU  {at=29674655.9155262, lu_delay=3.8839180804789066, ms=00053}
22:49:10.242678 run                osmo-ms-mob/00065: Starting mobile
22:49:10.255963 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.266978 run                             mass: MS start registered  {at=29674655.97033195, delay=0.004876803606748581, ms=00065}
22:49:10.621263 run                osmo-ms-mob/00066: Starting mobile
22:49:10.636907 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.647622 run                             mass: MS start registered  {at=29674656.350975107, delay=0.004726119339466095, ms=00066}
22:49:10.793904 run                             mass: MS performed LU  {at=29674656.49716373, lu_delay=4.767075464129448, ms=00052}
22:49:10.858363 run                             mass: MS performed LU  {at=29674656.56163469, lu_delay=5.626136749982834, ms=00050}
22:49:10.885076 run                osmo-ms-mob/00067: Starting mobile
22:49:10.898130 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.908980 run                             mass: MS start registered  {at=29674656.612330735, delay=0.004922956228256226, ms=00067}
22:49:10.927457 run                             mass: MS performed LU  {at=29674656.630792733, lu_delay=5.913680024445057, ms=00049}
22:49:10.964882 run                             mass: MS performed LU  {at=29674656.66815376, lu_delay=5.553012792021036, ms=00051}
22:49:10.986198 run                osmo-ms-mob/00068: Starting mobile
22:49:10.999346 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.010488 run                             mass: MS start registered  {at=29674656.713835258, delay=0.004815239459276199, ms=00068}
22:49:11.039035 run                             mass: MS performed LU  {at=29674656.742323335, lu_delay=6.325625203549862, ms=00048}
22:49:11.702887 run                osmo-ms-mob/00069: Starting mobile
22:49:11.717498 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.728452 run                             mass: MS start registered  {at=29674657.43180368, delay=0.004952717572450638, ms=00069}
22:49:12.100950 run                osmo-ms-mob/00070: Starting mobile
22:49:12.114712 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.125610 run                             mass: MS start registered  {at=29674657.828959875, delay=0.004884272813796997, ms=00070}
22:49:12.490415 run                osmo-ms-mob/00071: Starting mobile
22:49:12.503327 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.514048 run                             mass: MS start registered  {at=29674658.217402104, delay=0.004732593894004822, ms=00071}
22:49:12.593775 run                             mass: MS performed LU  {at=29674658.2970263, lu_delay=5.449774548411369, ms=00056}
22:49:12.695690 run                             mass: MS performed LU  {at=29674658.398952194, lu_delay=4.76805604994297, ms=00058}
22:49:12.723267 run                             mass: MS performed LU  {at=29674658.426528063, lu_delay=5.4787322245538235, ms=00057}
22:49:12.745072 run                osmo-ms-mob/00072: Starting mobile
22:49:12.758144 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.768976 run                             mass: MS start registered  {at=29674658.472328562, delay=0.004867717623710632, ms=00072}
22:49:12.867247 run                             mass: MS performed LU  {at=29674658.5704999, lu_delay=6.243809286504984, ms=00054}
22:49:12.903385 run                             mass: MS performed LU  {at=29674658.606637795, lu_delay=5.96336230263114, ms=00055}
22:49:12.939831 run                             mass: MS performed LU  {at=29674658.643092185, lu_delay=4.712390817701817, ms=00059}
22:49:12.959096 run                osmo-ms-mob/00073: Starting mobile
22:49:12.972007 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.982653 run                             mass: MS start registered  {at=29674658.686007205, delay=0.004535917192697525, ms=00073}
22:49:13.704044 run                osmo-ms-mob/00074: Starting mobile
22:49:13.718388 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.729227 run                             mass: MS start registered  {at=29674659.43258207, delay=0.004856530576944351, ms=00074}
22:49:14.119645 run                osmo-ms-mob/00075: Starting mobile
22:49:14.135061 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.145850 run                             mass: MS start registered  {at=29674659.84920445, delay=0.0047592781484127045, ms=00075}
22:49:14.458650 run                             mass: MS performed LU  {at=29674660.16190145, lu_delay=5.278552204370499, ms=00063}
22:49:14.495495 run                             mass: MS performed LU  {at=29674660.198762394, lu_delay=4.567034345120192, ms=00064}
22:49:14.520353 run                osmo-ms-mob/00076: Starting mobile
22:49:14.533573 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.544526 run                             mass: MS start registered  {at=29674660.24787572, delay=0.00500822439789772, ms=00076}
22:49:14.624288 run                             mass: MS performed LU  {at=29674660.327538554, lu_delay=6.103323072195053, ms=00060}
22:49:14.768514 run                             mass: MS performed LU  {at=29674660.47176682, lu_delay=5.748676475137472, ms=00062}
22:49:15.020791 run                osmo-ms-mob/00077: Starting mobile
22:49:15.037989 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.048866 run                             mass: MS start registered  {at=29674660.75221751, delay=0.004921566694974899, ms=00077}
22:49:15.503261 run                osmo-ms-mob/00078: Starting mobile
22:49:15.517024 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.523184 run                             mass: MS performed LU  {at=29674661.22654278, lu_delay=6.612037342041731, ms=00061}
22:49:15.529000 run                             mass: MS start registered  {at=29674661.23236706, delay=0.005843322724103928, ms=00078}
22:49:15.889183 run                osmo-ms-mob/00079: Starting mobile
22:49:15.902605 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.913327 run                             mass: MS start registered  {at=29674661.61668097, delay=0.004739250987768173, ms=00079}
22:49:16.360082 run                             mass: MS performed LU  {at=29674662.063333817, lu_delay=5.451003082096577, ms=00067}
22:49:16.416501 run                osmo-ms-mob/00080: Starting mobile
22:49:16.431422 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.437674 run                             mass: MS performed LU  {at=29674662.14103258, lu_delay=5.790057472884655, ms=00066}
22:49:16.443525 run                             mass: MS start registered  {at=29674662.146890465, delay=0.005875885486602783, ms=00080}
22:49:16.488863 run                             mass: MS performed LU  {at=29674662.19212998, lu_delay=4.76032629981637, ms=00069}
22:49:16.669292 run                             mass: MS performed LU  {at=29674662.372542668, lu_delay=5.658707410097122, ms=00068}
22:49:16.687549 run                             mass: MS performed LU  {at=29674662.390853655, lu_delay=6.420521706342697, ms=00065}
22:49:16.705513 run                osmo-ms-mob/00081: Starting mobile
22:49:16.718344 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.729198 run                             mass: MS start registered  {at=29674662.432551958, delay=0.004797935485839844, ms=00081}
22:49:17.289926 run                osmo-ms-mob/00082: Starting mobile
22:49:17.303379 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.314235 run                             mass: MS start registered  {at=29674663.017580286, delay=0.004830416291952133, ms=00082}
22:49:17.921763 run                osmo-ms-mob/00083: Starting mobile
22:49:17.938593 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.949296 run                             mass: MS start registered  {at=29674663.652649727, delay=0.004838228225708008, ms=00083}
22:49:18.224934 run                             mass: MS performed LU  {at=29674663.92818612, lu_delay=6.099226243793964, ms=00070}
22:49:18.261407 run                             mass: MS performed LU  {at=29674663.96467396, lu_delay=5.278666753321886, ms=00073}
22:49:18.301909 run                osmo-ms-mob/00084: Starting mobile
22:49:18.315851 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.326531 run                             mass: MS start registered  {at=29674664.02988628, delay=0.004744734615087509, ms=00084}
22:49:18.390553 run                             mass: MS performed LU  {at=29674664.09380683, lu_delay=4.661224760115147, ms=00074}
22:49:18.534560 run                             mass: MS performed LU  {at=29674664.23781813, lu_delay=5.765489567071199, ms=00072}
22:49:18.589458 run                             mass: MS performed LU  {at=29674664.29271207, lu_delay=6.075309965759516, ms=00071}
22:49:18.890192 run                osmo-ms-mob/00085: Starting mobile
22:49:18.903327 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.914351 run                             mass: MS start registered  {at=29674664.617701758, delay=0.004873067140579224, ms=00085}
22:49:19.502362 run                osmo-ms-mob/00086: Starting mobile
22:49:19.516009 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.527228 run                             mass: MS start registered  {at=29674665.230578292, delay=0.005122728645801544, ms=00086}
22:49:20.122048 run                osmo-ms-mob/00087: Starting mobile
22:49:20.140204 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.146229 run                             mass: MS performed LU  {at=29674665.849586897, lu_delay=4.617219835519791, ms=00078}
22:49:20.151960 run                             mass: MS start registered  {at=29674665.855327085, delay=0.005758635699748993, ms=00087}
22:49:20.227768 run                             mass: MS performed LU  {at=29674665.9310175, lu_delay=6.081813048571348, ms=00075}
22:49:20.254486 run                             mass: MS performed LU  {at=29674665.95778003, lu_delay=5.709904309362173, ms=00076}
22:49:20.399117 run                             mass: MS performed LU  {at=29674666.10237039, lu_delay=5.350152879953384, ms=00077}
22:49:20.719795 run                osmo-ms-mob/00088: Starting mobile
22:49:20.736781 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.747628 run                             mass: MS start registered  {at=29674666.45097574, delay=0.004882283508777618, ms=00088}
22:49:21.290124 run                osmo-ms-mob/00089: Starting mobile
22:49:21.303475 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.314563 run                             mass: MS start registered  {at=29674667.01790711, delay=0.0051648616790771484, ms=00089}
22:49:21.889840 run                osmo-ms-mob/00090: Starting mobile
22:49:21.902683 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.913264 run                             mass: MS start registered  {at=29674667.616616435, delay=0.0045525915920734406, ms=00090}
22:49:22.091390 run                             mass: MS performed LU  {at=29674667.79459812, lu_delay=6.177917152643204, ms=00079}
22:49:22.156149 run                             mass: MS performed LU  {at=29674667.859398916, lu_delay=5.712508451193571, ms=00080}
22:49:22.225375 run                             mass: MS performed LU  {at=29674667.928603422, lu_delay=5.496051464229822, ms=00081}
22:49:22.262192 run                             mass: MS performed LU  {at=29674667.96546161, lu_delay=4.947881326079369, ms=00082}
22:49:22.589996 run                osmo-ms-mob/00091: Starting mobile
22:49:22.602943 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.613693 run                             mass: MS start registered  {at=29674668.317045625, delay=0.0047173649072647095, ms=00091}
22:49:23.301409 run                osmo-ms-mob/00092: Starting mobile
22:49:23.315040 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.325832 run                             mass: MS start registered  {at=29674669.02918487, delay=0.004810083657503128, ms=00092}
22:49:23.891738 run                             mass: MS performed LU  {at=29674669.59499, lu_delay=4.36441170796752, ms=00086}
22:49:23.993216 run                             mass: MS performed LU  {at=29674669.696465623, lu_delay=5.078763864934444, ms=00085}
22:49:24.034194 run                osmo-ms-mob/00093: Starting mobile
22:49:24.049573 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.055444 run                             mass: MS performed LU  {at=29674669.758806378, lu_delay=5.7289200983941555, ms=00084}
22:49:24.061104 run                             mass: MS start registered  {at=29674669.76447172, delay=0.005680318921804428, ms=00093}
22:49:24.165765 run                             mass: MS performed LU  {at=29674669.869012468, lu_delay=6.216362740844488, ms=00083}
22:49:24.189646 run                             mass: MS performed LU  {at=29674669.893008202, lu_delay=22.950500939041376, ms=00037}
22:49:25.002868 run                osmo-ms-mob/00094: Starting mobile
22:49:25.017359 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.028145 run                             mass: MS start registered  {at=29674670.731490184, delay=0.0047453828155994415, ms=00094}
22:49:25.858178 run                             mass: MS performed LU  {at=29674671.561430957, lu_delay=4.543523848056793, ms=00089}
22:49:25.913298 run                osmo-ms-mob/00095: Starting mobile
22:49:25.928433 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.934329 run                             mass: MS performed LU  {at=29674671.637690473, lu_delay=5.782363388687372, ms=00087}
22:49:25.940012 run                             mass: MS start registered  {at=29674671.64337944, delay=0.005704939365386963, ms=00095}
22:49:25.991724 run                             mass: MS performed LU  {at=29674671.694973852, lu_delay=5.243998114019632, ms=00088}
22:49:26.889844 run                osmo-ms-mob/00096: Starting mobile
22:49:26.902554 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.913384 run                             mass: MS start registered  {at=29674672.616737146, delay=0.004593763500452042, ms=00096}
22:49:27.657852 run                             mass: MS performed LU  {at=29674673.361102365, lu_delay=4.331917494535446, ms=00092}
22:49:27.758950 run                             mass: MS performed LU  {at=29674673.462202784, lu_delay=5.145157158374786, ms=00091}
22:49:27.785473 run                             mass: MS performed LU  {at=29674673.48875097, lu_delay=5.8721345365047455, ms=00090}
22:49:27.990150 run                osmo-ms-mob/00097: Starting mobile
22:49:28.003184 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.013865 run                             mass: MS start registered  {at=29674673.71721706, delay=0.004746571183204651, ms=00097}
22:49:29.321779 run                osmo-ms-mob/00098: Starting mobile
22:49:29.338317 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.349511 run                             mass: MS start registered  {at=29674675.052863903, delay=0.005007438361644745, ms=00098}
22:49:29.624205 run                             mass: MS performed LU  {at=29674675.327275187, lu_delay=4.59578500315547, ms=00094}
22:49:29.688084 run                             mass: MS performed LU  {at=29674675.391337678, lu_delay=5.626865956932306, ms=00093}
22:49:31.129069 run                osmo-ms-mob/00099: Starting mobile
22:49:31.144934 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.150834 run                             mass: All started... {duration=55.77130300924182, too_slow=0}
22:49:31.156556 run                             mass: MS start registered  {at=29674676.85991573, delay=0.005713470280170441, ms=00099}
22:49:31.524481 run                             mass: MS performed LU  {at=29674677.227735717, lu_delay=4.610998570919037, ms=00096}
22:49:31.551342 run                             mass: MS performed LU  {at=29674677.25468567, lu_delay=5.611306231468916, ms=00095}
22:49:33.389999 run                             mass: MS performed LU  {at=29674679.09318532, lu_delay=5.375968258827925, ms=00097}
22:49:35.290906 run                             mass: MS performed LU  {at=29674680.994159278, lu_delay=5.941295374184847, ms=00098}
22:49:37.155867 run                             mass: MS performed LU  {at=29674682.85911896, lu_delay=5.999203231185675, ms=00099}
22:49:37.165030 run                             mass: Tests done {all_completed=True, max=22.950500939041376, min=3.8839180804789066}
22:49:37.170359 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.175598 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.178815 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.181990 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.185170 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.188356 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.191543 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.194758 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.197974 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.201174 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.204386 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.207666 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.210939 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.214215 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.217461 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.220772 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.224105 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.227452 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.230821 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.234163 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.237563 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.240860 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.244181 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.247545 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.250796 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.254048 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.257323 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.260590 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.263869 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.267129 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.270395 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.273710 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.277252 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.280528 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.283975 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.287340 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.290622 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.294004 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.297533 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.300891 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.304195 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.307490 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.311352 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.314856 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.318241 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.321612 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.325085 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.328436 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.332281 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.335573 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.338865 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.342211 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.345782 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.349129 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.352448 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.355798 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.359729 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.363471 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.366801 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.370725 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.374127 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.378098 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.381572 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.385364 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:37.388825 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:37.392377 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:37.395764 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:37.399382 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:37.402860 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:37.406608 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:37.409923 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:37.413317 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:37.416636 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:37.419924 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:37.423210 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:37.427083 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:37.430443 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:37.433736 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:37.437012 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:37.440347 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:37.443687 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:37.447056 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.450384 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.453716 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.457005 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.460304 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.463672 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.467145 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.470809 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.474317 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.477677 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.481042 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.484309 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.487677 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.490952 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.494330 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.498380 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.501823 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.505284 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.508649 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.512009 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.515413 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.518745 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.522073 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.525371 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.528747 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.532554 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.535933 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.539341 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.542750 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.546169 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.549576 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.552881 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.556220 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.559631 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.562975 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.566243 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.569503 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.572826 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.576095 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.579301 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.582491 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.585689 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.588894 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.592068 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.595259 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.598475 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.601750 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.605002 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.608258 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.611510 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.614775 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.618012 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.621271 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.624502 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.627753 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.630995 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.634242 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.637495 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.640751 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.644005 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.647263 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.650520 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.653792 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.657037 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.660280 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.663536 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.666812 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.670056 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.673299 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.676485 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.679719 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.682968 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.686208 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.689460 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.692735 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.695988 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.699242 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.702493 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.705766 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.709018 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.712262 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.715504 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.718768 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.721997 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.725184 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.728369 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.731569 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.734763 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.737970 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.741156 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.744345 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.747533 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.750718 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.753915 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.757117 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.760302 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.763499 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.766680 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.769980 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.773172 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.776350 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.779525 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.782726 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.785914 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.789100 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.792293 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.795502 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.798706 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.801904 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.805088 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.808289 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.811470 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.814672 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.817858 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.821062 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.824247 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.827439 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.830637 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.833845 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.837057 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.840257 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.843450 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.846658 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.849865 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.853073 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.856249 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.859452 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.862632 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.865818 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.869008 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.872217 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.875416 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.878602 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.881834 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.883290 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.886908 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.888366 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.891983 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.893463 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.897075 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.898549 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.902173 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.903638 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.907300 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.908800 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.912421 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.913900 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.917545 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.919018 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.922670 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.924137 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.927813 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.929294 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.932977 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.934460 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.938120 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.939601 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.943293 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.944785 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.948446 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.949937 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.953571 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.955047 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.958695 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.960189 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.963826 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.965316 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.969001 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.970475 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.974128 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.975616 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.979249 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.980746 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.984385 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.985869 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.989531 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.990999 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.994648 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.996112 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.999746 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.001221 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.004867 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.006338 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.009980 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.011447 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.015093 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.016557 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.020113 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.021561 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.025087 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.026520 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.030090 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.031515 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.035044 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.036474 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.040031 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.041461 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.044997 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.046423 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.049951 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.051375 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.054902 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.056325 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.059849 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.061280 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.064810 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.066231 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.069777 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.071209 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.074750 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.076181 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.079701 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.081138 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.084678 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.086114 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.089650 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.091084 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.094597 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.096022 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.099568 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.101010 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.104530 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.105965 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.109522 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.110951 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.114477 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.115899 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.119444 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.120867 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.124381 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.125840 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.129383 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.130808 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.134341 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.135761 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.139309 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.140761 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.144288 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.145726 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.149283 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.150709 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.154232 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.155665 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.159186 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.160617 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.164134 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.165584 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.169127 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.170551 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.174084 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.175511 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.179057 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.180483 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.184025 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.185451 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.188998 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.190420 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.193943 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.195370 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.198910 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.200337 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.203858 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.205283 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.208818 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.210246 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.213785 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.215218 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.218747 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.220174 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.223704 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.225139 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.228705 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.230139 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.233674 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.235100 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.238619 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.240045 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.243566 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.244996 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.248527 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.249956 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.253482 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.254906 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.258440 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.259864 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.263389 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.264826 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.268361 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.269815 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.273342 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.274765 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.278305 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.279731 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.283267 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.284707 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.288238 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.289664 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.293204 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.294637 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.298179 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.299608 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.303148 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.304576 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.308131 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.309572 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.313094 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.314523 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.318039 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.319466 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.322986 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.324412 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.327968 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.329400 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.333005 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.334431 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.338057 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.339516 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.343118 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.344567 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.348175 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.349648 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.353244 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.354701 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.358301 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.359762 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.363354 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.364816 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.368411 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.369864 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.373419 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.374848 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.378375 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.379809 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.383334 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.384776 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:38.388316 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.389754 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:38.393297 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.394724 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:38.398248 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.399678 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:38.403208 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.404633 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:38.408175 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.409622 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:38.413155 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.414594 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:38.418224 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.419689 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:38.423318 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.424795 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:38.428429 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.429911 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:38.433535 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.435003 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:38.438637 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.440109 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.443734 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.445203 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.448969 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.450442 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.454081 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.455551 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.459201 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.460667 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.464272 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.465735 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.469383 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.470837 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.474453 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.475907 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.479526 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.480997 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.484609 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.486092 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.489727 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.491178 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.494809 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.496260 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.499905 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.501376 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.504997 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.506472 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.510111 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.511577 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.515197 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.516682 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.520298 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.521752 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.525362 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.526811 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.530450 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.531900 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.535533 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.536986 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.540606 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.542063 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.545672 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.547127 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.550776 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.552233 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.555885 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.557342 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.560963 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.562422 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.566051 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.567502 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.571138 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.572598 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.576218 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.577689 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.581300 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.582754 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.586386 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.587845 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.591469 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.592928 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.596540 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.598002 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.601640 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.603091 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.606704 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.608167 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.611810 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.613286 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.616918 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.618372 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.621976 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.623435 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.627054 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.628526 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.632225 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.633682 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.637297 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.638747 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.642381 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.643842 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.647471 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.648938 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.652578 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.654084 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.657725 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.659196 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.662815 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.664270 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.667888 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.669347 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.673006 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.674470 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.678101 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.679558 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.683188 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.684648 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.688268 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.689739 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.693368 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.694828 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.698455 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.699911 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.703546 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.705010 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.708629 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.710096 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.713773 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.715231 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.718842 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.720308 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.723932 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.725423 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.729047 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.730506 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.734135 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.735596 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.739228 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.740695 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.744319 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.745773 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.749383 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.750846 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.754482 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.755944 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.759584 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.761051 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.764679 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.766141 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.769764 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.771222 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.774867 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.776329 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.779954 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.781453 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.785055 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.786516 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.790133 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.791590 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.795237 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.796704 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.800316 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.801773 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.805406 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.806868 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.810488 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.811952 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.815625 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.817081 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.820703 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.822154 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.825780 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.827236 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.830863 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.832313 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.835945 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.837415 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.841013 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.842469 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.846117 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.847575 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.851211 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.852682 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.856316 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.857767 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.861394 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.862846 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.866466 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.867919 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.871547 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.873016 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.876654 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.878107 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.881726 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.883176 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.886807 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.888260 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.891893 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.893357 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.896996 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.898454 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.902101 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.903564 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.907188 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.908647 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.912255 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.913716 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.917359 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.918819 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.922449 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.923907 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.927540 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.928989 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.932591 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.934063 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.937695 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.939157 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.942783 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.944240 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.947861 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.949313 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.353742 ---      ParallelTerminationStrategy: PID 34 died...
22:49:42.359522 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8188 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.423142 tst                       trial-8188: Storing JUnit report in /build/trial-8188/run.2025-12-22_22-48-15/trial-8188.xml

--------------------------------------------------------------------------------------------
trial-8188 PASS
--------------------------------------------------------------------------------------------
22:49:42.433891 tst                       trial-8188: trial-8188: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8188/inst
+ cd trial-8188
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-22 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8188-run.tgz run.2025-12-22_22-48-15
+ tar czf /build/trial-8188-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-22_13_36_01.tgz osmo-bts-oc2g.build-2025-12-22_13_33_27.tgz osmo-bts-sysmo.build-2025-12-22_13_33_43.tgz osmo-bts.build-2025-12-22_13_33_34.tgz osmo-ggsn.build-2025-12-22_20_59_42.tgz osmo-hlr.build-2025-12-22_13_32_35.tgz osmo-hnbgw.build-2025-12-22_13_29_47.tgz osmo-mgw.build-2025-12-22_13_31_47.tgz osmo-msc.build-2025-12-22_13_40_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-22_07_35_06.tgz osmo-pcu-sysmo.build-2025-12-22_07_37_20.tgz osmo-pcu.build-2025-12-22_07_35_04.tgz osmo-sgsn.build-2025-12-22_21_17_47.tgz osmo-stp.build-2025-12-22_13_25_23.tgz osmo-trx.build-2025-12-22_09_53_00.tgz osmocom-bb.build-2025-12-22_21_18_49.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