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/jenkins16467841280164459458.sh
+ rm -rf trial-8404-bin.tgz trial-8404-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 26225
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11517
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 11186
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13334
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13658
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 14504
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 43564
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 8026
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 45979
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 9134
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 13666
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7995
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 12042
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 8066
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9540
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6786
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 7995
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14736387282324633526.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-8404
+ 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 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#7 CACHED

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

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

#10 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#10 CACHED

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

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

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

#14 [ 9/28] COPY	SSH /root/.ssh
#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 [ 8/28] RUN	MKDIR /var/run/sshd
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:2eb6fc9dfa6c1c915933b5dc93d7fcd7d9c886ea6f236d51f0aa00b404a4fba7 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#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=8405 -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-27 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8405
+ mkdir -p trial-8405
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-27_13_26_57.tgz osmo-bts-oc2g.build-2026-07-27_17_19_04.tgz osmo-bts-sysmo.build-2026-07-27_17_18_52.tgz osmo-bts.build-2026-07-27_17_18_59.tgz osmo-ggsn.build-2026-07-27_20_43_10.tgz osmo-hlr.build-2026-07-27_16_37_39.tgz osmo-hnbgw.build-2026-07-27_20_10_26.tgz osmo-mgw.build-2026-07-27_08_33_41.tgz osmo-msc.build-2026-07-27_13_34_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-27_20_08_34.tgz osmo-pcu-sysmo.build-2026-07-27_20_08_38.tgz osmo-pcu.build-2026-07-27_20_08_44.tgz osmo-sgsn.build-2026-07-27_20_49_31.tgz osmo-stp.build-2026-07-27_13_25_38.tgz osmo-trx.build-2026-07-27_20_08_27.tgz osmocom-bb.build-2026-07-27_21_17_27.tgz srslte.build-19.tgz trial-8405
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-27_13_26_57.md5 osmo-bts-oc2g.build-2026-07-27_17_19_04.md5 osmo-bts-sysmo.build-2026-07-27_17_18_52.md5 osmo-bts.build-2026-07-27_17_18_59.md5 osmo-ggsn.build-2026-07-27_20_43_10.md5 osmo-hlr.build-2026-07-27_16_37_39.md5 osmo-hnbgw.build-2026-07-27_20_10_26.md5 osmo-mgw.build-2026-07-27_08_33_41.md5 osmo-msc.build-2026-07-27_13_34_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-27_20_08_34.md5 osmo-pcu-sysmo.build-2026-07-27_20_08_38.md5 osmo-pcu.build-2026-07-27_20_08_44.md5 osmo-sgsn.build-2026-07-27_20_49_31.md5 osmo-stp.build-2026-07-27_13_25_38.md5 osmo-trx.build-2026-07-27_20_08_27.md5 osmocom-bb.build-2026-07-27_21_17_27.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-27_13_26_57.md5 osmo-bts-oc2g.build-2026-07-27_17_19_04.md5 osmo-bts-sysmo.build-2026-07-27_17_18_52.md5 osmo-bts.build-2026-07-27_17_18_59.md5 osmo-ggsn.build-2026-07-27_20_43_10.md5 osmo-hlr.build-2026-07-27_16_37_39.md5 osmo-hnbgw.build-2026-07-27_20_10_26.md5 osmo-mgw.build-2026-07-27_08_33_41.md5 osmo-msc.build-2026-07-27_13_34_07.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-27_20_08_34.md5 osmo-pcu-sysmo.build-2026-07-27_20_08_38.md5 osmo-pcu.build-2026-07-27_20_08_44.md5 osmo-sgsn.build-2026-07-27_20_49_31.md5 osmo-stp.build-2026-07-27_13_25_38.md5 osmo-trx.build-2026-07-27_20_08_27.md5 osmocom-bb.build-2026-07-27_21_17_27.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-8405 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8405'
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-8405
--------------------------------------------------------------------------------------------
22:48:17.198361 tst                       trial-8405: Detailed log at /build/trial-8405/run.2026-07-27_22-48-17/log

---------------------------------------------------------------------
trial-8405 netreg_mass
---------------------------------------------------------------------
22:48:17.405404 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.405784 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.406584 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.407762 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.442436 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.443228 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.444351 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.531427 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-8405 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.532633 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.547776 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.548345 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.548826 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.549272 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.549741 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.550193 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.550634 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.576681 tst         register_default_mass.py: using LAC 2
22:48:17.593255 tst         register_default_mass.py: using RAC 2
22:48:17.611535 tst         register_default_mass.py: using CellId 2
22:48:17.631453 tst         register_default_mass.py: using BVCI 3
22:48:17.640879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.641485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.642028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.642573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.643113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.643652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.644164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.644674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.645190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.645707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.646209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.646719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.647259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.647788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.648324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.648851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.649369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.649908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.650430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.650964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.651500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.652031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.652560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.653105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.653632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.654155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.654700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.655234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.655762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.656300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.656820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.657337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.657882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.658412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.658951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.659493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.660018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.660541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.661088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.661614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.662148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.662671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.663221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.663744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.664262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.664775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.665305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.665829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.666354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.666884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.667402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.667925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.668440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.668952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.669458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.669980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.670491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.671031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.671557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.672061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.672583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.673107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.673621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.674151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.674664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.675186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.675716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.676240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.676763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.677285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.677799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.678308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.678908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.679437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.679948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.680469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.680981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.681488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.681987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.682511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.683028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.683550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.684071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.684580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.685097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.685608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.686116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.686632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.687160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.687673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.688200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.688721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.689239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.689767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.690278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.690780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.691307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.691834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.692345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.692868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.693375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.693933 tst      register_default_mass.py:21: Launching a simple network
22:48:17.703910 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.820180 run            create_hlr_db(pid=20): Launched
22:48:18.835411 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.854110 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.869090 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.874771 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.064480 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.079139 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.084640 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.489870 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.504707 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.519848 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.656278 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.671057 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.676598 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.699725 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.714483 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.719995 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.025210 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.040384 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.074349 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.244535 run         osmo-bts-virtual(pid=34): Launched
22:48:30.275748 tst         register_default_mass.py: using MSISDN 1001
22:48:30.287144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.315991 tst         register_default_mass.py: using MSISDN 1002
22:48:30.328519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.350630 tst         register_default_mass.py: using MSISDN 1003
22:48:30.360422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.382483 tst         register_default_mass.py: using MSISDN 1004
22:48:30.392045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.414231 tst         register_default_mass.py: using MSISDN 1005
22:48:30.423120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.445606 tst         register_default_mass.py: using MSISDN 1006
22:48:30.457545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.479856 tst         register_default_mass.py: using MSISDN 1007
22:48:30.489892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.512060 tst         register_default_mass.py: using MSISDN 1008
22:48:30.521793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.544026 tst         register_default_mass.py: using MSISDN 1009
22:48:30.553758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.576086 tst         register_default_mass.py: using MSISDN 1010
22:48:30.585758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.608085 tst         register_default_mass.py: using MSISDN 1011
22:48:30.617830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.639864 tst         register_default_mass.py: using MSISDN 1012
22:48:30.649430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.671691 tst         register_default_mass.py: using MSISDN 1013
22:48:30.681510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.703700 tst         register_default_mass.py: using MSISDN 1014
22:48:30.713246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.735560 tst         register_default_mass.py: using MSISDN 1015
22:48:30.745314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.767561 tst         register_default_mass.py: using MSISDN 1016
22:48:30.777150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.799399 tst         register_default_mass.py: using MSISDN 1017
22:48:30.809040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.831354 tst         register_default_mass.py: using MSISDN 1018
22:48:30.841030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.862967 tst         register_default_mass.py: using MSISDN 1019
22:48:30.872517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.894761 tst         register_default_mass.py: using MSISDN 1020
22:48:30.904457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.926966 tst         register_default_mass.py: using MSISDN 1021
22:48:30.936668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.958954 tst         register_default_mass.py: using MSISDN 1022
22:48:30.968675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.990966 tst         register_default_mass.py: using MSISDN 1023
22:48:31.000637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.022967 tst         register_default_mass.py: using MSISDN 1024
22:48:31.032762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.055078 tst         register_default_mass.py: using MSISDN 1025
22:48:31.064819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.087087 tst         register_default_mass.py: using MSISDN 1026
22:48:31.096787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.119100 tst         register_default_mass.py: using MSISDN 1027
22:48:31.128668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.150972 tst         register_default_mass.py: using MSISDN 1028
22:48:31.160665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.183206 tst         register_default_mass.py: using MSISDN 1029
22:48:31.192979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.215390 tst         register_default_mass.py: using MSISDN 1030
22:48:31.225242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.247904 tst         register_default_mass.py: using MSISDN 1031
22:48:31.257767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.280496 tst         register_default_mass.py: using MSISDN 1032
22:48:31.290158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.312887 tst         register_default_mass.py: using MSISDN 1033
22:48:31.322784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.345496 tst         register_default_mass.py: using MSISDN 1034
22:48:31.355518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.378358 tst         register_default_mass.py: using MSISDN 1035
22:48:31.388261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.410972 tst         register_default_mass.py: using MSISDN 1036
22:48:31.420805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.443357 tst         register_default_mass.py: using MSISDN 1037
22:48:31.453153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.475769 tst         register_default_mass.py: using MSISDN 1038
22:48:31.485620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.508275 tst         register_default_mass.py: using MSISDN 1039
22:48:31.518092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.540652 tst         register_default_mass.py: using MSISDN 1040
22:48:31.550468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.573106 tst         register_default_mass.py: using MSISDN 1041
22:48:31.582975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.605602 tst         register_default_mass.py: using MSISDN 1042
22:48:31.615473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.637965 tst         register_default_mass.py: using MSISDN 1043
22:48:31.647823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.670503 tst         register_default_mass.py: using MSISDN 1044
22:48:31.680383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.703069 tst         register_default_mass.py: using MSISDN 1045
22:48:31.712981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.735403 tst         register_default_mass.py: using MSISDN 1046
22:48:31.745186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.767592 tst         register_default_mass.py: using MSISDN 1047
22:48:31.777336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.799748 tst         register_default_mass.py: using MSISDN 1048
22:48:31.809484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.832206 tst         register_default_mass.py: using MSISDN 1049
22:48:31.842220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.864912 tst         register_default_mass.py: using MSISDN 1050
22:48:31.874693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.897489 tst         register_default_mass.py: using MSISDN 1051
22:48:31.904828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.927085 tst         register_default_mass.py: using MSISDN 1052
22:48:31.936070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.958573 tst         register_default_mass.py: using MSISDN 1053
22:48:31.968169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.990675 tst         register_default_mass.py: using MSISDN 1054
22:48:32.000433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.022969 tst         register_default_mass.py: using MSISDN 1055
22:48:32.032750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.055501 tst         register_default_mass.py: using MSISDN 1056
22:48:32.065494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.088298 tst         register_default_mass.py: using MSISDN 1057
22:48:32.098201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.121012 tst         register_default_mass.py: using MSISDN 1058
22:48:32.130910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.153586 tst         register_default_mass.py: using MSISDN 1059
22:48:32.163384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.186166 tst         register_default_mass.py: using MSISDN 1060
22:48:32.196061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.218666 tst         register_default_mass.py: using MSISDN 1061
22:48:32.228503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.251150 tst         register_default_mass.py: using MSISDN 1062
22:48:32.260984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.283545 tst         register_default_mass.py: using MSISDN 1063
22:48:32.293268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.315910 tst         register_default_mass.py: using MSISDN 1064
22:48:32.325701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.348283 tst         register_default_mass.py: using MSISDN 1065
22:48:32.358183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.381091 tst         register_default_mass.py: using MSISDN 1066
22:48:32.391095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.413550 tst         register_default_mass.py: using MSISDN 1067
22:48:32.423275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.445804 tst         register_default_mass.py: using MSISDN 1068
22:48:32.455720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.478594 tst         register_default_mass.py: using MSISDN 1069
22:48:32.488525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.511206 tst         register_default_mass.py: using MSISDN 1070
22:48:32.521060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.543706 tst         register_default_mass.py: using MSISDN 1071
22:48:32.553563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.576322 tst         register_default_mass.py: using MSISDN 1072
22:48:32.586244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.609000 tst         register_default_mass.py: using MSISDN 1073
22:48:32.618947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.641517 tst         register_default_mass.py: using MSISDN 1074
22:48:32.651466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.676628 tst         register_default_mass.py: using MSISDN 1075
22:48:32.687768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.710520 tst         register_default_mass.py: using MSISDN 1076
22:48:32.720575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.743335 tst         register_default_mass.py: using MSISDN 1077
22:48:32.753344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.775674 tst         register_default_mass.py: using MSISDN 1078
22:48:32.785341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.807812 tst         register_default_mass.py: using MSISDN 1079
22:48:32.817681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.840403 tst         register_default_mass.py: using MSISDN 1080
22:48:32.850195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.872900 tst         register_default_mass.py: using MSISDN 1081
22:48:32.882842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.905377 tst         register_default_mass.py: using MSISDN 1082
22:48:32.915156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.937678 tst         register_default_mass.py: using MSISDN 1083
22:48:32.947512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.970017 tst         register_default_mass.py: using MSISDN 1084
22:48:32.979889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.002719 tst         register_default_mass.py: using MSISDN 1085
22:48:33.012773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.035509 tst         register_default_mass.py: using MSISDN 1086
22:48:33.045333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.067679 tst         register_default_mass.py: using MSISDN 1087
22:48:33.077375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.099810 tst         register_default_mass.py: using MSISDN 1088
22:48:33.109521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.132321 tst         register_default_mass.py: using MSISDN 1089
22:48:33.142104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.165025 tst         register_default_mass.py: using MSISDN 1090
22:48:33.175065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.197918 tst         register_default_mass.py: using MSISDN 1091
22:48:33.207911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.230510 tst         register_default_mass.py: using MSISDN 1092
22:48:33.240474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.263212 tst         register_default_mass.py: using MSISDN 1093
22:48:33.273068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.295706 tst         register_default_mass.py: using MSISDN 1094
22:48:33.305703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.328325 tst         register_default_mass.py: using MSISDN 1095
22:48:33.338105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.360689 tst         register_default_mass.py: using MSISDN 1096
22:48:33.368183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.390804 tst         register_default_mass.py: using MSISDN 1097
22:48:33.400626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.423413 tst         register_default_mass.py: using MSISDN 1098
22:48:33.433318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.461511 tst         register_default_mass.py: using MSISDN 1099
22:48:33.473978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.496681 tst         register_default_mass.py: using MSISDN 1100
22:48:33.507044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.593206 run                             mass: Starting testcase
22:48:33.598670 run                             mass: Pre-launching all virtphy's
22:48:33.604036 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.616949 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.622926 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.636004 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.641988 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.654787 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.660655 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.673597 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.679601 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.692439 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.698431 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.711313 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.717286 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.730182 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.736174 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.748899 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.754850 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.767616 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.773477 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.786197 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.792069 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.804905 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.810773 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.823639 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.829500 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.842229 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.848130 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.860864 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.866740 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.879465 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.885305 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.898033 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.903943 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.916712 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.922577 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.935319 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.941178 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.953909 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.959769 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.972567 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.978451 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.991310 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.997164 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.010022 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.015894 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.028672 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.034625 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.047402 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.053337 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.066127 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.071983 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.084756 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.090598 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.103414 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.109275 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.122072 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.127985 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.140798 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.146653 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.159503 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.165386 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.178201 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.184173 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.196932 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.202949 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.215932 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.221914 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.234988 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.240983 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.254014 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.259982 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.273011 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.278978 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.292285 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.298419 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.311686 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.317628 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.330456 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.336428 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.349179 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.355133 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.367959 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.373877 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.386612 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.392507 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.405293 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.411171 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.424067 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.429928 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.442730 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.448698 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.461596 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.467549 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.480453 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.486351 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.499123 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.505096 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.517835 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.523789 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.536639 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.542517 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.555307 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.561231 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.574002 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.579898 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.592683 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.598554 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.611406 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.617330 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.630156 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.636161 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.648953 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.654929 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.667634 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.673530 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.686266 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.692213 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.705105 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.711007 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.724072 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.729977 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.742911 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.748857 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.761712 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.767651 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.780443 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.786325 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.799151 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.805004 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.817766 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.823633 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.836397 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.842268 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.855023 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.860915 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.873697 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.879588 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.892390 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.898226 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.911007 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.916856 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.929716 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.935630 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.948510 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.954415 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.967234 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.973094 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.985966 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.991820 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.004727 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.010586 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.023378 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.029298 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.042057 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.047961 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.060680 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.066532 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.079248 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.085119 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.097932 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.103807 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.116607 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.122495 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.135332 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.141205 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.154034 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.159910 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.172820 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.178674 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.191618 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.197529 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.210324 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.216390 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.229284 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.235271 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.248099 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.254060 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.266853 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.272796 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.285610 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.291502 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.304295 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.310191 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.322947 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.328797 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.341633 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.347526 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.360283 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.366216 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.378986 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.384912 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.397724 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.403773 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.416646 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.422634 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.435501 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.441391 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.454376 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.460304 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.473258 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.479128 run                             mass: Checking if sockets are in the filesystem
22:48:35.511229 run                osmo-ms-mob/00000: Starting mobile
22:48:35.524286 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.538172 run                             mass: MS start registered  {at=1858197.587287404, delay=0.007917942013591528, ms=00000}
22:48:39.695486 run                osmo-ms-mob/00001: Starting mobile
22:48:39.708783 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.721753 run                             mass: MS start registered  {at=1858201.770865803, delay=0.007003995822742581, ms=00001}
22:48:40.671685 run                             mass: MS performed LU  {at=1858202.720686626, lu_delay=5.133399221813306, ms=00000}
22:48:41.527934 run                osmo-ms-mob/00002: Starting mobile
22:48:41.545145 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.556444 run                             mass: MS start registered  {at=1858203.605551671, delay=0.005280595039948821, ms=00002}
22:48:42.827900 run                osmo-ms-mob/00003: Starting mobile
22:48:42.844462 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.855994 run                             mass: MS start registered  {at=1858204.905107108, delay=0.005609771003946662, ms=00003}
22:48:43.928984 run                osmo-ms-mob/00004: Starting mobile
22:48:43.945894 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.961597 run                             mass: MS start registered  {at=1858206.010702589, delay=0.009696347173303366, ms=00004}
22:48:44.908011 run                osmo-ms-mob/00005: Starting mobile
22:48:44.921776 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.939016 run                             mass: MS start registered  {at=1858206.98811618, delay=0.011248128954321146, ms=00005}
22:48:45.827623 run                osmo-ms-mob/00006: Starting mobile
22:48:45.840643 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.848867 run                             mass: MS performed LU  {at=1858207.89795997, lu_delay=6.127094167051837, ms=00001}
22:48:45.854826 run                             mass: MS start registered  {at=1858207.903956231, delay=0.008210001047700644, ms=00006}
22:48:46.709027 run                osmo-ms-mob/00007: Starting mobile
22:48:46.722701 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.733463 run                             mass: MS start registered  {at=1858208.782579396, delay=0.004623044980689883, ms=00007}
22:48:47.527568 run                osmo-ms-mob/00008: Starting mobile
22:48:47.544481 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.561664 run                             mass: MS start registered  {at=1858209.610765422, delay=0.011162529932335019, ms=00008}
22:48:47.751589 run                             mass: MS performed LU  {at=1858209.80059319, lu_delay=4.8954860819503665, ms=00003}
22:48:47.779093 run                             mass: MS performed LU  {at=1858209.827935776, lu_delay=6.222384104970843, ms=00002}
22:48:48.228115 run                osmo-ms-mob/00009: Starting mobile
22:48:48.245124 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.258052 run                             mass: MS start registered  {at=1858210.307168898, delay=0.006876472849398851, ms=00009}
22:48:48.928892 run                osmo-ms-mob/00010: Starting mobile
22:48:48.945739 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.958649 run                             mass: MS start registered  {at=1858211.007764189, delay=0.006882288958877325, ms=00010}
22:48:49.528921 run                osmo-ms-mob/00011: Starting mobile
22:48:49.542239 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.553214 run                             mass: MS start registered  {at=1858211.602328164, delay=0.004952074959874153, ms=00011}
22:48:49.615337 run                             mass: MS performed LU  {at=1858211.664361931, lu_delay=5.653659341856837, ms=00004}
22:48:49.680585 run                             mass: MS performed LU  {at=1858211.729571912, lu_delay=4.741455731913447, ms=00005}
22:48:50.117573 run                osmo-ms-mob/00012: Starting mobile
22:48:50.132305 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.148731 run                             mass: MS start registered  {at=1858212.19784506, delay=0.010442039929330349, ms=00012}
22:48:50.696794 run                osmo-ms-mob/00013: Starting mobile
22:48:50.710263 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.722648 run                             mass: MS start registered  {at=1858212.77176241, delay=0.006313738878816366, ms=00013}
22:48:51.326795 run                osmo-ms-mob/00014: Starting mobile
22:48:51.343418 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.358621 run                             mass: MS start registered  {at=1858213.407732626, delay=0.009257034864276648, ms=00014}
22:48:51.516960 run                             mass: MS performed LU  {at=1858213.565948876, lu_delay=5.6619926451239735, ms=00006}
22:48:51.544841 run                             mass: MS performed LU  {at=1858213.593849066, lu_delay=4.811269670026377, ms=00007}
22:48:51.927123 run                osmo-ms-mob/00015: Starting mobile
22:48:51.944410 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.960651 run                             mass: MS start registered  {at=1858214.009762673, delay=0.010216462891548872, ms=00015}
22:48:52.395576 run                osmo-ms-mob/00016: Starting mobile
22:48:52.408721 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.420102 run                             mass: MS start registered  {at=1858214.469216116, delay=0.005177237093448639, ms=00016}
22:48:52.907747 run                osmo-ms-mob/00017: Starting mobile
22:48:52.921701 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.932901 run                             mass: MS start registered  {at=1858214.982019591, delay=0.005103087984025478, ms=00017}
22:48:53.382007 run                             mass: MS performed LU  {at=1858215.431024039, lu_delay=5.123855140991509, ms=00009}
22:48:53.446974 run                             mass: MS performed LU  {at=1858215.495960663, lu_delay=5.885195241076872, ms=00008}
22:48:53.462156 run                osmo-ms-mob/00018: Starting mobile
22:48:53.475187 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.486551 run                             mass: MS start registered  {at=1858215.535673147, delay=0.005318982060998678, ms=00018}
22:48:53.750340 run                             mass: MS performed LU  {at=1858215.799357434, lu_delay=4.7915932449977845, ms=00010}
22:48:53.920481 run                osmo-ms-mob/00019: Starting mobile
22:48:53.933550 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.947865 run                             mass: MS start registered  {at=1858215.996971671, delay=0.008255678927525878, ms=00019}
22:48:54.396059 run                osmo-ms-mob/00020: Starting mobile
22:48:54.409090 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.420477 run                             mass: MS start registered  {at=1858216.469595214, delay=0.00523634790442884, ms=00020}
22:48:54.915831 run                osmo-ms-mob/00021: Starting mobile
22:48:54.931932 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.945652 run                             mass: MS start registered  {at=1858216.994764437, delay=0.007494264980778098, ms=00021}
22:48:55.282650 run                             mass: MS performed LU  {at=1858217.331666128, lu_delay=5.729337963974103, ms=00011}
22:48:55.315199 run                osmo-ms-mob/00022: Starting mobile
22:48:55.328782 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.334947 run                             mass: MS performed LU  {at=1858217.384069092, lu_delay=5.186224032193422, ms=00012}
22:48:55.343271 run                             mass: MS start registered  {at=1858217.392392146, delay=0.0083440279122442, ms=00022}
22:48:55.416345 run                             mass: MS performed LU  {at=1858217.465362379, lu_delay=4.693599969148636, ms=00013}
22:48:55.835599 run                osmo-ms-mob/00023: Starting mobile
22:48:55.851708 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.866668 run                             mass: MS start registered  {at=1858217.915760381, delay=0.008859387831762433, ms=00023}
22:48:56.195031 run                osmo-ms-mob/00024: Starting mobile
22:48:56.208475 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.224900 run                             mass: MS start registered  {at=1858218.273998958, delay=0.010337703162804246, ms=00024}
22:48:56.705207 run                osmo-ms-mob/00025: Starting mobile
22:48:56.718740 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.729468 run                             mass: MS start registered  {at=1858218.778587172, delay=0.004674259107559919, ms=00025}
22:48:57.117442 run                osmo-ms-mob/00026: Starting mobile
22:48:57.134106 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.146202 run                             mass: MS performed LU  {at=1858219.195302138, lu_delay=4.72608602209948, ms=00016}
22:48:57.157712 run                             mass: MS start registered  {at=1858219.20683522, delay=0.017521813046187162, ms=00026}
22:48:57.212168 run                             mass: MS performed LU  {at=1858219.261178773, lu_delay=5.85344614693895, ms=00014}
22:48:57.280811 run                             mass: MS performed LU  {at=1858219.329836131, lu_delay=5.320073458133265, ms=00015}
22:48:57.317885 run                osmo-ms-mob/00027: Starting mobile
22:48:57.331238 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.346620 run                             mass: MS start registered  {at=1858219.395732343, delay=0.009002628969028592, ms=00027}
22:48:57.906999 run                osmo-ms-mob/00028: Starting mobile
22:48:57.920330 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.932173 run                             mass: MS start registered  {at=1858219.981291689, delay=0.00576954404823482, ms=00028}
22:48:58.315229 run                osmo-ms-mob/00029: Starting mobile
22:48:58.331002 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.344388 run                             mass: MS start registered  {at=1858220.393501573, delay=0.007379381917417049, ms=00029}
22:48:58.695212 run                osmo-ms-mob/00030: Starting mobile
22:48:58.708677 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.720235 run                             mass: MS start registered  {at=1858220.769341434, delay=0.005421102978289127, ms=00030}
22:48:58.946633 run                             mass: MS performed LU  {at=1858220.995633668, lu_delay=6.013614077121019, ms=00017}
22:48:59.048009 run                             mass: MS performed LU  {at=1858221.097043621, lu_delay=5.1000719498842955, ms=00019}
22:48:59.098260 run                osmo-ms-mob/00031: Starting mobile
22:48:59.113123 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.119210 run                             mass: MS performed LU  {at=1858221.168335102, lu_delay=5.632661954965442, ms=00018}
22:48:59.126024 run                             mass: MS start registered  {at=1858221.175144251, delay=0.006827217992395163, ms=00031}
22:48:59.200853 run                             mass: MS performed LU  {at=1858221.249856559, lu_delay=4.780261345207691, ms=00020}
22:48:59.228732 run                osmo-ms-mob/00032: Starting mobile
22:48:59.245486 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.260622 run                             mass: MS start registered  {at=1858221.30973845, delay=0.006863112095743418, ms=00032}
22:48:59.837132 run                osmo-ms-mob/00033: Starting mobile
22:48:59.855884 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.869834 run                             mass: MS start registered  {at=1858221.918945478, delay=0.007745321141555905, ms=00033}
22:49:00.207476 run                osmo-ms-mob/00034: Starting mobile
22:49:00.221316 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.234158 run                             mass: MS start registered  {at=1858222.283274606, delay=0.006734693190082908, ms=00034}
22:49:00.527327 run                osmo-ms-mob/00035: Starting mobile
22:49:00.542873 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.555082 run                             mass: MS start registered  {at=1858222.604181122, delay=0.006311964942142367, ms=00035}
22:49:00.908866 run                osmo-ms-mob/00036: Starting mobile
22:49:00.922832 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.928756 run                             mass: MS performed LU  {at=1858222.977879798, lu_delay=5.983115361072123, ms=00021}
22:49:00.935371 run                             mass: MS start registered  {at=1858222.984493726, delay=0.006632748991250992, ms=00036}
22:49:00.977426 run                             mass: MS performed LU  {at=1858223.026440867, lu_delay=4.75244190893136, ms=00024}
22:49:01.046726 run                             mass: MS performed LU  {at=1858223.095721678, lu_delay=5.179961297195405, ms=00023}
22:49:01.089762 run                osmo-ms-mob/00037: Starting mobile
22:49:01.105906 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.112014 run                             mass: MS performed LU  {at=1858223.161138716, lu_delay=5.768746569985524, ms=00022}
22:49:01.117857 run                             mass: MS start registered  {at=1858223.166988629, delay=0.0058679350186139345, ms=00037}
22:49:01.617595 run                osmo-ms-mob/00038: Starting mobile
22:49:01.634568 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.645960 run                             mass: MS start registered  {at=1858223.695077656, delay=0.0052681900560855865, ms=00038}
22:49:01.891126 run                osmo-ms-mob/00039: Starting mobile
22:49:01.906734 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.920299 run                             mass: MS start registered  {at=1858223.969405889, delay=0.007090794155374169, ms=00039}
22:49:02.308377 run                osmo-ms-mob/00040: Starting mobile
22:49:02.322099 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.333883 run                             mass: MS start registered  {at=1858224.382999177, delay=0.005641033174470067, ms=00040}
22:49:02.595336 run                osmo-ms-mob/00041: Starting mobile
22:49:02.608593 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.623236 run                             mass: MS start registered  {at=1858224.67234953, delay=0.0086726990994066, ms=00041}
22:49:02.712963 run                             mass: MS performed LU  {at=1858224.76195758, lu_delay=5.983370407950133, ms=00025}
22:49:02.814514 run                             mass: MS performed LU  {at=1858224.863537055, lu_delay=5.4678047120105475, ms=00027}
22:49:02.843058 run                osmo-ms-mob/00042: Starting mobile
22:49:02.856236 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.862281 run                             mass: MS performed LU  {at=1858224.911402857, lu_delay=4.930111167952418, ms=00028}
22:49:02.871091 run                             mass: MS start registered  {at=1858224.92021285, delay=0.008829898899421096, ms=00042}
22:49:02.967228 run                             mass: MS performed LU  {at=1858225.016107027, lu_delay=5.809271806851029, ms=00026}
22:49:03.004192 run                             mass: MS performed LU  {at=1858225.0532344, lu_delay=4.659732826985419, ms=00029}
22:49:03.021398 run                osmo-ms-mob/00043: Starting mobile
22:49:03.034413 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.048753 run                             mass: MS start registered  {at=1858225.097862077, delay=0.008355272002518177, ms=00043}
22:49:03.622254 run                osmo-ms-mob/00044: Starting mobile
22:49:03.635491 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.647278 run                             mass: MS start registered  {at=1858225.696384466, delay=0.005641383118927479, ms=00044}
22:49:03.909863 run                osmo-ms-mob/00045: Starting mobile
22:49:03.923676 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.935133 run                             mass: MS start registered  {at=1858225.984247613, delay=0.005170516902580857, ms=00045}
22:49:04.208471 run                osmo-ms-mob/00046: Starting mobile
22:49:04.222312 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.239721 run                             mass: MS start registered  {at=1858226.288820758, delay=0.011269028065726161, ms=00046}
22:49:04.495234 run                osmo-ms-mob/00047: Starting mobile
22:49:04.509975 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.527279 run                             mass: MS start registered  {at=1858226.576386137, delay=0.010958063881844282, ms=00047}
22:49:04.678899 run                             mass: MS performed LU  {at=1858226.727879779, lu_delay=4.8089343009050936, ms=00033}
22:49:04.744293 run                             mass: MS performed LU  {at=1858226.793299309, lu_delay=5.618155058007687, ms=00031}
22:49:04.772511 run                osmo-ms-mob/00048: Starting mobile
22:49:04.785722 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.797316 run                             mass: MS start registered  {at=1858226.84643581, delay=0.005625403020530939, ms=00048}
22:49:04.811715 run                             mass: MS performed LU  {at=1858226.860833066, lu_delay=5.551094616064802, ms=00032}
22:49:04.868326 run                             mass: MS performed LU  {at=1858226.91735201, lu_delay=6.148010576143861, ms=00030}
22:49:04.909224 run                osmo-ms-mob/00049: Starting mobile
22:49:04.923493 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.936071 run                             mass: MS start registered  {at=1858226.985187183, delay=0.006573440972715616, ms=00049}
22:49:05.140311 run                             mass: MS performed LU  {at=1858227.18930279, lu_delay=4.9060281838756055, ms=00034}
22:49:05.410268 run                osmo-ms-mob/00050: Starting mobile
22:49:05.424297 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.437093 run                             mass: MS start registered  {at=1858227.486206475, delay=0.006577635882422328, ms=00050}
22:49:05.812694 run                osmo-ms-mob/00051: Starting mobile
22:49:05.827122 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.837778 run                             mass: MS start registered  {at=1858227.886893697, delay=0.004463874036446214, ms=00051}
22:49:06.108479 run                osmo-ms-mob/00052: Starting mobile
22:49:06.122263 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.134804 run                             mass: MS start registered  {at=1858228.183920356, delay=0.0065479150507599115, ms=00052}
22:49:06.395361 run                osmo-ms-mob/00053: Starting mobile
22:49:06.408366 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.421587 run                             mass: MS start registered  {at=1858228.470704098, delay=0.007253926945850253, ms=00053}
22:49:06.478922 run                             mass: MS performed LU  {at=1858228.527882849, lu_delay=5.923701727064326, ms=00035}
22:49:06.579986 run                             mass: MS performed LU  {at=1858228.628980711, lu_delay=5.644486985169351, ms=00036}
22:49:06.631697 run                osmo-ms-mob/00054: Starting mobile
22:49:06.646730 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.652757 run                             mass: MS performed LU  {at=1858228.701883493, lu_delay=4.732477603945881, ms=00039}
22:49:06.658575 run                             mass: MS start registered  {at=1858228.707707271, delay=0.005841438891366124, ms=00054}
22:49:06.732004 run                             mass: MS performed LU  {at=1858228.781008847, lu_delay=5.085931190988049, ms=00038}
22:49:06.763657 run                osmo-ms-mob/00055: Starting mobile
22:49:06.777447 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.783490 run                             mass: MS performed LU  {at=1858228.832613314, lu_delay=5.6656246851198375, ms=00037}
22:49:06.790183 run                             mass: MS start registered  {at=1858228.839302421, delay=0.00670769507996738, ms=00055}
22:49:07.324297 run                osmo-ms-mob/00056: Starting mobile
22:49:07.340145 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.351943 run                             mass: MS start registered  {at=1858229.401059906, delay=0.005753834033384919, ms=00056}
22:49:07.608279 run                osmo-ms-mob/00057: Starting mobile
22:49:07.621796 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.636463 run                             mass: MS start registered  {at=1858229.685558284, delay=0.00859529385343194, ms=00057}
22:49:08.015615 run                osmo-ms-mob/00058: Starting mobile
22:49:08.029765 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.043673 run                             mass: MS start registered  {at=1858230.092783508, delay=0.007833875948563218, ms=00058}
22:49:08.294620 run                osmo-ms-mob/00059: Starting mobile
22:49:08.307795 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.319067 run                             mass: MS start registered  {at=1858230.368181184, delay=0.005091796861961484, ms=00059}
22:49:08.444809 run                             mass: MS performed LU  {at=1858230.493824795, lu_delay=5.821475264849141, ms=00041}
22:49:08.509771 run                             mass: MS performed LU  {at=1858230.558810004, lu_delay=5.460947927087545, ms=00043}
22:49:08.531573 run                osmo-ms-mob/00060: Starting mobile
22:49:08.545181 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.556541 run                             mass: MS start registered  {at=1858230.605660404, delay=0.002805266994982958, ms=00060}
22:49:08.577342 run                             mass: MS performed LU  {at=1858230.626384504, lu_delay=5.7061716539319605, ms=00042}
22:49:08.670734 run                             mass: MS performed LU  {at=1858230.719757774, lu_delay=5.023373307893053, ms=00044}
22:49:08.924584 run                             mass: MS performed LU  {at=1858230.973576654, lu_delay=4.989329040981829, ms=00045}
22:49:08.959382 run                osmo-ms-mob/00061: Starting mobile
22:49:08.972552 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.985658 run                             mass: MS start registered  {at=1858231.034776688, delay=0.006939350161701441, ms=00061}
22:49:09.294909 run                osmo-ms-mob/00062: Starting mobile
22:49:09.308284 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.321152 run                             mass: MS start registered  {at=1858231.370265221, delay=0.006205955054610968, ms=00062}
22:49:09.607682 run                osmo-ms-mob/00063: Starting mobile
22:49:09.622540 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.634404 run                             mass: MS start registered  {at=1858231.683517443, delay=0.005543821956962347, ms=00063}
22:49:10.020653 run                osmo-ms-mob/00064: Starting mobile
22:49:10.038707 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.049776 run                             mass: MS start registered  {at=1858232.098892277, delay=0.004952159011736512, ms=00064}
22:49:10.244661 run                             mass: MS performed LU  {at=1858232.293678322, lu_delay=5.308491139207035, ms=00049}
22:49:10.269669 run                             mass: MS performed LU  {at=1858232.318790312, lu_delay=6.029969553928822, ms=00046}
22:49:10.280940 run                osmo-ms-mob/00065: Starting mobile
22:49:10.294100 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.305798 run                             mass: MS start registered  {at=1858232.354913329, delay=0.005237420089542866, ms=00065}
22:49:10.373569 run                             mass: MS performed LU  {at=1858232.422577035, lu_delay=5.846190897980705, ms=00047}
22:49:10.535690 run                             mass: MS performed LU  {at=1858232.584715931, lu_delay=5.738280121004209, ms=00048}
22:49:10.571596 run                osmo-ms-mob/00066: Starting mobile
22:49:10.588668 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.598442 run                             mass: MS performed LU  {at=1858232.647565133, lu_delay=4.760671435855329, ms=00051}
22:49:10.604248 run                             mass: MS start registered  {at=1858232.653378319, delay=0.005832687020301819, ms=00066}
22:49:11.139700 run                osmo-ms-mob/00067: Starting mobile
22:49:11.157835 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.172356 run                             mass: MS start registered  {at=1858233.221462512, delay=0.008505682926625013, ms=00067}
22:49:11.268477 run                             mass: MS performed LU  {at=1858233.317487459, lu_delay=5.83128098398447, ms=00050}
22:49:11.365563 run                             mass: MS performed LU  {at=1858233.41457951, lu_delay=4.013519603991881, ms=00056}
22:49:11.394764 run                osmo-ms-mob/00068: Starting mobile
22:49:11.408023 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.414316 run                             mass: MS performed LU  {at=1858233.463438936, lu_delay=3.777880652109161, ms=00057}
22:49:11.420427 run                             mass: MS start registered  {at=1858233.469555808, delay=0.006135192001238465, ms=00068}
22:49:11.823700 run                osmo-ms-mob/00069: Starting mobile
22:49:11.848557 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.859568 run                             mass: MS start registered  {at=1858233.908681969, delay=0.0048381369560956955, ms=00069}
22:49:12.208290 run                osmo-ms-mob/00070: Starting mobile
22:49:12.222716 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.228997 run                             mass: MS performed LU  {at=1858234.278120485, lu_delay=5.807416386902332, ms=00053}
22:49:12.235196 run                             mass: MS start registered  {at=1858234.284316446, delay=0.0062153039034456015, ms=00070}
22:49:12.274574 run                             mass: MS performed LU  {at=1858234.323620891, lu_delay=5.484318469883874, ms=00055}
22:49:12.630559 run                osmo-ms-mob/00071: Starting mobile
22:49:12.669129 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.680424 run                             mass: MS start registered  {at=1858234.72952497, delay=0.004894698970019817, ms=00071}
22:49:13.007451 run                osmo-ms-mob/00072: Starting mobile
22:49:13.022193 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.035184 run                             mass: MS start registered  {at=1858235.084298981, delay=0.006576609797775745, ms=00072}
22:49:13.198082 run                             mass: MS performed LU  {at=1858235.247064223, lu_delay=7.063143867067993, ms=00052}
22:49:13.268598 run                             mass: MS performed LU  {at=1858235.317603907, lu_delay=3.9473386860918254, ms=00062}
22:49:13.304100 run                osmo-ms-mob/00073: Starting mobile
22:49:13.318527 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.330421 run                             mass: MS start registered  {at=1858235.379533825, delay=0.0051207279320806265, ms=00073}
22:49:13.834846 run                osmo-ms-mob/00074: Starting mobile
22:49:13.850649 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.861899 run                             mass: MS start registered  {at=1858235.911009508, delay=0.004953530849888921, ms=00074}
22:49:14.010619 run                             mass: MS performed LU  {at=1858236.059636784, lu_delay=5.024860095931217, ms=00061}
22:49:14.042781 run                             mass: MS performed LU  {at=1858236.091890131, lu_delay=5.723708946956322, ms=00059}
22:49:14.057736 run                osmo-ms-mob/00075: Starting mobile
22:49:14.071153 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.086505 run                             mass: MS start registered  {at=1858236.135617483, delay=0.009359028888866305, ms=00075}
22:49:14.329442 run                             mass: MS performed LU  {at=1858236.378461296, lu_delay=4.6949438529554754, ms=00063}
22:49:14.356687 run                             mass: MS performed LU  {at=1858236.405716418, lu_delay=6.312932910164818, ms=00058}
22:49:14.736311 run                osmo-ms-mob/00076: Starting mobile
22:49:14.752823 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.764237 run                             mass: MS start registered  {at=1858236.813355324, delay=0.005284290993586183, ms=00076}
22:49:15.122098 run                osmo-ms-mob/00077: Starting mobile
22:49:15.141943 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.148247 run                             mass: MS performed LU  {at=1858237.197368143, lu_delay=4.5439898238983005, ms=00066}
22:49:15.156081 run                             mass: MS start registered  {at=1858237.205209826, delay=0.007862971862778068, ms=00077}
22:49:15.167547 run                             mass: MS performed LU  {at=1858237.216664526, lu_delay=5.117772248806432, ms=00064}
22:49:15.635135 run                osmo-ms-mob/00078: Starting mobile
22:49:15.651794 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.663696 run                             mass: MS start registered  {at=1858237.712813666, delay=0.005918899085372686, ms=00078}
22:49:15.930693 run                             mass: MS performed LU  {at=1858237.979694177, lu_delay=4.75823166500777, ms=00067}
22:49:15.960177 run                osmo-ms-mob/00079: Starting mobile
22:49:15.973929 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.980002 run                             mass: MS performed LU  {at=1858238.029126591, lu_delay=5.674213262042031, ms=00065}
22:49:15.986170 run                             mass: MS start registered  {at=1858238.035301044, delay=0.006193322828039527, ms=00079}
22:49:16.040509 run                             mass: MS performed LU  {at=1858238.089545261, lu_delay=4.619989453116432, ms=00068}
22:49:16.525007 run                osmo-ms-mob/00080: Starting mobile
22:49:16.540861 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.555693 run                             mass: MS start registered  {at=1858238.604799093, delay=0.008519897004589438, ms=00080}
22:49:17.021261 run                osmo-ms-mob/00081: Starting mobile
22:49:17.042130 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.054120 run                             mass: MS start registered  {at=1858239.103237665, delay=0.002866856986656785, ms=00081}
22:49:17.408675 run                osmo-ms-mob/00082: Starting mobile
22:49:17.422324 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.433350 run                             mass: MS start registered  {at=1858239.48245432, delay=0.005091952858492732, ms=00082}
22:49:17.860280 run                             mass: MS performed LU  {at=1858239.909279489, lu_delay=6.000597520032898, ms=00069}
22:49:17.883925 run                             mass: MS performed LU  {at=1858239.93305165, lu_delay=5.203526679892093, ms=00071}
22:49:17.908219 run                osmo-ms-mob/00083: Starting mobile
22:49:17.921428 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.927373 run                             mass: MS performed LU  {at=1858239.976499344, lu_delay=5.692182898055762, ms=00070}
22:49:17.933093 run                             mass: MS start registered  {at=1858239.982224983, delay=0.005742711015045643, ms=00083}
22:49:18.010843 run                             mass: MS performed LU  {at=1858240.059861694, lu_delay=4.975562713108957, ms=00072}
22:49:18.043128 run                             mass: MS performed LU  {at=1858240.092247742, lu_delay=4.712713917018846, ms=00073}
22:49:18.535388 run                osmo-ms-mob/00084: Starting mobile
22:49:18.564406 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.577594 run                             mass: MS start registered  {at=1858240.626705686, delay=0.0071563750971108675, ms=00084}
22:49:19.009999 run                osmo-ms-mob/00085: Starting mobile
22:49:19.023884 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.035552 run                             mass: MS start registered  {at=1858241.084638868, delay=0.005473891971632838, ms=00085}
22:49:19.633934 run                osmo-ms-mob/00086: Starting mobile
22:49:19.652636 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.658794 run                             mass: MS performed LU  {at=1858241.707918205, lu_delay=4.894562880974263, ms=00076}
22:49:19.664730 run                             mass: MS start registered  {at=1858241.713862044, delay=0.005961511982604861, ms=00086}
22:49:19.696895 run                             mass: MS performed LU  {at=1858241.74597296, lu_delay=4.540763134136796, ms=00077}
22:49:19.807481 run                             mass: MS performed LU  {at=1858241.856496387, lu_delay=5.720878903986886, ms=00075}
22:49:19.967958 run                             mass: MS performed LU  {at=1858242.01695843, lu_delay=6.105948921991512, ms=00074}
22:49:20.234769 run                osmo-ms-mob/00087: Starting mobile
22:49:20.250762 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.263280 run                             mass: MS start registered  {at=1858242.31239141, delay=0.006535732187330723, ms=00087}
22:49:20.801481 run                osmo-ms-mob/00088: Starting mobile
22:49:20.814419 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.826598 run                             mass: MS start registered  {at=1858242.875707981, delay=0.0060602829325944185, ms=00088}
22:49:21.426337 run                osmo-ms-mob/00089: Starting mobile
22:49:21.443299 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.455451 run                             mass: MS start registered  {at=1858243.504559948, delay=0.006148625165224075, ms=00089}
22:49:21.625142 run                             mass: MS performed LU  {at=1858243.674129556, lu_delay=5.069330462953076, ms=00080}
22:49:21.649468 run                             mass: MS performed LU  {at=1858243.698593917, lu_delay=5.663292873185128, ms=00079}
22:49:21.670831 run                             mass: MS performed LU  {at=1858243.719867957, lu_delay=6.007054290967062, ms=00078}
22:49:21.777402 run                             mass: MS performed LU  {at=1858243.826393035, lu_delay=4.723155369982123, ms=00081}
22:49:21.829575 run                osmo-ms-mob/00090: Starting mobile
22:49:21.844250 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.857498 run                             mass: MS start registered  {at=1858243.906612872, delay=0.0072130810003727674, ms=00090}
22:49:22.695980 run                osmo-ms-mob/00091: Starting mobile
22:49:22.709553 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.720910 run                             mass: MS start registered  {at=1858244.770025714, delay=0.005205854075029492, ms=00091}
22:49:23.394596 run                osmo-ms-mob/00092: Starting mobile
22:49:23.407804 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.413765 run                             mass: MS performed LU  {at=1858245.462890689, lu_delay=4.836185002932325, ms=00084}
22:49:23.420156 run                             mass: MS start registered  {at=1858245.46927835, delay=0.006403329083696008, ms=00092}
22:49:23.442535 run                             mass: MS performed LU  {at=1858245.491643758, lu_delay=5.509418775094673, ms=00083}
22:49:23.572561 run                             mass: MS performed LU  {at=1858245.621576233, lu_delay=6.139121913118288, ms=00082}
22:49:23.697584 run                             mass: MS performed LU  {at=1858245.746583219, lu_delay=4.6619443509262055, ms=00085}
22:49:24.208278 run                osmo-ms-mob/00093: Starting mobile
22:49:24.222703 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.233604 run                             mass: MS start registered  {at=1858246.282717921, delay=0.004901343025267124, ms=00093}
22:49:25.123713 run                osmo-ms-mob/00094: Starting mobile
22:49:25.139625 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.155844 run                             mass: MS start registered  {at=1858247.204945909, delay=0.010095506208017468, ms=00094}
22:49:25.390202 run                             mass: MS performed LU  {at=1858247.439224069, lu_delay=5.126832658890635, ms=00087}
22:49:25.409153 run                             mass: MS performed LU  {at=1858247.458226271, lu_delay=5.744364226935431, ms=00086}
22:49:25.543517 run                             mass: MS performed LU  {at=1858247.592515133, lu_delay=23.20951595599763, ms=00040}
22:49:25.672607 run                             mass: MS performed LU  {at=1858247.721614074, lu_delay=4.8459060930181295, ms=00088}
22:49:25.997863 run                osmo-ms-mob/00095: Starting mobile
22:49:26.041260 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.055798 run                             mass: MS start registered  {at=1858248.104902399, delay=0.008463481906801462, ms=00095}
22:49:27.036664 run                osmo-ms-mob/00096: Starting mobile
22:49:27.052884 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.064346 run                             mass: MS start registered  {at=1858249.113464865, delay=0.005453876918181777, ms=00096}
22:49:27.172149 run                             mass: MS performed LU  {at=1858249.221141145, lu_delay=5.314528273185715, ms=00090}
22:49:27.209480 run                             mass: MS performed LU  {at=1858249.258492614, lu_delay=5.753932665800676, ms=00089}
22:49:27.338232 run                             mass: MS performed LU  {at=1858249.387249775, lu_delay=4.617224060930312, ms=00091}
22:49:28.113782 run                osmo-ms-mob/00097: Starting mobile
22:49:28.130472 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.142550 run                             mass: MS start registered  {at=1858250.191649939, delay=0.005980673944577575, ms=00097}
22:49:29.156975 run                             mass: MS performed LU  {at=1858251.205984067, lu_delay=4.923266145866364, ms=00093}
22:49:29.180482 run                             mass: MS performed LU  {at=1858251.229608655, lu_delay=5.760330304969102, ms=00092}
22:49:29.395986 run                osmo-ms-mob/00098: Starting mobile
22:49:29.409051 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.419989 run                             mass: MS start registered  {at=1858251.469106393, delay=0.004770522937178612, ms=00098}
22:49:29.436830 run                             mass: MS performed LU  {at=1858251.485945483, lu_delay=22.778238211991265, ms=00054}
22:49:30.937714 run                             mass: MS performed LU  {at=1858252.986729947, lu_delay=4.881827547913417, ms=00095}
22:49:30.956589 run                             mass: MS performed LU  {at=1858253.005635443, lu_delay=22.399975038832054, ms=00060}
22:49:31.103924 run                             mass: MS performed LU  {at=1858253.152938517, lu_delay=5.947992607951164, ms=00094}
22:49:31.146207 run                osmo-ms-mob/00099: Starting mobile
22:49:31.161917 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.167882 run                             mass: All started... {duration=55.683192833093926, too_slow=0}
22:49:31.177774 run                             mass: MS start registered  {at=1858253.226889641, delay=0.009876474970951676, ms=00099}
22:49:32.922360 run                             mass: MS performed LU  {at=1858254.971380428, lu_delay=4.779730489011854, ms=00097}
22:49:32.940095 run                             mass: MS performed LU  {at=1858254.98914183, lu_delay=5.875676965108141, ms=00096}
22:49:34.851473 run                             mass: MS performed LU  {at=1858256.900489426, lu_delay=5.431383033050224, ms=00098}
22:49:36.689685 run                             mass: MS performed LU  {at=1858258.738700303, lu_delay=5.511810661992058, ms=00099}
22:49:36.712679 run                             mass: Tests done {all_completed=True, max=23.20951595599763, min=3.777880652109161}
22:49:36.718343 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:36.723651 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.726925 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.730129 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.733349 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.736568 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.739837 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.743127 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.746843 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.750129 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.753387 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.756630 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.760057 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.763399 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.766834 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.770492 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.773907 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.777268 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.780674 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.784004 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.787375 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.790803 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.794124 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.797478 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.800745 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.804112 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.807439 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.811145 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.814770 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.818165 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.821476 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.824800 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.828124 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.831771 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.835065 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.838394 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.842342 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.845725 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.849336 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.852695 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.856001 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.859445 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.862844 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.866270 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.869680 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.873099 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.876634 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.880069 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.883504 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.886913 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.890303 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.893740 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.897345 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.900769 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.904179 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.907608 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.911026 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.914428 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.917842 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.921261 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.925244 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.928957 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.932655 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.936340 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.939769 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.943533 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.947281 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.950566 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.954131 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.957484 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.960845 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.964735 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.968165 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.971566 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.975020 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.978378 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.981786 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.985271 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.988670 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.992115 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.995546 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.998973 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.002445 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.005922 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.009338 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.012855 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.016314 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.019763 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.023245 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.026603 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.030024 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.033363 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.036749 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.040060 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.043356 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.046705 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.050005 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.053332 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.056693 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.060028 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.063371 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.066811 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.070108 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.073440 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.076778 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.080127 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.083422 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.086787 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.090066 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.093380 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.096712 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.100048 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.103940 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.107279 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.110539 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.113826 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.117186 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.120452 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.123704 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.126968 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.130212 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.133457 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.136739 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.139998 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.143249 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.146498 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.149770 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.153035 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.156275 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.159531 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.162770 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.166040 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.169307 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.172551 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.175798 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.179053 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.182302 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.185546 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.188806 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.192066 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.195303 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.198562 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.201814 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.205058 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.208292 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.211539 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.214775 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.218030 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.221270 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.224521 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.227764 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.231015 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.234259 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.237510 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.240775 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.244028 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.247276 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.250535 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.253779 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.257045 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.260292 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.263537 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.266780 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.270041 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.273286 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.276546 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.279797 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.283056 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.286297 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.289559 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.292823 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.296071 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.299335 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.302568 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.305822 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.309094 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.312356 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.315623 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.318853 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.322105 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.325383 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.328640 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.331881 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.335123 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.338365 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.341616 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.344879 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.348132 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.351384 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.354618 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.357868 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.361105 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.364354 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.367621 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.370866 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.374134 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.377378 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.380645 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.383917 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.387184 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.390427 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.393691 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.396942 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.400203 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.403455 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.406710 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.409940 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.413198 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.416453 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.419707 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.422973 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.426219 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.429470 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.432726 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.435986 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.437447 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.441041 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.442491 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.446087 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.447549 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.451133 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.452586 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.456151 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.457614 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.461239 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.462709 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.466288 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.467773 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.471376 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.472831 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.476445 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.477898 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.481478 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.482948 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.486564 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.488031 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.491654 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.493110 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.496722 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.498183 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.501780 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.503268 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.506886 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.508360 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.511969 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.513433 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.517052 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.518506 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.522144 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.523618 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.527240 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.528702 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.532307 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.533767 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.537353 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.538817 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.542414 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.543889 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.547533 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.549008 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.552610 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.554070 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.557656 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.559139 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.562719 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.564180 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.567776 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.569234 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.572815 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.574270 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.577878 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.579329 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.582933 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.584380 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.587971 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.589429 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.593035 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.594494 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.598080 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.599543 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.603122 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.604565 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.608149 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.609595 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.613167 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.614613 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.618218 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.619676 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.623274 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.624722 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.628293 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.629744 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.633318 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.634772 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.638354 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.639808 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.643386 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.644834 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.648443 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.649886 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.653492 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.654955 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.658532 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.659998 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.663585 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.665041 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.668643 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.670098 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.673683 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.675135 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.678700 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.680182 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.683775 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.685220 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.688828 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.690277 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.693859 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.695337 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.698915 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.700373 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.703973 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.705427 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.709013 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.710466 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.714044 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.715513 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.719089 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.720545 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.724125 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.725576 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.729208 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.730661 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.734268 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.735727 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.739319 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.740766 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.744350 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.745805 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.749400 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.750852 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.754454 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.755910 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.759493 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.760954 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.764526 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.765987 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.769583 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.771032 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.774623 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.776112 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.779691 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.781148 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.784736 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.786192 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.789795 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.791255 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.794838 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.796292 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.799911 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.801374 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.804965 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.806418 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.810008 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.811470 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.815062 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.816525 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.820095 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.821541 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.825142 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.826598 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.830198 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.831651 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.835258 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.836711 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.840298 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.841753 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.845347 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.846803 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.850399 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.851856 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.855430 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.856880 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.860463 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.861917 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.865501 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.866985 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.870575 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.872035 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.875606 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.877055 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.880642 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.882112 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.885699 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.887185 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.890760 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.892213 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.895814 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.897260 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.900840 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.902291 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.905893 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.907357 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.910974 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.912431 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.916022 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.917474 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.921059 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.922515 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.926082 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.927539 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.931160 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.932607 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.936180 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.937648 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.941230 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.942685 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.946272 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.947738 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.951407 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.952857 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.956443 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.957924 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.961508 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.962967 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.966553 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.968003 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.971591 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.973045 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.976657 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.978116 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.981709 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.983190 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.986762 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.988222 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.991819 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.993270 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.996880 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.998326 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.001929 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.003388 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.006994 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.008452 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.012069 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.013528 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.017141 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.018591 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.022209 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.023688 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.027276 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.028719 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.032319 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.033762 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.037368 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.038820 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.042416 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.043891 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.047487 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.048938 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.052537 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.054042 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.057806 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.059315 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.063076 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.064583 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.068305 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.069813 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.073536 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.075034 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.078777 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.080279 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.084029 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.085534 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.089291 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.090799 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.094530 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.096070 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.099818 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.101310 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.105046 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.106539 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.110282 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.111787 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.115530 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.117022 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.120802 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.122300 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.126030 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.127534 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.131281 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.132784 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.136512 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.138001 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.141711 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.143201 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.146936 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.148438 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.152162 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.153673 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.157436 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.158953 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.162702 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.164206 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.167964 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.169461 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.173193 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.174690 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.178427 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.179932 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.183671 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.185164 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.188903 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.190404 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.194137 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.195647 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.199407 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.200905 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.204637 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.206141 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.209872 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.211376 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.215118 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.216623 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.220413 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.221913 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.225654 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.227165 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.230916 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.232412 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.236155 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.237649 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.241374 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.242899 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.246642 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.248150 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.251886 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.253387 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.257104 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.258596 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.262350 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.263844 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.267590 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.269107 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.272838 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.274344 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.278091 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.279603 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.283341 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.284854 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.288579 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.290081 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.293824 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.295342 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.299086 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.300595 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.304350 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.305848 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.309582 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.311083 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.314813 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.316317 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.320068 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.321560 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.325286 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.326791 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.330540 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.332038 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.335768 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.337271 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.341017 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.342518 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.346251 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.347797 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.351525 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.353024 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.356776 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.358275 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.362020 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.363529 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.367279 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.368779 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.372517 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.374021 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.377780 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.379304 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.383035 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.384547 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.388334 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.389838 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.393601 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.395138 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.398879 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.400383 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.404131 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.405630 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.409369 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.410888 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.414626 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.416132 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.419867 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.421373 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.425094 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.426603 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.430359 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.431880 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.435617 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.437120 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.440852 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.442352 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.446084 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.447624 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.451363 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.452881 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.456618 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.458121 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.461872 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.463375 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.467121 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.468624 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.472346 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.473857 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.477602 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.479112 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.482848 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.484372 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.488126 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.489634 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.493398 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.494906 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.498643 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.500145 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.503878 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.505387 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.509112 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.510622 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.514339 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.515884 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.519619 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.521129 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.925589 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.931949 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8405 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.003970 tst                       trial-8405: Storing JUnit report in /build/trial-8405/run.2026-07-27_22-48-17/trial-8405.xml

--------------------------------------------------------------------------------------------
trial-8405 PASS
--------------------------------------------------------------------------------------------
22:49:42.013824 tst                       trial-8405: trial-8405: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8405/inst
+ cd trial-8405
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-27 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8405-run.tgz run.2026-07-27_22-48-17
+ tar czf /build/trial-8405-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-27_13_26_57.tgz osmo-bts-oc2g.build-2026-07-27_17_19_04.tgz osmo-bts-sysmo.build-2026-07-27_17_18_52.tgz osmo-bts.build-2026-07-27_17_18_59.tgz osmo-ggsn.build-2026-07-27_20_43_10.tgz osmo-hlr.build-2026-07-27_16_37_39.tgz osmo-hnbgw.build-2026-07-27_20_10_26.tgz osmo-mgw.build-2026-07-27_08_33_41.tgz osmo-msc.build-2026-07-27_13_34_07.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-27_20_08_34.tgz osmo-pcu-sysmo.build-2026-07-27_20_08_38.tgz osmo-pcu.build-2026-07-27_20_08_44.tgz osmo-sgsn.build-2026-07-27_20_49_31.tgz osmo-stp.build-2026-07-27_13_25_38.tgz osmo-trx.build-2026-07-27_20_08_27.tgz osmocom-bb.build-2026-07-27_21_17_27.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