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/jenkins8709111178620700951.sh
+ rm -rf trial-8400-bin.tgz trial-8400-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 26205
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11510
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 11174
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13326
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13650
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 14478
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 43528
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 8017
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 45938
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 9125
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 13658
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7987
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 12035
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 8057
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9533
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6777
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 7987
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10684180475480209712.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-8400
+ 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 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

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

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

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

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

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

#13 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#13 CACHED

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

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

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

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

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

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

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

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

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

#23 [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
#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 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#25 CACHED

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

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

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

#29 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#31 CACHED

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0a1255ec610212256e74b23b9e85ad8bfaf4f0681a9caa759ec20d53ecb5f5b3 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=8401 -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-23 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8401
+ mkdir -p trial-8401
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-23_13_27_04.tgz osmo-bts-oc2g.build-2026-07-23_00_52_14.tgz osmo-bts-sysmo.build-2026-07-23_00_52_18.tgz osmo-bts.build-2026-07-23_00_52_31.tgz osmo-ggsn.build-2026-07-23_20_43_23.tgz osmo-hlr.build-2026-07-23_16_37_40.tgz osmo-hnbgw.build-2026-07-23_13_31_40.tgz osmo-mgw.build-2026-07-23_08_33_40.tgz osmo-msc.build-2026-07-23_13_34_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-23_07_35_08.tgz osmo-pcu-sysmo.build-2026-07-23_07_35_06.tgz osmo-pcu.build-2026-07-23_07_35_08.tgz osmo-sgsn.build-2026-07-23_20_49_39.tgz osmo-stp.build-2026-07-23_13_25_42.tgz osmo-trx.build-2026-07-23_14_22_23.tgz osmocom-bb.build-2026-07-23_21_18_46.tgz srslte.build-19.tgz trial-8401
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-23_13_27_04.md5 osmo-bts-oc2g.build-2026-07-23_00_52_14.md5 osmo-bts-sysmo.build-2026-07-23_00_52_18.md5 osmo-bts.build-2026-07-23_00_52_31.md5 osmo-ggsn.build-2026-07-23_20_43_23.md5 osmo-hlr.build-2026-07-23_16_37_40.md5 osmo-hnbgw.build-2026-07-23_13_31_40.md5 osmo-mgw.build-2026-07-23_08_33_40.md5 osmo-msc.build-2026-07-23_13_34_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-23_07_35_08.md5 osmo-pcu-sysmo.build-2026-07-23_07_35_06.md5 osmo-pcu.build-2026-07-23_07_35_08.md5 osmo-sgsn.build-2026-07-23_20_49_39.md5 osmo-stp.build-2026-07-23_13_25_42.md5 osmo-trx.build-2026-07-23_14_22_23.md5 osmocom-bb.build-2026-07-23_21_18_46.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-23_13_27_04.md5 osmo-bts-oc2g.build-2026-07-23_00_52_14.md5 osmo-bts-sysmo.build-2026-07-23_00_52_18.md5 osmo-bts.build-2026-07-23_00_52_31.md5 osmo-ggsn.build-2026-07-23_20_43_23.md5 osmo-hlr.build-2026-07-23_16_37_40.md5 osmo-hnbgw.build-2026-07-23_13_31_40.md5 osmo-mgw.build-2026-07-23_08_33_40.md5 osmo-msc.build-2026-07-23_13_34_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-23_07_35_08.md5 osmo-pcu-sysmo.build-2026-07-23_07_35_06.md5 osmo-pcu.build-2026-07-23_07_35_08.md5 osmo-sgsn.build-2026-07-23_20_49_39.md5 osmo-stp.build-2026-07-23_13_25_42.md5 osmo-trx.build-2026-07-23_14_22_23.md5 osmocom-bb.build-2026-07-23_21_18_46.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-8401 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8401'
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-8401
--------------------------------------------------------------------------------------------
22:48:16.038434 tst                       trial-8401: Detailed log at /build/trial-8401/run.2026-07-23_22-48-16/log

---------------------------------------------------------------------
trial-8401 netreg_mass
---------------------------------------------------------------------
22:48:16.245327 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.245695 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.246474 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.247705 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.287302 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.288074 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.289214 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.363399 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-8401 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.364230 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.378625 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.379163 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.379633 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.380079 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.380510 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.381017 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.381498 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.407455 tst         register_default_mass.py: using LAC 2
22:48:16.424359 tst         register_default_mass.py: using RAC 2
22:48:16.442678 tst         register_default_mass.py: using CellId 2
22:48:16.462898 tst         register_default_mass.py: using BVCI 3
22:48:16.472484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.473107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.473664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.474212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.474742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.475276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.475795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.476341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.476900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.477426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.477943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.478459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.479023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.479568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.480097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.480634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.481151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.481718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.482263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.482811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.483355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.483889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.484437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.484982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.485514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.486056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.486602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.487145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.487699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.488238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.488760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.489307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.489846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.490381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.490946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.491487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.492021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.492572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.493105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.493635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.494174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.494725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.495281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.495817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.496361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.496897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.497425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.497977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.498508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.499047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.499606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.500139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.500671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.501217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.501749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.502275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.502822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.503360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.503887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.504413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.504948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.505467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.506013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.506545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.507082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.507626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.508155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.508683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.509220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.509735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.510249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.510793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.511405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.511943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.512465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.512982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.513512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.514035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.514560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.515098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.515620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.516146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.516677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.517198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.517707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.518226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.518745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.519265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.519806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.520330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.520869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.521399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.521929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.522473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.523002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.523521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.524059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.524596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.525116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.525649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.526170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.526741 tst      register_default_mass.py:21: Launching a simple network
22:48:16.536686 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.653787 run            create_hlr_db(pid=20): Launched
22:48:17.669327 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.693625 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.709023 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.714681 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.900220 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.915133 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.920701 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.325915 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.341029 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.356518 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.467476 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.482511 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.488216 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.511733 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.526868 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.532472 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.837860 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.852876 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.886619 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.056160 run         osmo-bts-virtual(pid=34): Launched
22:48:29.100081 tst         register_default_mass.py: using MSISDN 1001
22:48:29.110569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.140549 tst         register_default_mass.py: using MSISDN 1002
22:48:29.153885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.177509 tst         register_default_mass.py: using MSISDN 1003
22:48:29.188368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.212215 tst         register_default_mass.py: using MSISDN 1004
22:48:29.222759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.246361 tst         register_default_mass.py: using MSISDN 1005
22:48:29.256826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.280327 tst         register_default_mass.py: using MSISDN 1006
22:48:29.290730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.314220 tst         register_default_mass.py: using MSISDN 1007
22:48:29.324638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.348062 tst         register_default_mass.py: using MSISDN 1008
22:48:29.358498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.382057 tst         register_default_mass.py: using MSISDN 1009
22:48:29.392444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.416021 tst         register_default_mass.py: using MSISDN 1010
22:48:29.426312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.450160 tst         register_default_mass.py: using MSISDN 1011
22:48:29.460741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.484341 tst         register_default_mass.py: using MSISDN 1012
22:48:29.494703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.518409 tst         register_default_mass.py: using MSISDN 1013
22:48:29.528800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.552314 tst         register_default_mass.py: using MSISDN 1014
22:48:29.562765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.586540 tst         register_default_mass.py: using MSISDN 1015
22:48:29.597065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.620447 tst         register_default_mass.py: using MSISDN 1016
22:48:29.630820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.654306 tst         register_default_mass.py: using MSISDN 1017
22:48:29.664643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.688191 tst         register_default_mass.py: using MSISDN 1018
22:48:29.698448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.722414 tst         register_default_mass.py: using MSISDN 1019
22:48:29.731934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.755633 tst         register_default_mass.py: using MSISDN 1020
22:48:29.767949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.791662 tst         register_default_mass.py: using MSISDN 1021
22:48:29.802486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.826221 tst         register_default_mass.py: using MSISDN 1022
22:48:29.836785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.859300 tst         register_default_mass.py: using MSISDN 1023
22:48:29.869159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.891570 tst         register_default_mass.py: using MSISDN 1024
22:48:29.901257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.923824 tst         register_default_mass.py: using MSISDN 1025
22:48:29.933650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.956178 tst         register_default_mass.py: using MSISDN 1026
22:48:29.965992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.988611 tst         register_default_mass.py: using MSISDN 1027
22:48:29.998378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.020925 tst         register_default_mass.py: using MSISDN 1028
22:48:30.030763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.058991 tst         register_default_mass.py: using MSISDN 1029
22:48:30.071254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.099564 tst         register_default_mass.py: using MSISDN 1030
22:48:30.112465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.135166 tst         register_default_mass.py: using MSISDN 1031
22:48:30.145300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.167834 tst         register_default_mass.py: using MSISDN 1032
22:48:30.177686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.200298 tst         register_default_mass.py: using MSISDN 1033
22:48:30.210188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.232697 tst         register_default_mass.py: using MSISDN 1034
22:48:30.242461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.264987 tst         register_default_mass.py: using MSISDN 1035
22:48:30.274771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.297281 tst         register_default_mass.py: using MSISDN 1036
22:48:30.307022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.329392 tst         register_default_mass.py: using MSISDN 1037
22:48:30.339077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.361621 tst         register_default_mass.py: using MSISDN 1038
22:48:30.371420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.393875 tst         register_default_mass.py: using MSISDN 1039
22:48:30.403664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.426110 tst         register_default_mass.py: using MSISDN 1040
22:48:30.435997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.458470 tst         register_default_mass.py: using MSISDN 1041
22:48:30.468282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.490838 tst         register_default_mass.py: using MSISDN 1042
22:48:30.500610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.523281 tst         register_default_mass.py: using MSISDN 1043
22:48:30.533161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.555610 tst         register_default_mass.py: using MSISDN 1044
22:48:30.565298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.587670 tst         register_default_mass.py: using MSISDN 1045
22:48:30.597420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.620112 tst         register_default_mass.py: using MSISDN 1046
22:48:30.629926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.652504 tst         register_default_mass.py: using MSISDN 1047
22:48:30.662235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.684684 tst         register_default_mass.py: using MSISDN 1048
22:48:30.694489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.716991 tst         register_default_mass.py: using MSISDN 1049
22:48:30.726728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.749131 tst         register_default_mass.py: using MSISDN 1050
22:48:30.758877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.781505 tst         register_default_mass.py: using MSISDN 1051
22:48:30.791363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.813665 tst         register_default_mass.py: using MSISDN 1052
22:48:30.823476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.845998 tst         register_default_mass.py: using MSISDN 1053
22:48:30.855804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.878036 tst         register_default_mass.py: using MSISDN 1054
22:48:30.887689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.910035 tst         register_default_mass.py: using MSISDN 1055
22:48:30.919825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:30.942285 tst         register_default_mass.py: using MSISDN 1056
22:48:30.952046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:30.974435 tst         register_default_mass.py: using MSISDN 1057
22:48:30.984138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.006713 tst         register_default_mass.py: using MSISDN 1058
22:48:31.016608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.044736 tst         register_default_mass.py: using MSISDN 1059
22:48:31.057030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.079606 tst         register_default_mass.py: using MSISDN 1060
22:48:31.089802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.112319 tst         register_default_mass.py: using MSISDN 1061
22:48:31.122222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.144549 tst         register_default_mass.py: using MSISDN 1062
22:48:31.154247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.176726 tst         register_default_mass.py: using MSISDN 1063
22:48:31.186465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.208813 tst         register_default_mass.py: using MSISDN 1064
22:48:31.218569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.241031 tst         register_default_mass.py: using MSISDN 1065
22:48:31.250814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.273627 tst         register_default_mass.py: using MSISDN 1066
22:48:31.283579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.306081 tst         register_default_mass.py: using MSISDN 1067
22:48:31.315881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.338332 tst         register_default_mass.py: using MSISDN 1068
22:48:31.348130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.370572 tst         register_default_mass.py: using MSISDN 1069
22:48:31.380277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.402694 tst         register_default_mass.py: using MSISDN 1070
22:48:31.412385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.434836 tst         register_default_mass.py: using MSISDN 1071
22:48:31.444688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.467214 tst         register_default_mass.py: using MSISDN 1072
22:48:31.477014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.499310 tst         register_default_mass.py: using MSISDN 1073
22:48:31.508818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.531091 tst         register_default_mass.py: using MSISDN 1074
22:48:31.540749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.563180 tst         register_default_mass.py: using MSISDN 1075
22:48:31.572958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.595301 tst         register_default_mass.py: using MSISDN 1076
22:48:31.604853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.627191 tst         register_default_mass.py: using MSISDN 1077
22:48:31.636877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.659218 tst         register_default_mass.py: using MSISDN 1078
22:48:31.668970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.691221 tst         register_default_mass.py: using MSISDN 1079
22:48:31.700905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.723072 tst         register_default_mass.py: using MSISDN 1080
22:48:31.732664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.754832 tst         register_default_mass.py: using MSISDN 1081
22:48:31.764490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.786910 tst         register_default_mass.py: using MSISDN 1082
22:48:31.796568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.818938 tst         register_default_mass.py: using MSISDN 1083
22:48:31.828686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.851080 tst         register_default_mass.py: using MSISDN 1084
22:48:31.860088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:31.882633 tst         register_default_mass.py: using MSISDN 1085
22:48:31.892338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:31.914445 tst         register_default_mass.py: using MSISDN 1086
22:48:31.920335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:31.942744 tst         register_default_mass.py: using MSISDN 1087
22:48:31.952603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:31.974829 tst         register_default_mass.py: using MSISDN 1088
22:48:31.984371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.006810 tst         register_default_mass.py: using MSISDN 1089
22:48:32.018566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.041193 tst         register_default_mass.py: using MSISDN 1090
22:48:32.051305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.073841 tst         register_default_mass.py: using MSISDN 1091
22:48:32.083707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.106171 tst         register_default_mass.py: using MSISDN 1092
22:48:32.115996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.138149 tst         register_default_mass.py: using MSISDN 1093
22:48:32.147789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.170133 tst         register_default_mass.py: using MSISDN 1094
22:48:32.179792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.201901 tst         register_default_mass.py: using MSISDN 1095
22:48:32.211586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.233801 tst         register_default_mass.py: using MSISDN 1096
22:48:32.243406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.265945 tst         register_default_mass.py: using MSISDN 1097
22:48:32.275785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.298091 tst         register_default_mass.py: using MSISDN 1098
22:48:32.307721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.329894 tst         register_default_mass.py: using MSISDN 1099
22:48:32.339604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.362232 tst         register_default_mass.py: using MSISDN 1100
22:48:32.372109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.457812 run                             mass: Starting testcase
22:48:32.463278 run                             mass: Pre-launching all virtphy's
22:48:32.468620 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.481618 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.487661 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.500728 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.506820 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.519897 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.525867 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.538699 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.544621 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.557459 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.563458 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.576361 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.582377 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.595178 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.601100 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.616324 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.622290 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.635151 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:32.641110 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.653947 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:32.659914 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:32.672700 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:32.678723 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:32.691552 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:32.697504 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:32.710223 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:32.716196 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:32.729139 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:32.735157 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:32.747965 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:32.753932 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:32.766752 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:32.772639 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:32.785372 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:32.791339 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:32.804051 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:32.809997 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:32.822756 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:32.828693 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:32.841536 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:32.847378 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:32.860142 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:32.866034 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:32.878812 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:32.884700 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:32.897541 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:32.903430 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:32.916362 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:32.922285 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:32.935232 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:32.941233 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:32.954055 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:32.960025 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:32.972875 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:32.978871 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:32.991727 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:32.997708 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.010544 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.016584 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.029594 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.035614 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.048566 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.054550 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.067317 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.073210 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.086256 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.092207 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.105039 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.111036 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.123920 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.129890 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.142655 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.148560 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.161417 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.167488 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.180419 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.186265 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.199088 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.205044 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.217808 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.223693 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.236500 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.242463 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.255302 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.261463 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.274480 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.280481 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.293397 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.299392 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.312459 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.318422 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.331334 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.337302 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.350019 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.355885 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.368564 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.374434 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.387193 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.393121 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.405845 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.411702 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.424512 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.430350 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.443173 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.449157 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.461963 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.467891 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.480600 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.486502 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.499381 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.505290 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.518129 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.523994 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.536665 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.542544 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.555320 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.561225 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.573976 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.579857 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.592568 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.598409 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.611109 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.616980 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.629664 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.635508 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.648258 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:33.654104 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:33.666935 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:33.672790 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:33.685508 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:33.691366 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:33.704140 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:33.710012 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:33.722779 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:33.728668 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:33.741552 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:33.747400 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:33.760294 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:33.766140 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:33.779004 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:33.784895 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:33.797768 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:33.803674 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:33.816437 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:33.822287 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:33.835063 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:33.840939 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:33.853714 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:33.859597 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:33.872339 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:33.878171 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:33.891006 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:33.896869 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:33.909602 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:33.915558 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:33.928277 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:33.934196 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:33.947104 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:33.952950 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:33.965687 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:33.971734 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:33.984548 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:33.990471 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.003244 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.009075 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.021957 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.027912 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.040952 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.046830 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.059575 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.065507 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.078239 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.084163 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.096867 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.102734 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.115586 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.121421 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.134205 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.140073 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.152804 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.158651 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.171438 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.177280 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.190042 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.195980 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.209155 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.215113 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.228151 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.234101 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.247027 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.252990 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.265772 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.271768 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.284572 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.290451 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.303212 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.309066 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.321829 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.327690 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.340467 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.346302 run                             mass: Checking if sockets are in the filesystem
22:48:34.378346 run                osmo-ms-mob/00000: Starting mobile
22:48:34.391344 run       osmo-ms-mob/00000(pid=135): Launched
22:48:34.406286 run                             mass: MS start registered  {at=1512596.455398521, delay=0.008975996868684888, ms=00000}
22:48:38.562855 run                osmo-ms-mob/00001: Starting mobile
22:48:38.575901 run       osmo-ms-mob/00001(pid=136): Launched
22:48:38.592273 run                             mass: MS start registered  {at=1512600.641377015, delay=0.010433490155264735, ms=00001}
22:48:39.474273 run                             mass: MS performed LU  {at=1512601.523274263, lu_delay=5.06787574198097, ms=00000}
22:48:40.394302 run                osmo-ms-mob/00002: Starting mobile
22:48:40.410883 run       osmo-ms-mob/00002(pid=137): Launched
22:48:40.422982 run                             mass: MS start registered  {at=1512602.472087745, delay=0.006047787144780159, ms=00002}
22:48:41.694040 run                osmo-ms-mob/00003: Starting mobile
22:48:41.711100 run       osmo-ms-mob/00003(pid=138): Launched
22:48:41.726375 run                             mass: MS start registered  {at=1512603.775474972, delay=0.009305658983066678, ms=00003}
22:48:42.793703 run                osmo-ms-mob/00004: Starting mobile
22:48:42.810450 run       osmo-ms-mob/00004(pid=139): Launched
22:48:42.824357 run                             mass: MS start registered  {at=1512604.873467465, delay=0.00801421096548438, ms=00004}
22:48:43.762949 run                osmo-ms-mob/00005: Starting mobile
22:48:43.775822 run       osmo-ms-mob/00005(pid=140): Launched
22:48:43.787616 run                             mass: MS start registered  {at=1512605.836733981, delay=0.005851472960785031, ms=00005}
22:48:44.651761 run                             mass: MS performed LU  {at=1512606.700758738, lu_delay=6.059381722938269, ms=00001}
22:48:44.695011 run                osmo-ms-mob/00006: Starting mobile
22:48:44.710460 run       osmo-ms-mob/00006(pid=141): Launched
22:48:44.721379 run                             mass: MS start registered  {at=1512606.7704902, delay=0.005004137987270951, ms=00006}
22:48:45.575419 run                osmo-ms-mob/00007: Starting mobile
22:48:45.589091 run       osmo-ms-mob/00007(pid=142): Launched
22:48:45.600573 run                             mass: MS start registered  {at=1512607.649687554, delay=0.0053033248987048864, ms=00007}
22:48:46.362033 run                osmo-ms-mob/00008: Starting mobile
22:48:46.374983 run       osmo-ms-mob/00008(pid=143): Launched
22:48:46.390357 run                             mass: MS start registered  {at=1512608.439463178, delay=0.00938059389591217, ms=00008}
22:48:46.553804 run                             mass: MS performed LU  {at=1512608.602786788, lu_delay=4.827311815926805, ms=00003}
22:48:46.580894 run                             mass: MS performed LU  {at=1512608.629915014, lu_delay=6.157827268820256, ms=00002}
22:48:47.061759 run                osmo-ms-mob/00009: Starting mobile
22:48:47.074675 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.088508 run                             mass: MS start registered  {at=1512609.137624573, delay=0.007909297943115234, ms=00009}
22:48:47.766064 run                osmo-ms-mob/00010: Starting mobile
22:48:47.779296 run       osmo-ms-mob/00010(pid=145): Launched
22:48:47.794447 run                             mass: MS start registered  {at=1512609.843550386, delay=0.008883018977940083, ms=00010}
22:48:48.400859 run                osmo-ms-mob/00011: Starting mobile
22:48:48.417148 run       osmo-ms-mob/00011(pid=146): Launched
22:48:48.423168 run                             mass: MS performed LU  {at=1512610.472291933, lu_delay=5.598824467975646, ms=00004}
22:48:48.428889 run                             mass: MS start registered  {at=1512610.478020654, delay=0.005746541079133749, ms=00011}
22:48:48.964721 run                osmo-ms-mob/00012: Starting mobile
22:48:48.977725 run       osmo-ms-mob/00012(pid=147): Launched
22:48:48.983736 run                             mass: MS performed LU  {at=1512611.032859407, lu_delay=5.196125425864011, ms=00005}
22:48:48.989480 run                             mass: MS start registered  {at=1512611.038612154, delay=0.005769499111920595, ms=00012}
22:48:49.562339 run                osmo-ms-mob/00013: Starting mobile
22:48:49.575623 run       osmo-ms-mob/00013(pid=148): Launched
22:48:49.587697 run                             mass: MS start registered  {at=1512611.636811976, delay=0.0060730131808668375, ms=00013}
22:48:50.192666 run                osmo-ms-mob/00014: Starting mobile
22:48:50.209467 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.223735 run                             mass: MS start registered  {at=1512612.272846017, delay=0.008295475970953703, ms=00014}
22:48:50.319904 run                             mass: MS performed LU  {at=1512612.368912462, lu_delay=4.71922490792349, ms=00007}
22:48:50.346577 run                             mass: MS performed LU  {at=1512612.395681573, lu_delay=5.6251913730520755, ms=00006}
22:48:50.785310 run                osmo-ms-mob/00015: Starting mobile
22:48:50.801756 run       osmo-ms-mob/00015(pid=150): Launched
22:48:50.812869 run                             mass: MS start registered  {at=1512612.861984327, delay=0.005114841042086482, ms=00015}
22:48:51.262714 run                osmo-ms-mob/00016: Starting mobile
22:48:51.275764 run       osmo-ms-mob/00016(pid=151): Launched
22:48:51.288182 run                             mass: MS start registered  {at=1512613.33728791, delay=0.006333822151646018, ms=00016}
22:48:51.762333 run                osmo-ms-mob/00017: Starting mobile
22:48:51.775357 run       osmo-ms-mob/00017(pid=152): Launched
22:48:51.787451 run                             mass: MS start registered  {at=1512613.836565395, delay=0.006036137929186225, ms=00017}
22:48:52.183926 run                             mass: MS performed LU  {at=1512614.232948395, lu_delay=5.793485217029229, ms=00008}
22:48:52.248075 run                             mass: MS performed LU  {at=1512614.297104327, lu_delay=5.159479754045606, ms=00009}
22:48:52.274709 run                osmo-ms-mob/00018: Starting mobile
22:48:52.287807 run       osmo-ms-mob/00018(pid=153): Launched
22:48:52.299754 run                             mass: MS start registered  {at=1512614.348873753, delay=0.005914098117500544, ms=00018}
22:48:52.553780 run                             mass: MS performed LU  {at=1512614.602798944, lu_delay=4.759248558199033, ms=00010}
22:48:52.801608 run                osmo-ms-mob/00019: Starting mobile
22:48:52.819624 run       osmo-ms-mob/00019(pid=154): Launched
22:48:52.836334 run                             mass: MS start registered  {at=1512614.885446686, delay=0.010722252074629068, ms=00019}
22:48:53.263074 run                osmo-ms-mob/00020: Starting mobile
22:48:53.276446 run       osmo-ms-mob/00020(pid=155): Launched
22:48:53.287080 run                             mass: MS start registered  {at=1512615.336196202, delay=0.004680941114202142, ms=00020}
22:48:53.783506 run                osmo-ms-mob/00021: Starting mobile
22:48:53.799894 run       osmo-ms-mob/00021(pid=156): Launched
22:48:53.811696 run                             mass: MS start registered  {at=1512615.860811866, delay=0.005670366808772087, ms=00021}
22:48:53.983721 run                             mass: MS performed LU  {at=1512616.032715514, lu_delay=4.994103359989822, ms=00012}
22:48:54.084620 run                             mass: MS performed LU  {at=1512616.133657005, lu_delay=4.4968450288288295, ms=00013}
22:48:54.126379 run                osmo-ms-mob/00022: Starting mobile
22:48:54.142068 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.148094 run                             mass: MS performed LU  {at=1512616.197218431, lu_delay=5.719197776867077, ms=00011}
22:48:54.157847 run                             mass: MS start registered  {at=1512616.206968067, delay=0.009769140975549817, ms=00022}
22:48:54.686390 run                osmo-ms-mob/00023: Starting mobile
22:48:54.699769 run       osmo-ms-mob/00023(pid=158): Launched
22:48:54.713214 run                             mass: MS start registered  {at=1512616.762325746, delay=0.00744242500513792, ms=00023}
22:48:55.062647 run                osmo-ms-mob/00024: Starting mobile
22:48:55.076207 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.087956 run                             mass: MS start registered  {at=1512617.137075233, delay=0.005630443105474114, ms=00024}
22:48:55.594147 run                osmo-ms-mob/00025: Starting mobile
22:48:55.611243 run       osmo-ms-mob/00025(pid=160): Launched
22:48:55.621785 run                             mass: MS start registered  {at=1512617.67089242, delay=0.004451697925105691, ms=00025}
22:48:55.949136 run                             mass: MS performed LU  {at=1512617.998139535, lu_delay=5.136155208107084, ms=00015}
22:48:55.963817 run                osmo-ms-mob/00026: Starting mobile
22:48:55.976783 run       osmo-ms-mob/00026(pid=161): Launched
22:48:55.988278 run                             mass: MS start registered  {at=1512618.037398457, delay=0.005498483078554273, ms=00026}
22:48:56.013736 run                             mass: MS performed LU  {at=1512618.062807892, lu_delay=4.725519981933758, ms=00016}
22:48:56.083690 run                             mass: MS performed LU  {at=1512618.132690238, lu_delay=5.859844221035019, ms=00014}
22:48:56.381619 run                osmo-ms-mob/00027: Starting mobile
22:48:56.394888 run       osmo-ms-mob/00027(pid=162): Launched
22:48:56.405669 run                             mass: MS start registered  {at=1512618.454785078, delay=0.0047297971323132515, ms=00027}
22:48:56.776505 run                osmo-ms-mob/00028: Starting mobile
22:48:56.791618 run       osmo-ms-mob/00028(pid=163): Launched
22:48:56.806086 run                             mass: MS start registered  {at=1512618.855195453, delay=0.008091675816103816, ms=00028}
22:48:57.172635 run                osmo-ms-mob/00029: Starting mobile
22:48:57.186277 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.200438 run                             mass: MS start registered  {at=1512619.249550559, delay=0.008029996184632182, ms=00029}
22:48:57.574786 run                osmo-ms-mob/00030: Starting mobile
22:48:57.588500 run       osmo-ms-mob/00030(pid=165): Launched
22:48:57.600168 run                             mass: MS start registered  {at=1512619.649283624, delay=0.005704992916435003, ms=00030}
22:48:57.749737 run                             mass: MS performed LU  {at=1512619.798753261, lu_delay=4.913306575035676, ms=00019}
22:48:57.850717 run                             mass: MS performed LU  {at=1512619.899711947, lu_delay=4.563515744870529, ms=00020}
22:48:57.879339 run                             mass: MS performed LU  {at=1512619.928388325, lu_delay=6.091822930146009, ms=00017}
22:48:57.922084 run                osmo-ms-mob/00031: Starting mobile
22:48:57.937712 run       osmo-ms-mob/00031(pid=166): Launched
22:48:57.955069 run                             mass: MS start registered  {at=1512620.004168303, delay=0.01133763906545937, ms=00031}
22:48:58.002850 run                             mass: MS performed LU  {at=1512620.05188503, lu_delay=5.703011276898906, ms=00018}
22:48:58.292872 run                osmo-ms-mob/00032: Starting mobile
22:48:58.308917 run       osmo-ms-mob/00032(pid=167): Launched
22:48:58.322162 run                             mass: MS start registered  {at=1512620.371274628, delay=0.004996645962819457, ms=00032}
22:48:58.678838 run                osmo-ms-mob/00033: Starting mobile
22:48:58.701410 run       osmo-ms-mob/00033(pid=168): Launched
22:48:58.714574 run                             mass: MS start registered  {at=1512620.763688669, delay=0.0067917341366410255, ms=00033}
22:48:59.061933 run                osmo-ms-mob/00034: Starting mobile
22:48:59.075258 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.086442 run                             mass: MS start registered  {at=1512621.135558386, delay=0.005179218016564846, ms=00034}
22:48:59.375124 run                osmo-ms-mob/00035: Starting mobile
22:48:59.389286 run       osmo-ms-mob/00035(pid=170): Launched
22:48:59.405436 run                             mass: MS start registered  {at=1512621.454531429, delay=0.010083911009132862, ms=00035}
22:48:59.715452 run                             mass: MS performed LU  {at=1512621.764447142, lu_delay=5.903635276015848, ms=00021}
22:48:59.747556 run                osmo-ms-mob/00036: Starting mobile
22:48:59.760504 run       osmo-ms-mob/00036(pid=171): Launched
22:48:59.772173 run                             mass: MS start registered  {at=1512621.821294246, delay=0.0057248459197580814, ms=00036}
22:48:59.778476 run                             mass: MS performed LU  {at=1512621.827584638, lu_delay=5.065258892020211, ms=00023}
22:48:59.849987 run                             mass: MS performed LU  {at=1512621.898983345, lu_delay=5.692015277920291, ms=00022}
22:48:59.905327 run                             mass: MS performed LU  {at=1512621.954368834, lu_delay=4.817293600877747, ms=00024}
22:48:59.932924 run                osmo-ms-mob/00037: Starting mobile
22:48:59.945936 run       osmo-ms-mob/00037(pid=172): Launched
22:48:59.958221 run                             mass: MS start registered  {at=1512622.007335846, delay=0.006202772026881576, ms=00037}
22:49:00.474559 run                osmo-ms-mob/00038: Starting mobile
22:49:00.488294 run       osmo-ms-mob/00038(pid=173): Launched
22:49:00.501536 run                             mass: MS start registered  {at=1512622.550651387, delay=0.007292949128895998, ms=00038}
22:49:00.762796 run                osmo-ms-mob/00039: Starting mobile
22:49:00.776275 run       osmo-ms-mob/00039(pid=174): Launched
22:49:00.789616 run                             mass: MS start registered  {at=1512622.838726076, delay=0.007381835952401161, ms=00039}
22:49:01.190762 run                osmo-ms-mob/00040: Starting mobile
22:49:01.205795 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.221547 run                             mass: MS start registered  {at=1512623.270658538, delay=0.009795184014365077, ms=00040}
22:49:01.485358 run                osmo-ms-mob/00041: Starting mobile
22:49:01.501397 run       osmo-ms-mob/00041(pid=176): Launched
22:49:01.514688 run                             mass: MS performed LU  {at=1512623.563771901, lu_delay=4.314221341861412, ms=00029}
22:49:01.528775 run                             mass: MS start registered  {at=1512623.57789284, delay=0.01957363891415298, ms=00041}
22:49:01.617442 run                             mass: MS performed LU  {at=1512623.666437952, lu_delay=5.211652874015272, ms=00027}
22:49:01.648114 run                osmo-ms-mob/00042: Starting mobile
22:49:01.661178 run       osmo-ms-mob/00042(pid=177): Launched
22:49:01.667215 run                             mass: MS performed LU  {at=1512623.716338554, lu_delay=4.861143101006746, ms=00028}
22:49:01.675459 run                             mass: MS start registered  {at=1512623.724581465, delay=0.008261997951194644, ms=00042}
22:49:01.769287 run                             mass: MS performed LU  {at=1512623.818302699, lu_delay=5.780904241837561, ms=00026}
22:49:01.806421 run                             mass: MS performed LU  {at=1512623.855465218, lu_delay=6.184572797967121, ms=00025}
22:49:01.823627 run                osmo-ms-mob/00043: Starting mobile
22:49:01.836598 run       osmo-ms-mob/00043(pid=178): Launched
22:49:01.849543 run                             mass: MS start registered  {at=1512623.898658992, delay=0.007041492033749819, ms=00043}
22:49:02.471278 run                osmo-ms-mob/00044: Starting mobile
22:49:02.485005 run       osmo-ms-mob/00044(pid=179): Launched
22:49:02.498778 run                             mass: MS start registered  {at=1512624.547887737, delay=0.007675244938582182, ms=00044}
22:49:02.775531 run                osmo-ms-mob/00045: Starting mobile
22:49:02.789416 run       osmo-ms-mob/00045(pid=180): Launched
22:49:02.801815 run                             mass: MS start registered  {at=1512624.850931835, delay=0.006237072870135307, ms=00045}
22:49:03.062756 run                osmo-ms-mob/00046: Starting mobile
22:49:03.076080 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.087804 run                             mass: MS start registered  {at=1512625.136921525, delay=0.005701449932530522, ms=00046}
22:49:03.361559 run                osmo-ms-mob/00047: Starting mobile
22:49:03.374833 run       osmo-ms-mob/00047(pid=182): Launched
22:49:03.390035 run                             mass: MS start registered  {at=1512625.439144213, delay=0.009026688989251852, ms=00047}
22:49:03.480610 run                             mass: MS performed LU  {at=1512625.529622826, lu_delay=4.765934156952426, ms=00033}
22:49:03.545930 run                             mass: MS performed LU  {at=1512625.594954946, lu_delay=5.590786643093452, ms=00031}
22:49:03.571229 run                osmo-ms-mob/00048: Starting mobile
22:49:03.584279 run       osmo-ms-mob/00048(pid=183): Launched
22:49:03.595821 run                             mass: MS start registered  {at=1512625.64494229, delay=0.005466213915497065, ms=00048}
22:49:03.614631 run                             mass: MS performed LU  {at=1512625.663698076, lu_delay=5.292423448059708, ms=00032}
22:49:03.671262 run                             mass: MS performed LU  {at=1512625.720293989, lu_delay=6.071010364918038, ms=00030}
22:49:03.699263 run                osmo-ms-mob/00049: Starting mobile
22:49:03.712492 run       osmo-ms-mob/00049(pid=184): Launched
22:49:03.724247 run                             mass: MS start registered  {at=1512625.773363996, delay=0.005603190045803785, ms=00049}
22:49:03.942401 run                             mass: MS performed LU  {at=1512625.991395593, lu_delay=4.855837206821889, ms=00034}
22:49:04.276054 run                osmo-ms-mob/00050: Starting mobile
22:49:04.290101 run       osmo-ms-mob/00050(pid=185): Launched
22:49:04.302521 run                             mass: MS start registered  {at=1512626.351636413, delay=0.006419541081413627, ms=00050}
22:49:04.675925 run                osmo-ms-mob/00051: Starting mobile
22:49:04.689581 run       osmo-ms-mob/00051(pid=186): Launched
22:49:04.702390 run                             mass: MS start registered  {at=1512626.751507231, delay=0.006793580017983913, ms=00051}
22:49:04.963265 run                osmo-ms-mob/00052: Starting mobile
22:49:04.976516 run       osmo-ms-mob/00052(pid=187): Launched
22:49:04.991275 run                             mass: MS start registered  {at=1512627.040387186, delay=0.008793801069259644, ms=00052}
22:49:05.262986 run                osmo-ms-mob/00053: Starting mobile
22:49:05.276584 run       osmo-ms-mob/00053(pid=188): Launched
22:49:05.282843 run                             mass: MS performed LU  {at=1512627.331966957, lu_delay=5.324631110997871, ms=00037}
22:49:05.288885 run                             mass: MS start registered  {at=1512627.338002299, delay=0.006053328048437834, ms=00053}
22:49:05.298619 run                             mass: MS performed LU  {at=1512627.347740995, lu_delay=4.797089607920498, ms=00038}
22:49:05.309634 run                osmo-ms-mob/00054: Starting mobile
22:49:05.323216 run       osmo-ms-mob/00054(pid=189): Launched
22:49:05.334519 run                             mass: MS start registered  {at=1512627.38359523, delay=0.00513448310084641, ms=00054}
22:49:05.409973 run                             mass: MS performed LU  {at=1512627.459004916, lu_delay=6.004473486915231, ms=00035}
22:49:05.573125 run                             mass: MS performed LU  {at=1512627.622117882, lu_delay=4.783391805831343, ms=00039}
22:49:05.604197 run                osmo-ms-mob/00055: Starting mobile
22:49:05.617355 run       osmo-ms-mob/00055(pid=190): Launched
22:49:05.628476 run                             mass: MS start registered  {at=1512627.677589972, delay=0.005072504980489612, ms=00055}
22:49:06.162371 run                osmo-ms-mob/00056: Starting mobile
22:49:06.175526 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.187695 run                             mass: MS start registered  {at=1512628.23681162, delay=0.0059839049354195595, ms=00056}
22:49:06.305510 run                             mass: MS performed LU  {at=1512628.354506113, lu_delay=6.533211867092177, ms=00036}
22:49:06.475159 run                osmo-ms-mob/00057: Starting mobile
22:49:06.488806 run       osmo-ms-mob/00057(pid=192): Launched
22:49:06.501622 run                             mass: MS start registered  {at=1512628.550739233, delay=0.006483505945652723, ms=00057}
22:49:06.861937 run                osmo-ms-mob/00058: Starting mobile
22:49:06.875119 run       osmo-ms-mob/00058(pid=193): Launched
22:49:06.890432 run                             mass: MS start registered  {at=1512628.939538114, delay=0.009219954954460263, ms=00058}
22:49:07.145394 run                             mass: MS performed LU  {at=1512629.194383206, lu_delay=5.295724214054644, ms=00043}
22:49:07.214607 run                osmo-ms-mob/00059: Starting mobile
22:49:07.230905 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.237155 run                             mass: MS performed LU  {at=1512629.286278909, lu_delay=6.0156203710939735, ms=00040}
22:49:07.243079 run                             mass: MS start registered  {at=1512629.292210726, delay=0.005949507001787424, ms=00059}
22:49:07.311465 run                             mass: MS performed LU  {at=1512629.360481651, lu_delay=5.635900186141953, ms=00042}
22:49:07.338227 run                osmo-ms-mob/00060: Starting mobile
22:49:07.351207 run       osmo-ms-mob/00060(pid=195): Launched
22:49:07.363264 run                             mass: MS start registered  {at=1512629.412383338, delay=0.006015332881361246, ms=00060}
22:49:07.472542 run                             mass: MS performed LU  {at=1512629.521557206, lu_delay=5.94366436614655, ms=00041}
22:49:07.495768 run                             mass: MS performed LU  {at=1512629.544897044, lu_delay=4.997009307146072, ms=00044}
22:49:07.745978 run                             mass: MS performed LU  {at=1512629.794973521, lu_delay=4.94404168613255, ms=00045}
22:49:07.762627 run                osmo-ms-mob/00061: Starting mobile
22:49:07.775817 run       osmo-ms-mob/00061(pid=196): Launched
22:49:07.789297 run                             mass: MS start registered  {at=1512629.838401091, delay=0.006091241957619786, ms=00061}
22:49:08.174691 run                osmo-ms-mob/00062: Starting mobile
22:49:08.188791 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.200518 run                             mass: MS start registered  {at=1512630.249631925, delay=0.00553619209676981, ms=00062}
22:49:08.308326 run                             mass: MS performed LU  {at=1512630.357318111, lu_delay=4.712375821080059, ms=00048}
22:49:08.476186 run                osmo-ms-mob/00063: Starting mobile
22:49:08.490069 run       osmo-ms-mob/00063(pid=198): Launched
22:49:08.501127 run                             mass: MS start registered  {at=1512630.550218682, delay=0.004957500146701932, ms=00063}
22:49:08.892666 run                osmo-ms-mob/00064: Starting mobile
22:49:08.908952 run       osmo-ms-mob/00064(pid=199): Launched
22:49:08.922459 run                             mass: MS start registered  {at=1512630.971574146, delay=0.0073027650360018015, ms=00064}
22:49:09.046650 run                             mass: MS performed LU  {at=1512631.095655586, lu_delay=5.958734061103314, ms=00046}
22:49:09.064672 run                             mass: MS performed LU  {at=1512631.113771675, lu_delay=5.674627461936325, ms=00047}
22:49:09.176030 run                             mass: MS performed LU  {at=1512631.225053994, lu_delay=4.873417580965906, ms=00050}
22:49:09.204842 run                osmo-ms-mob/00065: Starting mobile
22:49:09.218238 run       osmo-ms-mob/00065(pid=200): Launched
22:49:09.232659 run                             mass: MS start registered  {at=1512631.281773302, delay=0.008347773924469948, ms=00065}
22:49:09.338408 run                             mass: MS performed LU  {at=1512631.387408406, lu_delay=5.6140444099437445, ms=00049}
22:49:09.371866 run                             mass: MS performed LU  {at=1512631.420983431, lu_delay=4.6694761998951435, ms=00051}
22:49:09.408513 run                osmo-ms-mob/00066: Starting mobile
22:49:09.423905 run       osmo-ms-mob/00066(pid=201): Launched
22:49:09.438770 run                             mass: MS start registered  {at=1512631.48787703, delay=0.008630719035863876, ms=00066}
22:49:09.975676 run                osmo-ms-mob/00067: Starting mobile
22:49:09.990826 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.003910 run                             mass: MS start registered  {at=1512632.053025403, delay=0.0067748031578958035, ms=00067}
22:49:10.275577 run                osmo-ms-mob/00068: Starting mobile
22:49:10.295736 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.307584 run                             mass: MS start registered  {at=1512632.356691268, delay=0.005644524935632944, ms=00068}
22:49:10.693468 run                osmo-ms-mob/00069: Starting mobile
22:49:10.710425 run       osmo-ms-mob/00069(pid=204): Launched
22:49:10.721350 run                             mass: MS start registered  {at=1512632.770467492, delay=0.004957664059475064, ms=00069}
22:49:10.911975 run                             mass: MS performed LU  {at=1512632.960991667, lu_delay=5.622989367926493, ms=00053}
22:49:10.967115 run                             mass: MS performed LU  {at=1512633.016126284, lu_delay=5.3385363118723035, ms=00055}
22:49:10.982076 run                osmo-ms-mob/00070: Starting mobile
22:49:10.995517 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.008808 run                             mass: MS start registered  {at=1512633.057919427, delay=0.007206341018900275, ms=00070}
22:49:11.076933 run                             mass: MS performed LU  {at=1512633.125957545, lu_delay=6.085570358904079, ms=00052}
22:49:11.257863 run                             mass: MS performed LU  {at=1512633.306860961, lu_delay=5.070049341069534, ms=00056}
22:49:11.275813 run                             mass: MS performed LU  {at=1512633.324838296, lu_delay=4.774099063128233, ms=00057}
22:49:11.306408 run                osmo-ms-mob/00071: Starting mobile
22:49:11.320571 run       osmo-ms-mob/00071(pid=206): Launched
22:49:11.332346 run                             mass: MS start registered  {at=1512633.381465494, delay=0.0056748788338154554, ms=00071}
22:49:11.885357 run                osmo-ms-mob/00072: Starting mobile
22:49:11.904240 run       osmo-ms-mob/00072(pid=207): Launched
22:49:11.916290 run                             mass: MS start registered  {at=1512633.965406438, delay=0.005697665037587285, ms=00072}
22:49:12.262699 run                osmo-ms-mob/00073: Starting mobile
22:49:12.276002 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.288880 run                             mass: MS start registered  {at=1512634.337994608, delay=0.006552314152941108, ms=00073}
22:49:12.708407 run                osmo-ms-mob/00074: Starting mobile
22:49:12.724936 run       osmo-ms-mob/00074(pid=209): Launched
22:49:12.736789 run                             mass: MS start registered  {at=1512634.78590736, delay=0.005799958948045969, ms=00074}
22:49:12.897063 run                             mass: MS performed LU  {at=1512634.946057233, lu_delay=4.696425308007747, ms=00062}
22:49:12.920748 run                             mass: MS performed LU  {at=1512634.969875629, lu_delay=5.677664902992547, ms=00059}
22:49:12.931893 run                osmo-ms-mob/00075: Starting mobile
22:49:12.945129 run       osmo-ms-mob/00075(pid=210): Launched
22:49:12.951146 run                             mass: MS performed LU  {at=1512635.000271821, lu_delay=5.161870729876682, ms=00061}
22:49:12.957036 run                             mass: MS start registered  {at=1512635.006168473, delay=0.005912255961447954, ms=00075}
22:49:13.047963 run                             mass: MS performed LU  {at=1512635.096991235, lu_delay=5.684607896953821, ms=00060}
22:49:13.072247 run                             mass: MS performed LU  {at=1512635.121374673, lu_delay=6.181836558971554, ms=00058}
22:49:13.103580 run                             mass: MS performed LU  {at=1512635.152615933, lu_delay=4.602397250942886, ms=00063}
22:49:13.122330 run                osmo-ms-mob/00076: Starting mobile
22:49:13.135796 run       osmo-ms-mob/00076(pid=211): Launched
22:49:13.149653 run                             mass: MS start registered  {at=1512635.198766427, delay=0.0077426552306860685, ms=00076}
22:49:13.974419 run                osmo-ms-mob/00077: Starting mobile
22:49:13.988459 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.000160 run                             mass: MS start registered  {at=1512636.049271156, delay=0.0055670111905783415, ms=00077}
22:49:14.475306 run                osmo-ms-mob/00078: Starting mobile
22:49:14.488996 run       osmo-ms-mob/00078(pid=213): Launched
22:49:14.502473 run                             mass: MS start registered  {at=1512636.551583677, delay=0.007518473081290722, ms=00078}
22:49:14.677842 run                             mass: MS performed LU  {at=1512636.726842926, lu_delay=5.445069623878226, ms=00065}
22:49:14.733511 run                             mass: MS performed LU  {at=1512636.782528376, lu_delay=5.29465134604834, ms=00066}
22:49:14.761635 run                osmo-ms-mob/00079: Starting mobile
22:49:14.774557 run       osmo-ms-mob/00079(pid=214): Launched
22:49:14.785411 run                             mass: MS start registered  {at=1512636.834527899, delay=0.004909017123281956, ms=00079}
22:49:14.843811 run                             mass: MS performed LU  {at=1512636.892830761, lu_delay=5.921256614848971, ms=00064}
22:49:15.023552 run                             mass: MS performed LU  {at=1512637.072551956, lu_delay=5.019526552874595, ms=00067}
22:49:15.277515 run                             mass: MS performed LU  {at=1512637.326511446, lu_delay=4.969820177881047, ms=00068}
22:49:15.332029 run                osmo-ms-mob/00080: Starting mobile
22:49:15.347946 run       osmo-ms-mob/00080(pid=215): Launched
22:49:15.363143 run                             mass: MS start registered  {at=1512637.412253915, delay=0.009196107042953372, ms=00080}
22:49:15.862457 run                osmo-ms-mob/00081: Starting mobile
22:49:15.875792 run       osmo-ms-mob/00081(pid=216): Launched
22:49:15.888758 run                             mass: MS start registered  {at=1512637.937871857, delay=0.0067340710666030645, ms=00081}
22:49:16.284519 run                osmo-ms-mob/00082: Starting mobile
22:49:16.300743 run       osmo-ms-mob/00082(pid=217): Launched
22:49:16.312277 run                             mass: MS start registered  {at=1512638.361391673, delay=0.005535521078854799, ms=00082}
22:49:16.663232 run                             mass: MS performed LU  {at=1512638.71223247, lu_delay=5.941764977993444, ms=00069}
22:49:16.685578 run                             mass: MS performed LU  {at=1512638.734706591, lu_delay=5.3532410971820354, ms=00071}
22:49:16.720149 run                osmo-ms-mob/00083: Starting mobile
22:49:16.734635 run       osmo-ms-mob/00083(pid=218): Launched
22:49:16.740639 run                             mass: MS performed LU  {at=1512638.789763296, lu_delay=4.8243568579200655, ms=00072}
22:49:16.751758 run                             mass: MS start registered  {at=1512638.80087688, delay=0.01113345311023295, ms=00083}
22:49:16.813787 run                             mass: MS performed LU  {at=1512638.862820306, lu_delay=5.8049008790403605, ms=00070}
22:49:17.375652 run                osmo-ms-mob/00084: Starting mobile
22:49:17.389834 run       osmo-ms-mob/00084(pid=219): Launched
22:49:17.400825 run                             mass: MS start registered  {at=1512639.449944637, delay=0.004946835106238723, ms=00084}
22:49:17.875474 run                osmo-ms-mob/00085: Starting mobile
22:49:17.889672 run       osmo-ms-mob/00085(pid=220): Launched
22:49:17.900990 run                             mass: MS start registered  {at=1512639.950107958, delay=0.005388534860685468, ms=00085}
22:49:18.484145 run                osmo-ms-mob/00086: Starting mobile
22:49:18.500906 run       osmo-ms-mob/00086(pid=221): Launched
22:49:18.507021 run                             mass: MS performed LU  {at=1512640.55614509, lu_delay=5.549976616865024, ms=00075}
22:49:18.515519 run                             mass: MS start registered  {at=1512640.564626106, delay=0.008500365074723959, ms=00086}
22:49:18.608874 run                             mass: MS performed LU  {at=1512640.657867975, lu_delay=5.459101547952741, ms=00076}
22:49:18.735386 run                             mass: MS performed LU  {at=1512640.784386246, lu_delay=5.998478885972872, ms=00074}
22:49:18.763237 run                             mass: MS performed LU  {at=1512640.81236047, lu_delay=6.474365861853585, ms=00073}
22:49:19.090692 run                osmo-ms-mob/00087: Starting mobile
22:49:19.103687 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.116043 run                             mass: MS start registered  {at=1512641.165162104, delay=0.004961919970810413, ms=00087}
22:49:19.681965 run                osmo-ms-mob/00088: Starting mobile
22:49:19.708839 run       osmo-ms-mob/00088(pid=223): Launched
22:49:19.720966 run                             mass: MS start registered  {at=1512641.770068794, delay=0.006084912922233343, ms=00088}
22:49:20.301101 run                osmo-ms-mob/00089: Starting mobile
22:49:20.314447 run       osmo-ms-mob/00089(pid=224): Launched
22:49:20.325672 run                             mass: MS start registered  {at=1512642.374787182, delay=0.004947297042235732, ms=00089}
22:49:20.427481 run                             mass: MS performed LU  {at=1512642.476508758, lu_delay=5.064254842931405, ms=00080}
22:49:20.445407 run                             mass: MS performed LU  {at=1512642.494448584, lu_delay=5.942864906974137, ms=00078}
22:49:20.473497 run                             mass: MS performed LU  {at=1512642.522541099, lu_delay=5.688013199949637, ms=00079}
22:49:20.580167 run                             mass: MS performed LU  {at=1512642.629168738, lu_delay=4.691296880831942, ms=00081}
22:49:20.902442 run                osmo-ms-mob/00090: Starting mobile
22:49:20.918831 run       osmo-ms-mob/00090(pid=225): Launched
22:49:20.929715 run                             mass: MS start registered  {at=1512642.978830801, delay=0.004982418147847056, ms=00090}
22:49:21.580880 run                osmo-ms-mob/00091: Starting mobile
22:49:21.595369 run       osmo-ms-mob/00091(pid=226): Launched
22:49:21.610666 run                             mass: MS start registered  {at=1512643.659761017, delay=0.00928631005808711, ms=00091}
22:49:22.245456 run                             mass: MS performed LU  {at=1512644.294472852, lu_delay=5.9330811789259315, ms=00082}
22:49:22.288787 run                osmo-ms-mob/00092: Starting mobile
22:49:22.301895 run       osmo-ms-mob/00092(pid=227): Launched
22:49:22.307944 run                             mass: MS performed LU  {at=1512644.357068335, lu_delay=5.556191454874352, ms=00083}
22:49:22.314497 run                             mass: MS start registered  {at=1512644.363619678, delay=0.006571187870576978, ms=00092}
22:49:22.375735 run                             mass: MS performed LU  {at=1512644.424751742, lu_delay=4.974807105027139, ms=00084}
22:49:22.753756 run                             mass: MS performed LU  {at=1512644.802774375, lu_delay=4.852666417136788, ms=00085}
22:49:23.097534 run                osmo-ms-mob/00093: Starting mobile
22:49:23.114471 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.130490 run                             mass: MS start registered  {at=1512645.179593332, delay=0.009962758049368858, ms=00093}
22:49:23.979785 run                osmo-ms-mob/00094: Starting mobile
22:49:24.007849 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.019777 run                             mass: MS start registered  {at=1512646.068896118, delay=0.005954676074907184, ms=00094}
22:49:24.193543 run                             mass: MS performed LU  {at=1512646.242548173, lu_delay=5.677922066999599, ms=00086}
22:49:24.218023 run                             mass: MS performed LU  {at=1512646.267151704, lu_delay=5.101989600108936, ms=00087}
22:49:24.710123 run                             mass: MS performed LU  {at=1512646.759114685, lu_delay=4.989045890979469, ms=00088}
22:49:24.904602 run                osmo-ms-mob/00095: Starting mobile
22:49:24.922750 run       osmo-ms-mob/00095(pid=230): Launched
22:49:24.934978 run                             mass: MS start registered  {at=1512646.984092917, delay=0.006235592067241669, ms=00095}
22:49:25.892916 run                osmo-ms-mob/00096: Starting mobile
22:49:25.906212 run       osmo-ms-mob/00096(pid=231): Launched
22:49:25.917168 run                             mass: MS start registered  {at=1512647.966284772, delay=0.004872799851000309, ms=00096}
22:49:25.974280 run                             mass: MS performed LU  {at=1512648.023297792, lu_delay=5.6485106099862605, ms=00089}
22:49:26.141279 run                             mass: MS performed LU  {at=1512648.190293788, lu_delay=5.211462986888364, ms=00090}
22:49:26.463696 run                             mass: MS performed LU  {at=1512648.512695228, lu_delay=4.852934211026877, ms=00091}
22:49:26.975663 run                osmo-ms-mob/00097: Starting mobile
22:49:26.989577 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.000716 run                             mass: MS start registered  {at=1512649.049832185, delay=0.005139298038557172, ms=00097}
22:49:27.959131 run                             mass: MS performed LU  {at=1512650.008109267, lu_delay=5.64448958914727, ms=00092}
22:49:27.983335 run                             mass: MS performed LU  {at=1512650.032462475, lu_delay=4.852869142778218, ms=00093}
22:49:28.240690 run                             mass: MS performed LU  {at=1512650.289706406, lu_delay=22.906111175892875, ms=00054}
22:49:28.256598 run                osmo-ms-mob/00098: Starting mobile
22:49:28.269834 run       osmo-ms-mob/00098(pid=233): Launched
22:49:28.284068 run                             mass: MS start registered  {at=1512650.33318438, delay=0.008249490056186914, ms=00098}
22:49:29.740073 run                             mass: MS performed LU  {at=1512651.789085084, lu_delay=5.720188966020942, ms=00094}
22:49:29.907040 run                             mass: MS performed LU  {at=1512651.9559968, lu_delay=4.971903882920742, ms=00095}
22:49:30.101881 run                osmo-ms-mob/00099: Starting mobile
22:49:30.118349 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.124363 run                             mass: All started... {duration=55.772539641009644, too_slow=0}
22:49:30.130072 run                             mass: MS start registered  {at=1512652.17919765, delay=0.00570161291398108, ms=00099}
22:49:31.725025 run                             mass: MS performed LU  {at=1512653.773849459, lu_delay=5.807564686983824, ms=00096}
22:49:31.749719 run                             mass: MS performed LU  {at=1512653.798846958, lu_delay=4.749014772940427, ms=00097}
22:49:33.654257 run                             mass: MS performed LU  {at=1512655.703251048, lu_delay=5.37006666790694, ms=00098}
22:49:35.491159 run                             mass: MS performed LU  {at=1512657.540179982, lu_delay=5.360982332145795, ms=00099}
22:49:35.745109 run                             mass: MS performed LU  {at=1512657.794121685, lu_delay=21.74485052889213, ms=00077}
22:49:35.754201 run                             mass: Tests done {all_completed=True, max=22.906111175892875, min=4.314221341861412}
22:49:35.759748 tst         register_default_mass.py: Test passed (79.4 sec)
22:49:35.765134 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:35.768455 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:35.771745 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:35.775013 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:35.778346 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:35.781705 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:35.785061 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:35.788437 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:35.791766 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:35.795132 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:35.798476 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:35.801857 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:35.805244 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:35.808719 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:35.812223 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:35.815693 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:35.819374 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:35.822769 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:35.826805 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:35.830294 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:35.833765 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:35.837164 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:35.840558 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:35.844010 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:35.847402 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:35.850838 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:35.854609 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:35.858185 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:35.864010 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:35.867398 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:35.872850 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:35.876906 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:35.880895 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:35.884958 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:35.891293 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:35.894884 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:35.900725 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:35.904307 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:35.907708 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:35.911129 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:35.915027 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:35.918442 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:35.921802 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:35.925185 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:35.928583 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:35.931964 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:35.935517 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:35.938903 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:35.942275 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:35.946122 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:35.949824 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:35.953328 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:35.956841 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:35.960416 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:35.963911 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:35.967380 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:35.970878 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:35.974369 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:35.977844 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:35.985106 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:35.991905 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:35.998567 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.004376 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.007783 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.011171 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.014538 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.017948 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.021349 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.024756 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.028202 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.031606 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.034942 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.038322 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.041696 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.045058 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.048478 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.051850 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.055272 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.058631 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.061998 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.065421 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.068855 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.072241 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.075658 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.079021 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.082254 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.085545 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.088829 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.092140 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.095499 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.098871 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.102171 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.106241 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.110307 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.113667 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.116979 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.120287 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.123615 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.126872 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.130148 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.133498 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.136861 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.140133 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.143407 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.147035 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.152672 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.156026 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.159304 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.162556 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.165820 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.169095 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.172412 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.175780 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.179146 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.182499 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.185837 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.189075 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.192285 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.195491 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.198679 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.201884 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.205101 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.208323 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.211546 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.214744 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.217957 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.221265 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.224584 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.227915 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.231250 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.234568 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.237890 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.241241 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.244558 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.247881 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.251200 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.254502 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.257832 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.261145 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.264478 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.267782 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.271061 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.274356 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.277669 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.280974 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.284308 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.287616 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.290924 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.294241 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.297547 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.300846 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.304156 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.307466 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.310792 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.314102 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.317411 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.320727 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.324031 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.327340 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.330651 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.333965 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.337259 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.340569 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.343886 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.347196 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.350510 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.353815 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.357130 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.360440 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.363748 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.367055 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.370386 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.373709 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.377027 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.380341 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.383647 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.386952 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.390279 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.393598 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.396940 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:36.400280 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:36.403594 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:36.406907 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:36.410230 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:36.413560 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:36.416880 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:36.420208 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:36.423514 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:36.426961 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:36.430281 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:36.433719 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:36.437071 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:36.440394 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:36.443719 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:36.447054 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:36.450386 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:36.453703 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:36.457043 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:36.460468 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:36.463922 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:36.467379 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:36.470836 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:36.474285 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:36.477741 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:36.481084 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:36.484406 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:36.487719 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:36.491025 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:36.494323 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:36.497625 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:36.500920 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:36.504234 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:36.507532 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:36.510835 ---      ParallelTerminationStrategy: PID 22 died...
22:49:36.512333 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:36.516008 ---      ParallelTerminationStrategy: PID 23 died...
22:49:36.517492 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:36.521148 ---      ParallelTerminationStrategy: PID 24 died...
22:49:36.522624 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:36.526279 ---      ParallelTerminationStrategy: PID 25 died...
22:49:36.527757 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:36.531412 ---      ParallelTerminationStrategy: PID 26 died...
22:49:36.532905 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:36.536579 ---      ParallelTerminationStrategy: PID 27 died...
22:49:36.538057 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:36.541740 ---      ParallelTerminationStrategy: PID 28 died...
22:49:36.543228 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:36.546904 ---      ParallelTerminationStrategy: PID 29 died...
22:49:36.548348 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:36.551919 ---      ParallelTerminationStrategy: PID 30 died...
22:49:36.553363 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:36.556924 ---      ParallelTerminationStrategy: PID 31 died...
22:49:36.558356 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:36.561929 ---      ParallelTerminationStrategy: PID 32 died...
22:49:36.563383 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:36.566957 ---      ParallelTerminationStrategy: PID 33 died...
22:49:36.568408 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:36.571989 ---      ParallelTerminationStrategy: PID 35 died...
22:49:36.573435 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:36.577006 ---      ParallelTerminationStrategy: PID 36 died...
22:49:36.578438 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:36.582033 ---      ParallelTerminationStrategy: PID 37 died...
22:49:36.583487 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:36.587066 ---      ParallelTerminationStrategy: PID 38 died...
22:49:36.588505 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:36.592078 ---      ParallelTerminationStrategy: PID 39 died...
22:49:36.593512 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:36.597084 ---      ParallelTerminationStrategy: PID 40 died...
22:49:36.598526 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:36.602084 ---      ParallelTerminationStrategy: PID 41 died...
22:49:36.603524 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:36.607100 ---      ParallelTerminationStrategy: PID 42 died...
22:49:36.608541 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:36.612079 ---      ParallelTerminationStrategy: PID 43 died...
22:49:36.613513 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:36.617091 ---      ParallelTerminationStrategy: PID 44 died...
22:49:36.618523 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:36.622092 ---      ParallelTerminationStrategy: PID 45 died...
22:49:36.623530 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:36.627070 ---      ParallelTerminationStrategy: PID 46 died...
22:49:36.628509 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:36.632050 ---      ParallelTerminationStrategy: PID 47 died...
22:49:36.633492 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:36.637068 ---      ParallelTerminationStrategy: PID 48 died...
22:49:36.638490 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:36.642038 ---      ParallelTerminationStrategy: PID 49 died...
22:49:36.643468 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:36.646997 ---      ParallelTerminationStrategy: PID 50 died...
22:49:36.648434 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:36.652003 ---      ParallelTerminationStrategy: PID 51 died...
22:49:36.653435 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:36.657008 ---      ParallelTerminationStrategy: PID 52 died...
22:49:36.658436 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:36.661988 ---      ParallelTerminationStrategy: PID 53 died...
22:49:36.663415 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:36.666996 ---      ParallelTerminationStrategy: PID 54 died...
22:49:36.668433 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:36.671979 ---      ParallelTerminationStrategy: PID 55 died...
22:49:36.673416 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:36.676969 ---      ParallelTerminationStrategy: PID 56 died...
22:49:36.678403 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:36.681946 ---      ParallelTerminationStrategy: PID 57 died...
22:49:36.683398 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:36.686966 ---      ParallelTerminationStrategy: PID 58 died...
22:49:36.688404 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:36.691961 ---      ParallelTerminationStrategy: PID 59 died...
22:49:36.693394 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:36.696924 ---      ParallelTerminationStrategy: PID 60 died...
22:49:36.698355 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:36.701921 ---      ParallelTerminationStrategy: PID 61 died...
22:49:36.703353 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:36.706899 ---      ParallelTerminationStrategy: PID 62 died...
22:49:36.708339 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:36.711881 ---      ParallelTerminationStrategy: PID 63 died...
22:49:36.713305 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:36.716852 ---      ParallelTerminationStrategy: PID 64 died...
22:49:36.718289 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:36.721826 ---      ParallelTerminationStrategy: PID 65 died...
22:49:36.723250 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:36.726790 ---      ParallelTerminationStrategy: PID 66 died...
22:49:36.728238 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:36.731780 ---      ParallelTerminationStrategy: PID 67 died...
22:49:36.733206 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:36.736780 ---      ParallelTerminationStrategy: PID 68 died...
22:49:36.738213 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:36.741761 ---      ParallelTerminationStrategy: PID 69 died...
22:49:36.743187 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:36.746721 ---      ParallelTerminationStrategy: PID 70 died...
22:49:36.748156 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:36.751702 ---      ParallelTerminationStrategy: PID 71 died...
22:49:36.753121 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:36.756642 ---      ParallelTerminationStrategy: PID 72 died...
22:49:36.758074 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:36.761640 ---      ParallelTerminationStrategy: PID 73 died...
22:49:36.763069 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:36.766600 ---      ParallelTerminationStrategy: PID 74 died...
22:49:36.768056 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:36.771601 ---      ParallelTerminationStrategy: PID 75 died...
22:49:36.773046 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:36.776573 ---      ParallelTerminationStrategy: PID 76 died...
22:49:36.778008 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:36.781566 ---      ParallelTerminationStrategy: PID 77 died...
22:49:36.782997 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:36.786538 ---      ParallelTerminationStrategy: PID 78 died...
22:49:36.787985 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:36.791522 ---      ParallelTerminationStrategy: PID 79 died...
22:49:36.792954 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:36.796489 ---      ParallelTerminationStrategy: PID 80 died...
22:49:36.797918 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:36.801461 ---      ParallelTerminationStrategy: PID 81 died...
22:49:36.802904 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:36.806430 ---      ParallelTerminationStrategy: PID 82 died...
22:49:36.807859 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:36.811396 ---      ParallelTerminationStrategy: PID 83 died...
22:49:36.812821 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:36.816407 ---      ParallelTerminationStrategy: PID 84 died...
22:49:36.817834 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:36.821370 ---      ParallelTerminationStrategy: PID 85 died...
22:49:36.822798 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:36.826340 ---      ParallelTerminationStrategy: PID 86 died...
22:49:36.827769 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:36.831315 ---      ParallelTerminationStrategy: PID 87 died...
22:49:36.832749 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:36.836323 ---      ParallelTerminationStrategy: PID 88 died...
22:49:36.837765 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:36.841324 ---      ParallelTerminationStrategy: PID 89 died...
22:49:36.842756 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:36.846304 ---      ParallelTerminationStrategy: PID 90 died...
22:49:36.847746 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:36.851295 ---      ParallelTerminationStrategy: PID 91 died...
22:49:36.852726 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:36.856312 ---      ParallelTerminationStrategy: PID 92 died...
22:49:36.857740 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:36.861288 ---      ParallelTerminationStrategy: PID 93 died...
22:49:36.862721 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:36.866272 ---      ParallelTerminationStrategy: PID 94 died...
22:49:36.867727 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:36.871270 ---      ParallelTerminationStrategy: PID 95 died...
22:49:36.872715 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:36.876252 ---      ParallelTerminationStrategy: PID 96 died...
22:49:36.877682 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:36.881263 ---      ParallelTerminationStrategy: PID 97 died...
22:49:36.882691 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:36.886260 ---      ParallelTerminationStrategy: PID 98 died...
22:49:36.887698 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:36.891235 ---      ParallelTerminationStrategy: PID 99 died...
22:49:36.892677 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:36.896212 ---      ParallelTerminationStrategy: PID 100 died...
22:49:36.897649 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:36.901215 ---      ParallelTerminationStrategy: PID 101 died...
22:49:36.902659 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:36.906209 ---      ParallelTerminationStrategy: PID 102 died...
22:49:36.907647 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:36.911201 ---      ParallelTerminationStrategy: PID 103 died...
22:49:36.912636 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:36.916171 ---      ParallelTerminationStrategy: PID 104 died...
22:49:36.917612 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:36.921147 ---      ParallelTerminationStrategy: PID 105 died...
22:49:36.922578 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:36.926134 ---      ParallelTerminationStrategy: PID 106 died...
22:49:36.927576 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:36.931112 ---      ParallelTerminationStrategy: PID 107 died...
22:49:36.932541 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:36.936093 ---      ParallelTerminationStrategy: PID 108 died...
22:49:36.937527 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:36.941112 ---      ParallelTerminationStrategy: PID 109 died...
22:49:36.942553 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:36.946110 ---      ParallelTerminationStrategy: PID 110 died...
22:49:36.947541 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:36.951090 ---      ParallelTerminationStrategy: PID 111 died...
22:49:36.952522 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:36.956096 ---      ParallelTerminationStrategy: PID 112 died...
22:49:36.957544 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:36.961106 ---      ParallelTerminationStrategy: PID 113 died...
22:49:36.962538 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:36.966084 ---      ParallelTerminationStrategy: PID 114 died...
22:49:36.967513 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:36.971059 ---      ParallelTerminationStrategy: PID 115 died...
22:49:36.972494 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:36.976049 ---      ParallelTerminationStrategy: PID 116 died...
22:49:36.977492 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:36.981026 ---      ParallelTerminationStrategy: PID 117 died...
22:49:36.982469 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:36.986003 ---      ParallelTerminationStrategy: PID 118 died...
22:49:36.987435 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:36.990995 ---      ParallelTerminationStrategy: PID 119 died...
22:49:36.992425 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:36.995957 ---      ParallelTerminationStrategy: PID 120 died...
22:49:36.997385 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.000897 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.002312 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.005852 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.007278 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.010809 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.012247 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.015797 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.017224 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.020762 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.022187 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.025741 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.027191 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.030733 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.032175 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.035723 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.037163 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.040686 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.042118 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.045640 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.047116 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.050681 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.052122 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.055720 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.057165 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.060717 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.062151 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.065710 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.067145 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.070686 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.072127 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.075713 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.077157 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.080732 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.082175 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.085715 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.087153 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.090721 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.092151 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.095722 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.097159 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.100708 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.102135 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.105835 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.107335 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.111049 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.112536 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.116238 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.117727 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.121469 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.122976 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.126684 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.128186 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.131905 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.133400 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.137127 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.138603 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.142302 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.143798 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.147491 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.148981 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.152723 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.154207 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.157901 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.159393 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.163107 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.164599 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.168297 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.169776 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.173464 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.174976 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.178680 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.180173 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.183867 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.185352 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.189048 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.190529 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.194228 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.195718 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.199441 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.200926 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.204634 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.206116 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.209838 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.211322 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.215036 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.216529 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.220250 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.221739 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.225444 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.226951 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.230656 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.232165 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.235899 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.237391 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.241111 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.242613 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.246312 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.247824 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.251544 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.253031 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.256777 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.258273 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.261978 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.263470 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.267158 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.268648 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.272361 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.273862 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.277594 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.279086 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.282798 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.284304 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.288016 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.289508 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.293228 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.294727 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.298433 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.299928 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.303645 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.305131 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.308830 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.310320 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.314024 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.315514 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.319258 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.320741 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.324452 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.325949 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.329659 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.331164 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.334893 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.336383 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.340098 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.341593 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.345306 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.346790 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.350540 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.352050 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.355769 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.357265 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.361001 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.362487 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.366176 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.367680 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.371402 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.372897 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.376629 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.378116 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:37.381816 ---      ParallelTerminationStrategy: PID 195 died...
22:49:37.383303 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:37.387039 ---      ParallelTerminationStrategy: PID 196 died...
22:49:37.388536 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:37.392276 ---      ParallelTerminationStrategy: PID 197 died...
22:49:37.393762 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:37.397459 ---      ParallelTerminationStrategy: PID 198 died...
22:49:37.398959 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:37.402683 ---      ParallelTerminationStrategy: PID 199 died...
22:49:37.404189 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:37.407914 ---      ParallelTerminationStrategy: PID 200 died...
22:49:37.409415 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:37.413129 ---      ParallelTerminationStrategy: PID 201 died...
22:49:37.414617 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:37.418321 ---      ParallelTerminationStrategy: PID 202 died...
22:49:37.419827 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:37.423539 ---      ParallelTerminationStrategy: PID 203 died...
22:49:37.425030 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:37.428751 ---      ParallelTerminationStrategy: PID 204 died...
22:49:37.430252 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:37.433975 ---      ParallelTerminationStrategy: PID 205 died...
22:49:37.435470 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:37.439173 ---      ParallelTerminationStrategy: PID 206 died...
22:49:37.440658 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:37.444372 ---      ParallelTerminationStrategy: PID 207 died...
22:49:37.445876 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:37.449609 ---      ParallelTerminationStrategy: PID 208 died...
22:49:37.451098 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:37.454810 ---      ParallelTerminationStrategy: PID 209 died...
22:49:37.456317 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:37.460014 ---      ParallelTerminationStrategy: PID 210 died...
22:49:37.461520 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:37.465240 ---      ParallelTerminationStrategy: PID 211 died...
22:49:37.466732 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:37.470467 ---      ParallelTerminationStrategy: PID 212 died...
22:49:37.471962 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:37.475684 ---      ParallelTerminationStrategy: PID 213 died...
22:49:37.477183 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:37.480909 ---      ParallelTerminationStrategy: PID 214 died...
22:49:37.482403 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:37.486110 ---      ParallelTerminationStrategy: PID 215 died...
22:49:37.487602 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:37.491309 ---      ParallelTerminationStrategy: PID 216 died...
22:49:37.492810 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:37.496530 ---      ParallelTerminationStrategy: PID 217 died...
22:49:37.498023 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:37.501736 ---      ParallelTerminationStrategy: PID 218 died...
22:49:37.503241 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:37.506953 ---      ParallelTerminationStrategy: PID 219 died...
22:49:37.508440 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:37.512170 ---      ParallelTerminationStrategy: PID 220 died...
22:49:37.513661 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:37.517380 ---      ParallelTerminationStrategy: PID 221 died...
22:49:37.518871 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:37.522576 ---      ParallelTerminationStrategy: PID 222 died...
22:49:37.524071 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:37.527782 ---      ParallelTerminationStrategy: PID 223 died...
22:49:37.529269 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:37.532998 ---      ParallelTerminationStrategy: PID 224 died...
22:49:37.534480 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:37.538181 ---      ParallelTerminationStrategy: PID 225 died...
22:49:37.539687 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:37.543405 ---      ParallelTerminationStrategy: PID 226 died...
22:49:37.544902 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:37.548638 ---      ParallelTerminationStrategy: PID 227 died...
22:49:37.550138 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:37.553863 ---      ParallelTerminationStrategy: PID 228 died...
22:49:37.555362 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:37.559095 ---      ParallelTerminationStrategy: PID 229 died...
22:49:37.560591 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:37.564314 ---      ParallelTerminationStrategy: PID 230 died...
22:49:37.565793 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:37.569512 ---      ParallelTerminationStrategy: PID 231 died...
22:49:37.571001 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:37.574710 ---      ParallelTerminationStrategy: PID 232 died...
22:49:37.576213 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:37.579925 ---      ParallelTerminationStrategy: PID 233 died...
22:49:37.581411 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:37.585131 ---      ParallelTerminationStrategy: PID 234 died...
22:49:37.586627 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:40.991142 ---      ParallelTerminationStrategy: PID 34 died...
22:49:40.997257 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8401 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.068837 tst                       trial-8401: Storing JUnit report in /build/trial-8401/run.2026-07-23_22-48-16/trial-8401.xml

--------------------------------------------------------------------------------------------
trial-8401 PASS
--------------------------------------------------------------------------------------------
22:49:41.078677 tst                       trial-8401: trial-8401: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.4 sec)
+ exit_code=0
+ rm -rf trial-8401/inst
+ cd trial-8401
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-23 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8401-run.tgz run.2026-07-23_22-48-16
+ tar czf /build/trial-8401-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-23_13_27_04.tgz osmo-bts-oc2g.build-2026-07-23_00_52_14.tgz osmo-bts-sysmo.build-2026-07-23_00_52_18.tgz osmo-bts.build-2026-07-23_00_52_31.tgz osmo-ggsn.build-2026-07-23_20_43_23.tgz osmo-hlr.build-2026-07-23_16_37_40.tgz osmo-hnbgw.build-2026-07-23_13_31_40.tgz osmo-mgw.build-2026-07-23_08_33_40.tgz osmo-msc.build-2026-07-23_13_34_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-23_07_35_08.tgz osmo-pcu-sysmo.build-2026-07-23_07_35_06.tgz osmo-pcu.build-2026-07-23_07_35_08.tgz osmo-sgsn.build-2026-07-23_20_49_39.tgz osmo-stp.build-2026-07-23_13_25_42.tgz osmo-trx.build-2026-07-23_14_22_23.tgz osmocom-bb.build-2026-07-23_21_18_46.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