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/jenkins12049547740097586415.sh
+ rm -rf trial-8198-bin.tgz trial-8198-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25144
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11081
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10523
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12913
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13239
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12989
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41447
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7613
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43610
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8467
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 13221
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7538
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11606
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7653
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9104
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6373
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 7538
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10828487617949579029.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-8198
+ 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 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#25 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#25 CACHED

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

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

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

#29 [20/28] WORKDIR	/TMP
#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 [ 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
#31 CACHED

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:74445b5ee987904862253f23d9e7602039437fdfe4c923b3532076d222577194 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8199 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-02 22:48:35
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8199
+ mkdir -p trial-8199
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-02_13_34_03.tgz osmo-bts-oc2g.build-2026-01-02_00_53_10.tgz osmo-bts-sysmo.build-2026-01-02_00_53_15.tgz osmo-bts.build-2026-01-02_00_53_08.tgz osmo-ggsn.build-2026-01-02_20_59_41.tgz osmo-hlr.build-2026-01-02_16_38_47.tgz osmo-hnbgw.build-2026-01-02_13_35_35.tgz osmo-mgw.build-2026-01-02_08_34_44.tgz osmo-msc.build-2026-01-02_13_37_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-02_07_35_54.tgz osmo-pcu-sysmo.build-2026-01-02_07_37_56.tgz osmo-pcu.build-2026-01-02_07_38_01.tgz osmo-sgsn.build-2026-01-02_21_17_58.tgz osmo-stp.build-2026-01-02_13_27_46.tgz osmo-trx.build-2026-01-02_14_38_49.tgz osmocom-bb.build-2026-01-02_21_18_50.tgz srslte.build-19.tgz trial-8199
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-02_13_34_03.md5 osmo-bts-oc2g.build-2026-01-02_00_53_10.md5 osmo-bts-sysmo.build-2026-01-02_00_53_15.md5 osmo-bts.build-2026-01-02_00_53_08.md5 osmo-ggsn.build-2026-01-02_20_59_41.md5 osmo-hlr.build-2026-01-02_16_38_47.md5 osmo-hnbgw.build-2026-01-02_13_35_35.md5 osmo-mgw.build-2026-01-02_08_34_44.md5 osmo-msc.build-2026-01-02_13_37_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-02_07_35_54.md5 osmo-pcu-sysmo.build-2026-01-02_07_37_56.md5 osmo-pcu.build-2026-01-02_07_38_01.md5 osmo-sgsn.build-2026-01-02_21_17_58.md5 osmo-stp.build-2026-01-02_13_27_46.md5 osmo-trx.build-2026-01-02_14_38_49.md5 osmocom-bb.build-2026-01-02_21_18_50.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-02_13_34_03.md5 osmo-bts-oc2g.build-2026-01-02_00_53_10.md5 osmo-bts-sysmo.build-2026-01-02_00_53_15.md5 osmo-bts.build-2026-01-02_00_53_08.md5 osmo-ggsn.build-2026-01-02_20_59_41.md5 osmo-hlr.build-2026-01-02_16_38_47.md5 osmo-hnbgw.build-2026-01-02_13_35_35.md5 osmo-mgw.build-2026-01-02_08_34_44.md5 osmo-msc.build-2026-01-02_13_37_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-02_07_35_54.md5 osmo-pcu-sysmo.build-2026-01-02_07_37_56.md5 osmo-pcu.build-2026-01-02_07_38_01.md5 osmo-sgsn.build-2026-01-02_21_17_58.md5 osmo-stp.build-2026-01-02_13_27_46.md5 osmo-trx.build-2026-01-02_14_38_49.md5 osmocom-bb.build-2026-01-02_21_18_50.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-8199 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8199'
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-8199
--------------------------------------------------------------------------------------------
22:48:35.680889 tst                       trial-8199: Detailed log at /build/trial-8199/run.2026-01-02_22-48-35/log

---------------------------------------------------------------------
trial-8199 netreg_mass
---------------------------------------------------------------------
22:48:35.884167 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:35.884537 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:35.885309 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:35.886441 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:35.930462 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:35.931511 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:35.932910 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:35.995888 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-8199 netreg_mass register_default_mass.py
----------------------------------------------
22:48:35.996660 tst       register_default_mass.py:9: Claiming resources for the test
22:48:36.012004 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.012531 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.012985 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.013418 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.013847 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.014299 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.014727 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:36.045194 tst         register_default_mass.py: using LAC 2
22:48:36.067087 tst         register_default_mass.py: using RAC 2
22:48:36.092709 tst         register_default_mass.py: using CellId 2
22:48:36.121355 tst         register_default_mass.py: using BVCI 3
22:48:36.134718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.135435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.135994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.136510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.137035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.137536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.138025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.138542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.139055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.139559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.140066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.140589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.141208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.141760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.142283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.142797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.143326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.143842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.144349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.144882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.145394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.145907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.146436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.146959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.147483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.147997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.148508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.149013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.149537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.150049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.150550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.151081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.151593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.152110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.152638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.153157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.153661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.154170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.154690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.155204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.155708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.156215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.156741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.157244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.157750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.158272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.158783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.159294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.159803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.160315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.160827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.161327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.161842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.162352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.162858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.163369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.163875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.164393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.164917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.165416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.165907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.166428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.166938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.167446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.167945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.168463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.168973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.169480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.170000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.170498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.170994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.171501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.172071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.172575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.173093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.173593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.174086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.174595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.175102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.175598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.176095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.176604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.177116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.177617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.178127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.178627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.179144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.179648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.180147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.180668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.181176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.181674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.182202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.182709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.183212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.183721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.184225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.184737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.185251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.185751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.186242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.186805 tst      register_default_mass.py:21: Launching a simple network
22:48:36.196657 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:36.315838 run            create_hlr_db(pid=20): Launched
22:48:37.336898 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:37.355498 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:37.370277 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:37.375858 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:37.562805 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:37.577476 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:37.583077 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:38.000364 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:38.017372 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:41.032017 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:41.171271 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:41.186020 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:41.191581 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:41.214729 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:41.229516 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:41.235140 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:41.549482 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:41.564339 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:47.590821 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:47.763895 run         osmo-bts-virtual(pid=34): Launched
22:48:48.810263 tst         register_default_mass.py: using MSISDN 1001
22:48:48.828456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:48.869363 tst         register_default_mass.py: using MSISDN 1002
22:48:48.887605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:48.919223 tst         register_default_mass.py: using MSISDN 1003
22:48:48.934470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:48.966091 tst         register_default_mass.py: using MSISDN 1004
22:48:48.981088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:49.012366 tst         register_default_mass.py: using MSISDN 1005
22:48:49.027296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:49.058940 tst         register_default_mass.py: using MSISDN 1006
22:48:49.073896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:49.105097 tst         register_default_mass.py: using MSISDN 1007
22:48:49.119872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:49.151870 tst         register_default_mass.py: using MSISDN 1008
22:48:49.167043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:49.198227 tst         register_default_mass.py: using MSISDN 1009
22:48:49.213025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:49.244549 tst         register_default_mass.py: using MSISDN 1010
22:48:49.259670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:49.291072 tst         register_default_mass.py: using MSISDN 1011
22:48:49.306083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:49.337464 tst         register_default_mass.py: using MSISDN 1012
22:48:49.352419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:49.383451 tst         register_default_mass.py: using MSISDN 1013
22:48:49.398253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:49.429969 tst         register_default_mass.py: using MSISDN 1014
22:48:49.445014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:49.476736 tst         register_default_mass.py: using MSISDN 1015
22:48:49.491779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:49.523441 tst         register_default_mass.py: using MSISDN 1016
22:48:49.538377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:49.569635 tst         register_default_mass.py: using MSISDN 1017
22:48:49.584433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:49.615679 tst         register_default_mass.py: using MSISDN 1018
22:48:49.630527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:49.662166 tst         register_default_mass.py: using MSISDN 1019
22:48:49.677258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:49.708774 tst         register_default_mass.py: using MSISDN 1020
22:48:49.723735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:49.755675 tst         register_default_mass.py: using MSISDN 1021
22:48:49.770888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:49.802577 tst         register_default_mass.py: using MSISDN 1022
22:48:49.817643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:49.849377 tst         register_default_mass.py: using MSISDN 1023
22:48:49.864427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:49.896110 tst         register_default_mass.py: using MSISDN 1024
22:48:49.911296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:49.942986 tst         register_default_mass.py: using MSISDN 1025
22:48:49.958053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:49.989839 tst         register_default_mass.py: using MSISDN 1026
22:48:50.004801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:50.036498 tst         register_default_mass.py: using MSISDN 1027
22:48:50.046500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:50.078193 tst         register_default_mass.py: using MSISDN 1028
22:48:50.094266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:50.125406 tst         register_default_mass.py: using MSISDN 1029
22:48:50.140052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:50.171977 tst         register_default_mass.py: using MSISDN 1030
22:48:50.186969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:50.218356 tst         register_default_mass.py: using MSISDN 1031
22:48:50.233109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:50.265012 tst         register_default_mass.py: using MSISDN 1032
22:48:50.280018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:50.312016 tst         register_default_mass.py: using MSISDN 1033
22:48:50.326904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:50.358604 tst         register_default_mass.py: using MSISDN 1034
22:48:50.373573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:50.404934 tst         register_default_mass.py: using MSISDN 1035
22:48:50.419578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:50.451127 tst         register_default_mass.py: using MSISDN 1036
22:48:50.465778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:50.497271 tst         register_default_mass.py: using MSISDN 1037
22:48:50.511991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:50.543627 tst         register_default_mass.py: using MSISDN 1038
22:48:50.558538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:50.589795 tst         register_default_mass.py: using MSISDN 1039
22:48:50.604196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:50.635573 tst         register_default_mass.py: using MSISDN 1040
22:48:50.650110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:50.681825 tst         register_default_mass.py: using MSISDN 1041
22:48:50.696777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:50.728473 tst         register_default_mass.py: using MSISDN 1042
22:48:50.743405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:50.775403 tst         register_default_mass.py: using MSISDN 1043
22:48:50.790371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:50.822104 tst         register_default_mass.py: using MSISDN 1044
22:48:50.836920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:50.868544 tst         register_default_mass.py: using MSISDN 1045
22:48:50.883381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:50.915283 tst         register_default_mass.py: using MSISDN 1046
22:48:50.930289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:50.961698 tst         register_default_mass.py: using MSISDN 1047
22:48:50.976341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:51.008114 tst         register_default_mass.py: using MSISDN 1048
22:48:51.023048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:51.054732 tst         register_default_mass.py: using MSISDN 1049
22:48:51.069748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:51.101495 tst         register_default_mass.py: using MSISDN 1050
22:48:51.116350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:51.148102 tst         register_default_mass.py: using MSISDN 1051
22:48:51.163068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:51.195323 tst         register_default_mass.py: using MSISDN 1052
22:48:51.210407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:51.241668 tst         register_default_mass.py: using MSISDN 1053
22:48:51.251112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:51.282264 tst         register_default_mass.py: using MSISDN 1054
22:48:51.298374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:51.330246 tst         register_default_mass.py: using MSISDN 1055
22:48:51.345429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:51.376957 tst         register_default_mass.py: using MSISDN 1056
22:48:51.391971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:51.423661 tst         register_default_mass.py: using MSISDN 1057
22:48:51.438782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:51.470164 tst         register_default_mass.py: using MSISDN 1058
22:48:51.485105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:51.516539 tst         register_default_mass.py: using MSISDN 1059
22:48:51.531610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:51.562954 tst         register_default_mass.py: using MSISDN 1060
22:48:51.577775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:51.617794 tst         register_default_mass.py: using MSISDN 1061
22:48:51.635711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:51.667148 tst         register_default_mass.py: using MSISDN 1062
22:48:51.682452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:51.714264 tst         register_default_mass.py: using MSISDN 1063
22:48:51.729256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:51.760689 tst         register_default_mass.py: using MSISDN 1064
22:48:51.775428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:51.815347 tst         register_default_mass.py: using MSISDN 1065
22:48:51.833272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:51.864827 tst         register_default_mass.py: using MSISDN 1066
22:48:51.880137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:51.911501 tst         register_default_mass.py: using MSISDN 1067
22:48:51.926603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:51.958069 tst         register_default_mass.py: using MSISDN 1068
22:48:51.972925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:52.004436 tst         register_default_mass.py: using MSISDN 1069
22:48:52.019580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:52.050878 tst         register_default_mass.py: using MSISDN 1070
22:48:52.065604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:52.096942 tst         register_default_mass.py: using MSISDN 1071
22:48:52.111617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:52.142933 tst         register_default_mass.py: using MSISDN 1072
22:48:52.157866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:52.189110 tst         register_default_mass.py: using MSISDN 1073
22:48:52.203953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:52.235571 tst         register_default_mass.py: using MSISDN 1074
22:48:52.250570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:52.281855 tst         register_default_mass.py: using MSISDN 1075
22:48:52.296781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:52.328462 tst         register_default_mass.py: using MSISDN 1076
22:48:52.343484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:52.374722 tst         register_default_mass.py: using MSISDN 1077
22:48:52.389616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:52.421181 tst         register_default_mass.py: using MSISDN 1078
22:48:52.436214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:52.466756 tst         register_default_mass.py: using MSISDN 1079
22:48:52.481290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:52.513291 tst         register_default_mass.py: using MSISDN 1080
22:48:52.528249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:52.559653 tst         register_default_mass.py: using MSISDN 1081
22:48:52.574470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:52.605936 tst         register_default_mass.py: using MSISDN 1082
22:48:52.620978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:52.653002 tst         register_default_mass.py: using MSISDN 1083
22:48:52.668080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:52.699620 tst         register_default_mass.py: using MSISDN 1084
22:48:52.714748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:52.746714 tst         register_default_mass.py: using MSISDN 1085
22:48:52.761813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:52.793439 tst         register_default_mass.py: using MSISDN 1086
22:48:52.808466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:52.839996 tst         register_default_mass.py: using MSISDN 1087
22:48:52.855029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:52.886154 tst         register_default_mass.py: using MSISDN 1088
22:48:52.899386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:52.931277 tst         register_default_mass.py: using MSISDN 1089
22:48:52.945999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:52.977420 tst         register_default_mass.py: using MSISDN 1090
22:48:52.992346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:53.024221 tst         register_default_mass.py: using MSISDN 1091
22:48:53.039356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:53.071060 tst         register_default_mass.py: using MSISDN 1092
22:48:53.086194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:53.121340 tst         register_default_mass.py: using MSISDN 1093
22:48:53.138066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:53.169657 tst         register_default_mass.py: using MSISDN 1094
22:48:53.184884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:53.216364 tst         register_default_mass.py: using MSISDN 1095
22:48:53.231387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:53.262952 tst         register_default_mass.py: using MSISDN 1096
22:48:53.277903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:53.308923 tst         register_default_mass.py: using MSISDN 1097
22:48:53.323394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:53.354987 tst         register_default_mass.py: using MSISDN 1098
22:48:53.369987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:53.401153 tst         register_default_mass.py: using MSISDN 1099
22:48:53.416011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:53.446124 tst         register_default_mass.py: using MSISDN 1100
22:48:53.452714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:53.545699 run                             mass: Starting testcase
22:48:53.551303 run                             mass: Pre-launching all virtphy's
22:48:53.556738 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:53.569799 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:53.575900 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:53.588938 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:53.594946 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:53.607803 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:53.613849 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:53.626828 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:53.632833 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:53.645641 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:53.651653 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:53.664504 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:53.670481 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:53.683557 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:53.689515 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:53.702331 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:53.708298 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:53.721088 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:53.726976 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:53.739806 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:53.745721 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:53.758460 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:53.764388 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:53.777145 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:53.783120 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:53.795902 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:53.801812 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:53.814557 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:53.820429 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:53.833223 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:53.839141 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:53.851888 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:53.857745 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:53.870494 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:53.876372 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:53.889114 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:53.895033 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:53.907805 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:53.913765 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:53.926596 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:53.932477 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:53.945294 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:53.951261 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:53.964107 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:53.970061 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:53.982875 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:53.988802 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:54.001559 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:54.007439 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:54.020159 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:54.026064 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:54.038808 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:54.044780 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:54.057578 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:54.063420 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:54.076193 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:54.082087 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:54.094811 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:54.100756 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:54.113544 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:54.119406 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:54.132184 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:54.138089 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:54.150905 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:54.156828 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:54.169707 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:54.175648 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:54.188405 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:54.194532 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:54.207278 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:54.213310 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:54.226097 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:54.232074 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:54.244848 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:54.250732 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:54.263511 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:54.269493 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:54.282385 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:54.288349 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:54.301103 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:54.307099 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:54.319930 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:54.325939 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:54.338683 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:54.344601 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:54.357384 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:54.363308 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:54.376023 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:54.382092 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:54.394843 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:54.400871 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:54.413652 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:54.419615 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:54.432535 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:54.438455 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:54.451321 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:54.457283 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:54.470044 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:54.475985 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:54.488730 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:54.494705 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:54.507442 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:54.513394 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:54.526136 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:54.531998 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:54.544792 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:54.550835 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:54.563528 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:54.569645 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:54.582483 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:54.588546 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:54.601473 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:54.607484 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:54.620289 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:54.626221 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:54.639133 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:54.645140 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:54.657866 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:54.663921 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:54.676718 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:54.682814 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:54.695526 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:54.701490 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:54.714255 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:54.720239 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:54.732988 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:54.738956 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:54.751751 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:54.757753 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:54.770520 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:54.776454 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:54.789186 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:54.795063 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:54.807829 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:54.813754 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:54.826501 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:54.832449 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:54.845233 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:54.851412 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:54.864152 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:54.870183 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:54.882945 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:54.888917 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:54.901835 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:54.907845 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:54.920722 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:54.926632 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:54.939346 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:54.945263 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:54.957975 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:54.963940 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:54.976702 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:54.982625 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:54.995326 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:55.001295 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:55.013978 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:55.019840 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:55.032637 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:55.038612 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:55.051352 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:55.057323 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:55.070168 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:55.076101 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:55.089018 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:55.094940 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:55.107877 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:55.113864 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:55.126631 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:55.132741 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:55.145501 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:55.151584 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:55.164467 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:55.170441 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:55.183183 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:55.189100 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:55.201946 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:55.207807 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:55.220622 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:55.226583 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:55.239445 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:55.245353 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:55.258330 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:55.264250 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:55.277015 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:55.282925 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:55.295712 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:55.301649 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:55.314424 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:55.320505 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:55.333379 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:55.339407 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:55.352226 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:55.358129 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:55.371018 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:55.376984 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:55.390015 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:55.395931 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:55.408762 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:55.414649 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:55.427485 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:55.433370 run                             mass: Checking if sockets are in the filesystem
22:48:55.464819 run                osmo-ms-mob/00000: Starting mobile
22:48:55.477743 run       osmo-ms-mob/00000(pid=135): Launched
22:48:55.489068 run                             mass: MS start registered  {at=30625041.192416307, delay=0.005358807742595673, ms=00000}
22:48:59.656850 run                osmo-ms-mob/00001: Starting mobile
22:48:59.669697 run       osmo-ms-mob/00001(pid=136): Launched
22:48:59.680265 run                             mass: MS start registered  {at=30625045.3836157, delay=0.004650380462408066, ms=00001}
22:49:00.592230 run                             mass: MS performed LU  {at=30625046.295461703, lu_delay=5.103045396506786, ms=00000}
22:49:01.456694 run                osmo-ms-mob/00002: Starting mobile
22:49:01.471597 run       osmo-ms-mob/00002(pid=137): Launched
22:49:01.482321 run                             mass: MS start registered  {at=30625047.185661294, delay=0.004484213888645172, ms=00002}
22:49:02.779150 run                osmo-ms-mob/00003: Starting mobile
22:49:02.795462 run       osmo-ms-mob/00003(pid=138): Launched
22:49:02.805917 run                             mass: MS start registered  {at=30625048.50926634, delay=0.004229675978422165, ms=00003}
22:49:03.886752 run                osmo-ms-mob/00004: Starting mobile
22:49:03.902767 run       osmo-ms-mob/00004(pid=139): Launched
22:49:03.913365 run                             mass: MS start registered  {at=30625049.6167143, delay=0.004633475095033646, ms=00004}
22:49:04.358146 run                             mass: MS performed LU  {at=30625050.061378896, lu_delay=4.677763197571039, ms=00001}
22:49:04.849250 run                osmo-ms-mob/00005: Starting mobile
22:49:04.862215 run       osmo-ms-mob/00005(pid=140): Launched
22:49:04.872724 run                             mass: MS start registered  {at=30625050.57607438, delay=0.0044851116836071014, ms=00005}
22:49:05.781666 run                osmo-ms-mob/00006: Starting mobile
22:49:05.798513 run       osmo-ms-mob/00006(pid=141): Launched
22:49:05.809176 run                             mass: MS start registered  {at=30625051.512529057, delay=0.0047383420169353485, ms=00006}
22:49:06.258959 run                             mass: MS performed LU  {at=30625051.962245256, lu_delay=4.7765839621424675, ms=00002}
22:49:06.681822 run                osmo-ms-mob/00007: Starting mobile
22:49:06.699844 run       osmo-ms-mob/00007(pid=142): Launched
22:49:06.710735 run                             mass: MS start registered  {at=30625052.414086275, delay=0.004865135997533798, ms=00007}
22:49:07.449146 run                osmo-ms-mob/00008: Starting mobile
22:49:07.461899 run       osmo-ms-mob/00008(pid=143): Launched
22:49:07.472714 run                             mass: MS start registered  {at=30625053.176064763, delay=0.004784535616636276, ms=00008}
22:49:08.124426 run                             mass: MS performed LU  {at=30625053.827665407, lu_delay=5.31839906796813, ms=00003}
22:49:08.163413 run                osmo-ms-mob/00009: Starting mobile
22:49:08.178790 run       osmo-ms-mob/00009(pid=144): Launched
22:49:08.189250 run                             mass: MS start registered  {at=30625053.892603964, delay=0.004494473338127136, ms=00009}
22:49:08.878563 run                osmo-ms-mob/00010: Starting mobile
22:49:08.894690 run       osmo-ms-mob/00010(pid=145): Launched
22:49:08.905239 run                             mass: MS start registered  {at=30625054.608589765, delay=0.0044774748384952545, ms=00010}
22:49:09.474318 run                osmo-ms-mob/00011: Starting mobile
22:49:09.490383 run       osmo-ms-mob/00011(pid=146): Launched
22:49:09.501015 run                             mass: MS start registered  {at=30625055.20436745, delay=0.004453197121620178, ms=00011}
22:49:10.025813 run                             mass: MS performed LU  {at=30625055.729056176, lu_delay=6.1123418770730495, ms=00004}
22:49:10.068763 run                osmo-ms-mob/00012: Starting mobile
22:49:10.084159 run       osmo-ms-mob/00012(pid=147): Launched
22:49:10.090124 run                             mass: MS performed LU  {at=30625055.79348519, lu_delay=5.217410810291767, ms=00005}
22:49:10.095844 run                             mass: MS start registered  {at=30625055.799211025, delay=0.0057415105402469635, ms=00012}
22:49:10.688677 run                osmo-ms-mob/00013: Starting mobile
22:49:10.704572 run       osmo-ms-mob/00013(pid=148): Launched
22:49:10.715680 run                             mass: MS start registered  {at=30625056.419028986, delay=0.005228675901889801, ms=00013}
22:49:11.273097 run                osmo-ms-mob/00014: Starting mobile
22:49:11.289281 run       osmo-ms-mob/00014(pid=149): Launched
22:49:11.300430 run                             mass: MS start registered  {at=30625057.00378139, delay=0.004781175404787064, ms=00014}
22:49:11.851493 run                osmo-ms-mob/00015: Starting mobile
22:49:11.864950 run       osmo-ms-mob/00015(pid=150): Launched
22:49:11.875773 run                             mass: MS start registered  {at=30625057.579126336, delay=0.004798486828804016, ms=00015}
22:49:11.888895 run                             mass: MS performed LU  {at=30625057.59223844, lu_delay=6.079709384590387, ms=00006}
22:49:11.954380 run                             mass: MS performed LU  {at=30625057.65761954, lu_delay=5.24353326484561, ms=00007}
22:49:12.349131 run                osmo-ms-mob/00016: Starting mobile
22:49:12.362455 run       osmo-ms-mob/00016(pid=151): Launched
22:49:12.373386 run                             mass: MS start registered  {at=30625058.076740943, delay=0.004775822162628174, ms=00016}
22:49:12.849018 run                osmo-ms-mob/00017: Starting mobile
22:49:12.862044 run       osmo-ms-mob/00017(pid=152): Launched
22:49:12.872879 run                             mass: MS start registered  {at=30625058.576230697, delay=0.004887990653514862, ms=00017}
22:49:13.481324 run                osmo-ms-mob/00018: Starting mobile
22:49:13.498164 run       osmo-ms-mob/00018(pid=153): Launched
22:49:13.509183 run                             mass: MS start registered  {at=30625059.212534882, delay=0.004978198558092117, ms=00018}
22:49:13.790944 run                             mass: MS performed LU  {at=30625059.494196407, lu_delay=6.318131644278765, ms=00008}
22:49:13.806494 run                osmo-ms-mob/00019: Starting mobile
22:49:13.819509 run       osmo-ms-mob/00019(pid=154): Launched
22:49:13.825568 run                             mass: MS performed LU  {at=30625059.528930802, lu_delay=4.920341037213802, ms=00010}
22:49:13.831331 run                             mass: MS start registered  {at=30625059.534699216, delay=0.005784276872873306, ms=00019}
22:49:13.906429 run                             mass: MS performed LU  {at=30625059.60968141, lu_delay=5.717077445238829, ms=00009}
22:49:14.381150 run                osmo-ms-mob/00020: Starting mobile
22:49:14.398438 run       osmo-ms-mob/00020(pid=155): Launched
22:49:14.409373 run                             mass: MS start registered  {at=30625060.112721056, delay=0.004714600741863251, ms=00020}
22:49:14.849501 run                osmo-ms-mob/00021: Starting mobile
22:49:14.862794 run       osmo-ms-mob/00021(pid=156): Launched
22:49:14.873630 run                             mass: MS start registered  {at=30625060.5769812, delay=0.00467219203710556, ms=00021}
22:49:15.249443 run                osmo-ms-mob/00022: Starting mobile
22:49:15.262330 run       osmo-ms-mob/00022(pid=157): Launched
22:49:15.273103 run                             mass: MS start registered  {at=30625060.976455726, delay=0.004847388714551926, ms=00022}
22:49:15.572123 run                             mass: MS performed LU  {at=30625061.27537297, lu_delay=6.071005519479513, ms=00011}
22:49:15.655950 run                             mass: MS performed LU  {at=30625061.359204516, lu_delay=5.559993490576744, ms=00012}
22:49:15.709704 run                osmo-ms-mob/00023: Starting mobile
22:49:15.724961 run       osmo-ms-mob/00023(pid=158): Launched
22:49:15.731064 run                             mass: MS performed LU  {at=30625061.434426636, lu_delay=5.015397649258375, ms=00013}
22:49:15.736988 run                             mass: MS start registered  {at=30625061.44035331, delay=0.005944747477769852, ms=00023}
22:49:16.173862 run                osmo-ms-mob/00024: Starting mobile
22:49:16.190131 run       osmo-ms-mob/00024(pid=159): Launched
22:49:16.201118 run                             mass: MS start registered  {at=30625061.904471304, delay=0.0050177909433841705, ms=00024}
22:49:16.650337 run                osmo-ms-mob/00025: Starting mobile
22:49:16.663390 run       osmo-ms-mob/00025(pid=160): Launched
22:49:16.674263 run                             mass: MS start registered  {at=30625062.37761735, delay=0.0049206167459487915, ms=00025}
22:49:17.072233 run                osmo-ms-mob/00026: Starting mobile
22:49:17.091943 run       osmo-ms-mob/00026(pid=161): Launched
22:49:17.104551 run                             mass: MS start registered  {at=30625062.807903297, delay=0.004957258701324463, ms=00026}
22:49:17.471709 run                osmo-ms-mob/00027: Starting mobile
22:49:17.488107 run       osmo-ms-mob/00027(pid=162): Launched
22:49:17.499532 run                             mass: MS start registered  {at=30625063.202883594, delay=0.005264975130558014, ms=00027}
22:49:17.556691 run                             mass: MS performed LU  {at=30625063.259914666, lu_delay=5.680788330733776, ms=00015}
22:49:17.584733 run                             mass: MS performed LU  {at=30625063.287982196, lu_delay=6.284200806170702, ms=00014}
22:49:17.672340 run                             mass: MS performed LU  {at=30625063.375575952, lu_delay=5.298835009336472, ms=00016}
22:49:17.687123 run                osmo-ms-mob/00028: Starting mobile
22:49:17.700316 run       osmo-ms-mob/00028(pid=163): Launched
22:49:17.707837 run                             mass: MS performed LU  {at=30625063.411188714, lu_delay=4.834958016872406, ms=00017}
22:49:17.713832 run                             mass: MS start registered  {at=30625063.41719859, delay=0.007484886795282364, ms=00028}
22:49:18.279603 run                osmo-ms-mob/00029: Starting mobile
22:49:18.296795 run       osmo-ms-mob/00029(pid=164): Launched
22:49:18.308074 run                             mass: MS start registered  {at=30625064.01142458, delay=0.005304604768753052, ms=00029}
22:49:18.662737 run                osmo-ms-mob/00030: Starting mobile
22:49:18.676771 run       osmo-ms-mob/00030(pid=165): Launched
22:49:18.688118 run                             mass: MS start registered  {at=30625064.391466875, delay=0.005277954041957855, ms=00030}
22:49:19.078695 run                osmo-ms-mob/00031: Starting mobile
22:49:19.094256 run       osmo-ms-mob/00031(pid=166): Launched
22:49:19.105624 run                             mass: MS start registered  {at=30625064.808972813, delay=0.00529073178768158, ms=00031}
22:49:19.338091 run                             mass: MS performed LU  {at=30625065.041342728, lu_delay=5.828807845711708, ms=00018}
22:49:19.352963 run                osmo-ms-mob/00032: Starting mobile
22:49:19.365912 run       osmo-ms-mob/00032(pid=167): Launched
22:49:19.377496 run                             mass: MS start registered  {at=30625065.080842778, delay=0.005609363317489624, ms=00032}
22:49:19.421915 run                             mass: MS performed LU  {at=30625065.12516985, lu_delay=5.590470634400845, ms=00019}
22:49:19.486244 run                             mass: MS performed LU  {at=30625065.18949558, lu_delay=5.076774522662163, ms=00020}
22:49:19.611951 run                             mass: MS performed LU  {at=30625065.31520219, lu_delay=4.738220989704132, ms=00021}
22:49:19.641025 run                osmo-ms-mob/00033: Starting mobile
22:49:19.654162 run       osmo-ms-mob/00033(pid=168): Launched
22:49:19.665373 run                             mass: MS start registered  {at=30625065.36872302, delay=0.004995971918106079, ms=00033}
22:49:20.162284 run                osmo-ms-mob/00034: Starting mobile
22:49:20.176296 run       osmo-ms-mob/00034(pid=169): Launched
22:49:20.187437 run                             mass: MS start registered  {at=30625065.8907892, delay=0.0050992704927921295, ms=00034}
22:49:20.450036 run                osmo-ms-mob/00035: Starting mobile
22:49:20.463007 run       osmo-ms-mob/00035(pid=170): Launched
22:49:20.474377 run                             mass: MS start registered  {at=30625066.17772707, delay=0.005211260169744492, ms=00035}
22:49:20.871790 run                osmo-ms-mob/00036: Starting mobile
22:49:20.887910 run       osmo-ms-mob/00036(pid=171): Launched
22:49:20.899077 run                             mass: MS start registered  {at=30625066.60242777, delay=0.0051441490650177, ms=00036}
22:49:21.282067 run                osmo-ms-mob/00037: Starting mobile
22:49:21.295063 run       osmo-ms-mob/00037(pid=172): Launched
22:49:21.306040 run                             mass: MS start registered  {at=30625067.00938983, delay=0.004966758191585541, ms=00037}
22:49:21.321718 run                             mass: MS performed LU  {at=30625067.02507008, lu_delay=6.048614352941513, ms=00022}
22:49:21.350451 run                             mass: MS performed LU  {at=30625067.05371821, lu_delay=5.613364897668362, ms=00023}
22:49:21.368309 run                osmo-ms-mob/00038: Starting mobile
22:49:21.381371 run       osmo-ms-mob/00038(pid=173): Launched
22:49:21.392531 run                             mass: MS start registered  {at=30625067.095884807, delay=0.004922062158584595, ms=00038}
22:49:21.437683 run                             mass: MS performed LU  {at=30625067.140955243, lu_delay=4.763337891548872, ms=00025}
22:49:21.888431 run                osmo-ms-mob/00039: Starting mobile
22:49:21.904271 run       osmo-ms-mob/00039(pid=174): Launched
22:49:21.915578 run                             mass: MS start registered  {at=30625067.618927132, delay=0.005096085369586945, ms=00039}
22:49:22.262304 run                osmo-ms-mob/00040: Starting mobile
22:49:22.275891 run       osmo-ms-mob/00040(pid=175): Launched
22:49:22.286855 run                             mass: MS start registered  {at=30625067.99020367, delay=0.0049985237419605255, ms=00040}
22:49:22.549707 run                osmo-ms-mob/00041: Starting mobile
22:49:22.562717 run       osmo-ms-mob/00041(pid=176): Launched
22:49:22.573739 run                             mass: MS start registered  {at=30625068.277092338, delay=0.004921972751617432, ms=00041}
22:49:22.862496 run                osmo-ms-mob/00042: Starting mobile
22:49:22.876224 run       osmo-ms-mob/00042(pid=177): Launched
22:49:22.887553 run                             mass: MS start registered  {at=30625068.59089915, delay=0.0050806812942028046, ms=00042}
22:49:23.103739 run                             mass: MS performed LU  {at=30625068.80699414, lu_delay=4.795569561421871, ms=00029}
22:49:23.187372 run                             mass: MS performed LU  {at=30625068.89062498, lu_delay=5.687741387635469, ms=00027}
22:49:23.228783 run                osmo-ms-mob/00043: Starting mobile
22:49:23.244366 run       osmo-ms-mob/00043(pid=178): Launched
22:49:23.255872 run                             mass: MS start registered  {at=30625068.959227838, delay=0.005367279052734375, ms=00043}
22:49:23.377186 run                             mass: MS performed LU  {at=30625069.08045362, lu_delay=5.663255028426647, ms=00028}
22:49:23.393046 run                             mass: MS performed LU  {at=30625069.09639427, lu_delay=4.704927396029234, ms=00030}
22:49:23.408436 run                osmo-ms-mob/00044: Starting mobile
22:49:23.422193 run       osmo-ms-mob/00044(pid=179): Launched
22:49:23.433742 run                             mass: MS start registered  {at=30625069.13708889, delay=0.0051018185913562775, ms=00044}
22:49:23.879610 run                osmo-ms-mob/00045: Starting mobile
22:49:23.899156 run       osmo-ms-mob/00045(pid=180): Launched
22:49:23.910688 run                             mass: MS start registered  {at=30625069.61403714, delay=0.005158651620149612, ms=00045}
22:49:24.160787 run                osmo-ms-mob/00046: Starting mobile
22:49:24.174480 run       osmo-ms-mob/00046(pid=181): Launched
22:49:24.185580 run                             mass: MS start registered  {at=30625069.88893409, delay=0.005006220191717148, ms=00046}
22:49:24.449953 run                osmo-ms-mob/00047: Starting mobile
22:49:24.463396 run       osmo-ms-mob/00047(pid=182): Launched
22:49:24.475246 run                             mass: MS start registered  {at=30625070.178590607, delay=0.00574323907494545, ms=00047}
22:49:24.749660 run                osmo-ms-mob/00048: Starting mobile
22:49:24.762944 run       osmo-ms-mob/00048(pid=183): Launched
22:49:24.774121 run                             mass: MS start registered  {at=30625070.47747333, delay=0.005182158201932907, ms=00048}
22:49:25.049291 run                osmo-ms-mob/00049: Starting mobile
22:49:25.062419 run       osmo-ms-mob/00049(pid=184): Launched
22:49:25.073613 run                             mass: MS start registered  {at=30625070.776964523, delay=0.005197513848543167, ms=00049}
22:49:25.087188 run                             mass: MS performed LU  {at=30625070.790543787, lu_delay=5.421820767223835, ms=00033}
22:49:25.116133 run                             mass: MS performed LU  {at=30625070.819442894, lu_delay=5.738600116223097, ms=00032}
22:49:25.133818 run                osmo-ms-mob/00050: Starting mobile
22:49:25.146654 run       osmo-ms-mob/00050(pid=185): Launched
22:49:25.157782 run                             mass: MS start registered  {at=30625070.86113488, delay=0.005070824176073074, ms=00050}
22:49:25.203838 run                             mass: MS performed LU  {at=30625070.90708854, lu_delay=6.098115727305412, ms=00031}
22:49:25.295950 run                             mass: MS performed LU  {at=30625070.99921688, lu_delay=5.108427681028843, ms=00034}
22:49:25.324291 run                             mass: MS performed LU  {at=30625071.027657256, lu_delay=4.849930185824633, ms=00035}
22:49:25.334944 run                osmo-ms-mob/00051: Starting mobile
22:49:25.347864 run       osmo-ms-mob/00051(pid=186): Launched
22:49:25.360357 run                             mass: MS start registered  {at=30625071.06370679, delay=0.0062925443053245544, ms=00051}
22:49:26.062166 run                osmo-ms-mob/00052: Starting mobile
22:49:26.075990 run       osmo-ms-mob/00052(pid=187): Launched
22:49:26.087189 run                             mass: MS start registered  {at=30625071.790538464, delay=0.004928063601255417, ms=00052}
22:49:26.178141 run                             mass: MS performed LU  {at=30625071.881394744, lu_delay=3.604302406311035, ms=00041}
22:49:26.360915 run                osmo-ms-mob/00053: Starting mobile
22:49:26.374409 run       osmo-ms-mob/00053(pid=188): Launched
22:49:26.385549 run                             mass: MS start registered  {at=30625072.088896543, delay=0.005004771053791046, ms=00053}
22:49:26.663612 run                osmo-ms-mob/00054: Starting mobile
22:49:26.677822 run       osmo-ms-mob/00054(pid=189): Launched
22:49:26.689690 run                             mass: MS start registered  {at=30625072.393027987, delay=0.005889613181352615, ms=00054}
22:49:26.869744 run                             mass: MS performed LU  {at=30625072.572995313, lu_delay=5.477110505104065, ms=00038}
22:49:26.899841 run                osmo-ms-mob/00055: Starting mobile
22:49:26.913242 run       osmo-ms-mob/00055(pid=190): Launched
22:49:26.919365 run                             mass: MS performed LU  {at=30625072.62272486, lu_delay=5.613335032016039, ms=00037}
22:49:26.925559 run                             mass: MS start registered  {at=30625072.62892329, delay=0.006217353045940399, ms=00055}
22:49:26.952205 run                             mass: MS performed LU  {at=30625072.655524883, lu_delay=4.665321212261915, ms=00040}
22:49:26.979771 run                osmo-ms-mob/00056: Starting mobile
22:49:26.993472 run       osmo-ms-mob/00056(pid=191): Launched
22:49:27.004461 run                             mass: MS start registered  {at=30625072.707811728, delay=0.004968564957380295, ms=00056}
22:49:27.161142 run                             mass: MS performed LU  {at=30625072.864390697, lu_delay=5.245463564991951, ms=00039}
22:49:27.216015 run                             mass: MS performed LU  {at=30625072.919275694, lu_delay=6.316847924143076, ms=00036}
22:49:27.240419 run                osmo-ms-mob/00057: Starting mobile
22:49:27.253532 run       osmo-ms-mob/00057(pid=192): Launched
22:49:27.264924 run                             mass: MS start registered  {at=30625072.968274284, delay=0.00486697256565094, ms=00057}
22:49:27.961141 run                osmo-ms-mob/00058: Starting mobile
22:49:27.974659 run       osmo-ms-mob/00058(pid=193): Launched
22:49:27.985943 run                             mass: MS start registered  {at=30625073.689294837, delay=0.004788227379322052, ms=00058}
22:49:28.249022 run                osmo-ms-mob/00059: Starting mobile
22:49:28.262254 run       osmo-ms-mob/00059(pid=194): Launched
22:49:28.273974 run                             mass: MS start registered  {at=30625073.977321845, delay=0.005743805319070816, ms=00059}
22:49:28.548045 run                osmo-ms-mob/00060: Starting mobile
22:49:28.561289 run       osmo-ms-mob/00060(pid=195): Launched
22:49:28.572867 run                             mass: MS start registered  {at=30625074.276210014, delay=0.005488947033882141, ms=00060}
22:49:28.853902 run                             mass: MS performed LU  {at=30625074.557157476, lu_delay=5.9662583246827126, ms=00042}
22:49:28.909457 run                osmo-ms-mob/00061: Starting mobile
22:49:28.924548 run       osmo-ms-mob/00061(pid=196): Launched
22:49:28.930568 run                             mass: MS performed LU  {at=30625074.633929227, lu_delay=5.674701388925314, ms=00043}
22:49:28.936468 run                             mass: MS start registered  {at=30625074.63983478, delay=0.005921617150306702, ms=00061}
22:49:28.969110 run                             mass: MS performed LU  {at=30625074.67237152, lu_delay=5.535282630473375, ms=00044}
22:49:28.984324 run                osmo-ms-mob/00062: Starting mobile
22:49:28.997478 run       osmo-ms-mob/00062(pid=197): Launched
22:49:29.005263 run                             mass: MS performed LU  {at=30625074.70861528, lu_delay=5.094578139483929, ms=00045}
22:49:29.011137 run                             mass: MS start registered  {at=30625074.714504376, delay=0.0077323876321315765, ms=00062}
22:49:29.061891 run                             mass: MS performed LU  {at=30625074.765135057, lu_delay=4.876200966536999, ms=00046}
22:49:29.085508 run                osmo-ms-mob/00063: Starting mobile
22:49:29.098680 run       osmo-ms-mob/00063(pid=198): Launched
22:49:29.104731 run                             mass: MS performed LU  {at=30625074.80809073, lu_delay=4.62950012460351, ms=00047}
22:49:29.110511 run                             mass: MS start registered  {at=30625074.813877854, delay=0.005804888904094696, ms=00063}
22:49:29.961564 run                osmo-ms-mob/00064: Starting mobile
22:49:29.975914 run       osmo-ms-mob/00064(pid=199): Launched
22:49:29.987291 run                             mass: MS start registered  {at=30625075.690636303, delay=0.005383063107728958, ms=00064}
22:49:30.361731 run                osmo-ms-mob/00065: Starting mobile
22:49:30.375274 run       osmo-ms-mob/00065(pid=200): Launched
22:49:30.386386 run                             mass: MS start registered  {at=30625076.08973875, delay=0.005092162638902664, ms=00065}
22:49:30.635900 run                             mass: MS performed LU  {at=30625076.339152236, lu_delay=5.275445446372032, ms=00051}
22:49:30.679892 run                osmo-ms-mob/00066: Starting mobile
22:49:30.693998 run       osmo-ms-mob/00066(pid=201): Launched
22:49:30.705172 run                             mass: MS start registered  {at=30625076.40852665, delay=0.005121126770973206, ms=00066}
22:49:30.717479 run                             mass: MS performed LU  {at=30625076.420806043, lu_delay=4.630267579108477, ms=00052}
22:49:30.783672 run                             mass: MS performed LU  {at=30625076.48690293, lu_delay=5.709938406944275, ms=00049}
22:49:30.909268 run                             mass: MS performed LU  {at=30625076.612518076, lu_delay=5.751383196562529, ms=00050}
22:49:30.922456 run                osmo-ms-mob/00067: Starting mobile
22:49:30.935765 run       osmo-ms-mob/00067(pid=202): Launched
22:49:30.941853 run                             mass: MS performed LU  {at=30625076.645214655, lu_delay=6.167741324752569, ms=00048}
22:49:30.947685 run                             mass: MS start registered  {at=30625076.651051946, delay=0.005854181945323944, ms=00067}
22:49:30.980716 run                             mass: MS performed LU  {at=30625076.68403861, lu_delay=4.595142066478729, ms=00053}
22:49:30.996754 run                osmo-ms-mob/00068: Starting mobile
22:49:31.009675 run       osmo-ms-mob/00068(pid=203): Launched
22:49:31.020833 run                             mass: MS start registered  {at=30625076.72418424, delay=0.005193546414375305, ms=00068}
22:49:31.760793 run                osmo-ms-mob/00069: Starting mobile
22:49:31.774547 run       osmo-ms-mob/00069(pid=204): Launched
22:49:31.785595 run                             mass: MS start registered  {at=30625077.488945954, delay=0.004891250282526016, ms=00069}
22:49:32.172637 run                osmo-ms-mob/00070: Starting mobile
22:49:32.189834 run       osmo-ms-mob/00070(pid=205): Launched
22:49:32.200811 run                             mass: MS start registered  {at=30625077.90415675, delay=0.0048696137964725494, ms=00070}
22:49:32.571828 run                osmo-ms-mob/00071: Starting mobile
22:49:32.591364 run       osmo-ms-mob/00071(pid=206): Launched
22:49:32.602361 run                             mass: MS start registered  {at=30625078.305712685, delay=0.005046449601650238, ms=00071}
22:49:32.619223 run                             mass: MS performed LU  {at=30625078.322572522, lu_delay=5.693649232387543, ms=00055}
22:49:32.647560 run                             mass: MS performed LU  {at=30625078.350846943, lu_delay=5.957818955183029, ms=00054}
22:49:32.735599 run                             mass: MS performed LU  {at=30625078.438848536, lu_delay=5.731036808341742, ms=00056}
22:49:32.766197 run                osmo-ms-mob/00072: Starting mobile
22:49:32.779291 run       osmo-ms-mob/00072(pid=207): Launched
22:49:32.785375 run                             mass: MS performed LU  {at=30625078.488735963, lu_delay=5.520461678504944, ms=00057}
22:49:32.791567 run                             mass: MS start registered  {at=30625078.49493098, delay=0.006211217492818832, ms=00072}
22:49:32.827201 run                             mass: MS performed LU  {at=30625078.53046884, lu_delay=4.841174002736807, ms=00058}
22:49:32.845686 run                             mass: MS performed LU  {at=30625078.549007077, lu_delay=4.57168523222208, ms=00059}
22:49:32.858699 run                osmo-ms-mob/00073: Starting mobile
22:49:32.871594 run       osmo-ms-mob/00073(pid=208): Launched
22:49:32.882849 run                             mass: MS start registered  {at=30625078.586201865, delay=0.005308084189891815, ms=00073}
22:49:33.763347 run                osmo-ms-mob/00074: Starting mobile
22:49:33.777662 run       osmo-ms-mob/00074(pid=209): Launched
22:49:33.788639 run                             mass: MS start registered  {at=30625079.491982467, delay=0.004772894084453583, ms=00074}
22:49:34.178714 run                osmo-ms-mob/00075: Starting mobile
22:49:34.196566 run       osmo-ms-mob/00075(pid=210): Launched
22:49:34.207950 run                             mass: MS start registered  {at=30625079.911297172, delay=0.004942752420902252, ms=00075}
22:49:34.401090 run                             mass: MS performed LU  {at=30625080.10434168, lu_delay=5.464506898075342, ms=00061}
22:49:34.484209 run                             mass: MS performed LU  {at=30625080.18746306, lu_delay=5.47295868396759, ms=00062}
22:49:34.549712 run                             mass: MS performed LU  {at=30625080.252964985, lu_delay=5.97675497084856, ms=00060}
22:49:34.591686 run                osmo-ms-mob/00076: Starting mobile
22:49:34.605595 run       osmo-ms-mob/00076(pid=211): Launched
22:49:34.616592 run                             mass: MS start registered  {at=30625080.31994645, delay=0.004985041916370392, ms=00076}
22:49:34.674682 run                             mass: MS performed LU  {at=30625080.377938963, lu_delay=5.5640611089766026, ms=00063}
22:49:34.695144 run                             mass: MS performed LU  {at=30625080.39850578, lu_delay=4.707869477570057, ms=00064}
22:49:35.072749 run                osmo-ms-mob/00077: Starting mobile
22:49:35.089043 run       osmo-ms-mob/00077(pid=212): Launched
22:49:35.100378 run                             mass: MS start registered  {at=30625080.803716157, delay=0.005340777337551117, ms=00077}
22:49:35.562107 run                osmo-ms-mob/00078: Starting mobile
22:49:35.576428 run       osmo-ms-mob/00078(pid=213): Launched
22:49:35.588255 run                             mass: MS start registered  {at=30625081.291594315, delay=0.005640383809804916, ms=00078}
22:49:35.973138 run                osmo-ms-mob/00079: Starting mobile
22:49:35.989585 run       osmo-ms-mob/00079(pid=214): Launched
22:49:36.000865 run                             mass: MS start registered  {at=30625081.704216823, delay=0.0051500387489795685, ms=00079}
22:49:36.385680 run                             mass: MS performed LU  {at=30625082.088931333, lu_delay=5.680404681712389, ms=00066}
22:49:36.416673 run                osmo-ms-mob/00080: Starting mobile
22:49:36.431227 run       osmo-ms-mob/00080(pid=215): Launched
22:49:36.437273 run                             mass: MS performed LU  {at=30625082.140634317, lu_delay=6.050895567983389, ms=00065}
22:49:36.443214 run                             mass: MS start registered  {at=30625082.146581426, delay=0.0059637948870658875, ms=00080}
22:49:36.501770 run                             mass: MS performed LU  {at=30625082.205000684, lu_delay=5.553948737680912, ms=00067}
22:49:36.538421 run                             mass: MS performed LU  {at=30625082.241691574, lu_delay=5.517507333308458, ms=00068}
22:49:36.592992 run                             mass: MS performed LU  {at=30625082.296254914, lu_delay=4.807308960705996, ms=00069}
22:49:36.621450 run                osmo-ms-mob/00081: Starting mobile
22:49:36.634507 run       osmo-ms-mob/00081(pid=216): Launched
22:49:36.645587 run                             mass: MS start registered  {at=30625082.348938785, delay=0.005044844001531601, ms=00081}
22:49:37.362217 run                osmo-ms-mob/00082: Starting mobile
22:49:37.376115 run       osmo-ms-mob/00082(pid=217): Launched
22:49:37.387374 run                             mass: MS start registered  {at=30625083.09072403, delay=0.005235690623521805, ms=00082}
22:49:37.980965 run                osmo-ms-mob/00083: Starting mobile
22:49:37.998379 run       osmo-ms-mob/00083(pid=218): Launched
22:49:38.009640 run                             mass: MS start registered  {at=30625083.712990712, delay=0.005089886486530304, ms=00083}
22:49:38.167191 run                             mass: MS performed LU  {at=30625083.870440006, lu_delay=5.96628325805068, ms=00070}
22:49:38.250694 run                             mass: MS performed LU  {at=30625083.953900047, lu_delay=5.367698181420565, ms=00073}
22:49:38.315031 run                             mass: MS performed LU  {at=30625084.018278334, lu_delay=5.523347355425358, ms=00072}
22:49:38.341449 run                osmo-ms-mob/00084: Starting mobile
22:49:38.354162 run       osmo-ms-mob/00084(pid=219): Launched
22:49:38.365374 run                             mass: MS start registered  {at=30625084.06872818, delay=0.005098722875118256, ms=00084}
22:49:38.441078 run                             mass: MS performed LU  {at=30625084.14436473, lu_delay=5.838652044534683, ms=00071}
22:49:38.457866 run                             mass: MS performed LU  {at=30625084.161196005, lu_delay=4.66921353712678, ms=00074}
22:49:38.494470 run                             mass: MS performed LU  {at=30625084.19773617, lu_delay=22.293264865875244, ms=00024}
22:49:38.987101 run                osmo-ms-mob/00085: Starting mobile
22:49:39.002920 run       osmo-ms-mob/00085(pid=220): Launched
22:49:39.014146 run                             mass: MS start registered  {at=30625084.71749717, delay=0.005192872136831284, ms=00085}
22:49:39.548833 run                osmo-ms-mob/00086: Starting mobile
22:49:39.561926 run       osmo-ms-mob/00086(pid=221): Launched
22:49:39.573826 run                             mass: MS start registered  {at=30625085.277171712, delay=0.005838744342327118, ms=00086}
22:49:40.182456 run                osmo-ms-mob/00087: Starting mobile
22:49:40.199053 run       osmo-ms-mob/00087(pid=222): Launched
22:49:40.205127 run                             mass: MS performed LU  {at=30625085.90848683, lu_delay=4.616892512887716, ms=00078}
22:49:40.211094 run                             mass: MS performed LU  {at=30625085.9144596, lu_delay=6.003162428736687, ms=00075}
22:49:40.216855 run                             mass: MS start registered  {at=30625085.92022208, delay=0.011752653867006302, ms=00087}
22:49:40.266682 run                             mass: MS performed LU  {at=30625085.969932724, lu_delay=5.166216567158699, ms=00077}
22:49:40.304048 run                             mass: MS performed LU  {at=30625086.00731679, lu_delay=5.687370341271162, ms=00076}
22:49:40.359522 run                             mass: MS performed LU  {at=30625086.062790193, lu_delay=23.254886895418167, ms=00026}
22:49:40.384074 run                osmo-ms-mob/00088: Starting mobile
22:49:40.397323 run       osmo-ms-mob/00088(pid=223): Launched
22:49:40.408446 run                             mass: MS start registered  {at=30625086.111800633, delay=0.0051649026572704315, ms=00088}
22:49:41.362407 run                osmo-ms-mob/00089: Starting mobile
22:49:41.376373 run       osmo-ms-mob/00089(pid=224): Launched
22:49:41.387593 run                             mass: MS start registered  {at=30625087.09094553, delay=0.005274724215269089, ms=00089}
22:49:41.950066 run                osmo-ms-mob/00090: Starting mobile
22:49:41.963098 run       osmo-ms-mob/00090(pid=225): Launched
22:49:41.974477 run                             mass: MS start registered  {at=30625087.67782852, delay=0.004955023527145386, ms=00090}
22:49:42.015866 run                             mass: MS performed LU  {at=30625087.71898081, lu_delay=4.628256782889366, ms=00082}
22:49:42.081749 run                             mass: MS performed LU  {at=30625087.78497419, lu_delay=5.638392765074968, ms=00080}
22:49:42.206535 run                             mass: MS performed LU  {at=30625087.909785353, lu_delay=6.20556852966547, ms=00079}
22:49:42.662644 run                osmo-ms-mob/00091: Starting mobile
22:49:42.676517 run       osmo-ms-mob/00091(pid=226): Launched
22:49:42.687748 run                             mass: MS start registered  {at=30625088.39109801, delay=0.005226369947195053, ms=00091}
22:49:43.380635 run                osmo-ms-mob/00092: Starting mobile
22:49:43.397091 run       osmo-ms-mob/00092(pid=227): Launched
22:49:43.408519 run                             mass: MS start registered  {at=30625089.1118717, delay=0.004427317529916763, ms=00092}
22:49:43.918023 run                             mass: MS performed LU  {at=30625089.621272303, lu_delay=5.5525441244244576, ms=00084}
22:49:43.944797 run                             mass: MS performed LU  {at=30625089.648049485, lu_delay=4.370877772569656, ms=00086}
22:49:44.033389 run                             mass: MS performed LU  {at=30625089.736640908, lu_delay=5.019143737852573, ms=00085}
22:49:44.090002 run                osmo-ms-mob/00093: Starting mobile
22:49:44.104693 run       osmo-ms-mob/00093(pid=228): Launched
22:49:44.111217 run                             mass: MS performed LU  {at=30625089.814574525, lu_delay=6.1015838123857975, ms=00083}
22:49:44.117357 run                             mass: MS start registered  {at=30625089.82072236, delay=0.006167184561491013, ms=00093}
22:49:45.063794 run                osmo-ms-mob/00094: Starting mobile
22:49:45.078014 run       osmo-ms-mob/00094(pid=229): Launched
22:49:45.089268 run                             mass: MS start registered  {at=30625090.79261827, delay=0.005278605967760086, ms=00094}
22:49:45.782190 run                             mass: MS performed LU  {at=30625091.485420343, lu_delay=5.373619709163904, ms=00088}
22:49:45.847325 run                             mass: MS performed LU  {at=30625091.550577316, lu_delay=5.6303552351891994, ms=00087}
22:49:45.900958 run                osmo-ms-mob/00095: Starting mobile
22:49:45.916117 run       osmo-ms-mob/00095(pid=230): Launched
22:49:45.927783 run                             mass: MS start registered  {at=30625091.631129265, delay=0.00572928786277771, ms=00095}
22:49:45.972211 run                             mass: MS performed LU  {at=30625091.675419938, lu_delay=4.58447440713644, ms=00089}
22:49:46.973359 run                osmo-ms-mob/00096: Starting mobile
22:49:46.987882 run       osmo-ms-mob/00096(pid=231): Launched
22:49:46.999008 run                             mass: MS start registered  {at=30625092.702360757, delay=0.005178555846214294, ms=00096}
22:49:47.682984 run                             mass: MS performed LU  {at=30625093.38623502, lu_delay=5.708406500518322, ms=00090}
22:49:47.711115 run                             mass: MS performed LU  {at=30625093.414390758, lu_delay=5.023292746394873, ms=00091}
22:49:48.050525 run                osmo-ms-mob/00097: Starting mobile
22:49:48.063793 run       osmo-ms-mob/00097(pid=232): Launched
22:49:48.074894 run                             mass: MS start registered  {at=30625093.77824443, delay=0.004981577396392822, ms=00097}
22:49:49.389258 run                osmo-ms-mob/00098: Starting mobile
22:49:49.405300 run       osmo-ms-mob/00098(pid=233): Launched
22:49:49.416277 run                             mass: MS start registered  {at=30625095.119630396, delay=0.004926037043333054, ms=00098}
22:49:49.547898 run                             mass: MS performed LU  {at=30625095.25112898, lu_delay=6.139257278293371, ms=00092}
22:49:49.612505 run                             mass: MS performed LU  {at=30625095.315763213, lu_delay=5.495040852576494, ms=00093}
22:49:49.917699 run                             mass: MS performed LU  {at=30625095.620950926, lu_delay=4.828332655131817, ms=00094}
22:49:51.181088 run                osmo-ms-mob/00099: Starting mobile
22:49:51.198156 run       osmo-ms-mob/00099(pid=234): Launched
22:49:51.204083 run                             mass: All started... {duration=55.76513571664691, too_slow=0}
22:49:51.209702 run                             mass: MS start registered  {at=30625096.913064096, delay=0.005614053457975388, ms=00099}
22:49:51.449545 run                             mass: MS performed LU  {at=30625097.152795434, lu_delay=4.450434677302837, ms=00096}
22:49:51.475849 run                             mass: MS performed LU  {at=30625097.179192357, lu_delay=5.548063091933727, ms=00095}
22:49:53.313685 run                             mass: MS performed LU  {at=30625099.016895957, lu_delay=5.238651528954506, ms=00097}
22:49:55.215470 run                             mass: MS performed LU  {at=30625100.918720454, lu_delay=5.7990900576114655, ms=00098}
22:49:57.080515 run                             mass: MS performed LU  {at=30625102.783764895, lu_delay=5.870700798928738, ms=00099}
22:49:59.215902 run                             mass: MS performed LU  {at=30625104.919153042, lu_delay=22.57021425664425, ms=00081}
22:49:59.226847 run                             mass: Tests done {all_completed=True, max=23.254886895418167, min=3.604302406311035}
22:49:59.232657 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:59.238480 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:59.242020 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:59.245509 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:59.249041 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:59.252543 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:59.256073 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:59.259588 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:59.263092 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:59.266762 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:59.270301 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:59.273806 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:59.277305 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:59.280823 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:59.284312 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:59.287826 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:59.291367 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:59.294895 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:59.298437 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:59.301999 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:59.305537 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:59.309126 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:59.312667 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:59.316228 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:59.319749 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:59.323283 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:59.326848 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:59.330383 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:59.334372 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:59.338455 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:59.342620 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:59.346221 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:59.350145 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:59.353580 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:59.356915 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:59.360584 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:59.363929 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:59.367291 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:59.370617 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:59.374003 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:59.377322 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:59.380613 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:59.383956 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:59.387709 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:59.391081 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:59.394462 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:59.397858 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:59.401291 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:59.404800 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:59.408238 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:59.411613 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:59.414992 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:59.418346 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:59.421770 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:59.425203 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:59.428656 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:59.432045 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:59.435386 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:59.438820 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:59.442850 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:59.446322 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:59.449791 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:59.453324 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:59.456801 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:59.460209 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:59.463531 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:59.466936 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:59.470282 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:59.473709 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:59.477083 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:59.480897 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:59.484194 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:59.487531 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:59.490896 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:59.494289 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:59.497633 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:59.500939 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:59.504281 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:59.507677 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:59.511005 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:59.514356 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:59.517684 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:59.521015 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:59.524379 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:59.528157 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:59.531566 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:59.534911 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:59.538421 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:59.542022 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:59.546356 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:59.549823 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:59.553149 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:59.556471 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:59.559849 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:59.563152 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:59.566556 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:59.569909 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:59.573733 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:59.577129 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:59.580450 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:59.583964 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:59.587583 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:59.591216 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:59.594584 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:59.597922 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:59.601242 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:59.604569 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:59.607934 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:59.611238 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:59.614647 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:59.617982 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:59.621354 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:59.624736 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:59.628648 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:59.632149 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:59.635587 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:59.639022 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:59.642397 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:59.645786 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:59.649206 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:59.652620 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:59.656060 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:59.659487 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:59.662899 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:59.666324 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:59.669738 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:59.673166 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:59.676581 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:59.680006 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:59.683427 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:59.686853 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:59.690263 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:59.693670 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:59.697072 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:59.700490 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:59.703892 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:59.707315 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:59.710724 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:59.714125 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:59.717542 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:59.720969 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:59.724381 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:59.727801 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:59.731111 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:59.734416 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:59.737718 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:59.741007 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:59.744305 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:59.747598 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:59.750907 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:59.754213 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:59.757501 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:59.760807 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:59.764115 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:59.767421 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:59.770722 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:59.774020 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:59.777317 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:59.780619 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:59.783936 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:59.787239 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:59.790535 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:59.793833 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:59.797127 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:59.800432 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:59.803739 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:59.807040 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:59.810340 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:59.813633 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:59.816927 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:59.820228 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:59.823532 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:59.826845 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:59.830147 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:59.833444 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:59.836733 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:59.840027 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:59.843330 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:59.846631 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:59.849942 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:59.853247 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:59.856545 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:59.859844 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:59.863140 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:59.866437 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:59.869736 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:59.873033 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:59.876323 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:59.879621 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:59.882922 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:59.886233 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:59.889528 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:59.892839 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:59.896130 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:59.899425 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:59.902735 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:59.906038 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:59.909336 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:59.912634 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:59.915936 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:59.919237 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:59.922534 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:59.925826 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:59.929129 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:59.932421 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:59.935713 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:59.939014 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:59.942332 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:59.945629 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:59.948924 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:59.952224 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:59.955516 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:59.958825 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:59.962133 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:59.965455 ---      ParallelTerminationStrategy: PID 22 died...
22:49:59.966951 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:59.970644 ---      ParallelTerminationStrategy: PID 23 died...
22:49:59.972134 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:59.975815 ---      ParallelTerminationStrategy: PID 24 died...
22:49:59.977302 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:59.981008 ---      ParallelTerminationStrategy: PID 25 died...
22:49:59.982497 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:59.986177 ---      ParallelTerminationStrategy: PID 26 died...
22:49:59.987683 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:59.991407 ---      ParallelTerminationStrategy: PID 27 died...
22:49:59.992919 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:59.996609 ---      ParallelTerminationStrategy: PID 28 died...
22:49:59.998100 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:00.001812 ---      ParallelTerminationStrategy: PID 29 died...
22:50:00.003317 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:00.007044 ---      ParallelTerminationStrategy: PID 30 died...
22:50:00.008542 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:00.012256 ---      ParallelTerminationStrategy: PID 31 died...
22:50:00.013760 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:00.017505 ---      ParallelTerminationStrategy: PID 32 died...
22:50:00.019012 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:00.022741 ---      ParallelTerminationStrategy: PID 33 died...
22:50:00.024233 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:00.027950 ---      ParallelTerminationStrategy: PID 35 died...
22:50:00.029466 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:00.033162 ---      ParallelTerminationStrategy: PID 36 died...
22:50:00.034657 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:00.038364 ---      ParallelTerminationStrategy: PID 37 died...
22:50:00.039859 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:00.043568 ---      ParallelTerminationStrategy: PID 38 died...
22:50:00.045074 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:00.048801 ---      ParallelTerminationStrategy: PID 39 died...
22:50:00.050306 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:00.054024 ---      ParallelTerminationStrategy: PID 40 died...
22:50:00.055513 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:00.059227 ---      ParallelTerminationStrategy: PID 41 died...
22:50:00.060807 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:00.064500 ---      ParallelTerminationStrategy: PID 42 died...
22:50:00.066014 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:00.069720 ---      ParallelTerminationStrategy: PID 43 died...
22:50:00.071209 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:00.074897 ---      ParallelTerminationStrategy: PID 44 died...
22:50:00.076392 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:00.080080 ---      ParallelTerminationStrategy: PID 45 died...
22:50:00.081587 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:00.085281 ---      ParallelTerminationStrategy: PID 46 died...
22:50:00.086771 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:00.090478 ---      ParallelTerminationStrategy: PID 47 died...
22:50:00.091971 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:00.095645 ---      ParallelTerminationStrategy: PID 48 died...
22:50:00.097134 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:00.100814 ---      ParallelTerminationStrategy: PID 49 died...
22:50:00.102309 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:00.105988 ---      ParallelTerminationStrategy: PID 50 died...
22:50:00.107461 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:00.111161 ---      ParallelTerminationStrategy: PID 51 died...
22:50:00.112641 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:00.116327 ---      ParallelTerminationStrategy: PID 52 died...
22:50:00.117806 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:00.121410 ---      ParallelTerminationStrategy: PID 53 died...
22:50:00.122862 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:00.126465 ---      ParallelTerminationStrategy: PID 54 died...
22:50:00.127925 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:00.131535 ---      ParallelTerminationStrategy: PID 55 died...
22:50:00.133007 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:00.136599 ---      ParallelTerminationStrategy: PID 56 died...
22:50:00.138060 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:00.141685 ---      ParallelTerminationStrategy: PID 57 died...
22:50:00.143140 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:00.146764 ---      ParallelTerminationStrategy: PID 58 died...
22:50:00.148236 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:00.151860 ---      ParallelTerminationStrategy: PID 59 died...
22:50:00.153319 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:00.156960 ---      ParallelTerminationStrategy: PID 60 died...
22:50:00.158438 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:00.162060 ---      ParallelTerminationStrategy: PID 61 died...
22:50:00.163517 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:00.167158 ---      ParallelTerminationStrategy: PID 62 died...
22:50:00.168615 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:00.172233 ---      ParallelTerminationStrategy: PID 63 died...
22:50:00.173708 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:00.177307 ---      ParallelTerminationStrategy: PID 64 died...
22:50:00.178757 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:00.182395 ---      ParallelTerminationStrategy: PID 65 died...
22:50:00.183850 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:00.187462 ---      ParallelTerminationStrategy: PID 66 died...
22:50:00.188930 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:00.192544 ---      ParallelTerminationStrategy: PID 67 died...
22:50:00.194012 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:00.197643 ---      ParallelTerminationStrategy: PID 68 died...
22:50:00.199116 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:00.202717 ---      ParallelTerminationStrategy: PID 69 died...
22:50:00.204172 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:00.207788 ---      ParallelTerminationStrategy: PID 70 died...
22:50:00.209251 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:00.212885 ---      ParallelTerminationStrategy: PID 71 died...
22:50:00.214354 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:00.217970 ---      ParallelTerminationStrategy: PID 72 died...
22:50:00.219436 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:00.223095 ---      ParallelTerminationStrategy: PID 73 died...
22:50:00.224579 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:00.228267 ---      ParallelTerminationStrategy: PID 74 died...
22:50:00.229758 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:00.233433 ---      ParallelTerminationStrategy: PID 75 died...
22:50:00.234926 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:00.238603 ---      ParallelTerminationStrategy: PID 76 died...
22:50:00.240083 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:00.243772 ---      ParallelTerminationStrategy: PID 77 died...
22:50:00.245275 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:00.248968 ---      ParallelTerminationStrategy: PID 78 died...
22:50:00.250449 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:00.254148 ---      ParallelTerminationStrategy: PID 79 died...
22:50:00.255632 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:00.259332 ---      ParallelTerminationStrategy: PID 80 died...
22:50:00.260819 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:00.264505 ---      ParallelTerminationStrategy: PID 81 died...
22:50:00.266004 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:00.269692 ---      ParallelTerminationStrategy: PID 82 died...
22:50:00.271180 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:00.274875 ---      ParallelTerminationStrategy: PID 83 died...
22:50:00.276361 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:00.280067 ---      ParallelTerminationStrategy: PID 84 died...
22:50:00.281553 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:00.285241 ---      ParallelTerminationStrategy: PID 85 died...
22:50:00.286741 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:00.290431 ---      ParallelTerminationStrategy: PID 86 died...
22:50:00.291911 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:00.295586 ---      ParallelTerminationStrategy: PID 87 died...
22:50:00.297085 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:00.300766 ---      ParallelTerminationStrategy: PID 88 died...
22:50:00.302261 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:00.305931 ---      ParallelTerminationStrategy: PID 89 died...
22:50:00.307419 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:00.311114 ---      ParallelTerminationStrategy: PID 90 died...
22:50:00.312591 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:00.316274 ---      ParallelTerminationStrategy: PID 91 died...
22:50:00.317768 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:00.321454 ---      ParallelTerminationStrategy: PID 92 died...
22:50:00.322935 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:00.326622 ---      ParallelTerminationStrategy: PID 93 died...
22:50:00.328107 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:00.331798 ---      ParallelTerminationStrategy: PID 94 died...
22:50:00.333313 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:00.336969 ---      ParallelTerminationStrategy: PID 95 died...
22:50:00.338452 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:00.342158 ---      ParallelTerminationStrategy: PID 96 died...
22:50:00.343681 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:00.347373 ---      ParallelTerminationStrategy: PID 97 died...
22:50:00.348861 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:00.352546 ---      ParallelTerminationStrategy: PID 98 died...
22:50:00.354044 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:00.357731 ---      ParallelTerminationStrategy: PID 99 died...
22:50:00.359224 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:00.362915 ---      ParallelTerminationStrategy: PID 100 died...
22:50:00.364405 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:00.368086 ---      ParallelTerminationStrategy: PID 101 died...
22:50:00.369586 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:00.373271 ---      ParallelTerminationStrategy: PID 102 died...
22:50:00.374757 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:00.378455 ---      ParallelTerminationStrategy: PID 103 died...
22:50:00.379937 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:00.383611 ---      ParallelTerminationStrategy: PID 104 died...
22:50:00.385103 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:00.388781 ---      ParallelTerminationStrategy: PID 105 died...
22:50:00.390266 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:00.393979 ---      ParallelTerminationStrategy: PID 106 died...
22:50:00.395466 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:00.399150 ---      ParallelTerminationStrategy: PID 107 died...
22:50:00.400646 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:00.404324 ---      ParallelTerminationStrategy: PID 108 died...
22:50:00.405815 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:00.409528 ---      ParallelTerminationStrategy: PID 109 died...
22:50:00.411011 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:00.414688 ---      ParallelTerminationStrategy: PID 110 died...
22:50:00.416171 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:00.419835 ---      ParallelTerminationStrategy: PID 111 died...
22:50:00.421329 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:00.425030 ---      ParallelTerminationStrategy: PID 112 died...
22:50:00.426507 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:00.430192 ---      ParallelTerminationStrategy: PID 113 died...
22:50:00.431671 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:00.435367 ---      ParallelTerminationStrategy: PID 114 died...
22:50:00.436859 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:00.440525 ---      ParallelTerminationStrategy: PID 115 died...
22:50:00.442034 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:00.445710 ---      ParallelTerminationStrategy: PID 116 died...
22:50:00.447186 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:00.450857 ---      ParallelTerminationStrategy: PID 117 died...
22:50:00.452356 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:00.456036 ---      ParallelTerminationStrategy: PID 118 died...
22:50:00.457543 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:00.461225 ---      ParallelTerminationStrategy: PID 119 died...
22:50:00.462707 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:00.466394 ---      ParallelTerminationStrategy: PID 120 died...
22:50:00.467884 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:00.471565 ---      ParallelTerminationStrategy: PID 121 died...
22:50:00.473068 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:00.476757 ---      ParallelTerminationStrategy: PID 122 died...
22:50:00.478238 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:00.481929 ---      ParallelTerminationStrategy: PID 123 died...
22:50:00.483417 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:00.487114 ---      ParallelTerminationStrategy: PID 124 died...
22:50:00.488600 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:00.492291 ---      ParallelTerminationStrategy: PID 125 died...
22:50:00.493783 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:00.497477 ---      ParallelTerminationStrategy: PID 126 died...
22:50:00.498963 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:00.502651 ---      ParallelTerminationStrategy: PID 127 died...
22:50:00.504120 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:00.507821 ---      ParallelTerminationStrategy: PID 128 died...
22:50:00.509319 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:00.513009 ---      ParallelTerminationStrategy: PID 129 died...
22:50:00.514504 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:00.518202 ---      ParallelTerminationStrategy: PID 130 died...
22:50:00.519686 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:00.523380 ---      ParallelTerminationStrategy: PID 131 died...
22:50:00.524873 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:00.528562 ---      ParallelTerminationStrategy: PID 132 died...
22:50:00.530055 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:00.533756 ---      ParallelTerminationStrategy: PID 133 died...
22:50:00.535243 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:00.538942 ---      ParallelTerminationStrategy: PID 134 died...
22:50:00.540427 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:00.544109 ---      ParallelTerminationStrategy: PID 135 died...
22:50:00.545598 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:00.549306 ---      ParallelTerminationStrategy: PID 136 died...
22:50:00.550796 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:00.554517 ---      ParallelTerminationStrategy: PID 137 died...
22:50:00.556008 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:00.559721 ---      ParallelTerminationStrategy: PID 138 died...
22:50:00.561213 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:00.564905 ---      ParallelTerminationStrategy: PID 139 died...
22:50:00.566388 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:00.570120 ---      ParallelTerminationStrategy: PID 140 died...
22:50:00.571616 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:00.575324 ---      ParallelTerminationStrategy: PID 141 died...
22:50:00.576824 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:00.580513 ---      ParallelTerminationStrategy: PID 142 died...
22:50:00.581996 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:00.585700 ---      ParallelTerminationStrategy: PID 143 died...
22:50:00.587195 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:00.590923 ---      ParallelTerminationStrategy: PID 144 died...
22:50:00.592411 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:00.596132 ---      ParallelTerminationStrategy: PID 145 died...
22:50:00.597629 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:00.601339 ---      ParallelTerminationStrategy: PID 146 died...
22:50:00.602820 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:00.606525 ---      ParallelTerminationStrategy: PID 147 died...
22:50:00.608008 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:00.611715 ---      ParallelTerminationStrategy: PID 148 died...
22:50:00.613210 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:00.616932 ---      ParallelTerminationStrategy: PID 149 died...
22:50:00.618428 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:00.622155 ---      ParallelTerminationStrategy: PID 150 died...
22:50:00.623645 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:00.627380 ---      ParallelTerminationStrategy: PID 151 died...
22:50:00.628874 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:00.632584 ---      ParallelTerminationStrategy: PID 152 died...
22:50:00.634090 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:00.637796 ---      ParallelTerminationStrategy: PID 153 died...
22:50:00.639283 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:00.642998 ---      ParallelTerminationStrategy: PID 154 died...
22:50:00.644485 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:00.648179 ---      ParallelTerminationStrategy: PID 155 died...
22:50:00.649678 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:00.653380 ---      ParallelTerminationStrategy: PID 156 died...
22:50:00.654868 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:00.658591 ---      ParallelTerminationStrategy: PID 157 died...
22:50:00.660078 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:00.663780 ---      ParallelTerminationStrategy: PID 158 died...
22:50:00.665290 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:00.669009 ---      ParallelTerminationStrategy: PID 159 died...
22:50:00.670491 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:00.674216 ---      ParallelTerminationStrategy: PID 160 died...
22:50:00.675698 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:00.679391 ---      ParallelTerminationStrategy: PID 161 died...
22:50:00.680890 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:00.684596 ---      ParallelTerminationStrategy: PID 162 died...
22:50:00.686094 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:00.689803 ---      ParallelTerminationStrategy: PID 163 died...
22:50:00.691288 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:00.694991 ---      ParallelTerminationStrategy: PID 164 died...
22:50:00.696479 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:00.700179 ---      ParallelTerminationStrategy: PID 165 died...
22:50:00.701671 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:00.705389 ---      ParallelTerminationStrategy: PID 166 died...
22:50:00.706876 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:00.710587 ---      ParallelTerminationStrategy: PID 167 died...
22:50:00.712080 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:00.715791 ---      ParallelTerminationStrategy: PID 168 died...
22:50:00.717281 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:00.720998 ---      ParallelTerminationStrategy: PID 169 died...
22:50:00.722488 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:00.726192 ---      ParallelTerminationStrategy: PID 170 died...
22:50:00.727676 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:00.731385 ---      ParallelTerminationStrategy: PID 171 died...
22:50:00.732877 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:00.736566 ---      ParallelTerminationStrategy: PID 172 died...
22:50:00.738058 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:00.741739 ---      ParallelTerminationStrategy: PID 173 died...
22:50:00.743223 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:00.746917 ---      ParallelTerminationStrategy: PID 174 died...
22:50:00.748398 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:00.752118 ---      ParallelTerminationStrategy: PID 175 died...
22:50:00.753621 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:00.757316 ---      ParallelTerminationStrategy: PID 176 died...
22:50:00.758807 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:00.762516 ---      ParallelTerminationStrategy: PID 177 died...
22:50:00.764009 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:00.767747 ---      ParallelTerminationStrategy: PID 178 died...
22:50:00.769243 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:00.772982 ---      ParallelTerminationStrategy: PID 179 died...
22:50:00.774485 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:00.778203 ---      ParallelTerminationStrategy: PID 180 died...
22:50:00.779685 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:00.783412 ---      ParallelTerminationStrategy: PID 181 died...
22:50:00.784906 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:00.788644 ---      ParallelTerminationStrategy: PID 182 died...
22:50:00.790135 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:00.793857 ---      ParallelTerminationStrategy: PID 183 died...
22:50:00.795355 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:00.799071 ---      ParallelTerminationStrategy: PID 184 died...
22:50:00.800559 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:00.804281 ---      ParallelTerminationStrategy: PID 185 died...
22:50:00.805779 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:00.809502 ---      ParallelTerminationStrategy: PID 186 died...
22:50:00.810986 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:00.814732 ---      ParallelTerminationStrategy: PID 187 died...
22:50:00.816226 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:00.819958 ---      ParallelTerminationStrategy: PID 188 died...
22:50:00.821474 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:00.825193 ---      ParallelTerminationStrategy: PID 189 died...
22:50:00.826686 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:00.830438 ---      ParallelTerminationStrategy: PID 190 died...
22:50:00.831929 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:00.835649 ---      ParallelTerminationStrategy: PID 191 died...
22:50:00.837145 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:00.840872 ---      ParallelTerminationStrategy: PID 192 died...
22:50:00.842360 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:00.846073 ---      ParallelTerminationStrategy: PID 193 died...
22:50:00.847561 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:00.851286 ---      ParallelTerminationStrategy: PID 194 died...
22:50:00.852790 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:00.856506 ---      ParallelTerminationStrategy: PID 195 died...
22:50:00.858006 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:00.861739 ---      ParallelTerminationStrategy: PID 196 died...
22:50:00.863234 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:00.866973 ---      ParallelTerminationStrategy: PID 197 died...
22:50:00.868464 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:00.872202 ---      ParallelTerminationStrategy: PID 198 died...
22:50:00.873707 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:00.877437 ---      ParallelTerminationStrategy: PID 199 died...
22:50:00.878928 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:00.882646 ---      ParallelTerminationStrategy: PID 200 died...
22:50:00.884148 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:00.887860 ---      ParallelTerminationStrategy: PID 201 died...
22:50:00.889361 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:00.893084 ---      ParallelTerminationStrategy: PID 202 died...
22:50:00.894579 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:00.898296 ---      ParallelTerminationStrategy: PID 203 died...
22:50:00.899788 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:00.903507 ---      ParallelTerminationStrategy: PID 204 died...
22:50:00.905008 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:00.908732 ---      ParallelTerminationStrategy: PID 205 died...
22:50:00.910227 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:00.913957 ---      ParallelTerminationStrategy: PID 206 died...
22:50:00.915451 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:00.919176 ---      ParallelTerminationStrategy: PID 207 died...
22:50:00.920668 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:00.924393 ---      ParallelTerminationStrategy: PID 208 died...
22:50:00.925894 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:00.929610 ---      ParallelTerminationStrategy: PID 209 died...
22:50:00.931113 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:00.934868 ---      ParallelTerminationStrategy: PID 210 died...
22:50:00.936356 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:00.940071 ---      ParallelTerminationStrategy: PID 211 died...
22:50:00.941578 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:00.945304 ---      ParallelTerminationStrategy: PID 212 died...
22:50:00.946810 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:00.950529 ---      ParallelTerminationStrategy: PID 213 died...
22:50:00.952019 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:00.955738 ---      ParallelTerminationStrategy: PID 214 died...
22:50:00.957235 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:00.960954 ---      ParallelTerminationStrategy: PID 215 died...
22:50:00.962446 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:00.966159 ---      ParallelTerminationStrategy: PID 216 died...
22:50:00.967649 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:00.971365 ---      ParallelTerminationStrategy: PID 217 died...
22:50:00.972857 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:00.976565 ---      ParallelTerminationStrategy: PID 218 died...
22:50:00.978063 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:00.981773 ---      ParallelTerminationStrategy: PID 219 died...
22:50:00.983266 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:00.986993 ---      ParallelTerminationStrategy: PID 220 died...
22:50:00.988484 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:00.992221 ---      ParallelTerminationStrategy: PID 221 died...
22:50:00.993719 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:00.997458 ---      ParallelTerminationStrategy: PID 222 died...
22:50:00.998949 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:01.002679 ---      ParallelTerminationStrategy: PID 223 died...
22:50:01.004178 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:01.007893 ---      ParallelTerminationStrategy: PID 224 died...
22:50:01.009396 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:01.013130 ---      ParallelTerminationStrategy: PID 225 died...
22:50:01.014620 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:01.018358 ---      ParallelTerminationStrategy: PID 226 died...
22:50:01.019859 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:01.023595 ---      ParallelTerminationStrategy: PID 227 died...
22:50:01.025091 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:01.028832 ---      ParallelTerminationStrategy: PID 228 died...
22:50:01.030334 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:01.034066 ---      ParallelTerminationStrategy: PID 229 died...
22:50:01.035560 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:01.039286 ---      ParallelTerminationStrategy: PID 230 died...
22:50:01.040789 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:01.044502 ---      ParallelTerminationStrategy: PID 231 died...
22:50:01.046002 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:01.049737 ---      ParallelTerminationStrategy: PID 232 died...
22:50:01.051246 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:01.054968 ---      ParallelTerminationStrategy: PID 233 died...
22:50:01.056458 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:01.060190 ---      ParallelTerminationStrategy: PID 234 died...
22:50:01.061696 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:04.466050 ---      ParallelTerminationStrategy: PID 34 died...
22:50:04.472128 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8199 netreg_mass PASS
---------------------------------------------------------------------
22:50:04.554607 tst                       trial-8199: Storing JUnit report in /build/trial-8199/run.2026-01-02_22-48-35/trial-8199.xml

--------------------------------------------------------------------------------------------
trial-8199 PASS
--------------------------------------------------------------------------------------------
22:50:04.572258 tst                       trial-8199: trial-8199: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8199/inst
+ cd trial-8199
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-02 22:48:35
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8199-run.tgz run.2026-01-02_22-48-35
+ tar czf /build/trial-8199-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-02_13_34_03.tgz osmo-bts-oc2g.build-2026-01-02_00_53_10.tgz osmo-bts-sysmo.build-2026-01-02_00_53_15.tgz osmo-bts.build-2026-01-02_00_53_08.tgz osmo-ggsn.build-2026-01-02_20_59_41.tgz osmo-hlr.build-2026-01-02_16_38_47.tgz osmo-hnbgw.build-2026-01-02_13_35_35.tgz osmo-mgw.build-2026-01-02_08_34_44.tgz osmo-msc.build-2026-01-02_13_37_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-02_07_35_54.tgz osmo-pcu-sysmo.build-2026-01-02_07_37_56.tgz osmo-pcu.build-2026-01-02_07_38_01.tgz osmo-sgsn.build-2026-01-02_21_17_58.tgz osmo-stp.build-2026-01-02_13_27_46.tgz osmo-trx.build-2026-01-02_14_38_49.tgz osmocom-bb.build-2026-01-02_21_18_50.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