Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee # timeout=10
Commit message: "contrib/jenkins-build-osmo-ggsn.sh: Depend on libosmo-netif"
 > git rev-list --no-walk 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15494286735756637169.sh
+ rm -rf trial-8402-bin.tgz trial-8402-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 26215
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11513
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 11179
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13330
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13654
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 14489
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 43546
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 8021
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 45956
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 9129
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 13662
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7990
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 12038
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 8061
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9536
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6781
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 7990
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4689318116381863659.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-8402
+ 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
c71de27 debian-{bullseye,bookworm}-titan[-master]: drop libfftranscode
+ 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 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#7 CACHED

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

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

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

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

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

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

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

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

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

#17 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#17 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8d887fcfe7ce01cae87fa7b852624fcb2928f1b2a1fa004bc62883ebbba6f43f done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8403 -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-07-25 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8403
+ mkdir -p trial-8403
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-25_13_28_40.tgz osmo-bts-oc2g.build-2026-07-24_23_22_48.tgz osmo-bts-sysmo.build-2026-07-24_23_23_05.tgz osmo-bts.build-2026-07-24_23_22_52.tgz osmo-ggsn.build-2026-07-25_20_43_07.tgz osmo-hlr.build-2026-07-25_16_37_40.tgz osmo-hnbgw.build-2026-07-25_13_29_56.tgz osmo-mgw.build-2026-07-25_08_33_39.tgz osmo-msc.build-2026-07-25_13_30_53.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-25_07_35_03.tgz osmo-pcu-sysmo.build-2026-07-25_07_35_03.tgz osmo-pcu.build-2026-07-25_07_35_02.tgz osmo-sgsn.build-2026-07-25_20_49_53.tgz osmo-stp.build-2026-07-25_13_25_34.tgz osmo-trx.build-2026-07-25_09_46_23.tgz osmocom-bb.build-2026-07-25_21_18_48.tgz srslte.build-19.tgz trial-8403
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-25_13_28_40.md5 osmo-bts-oc2g.build-2026-07-24_23_22_48.md5 osmo-bts-sysmo.build-2026-07-24_23_23_05.md5 osmo-bts.build-2026-07-24_23_22_52.md5 osmo-ggsn.build-2026-07-25_20_43_07.md5 osmo-hlr.build-2026-07-25_16_37_40.md5 osmo-hnbgw.build-2026-07-25_13_29_56.md5 osmo-mgw.build-2026-07-25_08_33_39.md5 osmo-msc.build-2026-07-25_13_30_53.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-25_07_35_03.md5 osmo-pcu-sysmo.build-2026-07-25_07_35_03.md5 osmo-pcu.build-2026-07-25_07_35_02.md5 osmo-sgsn.build-2026-07-25_20_49_53.md5 osmo-stp.build-2026-07-25_13_25_34.md5 osmo-trx.build-2026-07-25_09_46_23.md5 osmocom-bb.build-2026-07-25_21_18_48.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-25_13_28_40.md5 osmo-bts-oc2g.build-2026-07-24_23_22_48.md5 osmo-bts-sysmo.build-2026-07-24_23_23_05.md5 osmo-bts.build-2026-07-24_23_22_52.md5 osmo-ggsn.build-2026-07-25_20_43_07.md5 osmo-hlr.build-2026-07-25_16_37_40.md5 osmo-hnbgw.build-2026-07-25_13_29_56.md5 osmo-mgw.build-2026-07-25_08_33_39.md5 osmo-msc.build-2026-07-25_13_30_53.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-25_07_35_03.md5 osmo-pcu-sysmo.build-2026-07-25_07_35_03.md5 osmo-pcu.build-2026-07-25_07_35_02.md5 osmo-sgsn.build-2026-07-25_20_49_53.md5 osmo-stp.build-2026-07-25_13_25_34.md5 osmo-trx.build-2026-07-25_09_46_23.md5 osmocom-bb.build-2026-07-25_21_18_48.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-8403 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8403'
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-8403
--------------------------------------------------------------------------------------------
22:48:16.789416 tst                       trial-8403: Detailed log at /build/trial-8403/run.2026-07-25_22-48-16/log

---------------------------------------------------------------------
trial-8403 netreg_mass
---------------------------------------------------------------------
22:48:16.997261 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.997640 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.998410 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.999630 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.039912 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.040677 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.041792 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.103151 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-8403 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.103973 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.118397 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.118927 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.119382 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.119814 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.120265 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.120721 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.121172 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.147713 tst         register_default_mass.py: using LAC 2
22:48:17.164434 tst         register_default_mass.py: using RAC 2
22:48:17.182506 tst         register_default_mass.py: using CellId 2
22:48:17.201909 tst         register_default_mass.py: using BVCI 3
22:48:17.211218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.211799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.215531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.216048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.216573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.217094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.217617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.218162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.218686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.219211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.219731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.220262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.220782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.221299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.221826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.222350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.222889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.223418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.223932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.224986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.225505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263967 tst      register_default_mass.py:21: Launching a simple network
22:48:17.273870 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.389738 run            create_hlr_db(pid=20): Launched
22:48:18.405240 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.429389 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.444570 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.450174 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.636318 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.650857 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.656269 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.060933 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.075773 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.090043 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.230497 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.245253 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.250806 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.274083 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.288984 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.294610 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.600969 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.616074 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.643462 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.814304 run         osmo-bts-virtual(pid=34): Launched
22:48:29.845720 tst         register_default_mass.py: using MSISDN 1001
22:48:29.856974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.885576 tst         register_default_mass.py: using MSISDN 1002
22:48:29.898267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.921550 tst         register_default_mass.py: using MSISDN 1003
22:48:29.931794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.954884 tst         register_default_mass.py: using MSISDN 1004
22:48:29.964764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.987636 tst         register_default_mass.py: using MSISDN 1005
22:48:29.997352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.020033 tst         register_default_mass.py: using MSISDN 1006
22:48:30.029719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.052706 tst         register_default_mass.py: using MSISDN 1007
22:48:30.062475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.085669 tst         register_default_mass.py: using MSISDN 1008
22:48:30.095568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.118327 tst         register_default_mass.py: using MSISDN 1009
22:48:30.127890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.150853 tst         register_default_mass.py: using MSISDN 1010
22:48:30.160681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.183505 tst         register_default_mass.py: using MSISDN 1011
22:48:30.193225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.216008 tst         register_default_mass.py: using MSISDN 1012
22:48:30.225674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.248487 tst         register_default_mass.py: using MSISDN 1013
22:48:30.258237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.280873 tst         register_default_mass.py: using MSISDN 1014
22:48:30.290575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.313673 tst         register_default_mass.py: using MSISDN 1015
22:48:30.323468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.346039 tst         register_default_mass.py: using MSISDN 1016
22:48:30.355415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.378127 tst         register_default_mass.py: using MSISDN 1017
22:48:30.387594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.410510 tst         register_default_mass.py: using MSISDN 1018
22:48:30.420238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.443014 tst         register_default_mass.py: using MSISDN 1019
22:48:30.452683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.475743 tst         register_default_mass.py: using MSISDN 1020
22:48:30.485442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.508005 tst         register_default_mass.py: using MSISDN 1021
22:48:30.517618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.540501 tst         register_default_mass.py: using MSISDN 1022
22:48:30.550317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.573214 tst         register_default_mass.py: using MSISDN 1023
22:48:30.582841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.605746 tst         register_default_mass.py: using MSISDN 1024
22:48:30.615588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.638190 tst         register_default_mass.py: using MSISDN 1025
22:48:30.647756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.670531 tst         register_default_mass.py: using MSISDN 1026
22:48:30.680205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.703052 tst         register_default_mass.py: using MSISDN 1027
22:48:30.712804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.735631 tst         register_default_mass.py: using MSISDN 1028
22:48:30.745394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.768360 tst         register_default_mass.py: using MSISDN 1029
22:48:30.778073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.800959 tst         register_default_mass.py: using MSISDN 1030
22:48:30.810829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.833767 tst         register_default_mass.py: using MSISDN 1031
22:48:30.843560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.866754 tst         register_default_mass.py: using MSISDN 1032
22:48:30.876563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.899477 tst         register_default_mass.py: using MSISDN 1033
22:48:30.909230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.931682 tst         register_default_mass.py: using MSISDN 1034
22:48:30.941227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.963894 tst         register_default_mass.py: using MSISDN 1035
22:48:30.973563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.996219 tst         register_default_mass.py: using MSISDN 1036
22:48:31.005694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.028744 tst         register_default_mass.py: using MSISDN 1037
22:48:31.038482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.061018 tst         register_default_mass.py: using MSISDN 1038
22:48:31.070590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.093412 tst         register_default_mass.py: using MSISDN 1039
22:48:31.103159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.126260 tst         register_default_mass.py: using MSISDN 1040
22:48:31.136063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.158438 tst         register_default_mass.py: using MSISDN 1041
22:48:31.167913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.190842 tst         register_default_mass.py: using MSISDN 1042
22:48:31.200552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.223309 tst         register_default_mass.py: using MSISDN 1043
22:48:31.232941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.255640 tst         register_default_mass.py: using MSISDN 1044
22:48:31.265332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.288263 tst         register_default_mass.py: using MSISDN 1045
22:48:31.297927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.321350 tst         register_default_mass.py: using MSISDN 1046
22:48:31.333659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.357492 tst         register_default_mass.py: using MSISDN 1047
22:48:31.368278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.391810 tst         register_default_mass.py: using MSISDN 1048
22:48:31.402309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.425925 tst         register_default_mass.py: using MSISDN 1049
22:48:31.436420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.460002 tst         register_default_mass.py: using MSISDN 1050
22:48:31.470439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.494026 tst         register_default_mass.py: using MSISDN 1051
22:48:31.504497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.528009 tst         register_default_mass.py: using MSISDN 1052
22:48:31.538458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.562285 tst         register_default_mass.py: using MSISDN 1053
22:48:31.572960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.596316 tst         register_default_mass.py: using MSISDN 1054
22:48:31.606593 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.630251 tst         register_default_mass.py: using MSISDN 1055
22:48:31.640823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.663971 tst         register_default_mass.py: using MSISDN 1056
22:48:31.673267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.696925 tst         register_default_mass.py: using MSISDN 1057
22:48:31.709066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.732682 tst         register_default_mass.py: using MSISDN 1058
22:48:31.743125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.766730 tst         register_default_mass.py: using MSISDN 1059
22:48:31.776821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.800412 tst         register_default_mass.py: using MSISDN 1060
22:48:31.810568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.834213 tst         register_default_mass.py: using MSISDN 1061
22:48:31.844488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.867793 tst         register_default_mass.py: using MSISDN 1062
22:48:31.877948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.901320 tst         register_default_mass.py: using MSISDN 1063
22:48:31.911431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.933513 tst         register_default_mass.py: using MSISDN 1064
22:48:31.941943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.964479 tst         register_default_mass.py: using MSISDN 1065
22:48:31.974044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.996936 tst         register_default_mass.py: using MSISDN 1066
22:48:32.006682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.029832 tst         register_default_mass.py: using MSISDN 1067
22:48:32.039799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.063268 tst         register_default_mass.py: using MSISDN 1068
22:48:32.073347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.097080 tst         register_default_mass.py: using MSISDN 1069
22:48:32.107337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.130595 tst         register_default_mass.py: using MSISDN 1070
22:48:32.140769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.164342 tst         register_default_mass.py: using MSISDN 1071
22:48:32.174416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.197975 tst         register_default_mass.py: using MSISDN 1072
22:48:32.208201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.231858 tst         register_default_mass.py: using MSISDN 1073
22:48:32.242055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.265776 tst         register_default_mass.py: using MSISDN 1074
22:48:32.276038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.299654 tst         register_default_mass.py: using MSISDN 1075
22:48:32.309848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.333107 tst         register_default_mass.py: using MSISDN 1076
22:48:32.343233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.366047 tst         register_default_mass.py: using MSISDN 1077
22:48:32.375140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.398113 tst         register_default_mass.py: using MSISDN 1078
22:48:32.410254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.433580 tst         register_default_mass.py: using MSISDN 1079
22:48:32.444091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.466936 tst         register_default_mass.py: using MSISDN 1080
22:48:32.476911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.499689 tst         register_default_mass.py: using MSISDN 1081
22:48:32.509660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.532362 tst         register_default_mass.py: using MSISDN 1082
22:48:32.542230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.565250 tst         register_default_mass.py: using MSISDN 1083
22:48:32.575337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.598183 tst         register_default_mass.py: using MSISDN 1084
22:48:32.608091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.630823 tst         register_default_mass.py: using MSISDN 1085
22:48:32.640700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.663410 tst         register_default_mass.py: using MSISDN 1086
22:48:32.673359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.696251 tst         register_default_mass.py: using MSISDN 1087
22:48:32.706182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.729111 tst         register_default_mass.py: using MSISDN 1088
22:48:32.739079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.762086 tst         register_default_mass.py: using MSISDN 1089
22:48:32.772160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.795136 tst         register_default_mass.py: using MSISDN 1090
22:48:32.805158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.827986 tst         register_default_mass.py: using MSISDN 1091
22:48:32.837980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.861005 tst         register_default_mass.py: using MSISDN 1092
22:48:32.871040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.893872 tst         register_default_mass.py: using MSISDN 1093
22:48:32.903898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.926905 tst         register_default_mass.py: using MSISDN 1094
22:48:32.936866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.959631 tst         register_default_mass.py: using MSISDN 1095
22:48:32.969295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.991993 tst         register_default_mass.py: using MSISDN 1096
22:48:33.001876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.024808 tst         register_default_mass.py: using MSISDN 1097
22:48:33.034843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.057708 tst         register_default_mass.py: using MSISDN 1098
22:48:33.067727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.090952 tst         register_default_mass.py: using MSISDN 1099
22:48:33.101064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.124090 tst         register_default_mass.py: using MSISDN 1100
22:48:33.134147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.220588 run                             mass: Starting testcase
22:48:33.226062 run                             mass: Pre-launching all virtphy's
22:48:33.231432 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.244309 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.250455 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.263526 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.269560 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.282431 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.288369 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.301260 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.307251 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.320178 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.326164 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.339203 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.345196 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.358045 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.364053 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.376855 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.382793 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.395578 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.401537 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.414345 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.420312 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.433187 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.439224 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.452111 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.458132 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.470885 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.476857 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.489665 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.495564 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.508494 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.514516 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.527455 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.533459 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.546476 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.552504 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.565348 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.571327 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.584198 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.590284 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.603385 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.609484 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.622630 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.628641 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.641678 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.647691 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.660674 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.666642 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.679727 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.685668 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.698532 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.704468 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.717328 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.723300 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.736119 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.742061 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.754880 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.760912 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.773767 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.779796 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.792757 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.798705 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.811609 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.817506 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.830394 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.836449 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.849500 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.855466 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.868359 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.874287 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.887200 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.893117 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.905974 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.911935 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.924851 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.930764 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.943625 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.949563 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.962440 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.968419 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.981221 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.987159 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.999992 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.005933 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.018772 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.024839 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.037671 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.043704 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.056636 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.062547 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.075442 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.081383 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.094309 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.100242 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.113075 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.118944 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.131729 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.137629 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.150432 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.156298 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.169103 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.175029 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.187853 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.193743 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.206522 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.212398 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.225247 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.231146 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.243936 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.249803 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.262716 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.268647 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.281670 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.287612 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.300381 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.306417 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.319245 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.325288 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.338124 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.344082 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.356918 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.362807 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.375648 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.381534 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.394366 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.400276 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.413164 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.419046 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.431903 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.437804 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.450711 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.456638 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.469481 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.475424 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.488564 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.494657 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.507757 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.513863 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.526953 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.532942 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.545950 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.551855 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.564884 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.570788 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.583692 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.589606 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.602532 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.608532 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.621383 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.627311 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.640139 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.646087 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.658963 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.664879 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.677672 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.683623 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.696469 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.702405 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.715287 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.721235 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.734328 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.740331 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.753419 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.759332 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.772269 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.778231 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.791253 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.797151 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.810025 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.815960 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.828886 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.834759 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.847585 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.853520 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.866343 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.872294 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.885174 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.891114 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.903963 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.909889 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.922783 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.928793 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.941697 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.947698 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.960479 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.966529 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.979458 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.987063 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.999921 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.005867 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.018914 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.024796 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.037789 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.043723 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.056504 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.062483 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.075315 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.081238 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.094168 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.100184 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.113046 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.118902 run                             mass: Checking if sockets are in the filesystem
22:48:35.150734 run                osmo-ms-mob/00000: Starting mobile
22:48:35.163793 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.183506 run                             mass: MS start registered  {at=1685397.232598276, delay=0.013682456221431494, ms=00000}
22:48:39.335159 run                osmo-ms-mob/00001: Starting mobile
22:48:39.348129 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.360127 run                             mass: MS start registered  {at=1685401.409243587, delay=0.006001414032652974, ms=00001}
22:48:40.232903 run                             mass: MS performed LU  {at=1685402.281906647, lu_delay=5.049308370798826, ms=00000}
22:48:41.166776 run                osmo-ms-mob/00002: Starting mobile
22:48:41.183715 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.195800 run                             mass: MS start registered  {at=1685403.244907288, delay=0.006082974141463637, ms=00002}
22:48:42.457790 run                osmo-ms-mob/00003: Starting mobile
22:48:42.473966 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.485192 run                             mass: MS start registered  {at=1685404.534306345, delay=0.005272773094475269, ms=00003}
22:48:43.566471 run                osmo-ms-mob/00004: Starting mobile
22:48:43.583271 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.595443 run                             mass: MS start registered  {at=1685405.6445608, delay=0.006191557971760631, ms=00004}
22:48:44.535088 run                osmo-ms-mob/00005: Starting mobile
22:48:44.548129 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.559934 run                             mass: MS start registered  {at=1685406.609048076, delay=0.005840190919116139, ms=00005}
22:48:45.409990 run                             mass: MS performed LU  {at=1685407.45908366, lu_delay=6.0498400731012225, ms=00001}
22:48:45.421336 run                osmo-ms-mob/00006: Starting mobile
22:48:45.434377 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.446885 run                             mass: MS start registered  {at=1685407.495991667, delay=0.0064427300821989775, ms=00006}
22:48:46.335075 run                osmo-ms-mob/00007: Starting mobile
22:48:46.348133 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.360080 run                             mass: MS start registered  {at=1685408.409195998, delay=0.005788407986983657, ms=00007}
22:48:47.166854 run                osmo-ms-mob/00008: Starting mobile
22:48:47.183689 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.195934 run                             mass: MS start registered  {at=1685409.245047534, delay=0.006290075834840536, ms=00008}
22:48:47.312497 run                             mass: MS performed LU  {at=1685409.361504109, lu_delay=4.827197764068842, ms=00003}
22:48:47.340010 run                             mass: MS performed LU  {at=1685409.389032174, lu_delay=6.144124885788187, ms=00002}
22:48:47.867624 run                osmo-ms-mob/00009: Starting mobile
22:48:47.884557 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.897830 run                             mass: MS start registered  {at=1685409.946944516, delay=0.007290384033694863, ms=00009}
22:48:48.556867 run                osmo-ms-mob/00010: Starting mobile
22:48:48.572920 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.587194 run                             mass: MS start registered  {at=1685410.636303069, delay=0.008237492060288787, ms=00010}
22:48:49.158805 run                osmo-ms-mob/00011: Starting mobile
22:48:49.175120 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.181152 run                             mass: MS performed LU  {at=1685411.230273941, lu_delay=5.585713141132146, ms=00004}
22:48:49.186948 run                             mass: MS start registered  {at=1685411.236078485, delay=0.005822264822199941, ms=00011}
22:48:49.713071 run                             mass: MS performed LU  {at=1685411.762076297, lu_delay=5.153028221102431, ms=00005}
22:48:49.740832 run                osmo-ms-mob/00012: Starting mobile
22:48:49.753900 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.765164 run                             mass: MS start registered  {at=1685411.814284026, delay=0.0048449470195919275, ms=00012}
22:48:50.347223 run                osmo-ms-mob/00013: Starting mobile
22:48:50.361727 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.373140 run                             mass: MS start registered  {at=1685412.422237108, delay=0.005307734943926334, ms=00013}
22:48:50.967173 run                osmo-ms-mob/00014: Starting mobile
22:48:50.983913 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.995007 run                             mass: MS start registered  {at=1685413.044123047, delay=0.004951311042532325, ms=00014}
22:48:51.078660 run                             mass: MS performed LU  {at=1685413.127669874, lu_delay=5.631678207078949, ms=00006}
22:48:51.105616 run                             mass: MS performed LU  {at=1685413.154659209, lu_delay=4.745463211089373, ms=00007}
22:48:51.566487 run                osmo-ms-mob/00015: Starting mobile
22:48:51.583122 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.595817 run                             mass: MS start registered  {at=1685413.644931152, delay=0.006749253021553159, ms=00015}
22:48:52.034320 run                osmo-ms-mob/00016: Starting mobile
22:48:52.047563 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.061256 run                             mass: MS start registered  {at=1685414.110372274, delay=0.00768893794156611, ms=00016}
22:48:52.537512 run                osmo-ms-mob/00017: Starting mobile
22:48:52.550652 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.567810 run                             mass: MS start registered  {at=1685414.616920985, delay=0.011116437148302794, ms=00017}
22:48:52.943110 run                             mass: MS performed LU  {at=1685414.992099038, lu_delay=5.747051504207775, ms=00008}
22:48:53.007688 run                             mass: MS performed LU  {at=1685415.056698965, lu_delay=5.109754448989406, ms=00009}
22:48:53.037564 run                osmo-ms-mob/00018: Starting mobile
22:48:53.052249 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.068730 run                             mass: MS start registered  {at=1685415.117841722, delay=0.010432067094370723, ms=00018}
22:48:53.564349 run                osmo-ms-mob/00019: Starting mobile
22:48:53.581343 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.592829 run                             mass: MS start registered  {at=1685415.641943645, delay=0.005364415934309363, ms=00019}
22:48:54.034726 run                osmo-ms-mob/00020: Starting mobile
22:48:54.048105 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.060094 run                             mass: MS start registered  {at=1685416.109212518, delay=0.005968560930341482, ms=00020}
22:48:54.534953 run                osmo-ms-mob/00021: Starting mobile
22:48:54.548244 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.563365 run                             mass: MS start registered  {at=1685416.612472611, delay=0.009063282050192356, ms=00021}
22:48:54.845123 run                             mass: MS performed LU  {at=1685416.894112416, lu_delay=5.079828390153125, ms=00012}
22:48:54.889386 run                osmo-ms-mob/00022: Starting mobile
22:48:54.902542 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.914977 run                             mass: MS start registered  {at=1685416.964088911, delay=0.006385375978425145, ms=00022}
22:48:54.960503 run                             mass: MS performed LU  {at=1685417.009523174, lu_delay=6.373220104956999, ms=00010}
22:48:55.213743 run                             mass: MS performed LU  {at=1685417.262745198, lu_delay=4.84050809009932, ms=00013}
22:48:55.457515 run                osmo-ms-mob/00023: Starting mobile
22:48:55.473845 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.488919 run                             mass: MS start registered  {at=1685417.538023841, delay=0.009027084102854133, ms=00023}
22:48:55.835075 run                osmo-ms-mob/00024: Starting mobile
22:48:55.848107 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.860402 run                             mass: MS start registered  {at=1685417.909513025, delay=0.006188566097989678, ms=00024}
22:48:56.386608 run                osmo-ms-mob/00025: Starting mobile
22:48:56.405447 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.416940 run                             mass: MS start registered  {at=1685418.466056029, delay=0.005291239125654101, ms=00025}
22:48:56.644539 run                             mass: MS performed LU  {at=1685418.693531928, lu_delay=5.6494088808540255, ms=00014}
22:48:56.675434 run                osmo-ms-mob/00026: Starting mobile
22:48:56.688692 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.703547 run                             mass: MS start registered  {at=1685418.752659969, delay=0.008806305937469006, ms=00026}
22:48:56.709802 run                             mass: MS performed LU  {at=1685418.758928514, lu_delay=5.113997362088412, ms=00015}
22:48:56.773754 run                             mass: MS performed LU  {at=1685418.822769163, lu_delay=4.7123968889936805, ms=00016}
22:48:57.163733 run                osmo-ms-mob/00027: Starting mobile
22:48:57.180556 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.197114 run                             mass: MS start registered  {at=1685419.246222351, delay=0.010547397891059518, ms=00027}
22:48:57.534491 run                osmo-ms-mob/00028: Starting mobile
22:48:57.547782 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.560488 run                             mass: MS start registered  {at=1685419.60960173, delay=0.006688660942018032, ms=00028}
22:48:57.935634 run                osmo-ms-mob/00029: Starting mobile
22:48:57.948558 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.959856 run                             mass: MS start registered  {at=1685420.00897422, delay=0.005072996020317078, ms=00029}
22:48:58.376246 run                osmo-ms-mob/00030: Starting mobile
22:48:58.392968 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.407700 run                             mass: MS start registered  {at=1685420.456809134, delay=0.008698364021256566, ms=00030}
22:48:58.490098 run                             mass: MS performed LU  {at=1685420.53909564, lu_delay=5.421253917971626, ms=00018}
22:48:58.511339 run                             mass: MS performed LU  {at=1685420.560463255, lu_delay=4.918519610073417, ms=00019}
22:48:58.609690 run                             mass: MS performed LU  {at=1685420.658704705, lu_delay=6.041783720022067, ms=00017}
22:48:58.655496 run                osmo-ms-mob/00031: Starting mobile
22:48:58.669832 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.683191 run                             mass: MS start registered  {at=1685420.732304804, delay=0.007229950977489352, ms=00031}
22:48:59.017148 run                             mass: MS performed LU  {at=1685421.066167257, lu_delay=4.956954739056528, ms=00020}
22:48:59.087769 run                osmo-ms-mob/00032: Starting mobile
22:48:59.103547 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.121023 run                             mass: MS start registered  {at=1685421.170125666, delay=0.011409518076106906, ms=00032}
22:48:59.448252 run                osmo-ms-mob/00033: Starting mobile
22:48:59.462141 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.476797 run                             mass: MS start registered  {at=1685421.525908404, delay=0.008523110998794436, ms=00033}
22:48:59.834872 run                osmo-ms-mob/00034: Starting mobile
22:48:59.847951 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.860104 run                             mass: MS start registered  {at=1685421.909221262, delay=0.0061866240575909615, ms=00034}
22:49:00.135776 run                osmo-ms-mob/00035: Starting mobile
22:49:00.149024 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.160584 run                             mass: MS start registered  {at=1685422.209699934, delay=0.005545776104554534, ms=00035}
22:49:00.475065 run                             mass: MS performed LU  {at=1685422.524080357, lu_delay=4.986056515946984, ms=00023}
22:49:00.549840 run                osmo-ms-mob/00036: Starting mobile
22:49:00.566263 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.572291 run                             mass: MS performed LU  {at=1685422.621413991, lu_delay=5.657325080130249, ms=00022}
22:49:00.578880 run                             mass: MS start registered  {at=1685422.628009894, delay=0.0066158059053123, ms=00036}
22:49:00.967900 run                osmo-ms-mob/00037: Starting mobile
22:49:00.984796 run       osmo-ms-mob/00037(pid=172): Launched
22:49:00.998069 run                             mass: MS start registered  {at=1685423.047186355, delay=0.006809571059420705, ms=00037}
22:49:01.249301 run                osmo-ms-mob/00038: Starting mobile
22:49:01.262899 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.276793 run                             mass: MS start registered  {at=1685423.325900675, delay=0.007812193129211664, ms=00038}
22:49:01.547731 run                osmo-ms-mob/00039: Starting mobile
22:49:01.562136 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.574691 run                             mass: MS start registered  {at=1685423.623808464, delay=0.0060587720945477486, ms=00039}
22:49:01.940776 run                osmo-ms-mob/00040: Starting mobile
22:49:01.955520 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.967927 run                             mass: MS start registered  {at=1685424.017040822, delay=0.006030949065461755, ms=00040}
22:49:02.234600 run                osmo-ms-mob/00041: Starting mobile
22:49:02.247922 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.260463 run                             mass: MS start registered  {at=1685424.309576964, delay=0.006508572958409786, ms=00041}
22:49:02.376482 run                             mass: MS performed LU  {at=1685424.425492616, lu_delay=5.959436586825177, ms=00025}
22:49:02.403251 run                             mass: MS performed LU  {at=1685424.45230019, lu_delay=5.699640220962465, ms=00026}
22:49:02.423444 run                osmo-ms-mob/00042: Starting mobile
22:49:02.436422 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.449839 run                             mass: MS start registered  {at=1685424.498943808, delay=0.007274161092936993, ms=00042}
22:49:02.491365 run                             mass: MS performed LU  {at=1685424.54037832, lu_delay=5.294155969051644, ms=00027}
22:49:02.509808 run                             mass: MS performed LU  {at=1685424.558936109, lu_delay=4.949334379052743, ms=00028}
22:49:02.782434 run                             mass: MS performed LU  {at=1685424.831449434, lu_delay=4.822475214023143, ms=00029}
22:49:02.811902 run                osmo-ms-mob/00043: Starting mobile
22:49:02.825062 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.836942 run                             mass: MS start registered  {at=1685424.886056009, delay=0.005812011891975999, ms=00043}
22:49:03.242840 run                osmo-ms-mob/00044: Starting mobile
22:49:03.256536 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.268439 run                             mass: MS start registered  {at=1685425.317555951, delay=0.005872445879504085, ms=00044}
22:49:03.558396 run                osmo-ms-mob/00045: Starting mobile
22:49:03.578759 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.591474 run                             mass: MS start registered  {at=1685425.640588948, delay=0.006311930948868394, ms=00045}
22:49:03.854010 run                osmo-ms-mob/00046: Starting mobile
22:49:03.868716 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.881963 run                             mass: MS start registered  {at=1685425.931065961, delay=0.007126607000827789, ms=00046}
22:49:04.163299 run                osmo-ms-mob/00047: Starting mobile
22:49:04.184716 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.196724 run                             mass: MS start registered  {at=1685426.245832945, delay=0.005928988102823496, ms=00047}
22:49:04.230563 run                             mass: MS performed LU  {at=1685426.27959818, lu_delay=5.822789045982063, ms=00030}
22:49:04.244790 run                             mass: MS performed LU  {at=1685426.293918929, lu_delay=5.561614125035703, ms=00031}
22:49:04.255837 run                osmo-ms-mob/00048: Starting mobile
22:49:04.268976 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.286144 run                             mass: MS start registered  {at=1685426.33524542, delay=0.011095874011516571, ms=00048}
22:49:04.303988 run                             mass: MS performed LU  {at=1685426.353051516, lu_delay=4.827143111964688, ms=00033}
22:49:04.484764 run                             mass: MS performed LU  {at=1685426.533778885, lu_delay=5.363653218839318, ms=00032}
22:49:04.499367 run                osmo-ms-mob/00049: Starting mobile
22:49:04.514643 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.521140 run                             mass: MS performed LU  {at=1685426.570262489, lu_delay=4.661041226936504, ms=00034}
22:49:04.529285 run                             mass: MS start registered  {at=1685426.578407462, delay=0.00816761190071702, ms=00049}
22:49:05.035338 run                osmo-ms-mob/00050: Starting mobile
22:49:05.048582 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.063471 run                             mass: MS start registered  {at=1685427.112584135, delay=0.008867396041750908, ms=00050}
22:49:05.440761 run                osmo-ms-mob/00051: Starting mobile
22:49:05.453989 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.465382 run                             mass: MS start registered  {at=1685427.514495634, delay=0.005406317068263888, ms=00051}
22:49:05.746352 run                osmo-ms-mob/00052: Starting mobile
22:49:05.760018 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.771955 run                             mass: MS start registered  {at=1685427.821069973, delay=0.005680214148014784, ms=00052}
22:49:06.022668 run                             mass: MS performed LU  {at=1685428.071663952, lu_delay=5.861964017851278, ms=00035}
22:49:06.039283 run                osmo-ms-mob/00053: Starting mobile
22:49:06.052663 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.058768 run                             mass: MS performed LU  {at=1685428.107888442, lu_delay=5.479878548067063, ms=00036}
22:49:06.067541 run                             mass: MS start registered  {at=1685428.116660296, delay=0.008793676970526576, ms=00053}
22:49:06.169526 run                             mass: MS performed LU  {at=1685428.218529782, lu_delay=4.594721317989752, ms=00039}
22:49:06.184718 run                osmo-ms-mob/00054: Starting mobile
22:49:06.197679 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.212144 run                             mass: MS start registered  {at=1685428.261254832, delay=0.008343731984496117, ms=00054}
22:49:06.313370 run                             mass: MS performed LU  {at=1685428.362360222, lu_delay=5.315173866925761, ms=00037}
22:49:06.665666 run                osmo-ms-mob/00055: Starting mobile
22:49:06.681472 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.696122 run                             mass: MS start registered  {at=1685428.745235754, delay=0.008672086987644434, ms=00055}
22:49:06.948078 run                osmo-ms-mob/00056: Starting mobile
22:49:06.961932 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.973798 run                             mass: MS start registered  {at=1685429.022908972, delay=0.00527122407220304, ms=00056}
22:49:07.065557 run                             mass: MS performed LU  {at=1685429.114562543, lu_delay=5.788661868078634, ms=00038}
22:49:07.254371 run                osmo-ms-mob/00057: Starting mobile
22:49:07.269097 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.280921 run                             mass: MS start registered  {at=1685429.330035589, delay=0.004887572024017572, ms=00057}
22:49:07.645919 run                osmo-ms-mob/00058: Starting mobile
22:49:07.659818 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.671992 run                             mass: MS start registered  {at=1685429.721108291, delay=0.006013795034959912, ms=00058}
22:49:07.947927 run                osmo-ms-mob/00059: Starting mobile
22:49:07.962029 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.968100 run                             mass: MS performed LU  {at=1685430.017223218, lu_delay=5.518279409967363, ms=00042}
22:49:07.974971 run                             mass: MS start registered  {at=1685430.024093413, delay=0.006889078067615628, ms=00059}
22:49:07.981373 run                             mass: MS performed LU  {at=1685430.030499822, lu_delay=6.013459000037983, ms=00040}
22:49:07.992258 run                osmo-ms-mob/00060: Starting mobile
22:49:08.006460 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.017731 run                             mass: MS start registered  {at=1685430.066847909, delay=0.0050611658953130245, ms=00060}
22:49:08.070676 run                             mass: MS performed LU  {at=1685430.119686054, lu_delay=5.233630045084283, ms=00043}
22:49:08.232008 run                             mass: MS performed LU  {at=1685430.28102405, lu_delay=5.9714470859616995, ms=00041}
22:49:08.263319 run                             mass: MS performed LU  {at=1685430.312438883, lu_delay=4.994882931932807, ms=00044}
22:49:08.275418 run                osmo-ms-mob/00061: Starting mobile
22:49:08.288468 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.294535 run                             mass: MS performed LU  {at=1685430.343661193, lu_delay=4.70307224499993, ms=00045}
22:49:08.300592 run                             mass: MS start registered  {at=1685430.349715552, delay=0.006069918163120747, ms=00061}
22:49:08.947363 run                osmo-ms-mob/00062: Starting mobile
22:49:08.961134 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.975490 run                             mass: MS start registered  {at=1685431.024584988, delay=0.008345399983227253, ms=00062}
22:49:09.067728 run                             mass: MS performed LU  {at=1685431.116746732, lu_delay=5.185680771013722, ms=00046}
22:49:09.277116 run                osmo-ms-mob/00063: Starting mobile
22:49:09.293645 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.307276 run                             mass: MS start registered  {at=1685431.356386437, delay=0.007554545067250729, ms=00063}
22:49:09.657872 run                osmo-ms-mob/00064: Starting mobile
22:49:09.683050 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.696599 run                             mass: MS start registered  {at=1685431.74570794, delay=0.007447213167324662, ms=00064}
22:49:09.788512 run                             mass: MS performed LU  {at=1685431.837543278, lu_delay=5.591710333013907, ms=00047}
22:49:09.805297 run                             mass: MS performed LU  {at=1685431.854354951, lu_delay=5.5191095310729, ms=00048}
22:49:09.935672 run                             mass: MS performed LU  {at=1685431.984685548, lu_delay=5.406278086127713, ms=00049}
22:49:09.991425 run                osmo-ms-mob/00065: Starting mobile
22:49:10.006572 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.017747 run                             mass: MS start registered  {at=1685432.06686482, delay=0.004952793940901756, ms=00065}
22:49:10.079548 run                             mass: MS performed LU  {at=1685432.12856704, lu_delay=5.015982904937118, ms=00050}
22:49:10.374453 run                osmo-ms-mob/00066: Starting mobile
22:49:10.399987 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.406269 run                             mass: MS performed LU  {at=1685432.455392269, lu_delay=4.940896634943783, ms=00051}
22:49:10.412718 run                             mass: MS start registered  {at=1685432.461840047, delay=0.006464030127972364, ms=00066}
22:49:10.767299 run                osmo-ms-mob/00067: Starting mobile
22:49:10.804496 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.816517 run                             mass: MS start registered  {at=1685432.865632695, delay=0.005417341832071543, ms=00067}
22:49:11.042950 run                osmo-ms-mob/00068: Starting mobile
22:49:11.056856 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.070538 run                             mass: MS start registered  {at=1685433.119645173, delay=0.007513168966397643, ms=00068}
22:49:11.190311 run                             mass: MS performed LU  {at=1685433.239335604, lu_delay=22.003257119096816, ms=00011}
22:49:11.435455 run                osmo-ms-mob/00069: Starting mobile
22:49:11.449098 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.464234 run                             mass: MS start registered  {at=1685433.513341959, delay=0.008992120157927275, ms=00069}
22:49:11.707626 run                             mass: MS performed LU  {at=1685433.756620294, lu_delay=5.63995999796316, ms=00053}
22:49:11.744339 run                             mass: MS performed LU  {at=1685433.793358751, lu_delay=4.770449778996408, ms=00056}
22:49:11.783339 run                osmo-ms-mob/00070: Starting mobile
22:49:11.796765 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.808521 run                             mass: MS start registered  {at=1685433.857631877, delay=0.00541426707059145, ms=00070}
22:49:11.835812 run                             mass: MS performed LU  {at=1685433.884848007, lu_delay=5.139612253056839, ms=00055}
22:49:12.016484 run                             mass: MS performed LU  {at=1685434.065501872, lu_delay=6.244431898929179, ms=00052}
22:49:12.040410 run                             mass: MS performed LU  {at=1685434.08953629, lu_delay=4.759500700980425, ms=00057}
22:49:12.051636 run                osmo-ms-mob/00071: Starting mobile
22:49:12.064705 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.076484 run                             mass: MS start registered  {at=1685434.125602034, delay=0.0054370989091694355, ms=00071}
22:49:12.648493 run                osmo-ms-mob/00072: Starting mobile
22:49:12.662240 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.674080 run                             mass: MS start registered  {at=1685434.723195221, delay=0.005286696134135127, ms=00072}
22:49:13.053592 run                osmo-ms-mob/00073: Starting mobile
22:49:13.068605 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.082070 run                             mass: MS start registered  {at=1685435.131181288, delay=0.007334791123867035, ms=00073}
22:49:13.447636 run                osmo-ms-mob/00074: Starting mobile
22:49:13.461444 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.474639 run                             mass: MS start registered  {at=1685435.523755295, delay=0.007048540050163865, ms=00074}
22:49:13.655426 run                             mass: MS performed LU  {at=1685435.704445788, lu_delay=5.680352374911308, ms=00059}
22:49:13.692653 run                             mass: MS performed LU  {at=1685435.741761566, lu_delay=4.7171765780076385, ms=00062}
22:49:13.706673 run                osmo-ms-mob/00075: Starting mobile
22:49:13.719747 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.725808 run                             mass: MS performed LU  {at=1685435.774930488, lu_delay=5.70808257907629, ms=00060}
22:49:13.735244 run                             mass: MS start registered  {at=1685435.78436348, delay=0.009454051963984966, ms=00075}
22:49:13.789406 run                             mass: MS performed LU  {at=1685435.838282665, lu_delay=5.48856711294502, ms=00061}
22:49:13.813806 run                             mass: MS performed LU  {at=1685435.862902354, lu_delay=6.141794062918052, ms=00058}
22:49:13.844777 run                             mass: MS performed LU  {at=1685435.893797054, lu_delay=4.537410616874695, ms=00063}
22:49:13.887311 run                osmo-ms-mob/00076: Starting mobile
22:49:13.905192 run       osmo-ms-mob/00076(pid=211): Launched
22:49:13.916736 run                             mass: MS start registered  {at=1685435.965852123, delay=0.005349256098270416, ms=00076}
22:49:14.742544 run                osmo-ms-mob/00077: Starting mobile
22:49:14.776382 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.790352 run                             mass: MS start registered  {at=1685436.839455662, delay=0.0078061651438474655, ms=00077}
22:49:15.258118 run                osmo-ms-mob/00078: Starting mobile
22:49:15.286235 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.300387 run                             mass: MS start registered  {at=1685437.349498161, delay=0.008104357169941068, ms=00078}
22:49:15.473487 run                             mass: MS performed LU  {at=1685437.522476828, lu_delay=5.060636780923232, ms=00066}
22:49:15.510764 run                             mass: MS performed LU  {at=1685437.559809561, lu_delay=5.492944740923122, ms=00065}
22:49:15.533597 run                osmo-ms-mob/00079: Starting mobile
22:49:15.546740 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.557886 run                             mass: MS start registered  {at=1685437.607003929, delay=0.0049958250019699335, ms=00079}
22:49:15.603209 run                             mass: MS performed LU  {at=1685437.652243556, lu_delay=4.786610861076042, ms=00067}
22:49:15.782648 run                             mass: MS performed LU  {at=1685437.831639692, lu_delay=4.71199451899156, ms=00068}
22:49:15.816643 run                             mass: MS performed LU  {at=1685437.865750475, lu_delay=6.120042535010725, ms=00064}
22:49:16.174876 run                osmo-ms-mob/00080: Starting mobile
22:49:16.189881 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.204426 run                             mass: MS start registered  {at=1685438.25353106, delay=0.008489972911775112, ms=00080}
22:49:16.661534 run                osmo-ms-mob/00081: Starting mobile
22:49:16.684584 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.698048 run                             mass: MS start registered  {at=1685438.747161693, delay=0.006941952044144273, ms=00081}
22:49:16.808018 run                             mass: MS performed LU  {at=1685438.857012853, lu_delay=3.7258315649814904, ms=00073}
22:49:17.064042 run                osmo-ms-mob/00082: Starting mobile
22:49:17.079429 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.091915 run                             mass: MS start registered  {at=1685439.141028959, delay=0.00607729097828269, ms=00082}
22:49:17.422136 run                             mass: MS performed LU  {at=1685439.471113134, lu_delay=4.747917912900448, ms=00072}
22:49:17.448167 run                             mass: MS performed LU  {at=1685439.497275989, lu_delay=5.371673955116421, ms=00071}
22:49:17.471330 run                             mass: MS performed LU  {at=1685439.520459586, lu_delay=5.662827708991244, ms=00070}
22:49:17.497498 run                osmo-ms-mob/00083: Starting mobile
22:49:17.516016 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.538632 run                             mass: MS start registered  {at=1685439.587732094, delay=0.014494901057332754, ms=00083}
22:49:17.573158 run                             mass: MS performed LU  {at=1685439.622168626, lu_delay=21.712655600858852, ms=00024}
22:49:17.610219 run                             mass: MS performed LU  {at=1685439.659231326, lu_delay=23.046758715063334, ms=00021}
22:49:18.176874 run                osmo-ms-mob/00084: Starting mobile
22:49:18.193103 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.204881 run                             mass: MS start registered  {at=1685440.253998225, delay=0.0056378100998699665, ms=00084}
22:49:18.653036 run                osmo-ms-mob/00085: Starting mobile
22:49:18.668520 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.681747 run                             mass: MS start registered  {at=1685440.730859801, delay=0.0070984079502522945, ms=00085}
22:49:19.266639 run                osmo-ms-mob/00086: Starting mobile
22:49:19.284467 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.290521 run                             mass: MS performed LU  {at=1685441.339644184, lu_delay=5.373792061116546, ms=00076}
22:49:19.296507 run                             mass: MS performed LU  {at=1685441.345637569, lu_delay=5.561274088919163, ms=00075}
22:49:19.302190 run                             mass: MS start registered  {at=1685441.351322106, delay=0.011696206172928214, ms=00086}
22:49:19.369122 run                             mass: MS performed LU  {at=1685441.418114784, lu_delay=4.578659121878445, ms=00077}
22:49:19.530419 run                             mass: MS performed LU  {at=1685441.579416731, lu_delay=6.055661435937509, ms=00074}
22:49:19.865355 run                osmo-ms-mob/00087: Starting mobile
22:49:19.885120 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.896690 run                             mass: MS start registered  {at=1685441.945803547, delay=0.005507803056389093, ms=00087}
22:49:20.447441 run                osmo-ms-mob/00088: Starting mobile
22:49:20.461838 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.476165 run                             mass: MS start registered  {at=1685442.525263527, delay=0.008271871833130717, ms=00088}
22:49:21.066448 run                osmo-ms-mob/00089: Starting mobile
22:49:21.083302 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.097505 run                             mass: MS start registered  {at=1685443.146606068, delay=0.008129623951390386, ms=00089}
22:49:21.186741 run                             mass: MS performed LU  {at=1685443.235720894, lu_delay=4.982189834117889, ms=00080}
22:49:21.222820 run                             mass: MS performed LU  {at=1685443.271936074, lu_delay=5.664932144805789, ms=00079}
22:49:21.232227 run                             mass: MS performed LU  {at=1685443.281349823, lu_delay=5.931851661996916, ms=00078}
22:49:21.573707 run                             mass: MS performed LU  {at=1685443.622717945, lu_delay=4.875556251965463, ms=00081}
22:49:21.603271 run                osmo-ms-mob/00090: Starting mobile
22:49:21.616765 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.628741 run                             mass: MS start registered  {at=1685443.677836139, delay=0.005788143957033753, ms=00090}
22:49:22.348084 run                osmo-ms-mob/00091: Starting mobile
22:49:22.361796 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.374670 run                             mass: MS start registered  {at=1685444.423787559, delay=0.006377015961334109, ms=00091}
22:49:23.004788 run                             mass: MS performed LU  {at=1685445.053787934, lu_delay=4.799789708806202, ms=00084}
22:49:23.034469 run                osmo-ms-mob/00092: Starting mobile
22:49:23.048143 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.054189 run                             mass: MS performed LU  {at=1685445.103310492, lu_delay=5.5155783977825195, ms=00083}
22:49:23.065616 run                             mass: MS start registered  {at=1685445.114729469, delay=0.011440334841609001, ms=00092}
22:49:23.134806 run                             mass: MS performed LU  {at=1685445.183819258, lu_delay=6.042790298815817, ms=00082}
22:49:23.278108 run                             mass: MS performed LU  {at=1685445.327106572, lu_delay=4.5962467710487545, ms=00085}
22:49:23.857514 run                osmo-ms-mob/00093: Starting mobile
22:49:23.873589 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.888118 run                             mass: MS start registered  {at=1685445.937231089, delay=0.008486466947942972, ms=00093}
22:49:24.746845 run                osmo-ms-mob/00094: Starting mobile
22:49:24.760513 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.772568 run                             mass: MS start registered  {at=1685446.821684982, delay=0.0057724518701434135, ms=00094}
22:49:24.952635 run                             mass: MS performed LU  {at=1685447.001625054, lu_delay=5.055821507005021, ms=00087}
22:49:24.988079 run                             mass: MS performed LU  {at=1685447.037187144, lu_delay=5.685865037841722, ms=00086}
22:49:25.469789 run                             mass: MS performed LU  {at=1685447.51878667, lu_delay=4.993523142999038, ms=00088}
22:49:25.672721 run                osmo-ms-mob/00095: Starting mobile
22:49:25.688852 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.702198 run                             mass: MS start registered  {at=1685447.751312743, delay=0.007299128919839859, ms=00095}
22:49:26.666403 run                osmo-ms-mob/00096: Starting mobile
22:49:26.682478 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.698110 run                             mass: MS start registered  {at=1685448.747221878, delay=0.009738047141581774, ms=00096}
22:49:26.734274 run                             mass: MS performed LU  {at=1685448.783297274, lu_delay=5.105461135040969, ms=00090}
22:49:26.765236 run                             mass: MS performed LU  {at=1685448.814353641, lu_delay=5.667747572995722, ms=00089}
22:49:26.900161 run                             mass: MS performed LU  {at=1685448.949158614, lu_delay=4.52537105511874, ms=00091}
22:49:27.748638 run                osmo-ms-mob/00097: Starting mobile
22:49:27.762669 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.779218 run                             mass: MS start registered  {at=1685449.828315346, delay=0.010417821118608117, ms=00097}
22:49:28.718313 run                             mass: MS performed LU  {at=1685450.76728753, lu_delay=5.652558061061427, ms=00092}
22:49:28.742299 run                             mass: MS performed LU  {at=1685450.791424957, lu_delay=4.854193868115544, ms=00093}
22:49:28.999930 run                             mass: MS performed LU  {at=1685451.048945466, lu_delay=22.787690634140745, ms=00054}
22:49:29.042600 run                osmo-ms-mob/00098: Starting mobile
22:49:29.058376 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.074176 run                             mass: MS start registered  {at=1685451.123286539, delay=0.00981318298727274, ms=00098}
22:49:30.500214 run                             mass: MS performed LU  {at=1685452.549234392, lu_delay=5.727549409959465, ms=00094}
22:49:30.666054 run                             mass: MS performed LU  {at=1685452.71505621, lu_delay=4.963743467116728, ms=00095}
22:49:30.834983 run                osmo-ms-mob/00099: Starting mobile
22:49:30.848337 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.854326 run                             mass: All started... {duration=55.72986278682947, too_slow=0}
22:49:30.860485 run                             mass: MS start registered  {at=1685452.909604792, delay=0.0061464079190045595, ms=00099}
22:49:32.483819 run                             mass: MS performed LU  {at=1685454.532814474, lu_delay=4.704499128041789, ms=00097}
22:49:32.502157 run                             mass: MS performed LU  {at=1685454.551190586, lu_delay=5.8039687080308795, ms=00096}
22:49:34.413400 run                             mass: MS performed LU  {at=1685456.462394803, lu_delay=5.3391082640737295, ms=00098}
22:49:34.667517 run                             mass: MS performed LU  {at=1685456.716511963, lu_delay=23.203170003835112, ms=00069}
22:49:36.251076 run                             mass: MS performed LU  {at=1685458.299934447, lu_delay=5.390329655027017, ms=00099}
22:49:36.273991 run                             mass: Tests done {all_completed=True, max=23.203170003835112, min=3.7258315649814904}
22:49:36.279580 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:36.284868 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.288134 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.291348 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.294562 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.297748 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.300972 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.304259 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.307548 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.310790 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.314056 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.317292 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.320573 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.323818 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.327077 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.330343 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.333610 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.336965 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.340350 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.344177 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.347730 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.351023 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.354292 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.357564 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.360864 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.364151 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.367813 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.371957 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.379077 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.382456 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.385972 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.389295 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.393053 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.398486 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.405235 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.412299 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.417063 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.421037 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.424373 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.429189 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.435731 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.440135 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.443701 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.447183 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.450584 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.453931 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.457877 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.461296 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.464720 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.468164 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.471622 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.475052 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.478481 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.481929 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.485511 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.488969 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.492408 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.495833 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.499263 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.502687 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.506120 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.509551 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.512973 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.516402 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.519833 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.523252 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.526664 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.530087 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.533520 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.536902 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.540253 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.543640 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.547332 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.551239 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.554721 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.558125 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.561468 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.564808 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.568103 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.571882 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.575465 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.578763 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.582075 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.585426 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.589086 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.592780 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.596067 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.599464 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.602904 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.606297 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.609578 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.612891 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.616206 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.619498 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.622771 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.626080 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.629460 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.632797 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.636106 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.639416 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.642796 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.646170 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.649594 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.652940 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.656277 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.659558 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.662908 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.666231 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.669949 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.673549 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.677118 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.680966 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.684287 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.687601 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.690895 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.694215 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.697510 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.700853 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.704115 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.707384 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.710643 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.713893 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.717150 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.720407 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.723696 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.726946 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.730331 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.733605 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.736874 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.740108 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.743342 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.746576 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.749830 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.753080 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.756338 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.759575 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.762824 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.766079 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.769332 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.772585 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.775833 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.779077 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.782330 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.785638 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.788991 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.792346 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.795676 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.799016 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.802343 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.805716 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.809081 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.812449 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.815793 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.819138 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.822483 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.825816 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.829104 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.832326 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.835514 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.838683 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.841883 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.845108 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.848408 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.851703 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.854976 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.858268 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.861556 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.864876 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.868180 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.871452 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.874623 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.877817 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.881026 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.884314 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.887603 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.890903 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.894188 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.897468 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.900769 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.904065 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.907363 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:36.910664 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:36.913958 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:36.917242 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:36.920530 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:36.923825 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:36.927136 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:36.930420 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:36.933742 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:36.937048 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:36.940330 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:36.943626 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:36.946913 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:36.950181 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:36.953499 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:36.956905 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:36.960135 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:36.963324 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:36.966558 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:36.969755 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:36.972938 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:36.976120 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:36.979313 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:36.982485 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:36.985709 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:36.988962 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:36.992185 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:36.995416 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:36.998654 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.001892 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.005123 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.008347 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.011588 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.014814 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.018067 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.019561 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.023148 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.024619 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.028202 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.029655 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.033242 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.034689 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.038256 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.039733 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.043320 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.044782 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.048376 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.049838 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.053440 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.054907 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.058513 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.059995 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.063602 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.065066 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.068689 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.070157 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.073769 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.075239 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.078856 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.080332 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.083957 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.085433 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.089056 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.090522 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.094146 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.095620 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.099247 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.100709 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.104333 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.105799 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.109414 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.110876 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.114492 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.115989 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.119593 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.121088 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.124698 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.126159 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.129765 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.131227 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.134813 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.136267 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.139861 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.141326 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.144920 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.146364 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.149962 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.151414 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.154992 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.156453 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.160071 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.161533 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.165142 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.166590 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.170176 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.171641 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.175227 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.176680 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.180260 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.181706 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.185310 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.186767 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.190361 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.191820 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.195403 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.196864 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.200452 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.201908 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.205491 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.206960 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.210541 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.212037 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.215633 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.217092 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.220711 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.222167 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.225761 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.227224 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.230820 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.232267 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.235853 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.237315 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.240932 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.242383 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.245968 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.247415 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.250994 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.252450 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.256030 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.257486 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.261077 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.262523 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.266115 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.267573 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.271180 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.272639 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.276224 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.277684 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.281269 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.282726 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.286330 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.287795 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.291390 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.292849 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.296481 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.297929 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.301505 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.302964 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.306546 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.308023 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.311620 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.313075 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.316672 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.318128 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.321758 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.323235 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.326820 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.328278 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.331865 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.333322 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.336921 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.338366 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.341967 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.343430 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.347012 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.348458 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.352071 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.353532 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.357133 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.358589 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.362165 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.363647 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.367240 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.368697 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.372298 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.373750 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.377352 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.378808 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.382414 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.383871 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.387478 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.388926 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.392522 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.393964 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.397554 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.399019 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.402609 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.404074 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.407665 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.409126 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.412730 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.414180 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.417785 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.419268 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.422885 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.424335 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.427961 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.429421 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.433019 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.434474 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.438090 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.439556 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.443153 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.444609 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.448222 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.449672 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.453286 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.454731 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.458317 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.459800 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.463385 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.464843 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.468442 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.469905 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.473494 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.474947 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.478530 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.479992 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.483616 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.485072 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.488665 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.490120 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.493721 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.495199 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.498814 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.500276 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.503885 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.505345 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.508941 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.510398 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.513984 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.515441 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.519064 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.520545 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.524182 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.525638 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.529218 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.530664 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.534257 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.535718 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.539311 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.540760 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.544364 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.545815 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.549419 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.550876 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.554465 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.555930 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.559504 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.560956 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.564544 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.565996 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.569611 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.571062 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.574650 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.576119 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.579717 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.581188 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.584822 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.586272 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.589888 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.591422 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.595031 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.596481 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.600081 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.601530 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.605139 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.606586 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.610203 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.611653 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.615251 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.616689 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.620277 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.621714 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.625314 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.626770 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.630360 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.631821 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.635410 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.636850 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.640447 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.641902 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.645533 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.646991 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.650573 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.652025 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.655614 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.657058 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.660651 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.662099 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.665688 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.667165 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.670742 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.672197 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.675801 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.677259 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.680912 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.682350 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.685939 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.687419 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.691020 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.692477 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.696071 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.697523 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.701110 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.702560 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.706180 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.707636 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.711235 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.712682 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.716304 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.717740 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.721395 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.722839 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.726445 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.727907 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.731511 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.732958 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.736559 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.738019 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.741631 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.743103 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.746693 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.748152 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.751765 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.753213 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.756843 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.758300 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.761895 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.763373 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.766975 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.768425 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.772017 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.773483 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.777092 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.778542 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.782155 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.783610 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.787219 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.788664 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.792261 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.793715 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.797304 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.798752 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.802362 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.803836 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.807453 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.808904 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.812512 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.813955 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.817568 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.819012 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.822610 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.824095 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.827692 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.829147 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.832740 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.834191 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.837794 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.839249 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.842861 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.844307 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.847929 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.849383 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.853000 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.854457 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.858054 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.859528 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.863118 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.864561 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.868164 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.869602 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.873197 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.874639 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.878247 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.879696 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.883290 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.884734 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:37.888320 ---      ParallelTerminationStrategy: PID 195 died...
22:49:37.889762 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:37.893344 ---      ParallelTerminationStrategy: PID 196 died...
22:49:37.894794 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:37.898398 ---      ParallelTerminationStrategy: PID 197 died...
22:49:37.899870 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:37.903476 ---      ParallelTerminationStrategy: PID 198 died...
22:49:37.904921 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:37.908519 ---      ParallelTerminationStrategy: PID 199 died...
22:49:37.909955 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:37.913535 ---      ParallelTerminationStrategy: PID 200 died...
22:49:37.914991 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:37.918600 ---      ParallelTerminationStrategy: PID 201 died...
22:49:37.920060 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:37.923694 ---      ParallelTerminationStrategy: PID 202 died...
22:49:37.925144 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:37.928731 ---      ParallelTerminationStrategy: PID 203 died...
22:49:37.930174 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:37.933816 ---      ParallelTerminationStrategy: PID 204 died...
22:49:37.935284 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:37.938933 ---      ParallelTerminationStrategy: PID 205 died...
22:49:37.940414 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:37.944084 ---      ParallelTerminationStrategy: PID 206 died...
22:49:37.945548 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:37.949183 ---      ParallelTerminationStrategy: PID 207 died...
22:49:37.950644 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:37.954274 ---      ParallelTerminationStrategy: PID 208 died...
22:49:37.955747 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:37.959385 ---      ParallelTerminationStrategy: PID 209 died...
22:49:37.960846 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:37.964493 ---      ParallelTerminationStrategy: PID 210 died...
22:49:37.965964 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:37.969598 ---      ParallelTerminationStrategy: PID 211 died...
22:49:37.971072 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:37.974688 ---      ParallelTerminationStrategy: PID 212 died...
22:49:37.976156 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:37.979815 ---      ParallelTerminationStrategy: PID 213 died...
22:49:37.981271 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:37.984912 ---      ParallelTerminationStrategy: PID 214 died...
22:49:37.986386 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:37.990043 ---      ParallelTerminationStrategy: PID 215 died...
22:49:37.991507 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:37.995142 ---      ParallelTerminationStrategy: PID 216 died...
22:49:37.996592 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.000233 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.001704 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.005385 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.006854 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.010503 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.011983 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.015635 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.017097 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.020734 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.022192 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.025861 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.027365 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.031124 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.032669 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.036389 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.037905 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.041602 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.043132 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.046806 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.048354 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.052053 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.053583 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.057235 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.058783 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.062432 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.063972 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.067629 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.069123 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.072848 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.074399 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.078049 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.079575 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.083230 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.084766 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.088445 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.089959 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.494367 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.500895 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8403 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.572033 tst                       trial-8403: Storing JUnit report in /build/trial-8403/run.2026-07-25_22-48-16/trial-8403.xml

--------------------------------------------------------------------------------------------
trial-8403 PASS
--------------------------------------------------------------------------------------------
22:49:41.581969 tst                       trial-8403: trial-8403: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8403/inst
+ cd trial-8403
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-25 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8403-run.tgz run.2026-07-25_22-48-16
+ tar czf /build/trial-8403-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-25_13_28_40.tgz osmo-bts-oc2g.build-2026-07-24_23_22_48.tgz osmo-bts-sysmo.build-2026-07-24_23_23_05.tgz osmo-bts.build-2026-07-24_23_22_52.tgz osmo-ggsn.build-2026-07-25_20_43_07.tgz osmo-hlr.build-2026-07-25_16_37_40.tgz osmo-hnbgw.build-2026-07-25_13_29_56.tgz osmo-mgw.build-2026-07-25_08_33_39.tgz osmo-msc.build-2026-07-25_13_30_53.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-25_07_35_03.tgz osmo-pcu-sysmo.build-2026-07-25_07_35_03.tgz osmo-pcu.build-2026-07-25_07_35_02.tgz osmo-sgsn.build-2026-07-25_20_49_53.tgz osmo-stp.build-2026-07-25_13_25_34.tgz osmo-trx.build-2026-07-25_09_46_23.tgz osmocom-bb.build-2026-07-25_21_18_48.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