Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11176045698390966079.sh
+ rm -rf trial-8197-bin.tgz trial-8197-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25139
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11079
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10520
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12911
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13237
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12982
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41437
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7611
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43599
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8464
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 13219
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7536
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11604
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7651
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9102
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6371
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 7536
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18318634807384326002.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-8197
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

#11 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#11 CACHED

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

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

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

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

#16 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:46ad483f99ee607a217267386807ed257ccfb1f5ab9aee6b161d1aa98a926758 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8198 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-01-01 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8198
+ mkdir -p trial-8198
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-01_13_34_22.tgz osmo-bts-oc2g.build-2026-01-01_00_52_54.tgz osmo-bts-sysmo.build-2026-01-01_00_52_52.tgz osmo-bts.build-2026-01-01_00_53_13.tgz osmo-ggsn.build-2026-01-01_20_59_37.tgz osmo-hlr.build-2026-01-01_16_36_59.tgz osmo-hnbgw.build-2026-01-01_13_35_41.tgz osmo-mgw.build-2026-01-01_08_34_44.tgz osmo-msc.build-2026-01-01_13_40_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-01_07_34_50.tgz osmo-pcu-sysmo.build-2026-01-01_07_36_56.tgz osmo-pcu.build-2026-01-01_07_34_21.tgz osmo-sgsn.build-2026-01-01_21_17_46.tgz osmo-stp.build-2026-01-01_13_27_45.tgz osmo-trx.build-2026-01-01_14_38_43.tgz osmocom-bb.build-2026-01-01_21_18_42.tgz srslte.build-19.tgz trial-8198
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-01_13_34_22.md5 osmo-bts-oc2g.build-2026-01-01_00_52_54.md5 osmo-bts-sysmo.build-2026-01-01_00_52_52.md5 osmo-bts.build-2026-01-01_00_53_13.md5 osmo-ggsn.build-2026-01-01_20_59_37.md5 osmo-hlr.build-2026-01-01_16_36_59.md5 osmo-hnbgw.build-2026-01-01_13_35_41.md5 osmo-mgw.build-2026-01-01_08_34_44.md5 osmo-msc.build-2026-01-01_13_40_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-01_07_34_50.md5 osmo-pcu-sysmo.build-2026-01-01_07_36_56.md5 osmo-pcu.build-2026-01-01_07_34_21.md5 osmo-sgsn.build-2026-01-01_21_17_46.md5 osmo-stp.build-2026-01-01_13_27_45.md5 osmo-trx.build-2026-01-01_14_38_43.md5 osmocom-bb.build-2026-01-01_21_18_42.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-01_13_34_22.md5 osmo-bts-oc2g.build-2026-01-01_00_52_54.md5 osmo-bts-sysmo.build-2026-01-01_00_52_52.md5 osmo-bts.build-2026-01-01_00_53_13.md5 osmo-ggsn.build-2026-01-01_20_59_37.md5 osmo-hlr.build-2026-01-01_16_36_59.md5 osmo-hnbgw.build-2026-01-01_13_35_41.md5 osmo-mgw.build-2026-01-01_08_34_44.md5 osmo-msc.build-2026-01-01_13_40_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-01_07_34_50.md5 osmo-pcu-sysmo.build-2026-01-01_07_36_56.md5 osmo-pcu.build-2026-01-01_07_34_21.md5 osmo-sgsn.build-2026-01-01_21_17_46.md5 osmo-stp.build-2026-01-01_13_27_45.md5 osmo-trx.build-2026-01-01_14_38_43.md5 osmocom-bb.build-2026-01-01_21_18_42.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-8198 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8198'
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-8198
--------------------------------------------------------------------------------------------
22:48:17.969636 tst                       trial-8198: Detailed log at /build/trial-8198/run.2026-01-01_22-48-17/log

---------------------------------------------------------------------
trial-8198 netreg_mass
---------------------------------------------------------------------
22:48:18.174423 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.174803 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.175559 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.176718 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.218067 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.218936 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.220082 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.281641 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-8198 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.282414 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.297439 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.297941 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.298385 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.298822 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.299263 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.299704 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.300132 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.330494 tst         register_default_mass.py: using LAC 2
22:48:18.352692 tst         register_default_mass.py: using RAC 2
22:48:18.379279 tst         register_default_mass.py: using CellId 2
22:48:18.408656 tst         register_default_mass.py: using BVCI 3
22:48:18.422198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.422914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.423471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.423998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.424506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.425015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.425503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.426024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.426553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.427061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.427551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.428051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.428623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.429180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.429698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.430225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.430751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.431262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.431764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.432284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.432798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.433314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.433831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.434345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.434868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.435382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.435891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.436397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.436938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.437464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.437981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.438499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.439013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.439537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.440061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.440571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.451431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.451949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.452455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.452963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.453470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.453978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.454490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.455005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.455498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.456019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.456531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.457051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.457571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.458074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.458575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.459094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.459668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.460179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.460701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.461205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.461701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.462205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.462721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.463227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.463725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.464241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.464753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.465250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.465740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.466248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.466749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.467254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.467761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.468264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.468771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.469292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.469800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.470296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.470789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.471296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.471803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.472308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.472830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.473334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.473828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.474390 tst      register_default_mass.py:21: Launching a simple network
22:48:18.484415 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.604959 run            create_hlr_db(pid=20): Launched
22:48:19.618724 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.635140 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.650073 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.655687 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.845396 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.860167 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.865643 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.286847 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.304072 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.318622 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.434131 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.449301 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.455234 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.479332 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.494523 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.500271 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.818057 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.833148 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.859396 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.032838 run         osmo-bts-virtual(pid=34): Launched
22:48:31.069463 tst         register_default_mass.py: using MSISDN 1001
22:48:31.083457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.122675 tst         register_default_mass.py: using MSISDN 1002
22:48:31.140163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.170323 tst         register_default_mass.py: using MSISDN 1003
22:48:31.184766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.215057 tst         register_default_mass.py: using MSISDN 1004
22:48:31.229395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.259956 tst         register_default_mass.py: using MSISDN 1005
22:48:31.274402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.305269 tst         register_default_mass.py: using MSISDN 1006
22:48:31.319539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.350070 tst         register_default_mass.py: using MSISDN 1007
22:48:31.364584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.395057 tst         register_default_mass.py: using MSISDN 1008
22:48:31.409365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.439717 tst         register_default_mass.py: using MSISDN 1009
22:48:31.454045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.484979 tst         register_default_mass.py: using MSISDN 1010
22:48:31.499425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.530146 tst         register_default_mass.py: using MSISDN 1011
22:48:31.544492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.574694 tst         register_default_mass.py: using MSISDN 1012
22:48:31.588921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.619212 tst         register_default_mass.py: using MSISDN 1013
22:48:31.633526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.664148 tst         register_default_mass.py: using MSISDN 1014
22:48:31.678766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.709829 tst         register_default_mass.py: using MSISDN 1015
22:48:31.724127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.754533 tst         register_default_mass.py: using MSISDN 1016
22:48:31.768836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.799153 tst         register_default_mass.py: using MSISDN 1017
22:48:31.813513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.843893 tst         register_default_mass.py: using MSISDN 1018
22:48:31.858347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.889331 tst         register_default_mass.py: using MSISDN 1019
22:48:31.903712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.934502 tst         register_default_mass.py: using MSISDN 1020
22:48:31.949044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.983352 tst         register_default_mass.py: using MSISDN 1021
22:48:31.999639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.030139 tst         register_default_mass.py: using MSISDN 1022
22:48:32.044682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.082935 tst         register_default_mass.py: using MSISDN 1023
22:48:32.100244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.130821 tst         register_default_mass.py: using MSISDN 1024
22:48:32.145347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.175419 tst         register_default_mass.py: using MSISDN 1025
22:48:32.189700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.220014 tst         register_default_mass.py: using MSISDN 1026
22:48:32.234400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.264373 tst         register_default_mass.py: using MSISDN 1027
22:48:32.278626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.309131 tst         register_default_mass.py: using MSISDN 1028
22:48:32.322991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.353322 tst         register_default_mass.py: using MSISDN 1029
22:48:32.367494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.397833 tst         register_default_mass.py: using MSISDN 1030
22:48:32.412109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.441930 tst         register_default_mass.py: using MSISDN 1031
22:48:32.456003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.485479 tst         register_default_mass.py: using MSISDN 1032
22:48:32.499283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.529618 tst         register_default_mass.py: using MSISDN 1033
22:48:32.543888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.573697 tst         register_default_mass.py: using MSISDN 1034
22:48:32.587777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.617915 tst         register_default_mass.py: using MSISDN 1035
22:48:32.631894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.662230 tst         register_default_mass.py: using MSISDN 1036
22:48:32.676573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.707027 tst         register_default_mass.py: using MSISDN 1037
22:48:32.721358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.751407 tst         register_default_mass.py: using MSISDN 1038
22:48:32.765605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.796150 tst         register_default_mass.py: using MSISDN 1039
22:48:32.810445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.840581 tst         register_default_mass.py: using MSISDN 1040
22:48:32.854911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.884955 tst         register_default_mass.py: using MSISDN 1041
22:48:32.898925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.928963 tst         register_default_mass.py: using MSISDN 1042
22:48:32.943028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.973330 tst         register_default_mass.py: using MSISDN 1043
22:48:32.987436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.018224 tst         register_default_mass.py: using MSISDN 1044
22:48:33.032572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.062927 tst         register_default_mass.py: using MSISDN 1045
22:48:33.077335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.107530 tst         register_default_mass.py: using MSISDN 1046
22:48:33.121801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.152043 tst         register_default_mass.py: using MSISDN 1047
22:48:33.166332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.196660 tst         register_default_mass.py: using MSISDN 1048
22:48:33.210884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.241196 tst         register_default_mass.py: using MSISDN 1049
22:48:33.255372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.285610 tst         register_default_mass.py: using MSISDN 1050
22:48:33.299866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.330448 tst         register_default_mass.py: using MSISDN 1051
22:48:33.344947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.375227 tst         register_default_mass.py: using MSISDN 1052
22:48:33.389573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.420115 tst         register_default_mass.py: using MSISDN 1053
22:48:33.434455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.464719 tst         register_default_mass.py: using MSISDN 1054
22:48:33.479084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.509233 tst         register_default_mass.py: using MSISDN 1055
22:48:33.523398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.553607 tst         register_default_mass.py: using MSISDN 1056
22:48:33.567847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.598222 tst         register_default_mass.py: using MSISDN 1057
22:48:33.612646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.642911 tst         register_default_mass.py: using MSISDN 1058
22:48:33.657089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.687409 tst         register_default_mass.py: using MSISDN 1059
22:48:33.701711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.732115 tst         register_default_mass.py: using MSISDN 1060
22:48:33.746477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.776958 tst         register_default_mass.py: using MSISDN 1061
22:48:33.791408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.822392 tst         register_default_mass.py: using MSISDN 1062
22:48:33.836885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.867613 tst         register_default_mass.py: using MSISDN 1063
22:48:33.882167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.913289 tst         register_default_mass.py: using MSISDN 1064
22:48:33.927856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.958763 tst         register_default_mass.py: using MSISDN 1065
22:48:33.973178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.003836 tst         register_default_mass.py: using MSISDN 1066
22:48:34.018321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.048954 tst         register_default_mass.py: using MSISDN 1067
22:48:34.063427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.093483 tst         register_default_mass.py: using MSISDN 1068
22:48:34.107620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.137681 tst         register_default_mass.py: using MSISDN 1069
22:48:34.151644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.182158 tst         register_default_mass.py: using MSISDN 1070
22:48:34.196530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.226751 tst         register_default_mass.py: using MSISDN 1071
22:48:34.241003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.271558 tst         register_default_mass.py: using MSISDN 1072
22:48:34.285931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.316530 tst         register_default_mass.py: using MSISDN 1073
22:48:34.330904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.361258 tst         register_default_mass.py: using MSISDN 1074
22:48:34.375447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.405727 tst         register_default_mass.py: using MSISDN 1075
22:48:34.420016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.450335 tst         register_default_mass.py: using MSISDN 1076
22:48:34.464659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.494943 tst         register_default_mass.py: using MSISDN 1077
22:48:34.509216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.539229 tst         register_default_mass.py: using MSISDN 1078
22:48:34.553342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.583736 tst         register_default_mass.py: using MSISDN 1079
22:48:34.597966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.628550 tst         register_default_mass.py: using MSISDN 1080
22:48:34.642989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.673870 tst         register_default_mass.py: using MSISDN 1081
22:48:34.688287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.718905 tst         register_default_mass.py: using MSISDN 1082
22:48:34.733424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.763980 tst         register_default_mass.py: using MSISDN 1083
22:48:34.778198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.808768 tst         register_default_mass.py: using MSISDN 1084
22:48:34.823067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.853644 tst         register_default_mass.py: using MSISDN 1085
22:48:34.868171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.899027 tst         register_default_mass.py: using MSISDN 1086
22:48:34.913503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.944038 tst         register_default_mass.py: using MSISDN 1087
22:48:34.958488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.988948 tst         register_default_mass.py: using MSISDN 1088
22:48:35.003401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.034138 tst         register_default_mass.py: using MSISDN 1089
22:48:35.048435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.087286 tst         register_default_mass.py: using MSISDN 1090
22:48:35.104938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.135431 tst         register_default_mass.py: using MSISDN 1091
22:48:35.150128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.180419 tst         register_default_mass.py: using MSISDN 1092
22:48:35.194845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.225562 tst         register_default_mass.py: using MSISDN 1093
22:48:35.239890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.270475 tst         register_default_mass.py: using MSISDN 1094
22:48:35.284871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.315441 tst         register_default_mass.py: using MSISDN 1095
22:48:35.329889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.360413 tst         register_default_mass.py: using MSISDN 1096
22:48:35.374896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.404819 tst         register_default_mass.py: using MSISDN 1097
22:48:35.418909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.449262 tst         register_default_mass.py: using MSISDN 1098
22:48:35.463578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.494142 tst         register_default_mass.py: using MSISDN 1099
22:48:35.508474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.538929 tst         register_default_mass.py: using MSISDN 1100
22:48:35.553439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.645978 run                             mass: Starting testcase
22:48:35.651561 run                             mass: Pre-launching all virtphy's
22:48:35.657034 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.670108 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.676260 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.689446 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.695546 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.708598 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.714650 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.727872 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.733885 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.746639 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.752663 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.765639 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.771666 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.784565 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.790515 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.803388 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.809402 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.822209 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.828312 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.841221 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.847190 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.860134 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.866116 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.879032 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.885010 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.897921 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.903962 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.917036 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.923067 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.936038 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.942090 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.954905 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.960941 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.973778 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.979808 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.992697 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.998662 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.011581 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.017522 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.030446 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.036393 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.049216 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.055163 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.068014 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.074002 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.086844 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.092787 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.105642 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.111598 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.124438 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.130434 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.143262 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.149261 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.162073 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.168061 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.181078 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.187088 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.200119 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.206142 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.219055 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.225121 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.238001 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.244115 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.257000 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.262943 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.275762 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.281683 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.294532 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.300462 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.313282 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.319248 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.332023 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.337984 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.350767 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.356791 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.369639 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.375580 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.388436 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.394381 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.407185 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.413251 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.426119 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.432194 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.445058 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.450988 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.464025 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.470072 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.483033 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.489005 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.501803 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.507729 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.520489 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.526429 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.539239 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.545131 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.557937 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.563878 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.576625 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.582566 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.595334 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.601245 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.614012 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.620011 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.632820 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.638768 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.651670 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.657599 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.670541 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.676451 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.689247 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.695285 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.708192 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.714311 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.727113 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.733052 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.745833 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.751740 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.764528 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.770469 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.783230 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.789213 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.801936 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.807873 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.820687 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.826729 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.839651 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.845626 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.858483 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.864472 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.877322 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.883345 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.896178 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.902280 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.915115 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.921036 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.934046 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.939975 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.952998 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.958976 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.971801 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.977724 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.990524 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.996497 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.009316 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.015259 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.028073 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.034030 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.046851 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.052859 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.065683 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.071648 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.084491 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.090467 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.103290 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.109319 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.122391 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.128334 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.141352 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.147303 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.160127 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.166255 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.179184 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.185279 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.198132 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.204058 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.216891 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.222834 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.235634 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.241596 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.254446 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.260394 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.273219 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.279122 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.291887 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.297803 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.310661 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.316638 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.329458 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.335425 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.348238 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.354394 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.367332 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.373444 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.386288 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.392257 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.405266 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.411201 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.424199 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.430146 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.443025 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.448953 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.461846 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.467761 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.480647 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.486617 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.499440 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.505389 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.518185 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.524101 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.536915 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.542851 run                             mass: Checking if sockets are in the filesystem
22:48:37.554746 run                osmo-ms-mob/00000: Starting mobile
22:48:37.567725 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.578226 run                             mass: MS start registered  {at=30538623.28158232, delay=0.004477072507143021, ms=00000}
22:48:41.789574 run                osmo-ms-mob/00001: Starting mobile
22:48:41.806343 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.816792 run                             mass: MS start registered  {at=30538627.520139314, delay=0.004500843584537506, ms=00001}
22:48:42.861594 run                             mass: MS performed LU  {at=30538628.564821996, lu_delay=5.2832396775484085, ms=00000}
22:48:43.571684 run                osmo-ms-mob/00002: Starting mobile
22:48:43.585245 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.595646 run                             mass: MS start registered  {at=30538629.298994135, delay=0.004250112920999527, ms=00002}
22:48:44.890753 run                osmo-ms-mob/00003: Starting mobile
22:48:44.903945 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.914437 run                             mass: MS start registered  {at=30538630.617785856, delay=0.0043694451451301575, ms=00003}
22:48:45.958537 run                osmo-ms-mob/00004: Starting mobile
22:48:45.971313 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.981633 run                             mass: MS start registered  {at=30538631.684984963, delay=0.004357270896434784, ms=00004}
22:48:46.627471 run                             mass: MS performed LU  {at=30538632.33070841, lu_delay=4.81056909635663, ms=00001}
22:48:46.990015 run                osmo-ms-mob/00005: Starting mobile
22:48:47.007185 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.017633 run                             mass: MS start registered  {at=30538632.720980223, delay=0.004463415592908859, ms=00005}
22:48:47.858764 run                osmo-ms-mob/00006: Starting mobile
22:48:47.871919 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.882568 run                             mass: MS start registered  {at=30538633.585921276, delay=0.004462584853172302, ms=00006}
22:48:48.528908 run                             mass: MS performed LU  {at=30538634.232137248, lu_delay=4.933143112808466, ms=00002}
22:48:48.801409 run                osmo-ms-mob/00007: Starting mobile
22:48:48.819090 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.829583 run                             mass: MS start registered  {at=30538634.53293449, delay=0.00455697625875473, ms=00007}
22:48:49.570999 run                osmo-ms-mob/00008: Starting mobile
22:48:49.584529 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.595448 run                             mass: MS start registered  {at=30538635.29879884, delay=0.004985623061656952, ms=00008}
22:48:50.258589 run                osmo-ms-mob/00009: Starting mobile
22:48:50.271409 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.281917 run                             mass: MS start registered  {at=30538635.985271253, delay=0.004489712417125702, ms=00009}
22:48:50.393310 run                             mass: MS performed LU  {at=30538636.096550785, lu_delay=5.478764928877354, ms=00003}
22:48:50.958098 run                osmo-ms-mob/00010: Starting mobile
22:48:50.970858 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.981562 run                             mass: MS start registered  {at=30538636.68491257, delay=0.003990881145000458, ms=00010}
22:48:51.580161 run                osmo-ms-mob/00011: Starting mobile
22:48:51.596158 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.606795 run                             mass: MS start registered  {at=30538637.310149048, delay=0.00448087602853775, ms=00011}
22:48:52.188741 run                osmo-ms-mob/00012: Starting mobile
22:48:52.202056 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.212715 run                             mass: MS start registered  {at=30538637.916060954, delay=0.004556015133857727, ms=00012}
22:48:52.294175 run                             mass: MS performed LU  {at=30538637.9974172, lu_delay=6.312432236969471, ms=00004}
22:48:52.321715 run                             mass: MS performed LU  {at=30538638.024971668, lu_delay=5.303991444408894, ms=00005}
22:48:52.784861 run                osmo-ms-mob/00013: Starting mobile
22:48:52.803506 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.814506 run                             mass: MS start registered  {at=30538638.51785921, delay=0.004791807383298874, ms=00013}
22:48:53.359250 run                osmo-ms-mob/00014: Starting mobile
22:48:53.372373 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.383109 run                             mass: MS start registered  {at=30538639.086462732, delay=0.004522606730461121, ms=00014}
22:48:53.975547 run                osmo-ms-mob/00015: Starting mobile
22:48:53.988790 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.999667 run                             mass: MS start registered  {at=30538639.70300974, delay=0.004660408943891525, ms=00015}
22:48:54.158270 run                             mass: MS performed LU  {at=30538639.861511666, lu_delay=5.328577175736427, ms=00007}
22:48:54.224114 run                             mass: MS performed LU  {at=30538639.927352946, lu_delay=6.341431669890881, ms=00006}
22:48:54.481229 run                osmo-ms-mob/00016: Starting mobile
22:48:54.497255 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.508270 run                             mass: MS start registered  {at=30538640.211620867, delay=0.004905778914690018, ms=00016}
22:48:54.526835 run                             mass: MS performed LU  {at=30538640.230158392, lu_delay=4.931359551846981, ms=00008}
22:48:54.959265 run                osmo-ms-mob/00017: Starting mobile
22:48:54.972628 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.983601 run                             mass: MS start registered  {at=30538640.686953604, delay=0.004934877157211304, ms=00017}
22:48:55.589617 run                osmo-ms-mob/00018: Starting mobile
22:48:55.605566 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.617168 run                             mass: MS start registered  {at=30538641.320519026, delay=0.005568549036979675, ms=00018}
22:48:55.958233 run                osmo-ms-mob/00019: Starting mobile
22:48:55.971466 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.982487 run                             mass: MS start registered  {at=30538641.68583803, delay=0.004989601671695709, ms=00019}
22:48:56.060151 run                             mass: MS performed LU  {at=30538641.763400994, lu_delay=5.078488424420357, ms=00010}
22:48:56.086517 run                             mass: MS performed LU  {at=30538641.789796747, lu_delay=5.8045254945755005, ms=00009}
22:48:56.193662 run                             mass: MS performed LU  {at=30538641.89691095, lu_delay=4.586761903017759, ms=00011}
22:48:56.489540 run                osmo-ms-mob/00020: Starting mobile
22:48:56.506052 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.516896 run                             mass: MS start registered  {at=30538642.220250074, delay=0.004803251475095749, ms=00020}
22:48:56.959140 run                osmo-ms-mob/00021: Starting mobile
22:48:56.972114 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.983674 run                             mass: MS start registered  {at=30538642.687020395, delay=0.005469568073749542, ms=00021}
22:48:57.383638 run                osmo-ms-mob/00022: Starting mobile
22:48:57.400762 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.413158 run                             mass: MS start registered  {at=30538643.116508294, delay=0.006138909608125687, ms=00022}
22:48:57.890791 run                osmo-ms-mob/00023: Starting mobile
22:48:57.908462 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.919466 run                             mass: MS start registered  {at=30538643.622819837, delay=0.004993129521608353, ms=00023}
22:48:57.925550 run                             mass: MS performed LU  {at=30538643.628912043, lu_delay=4.542449310421944, ms=00014}
22:48:57.990044 run                             mass: MS performed LU  {at=30538643.69329453, lu_delay=5.175435319542885, ms=00013}
22:48:58.058764 run                             mass: MS performed LU  {at=30538643.762014057, lu_delay=5.845953103154898, ms=00012}
22:48:58.080594 run                osmo-ms-mob/00024: Starting mobile
22:48:58.093767 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.104666 run                             mass: MS start registered  {at=30538643.808018822, delay=0.004754841327667236, ms=00024}
22:48:58.759551 run                osmo-ms-mob/00025: Starting mobile
22:48:58.773239 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.784663 run                             mass: MS start registered  {at=30538644.48801063, delay=0.00533168762922287, ms=00025}
22:48:59.186686 run                osmo-ms-mob/00026: Starting mobile
22:48:59.202735 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.213637 run                             mass: MS start registered  {at=30538644.91698514, delay=0.0049025267362594604, ms=00026}
22:48:59.580458 run                osmo-ms-mob/00027: Starting mobile
22:48:59.596933 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.607899 run                             mass: MS start registered  {at=30538645.311253294, delay=0.005020126700401306, ms=00027}
22:48:59.724496 run                             mass: MS performed LU  {at=30538645.427743852, lu_delay=4.740790247917175, ms=00017}
22:48:59.826033 run                             mass: MS performed LU  {at=30538645.529281627, lu_delay=5.826271887868643, ms=00015}
22:48:59.852944 run                             mass: MS performed LU  {at=30538645.556235965, lu_delay=5.34461509808898, ms=00016}
22:48:59.875850 run                osmo-ms-mob/00028: Starting mobile
22:48:59.888853 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.899726 run                             mass: MS start registered  {at=30538645.603079896, delay=0.004757475107908249, ms=00028}
22:49:00.381084 run                osmo-ms-mob/00029: Starting mobile
22:49:00.397152 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.408182 run                             mass: MS start registered  {at=30538646.11153555, delay=0.005063064396381378, ms=00029}
22:49:00.776505 run                osmo-ms-mob/00030: Starting mobile
22:49:00.797626 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.808865 run                             mass: MS start registered  {at=30538646.512215003, delay=0.005256537348031998, ms=00030}
22:49:01.158719 run                osmo-ms-mob/00031: Starting mobile
22:49:01.171721 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.182996 run                             mass: MS start registered  {at=30538646.886347093, delay=0.0050301142036914825, ms=00031}
22:49:01.458717 run                osmo-ms-mob/00032: Starting mobile
22:49:01.471755 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.482718 run                             mass: MS start registered  {at=30538647.18607029, delay=0.00498996302485466, ms=00032}
22:49:01.690242 run                             mass: MS performed LU  {at=30538647.393492565, lu_delay=5.17324249073863, ms=00020}
22:49:01.755061 run                             mass: MS performed LU  {at=30538647.458311632, lu_delay=6.137792605906725, ms=00018}
22:49:01.797101 run                osmo-ms-mob/00033: Starting mobile
22:49:01.810773 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.821763 run                             mass: MS start registered  {at=30538647.525116663, delay=0.005091529339551926, ms=00033}
22:49:01.827958 run                             mass: MS performed LU  {at=30538647.531320956, lu_delay=4.84430056065321, ms=00021}
22:49:01.860490 run                             mass: MS performed LU  {at=30538647.563807543, lu_delay=5.877969514578581, ms=00019}
22:49:02.298595 run                osmo-ms-mob/00034: Starting mobile
22:49:02.315478 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.326630 run                             mass: MS start registered  {at=30538648.02997989, delay=0.0048584118485450745, ms=00034}
22:49:02.577304 run                osmo-ms-mob/00035: Starting mobile
22:49:02.592248 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.603994 run                             mass: MS start registered  {at=30538648.307340976, delay=0.005498655140399933, ms=00035}
22:49:02.958320 run                osmo-ms-mob/00036: Starting mobile
22:49:02.971463 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.982383 run                             mass: MS start registered  {at=30538648.685734775, delay=0.0049263425171375275, ms=00036}
22:49:03.390210 run                osmo-ms-mob/00037: Starting mobile
22:49:03.403274 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.414253 run                             mass: MS start registered  {at=30538649.11760634, delay=0.004796028137207031, ms=00037}
22:49:03.490476 run                             mass: MS performed LU  {at=30538649.193724886, lu_delay=5.385706063359976, ms=00024}
22:49:03.591629 run                             mass: MS performed LU  {at=30538649.294879403, lu_delay=4.806868772953749, ms=00025}
22:49:03.605796 run                osmo-ms-mob/00038: Starting mobile
22:49:03.619003 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.625150 run                             mass: MS performed LU  {at=30538649.328511395, lu_delay=5.705691557377577, ms=00023}
22:49:03.631185 run                             mass: MS start registered  {at=30538649.334550336, delay=0.006056167185306549, ms=00038}
22:49:03.763282 run                             mass: MS performed LU  {at=30538649.466528866, lu_delay=6.350020572543144, ms=00022}
22:49:03.792731 run                osmo-ms-mob/00039: Starting mobile
22:49:03.805956 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.816955 run                             mass: MS start registered  {at=30538649.52030971, delay=0.0049560777842998505, ms=00039}
22:49:04.359055 run                osmo-ms-mob/00040: Starting mobile
22:49:04.372170 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.383315 run                             mass: MS start registered  {at=30538650.086668074, delay=0.005189072340726852, ms=00040}
22:49:04.658212 run                osmo-ms-mob/00041: Starting mobile
22:49:04.671370 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.682674 run                             mass: MS start registered  {at=30538650.38602362, delay=0.005033619701862335, ms=00041}
22:49:04.958937 run                osmo-ms-mob/00042: Starting mobile
22:49:04.972265 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.983408 run                             mass: MS start registered  {at=30538650.68676006, delay=0.005055561661720276, ms=00042}
22:49:05.390368 run                osmo-ms-mob/00043: Starting mobile
22:49:05.407693 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.419107 run                             mass: MS start registered  {at=30538651.12245727, delay=0.005061924457550049, ms=00043}
22:49:05.456437 run                             mass: MS performed LU  {at=30538651.159704056, lu_delay=4.6474890522658825, ms=00030}
22:49:05.521056 run                             mass: MS performed LU  {at=30538651.224304717, lu_delay=5.112769167870283, ms=00029}
22:49:05.575294 run                osmo-ms-mob/00044: Starting mobile
22:49:05.590742 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.596802 run                             mass: MS performed LU  {at=30538651.300163057, lu_delay=5.697083160281181, ms=00028}
22:49:05.603208 run                             mass: MS start registered  {at=30538651.306573495, delay=0.006427392363548279, ms=00044}
22:49:05.626665 run                             mass: MS performed LU  {at=30538651.329962224, lu_delay=6.0187089294195175, ms=00027}
22:49:05.644861 run                osmo-ms-mob/00045: Starting mobile
22:49:05.657874 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.664327 run                             mass: MS performed LU  {at=30538651.36768634, lu_delay=6.4507011994719505, ms=00026}
22:49:05.670297 run                             mass: MS start registered  {at=30538651.373663157, delay=0.005994550883769989, ms=00045}
22:49:06.260698 run                osmo-ms-mob/00046: Starting mobile
22:49:06.273765 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.284995 run                             mass: MS start registered  {at=30538651.988346297, delay=0.005221202969551086, ms=00046}
22:49:06.572810 run                osmo-ms-mob/00047: Starting mobile
22:49:06.586906 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.598143 run                             mass: MS start registered  {at=30538652.301486675, delay=0.005046088248491287, ms=00047}
22:49:06.889404 run                osmo-ms-mob/00048: Starting mobile
22:49:06.904495 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.915968 run                             mass: MS start registered  {at=30538652.61931749, delay=0.005518369376659393, ms=00048}
22:49:07.158017 run                osmo-ms-mob/00049: Starting mobile
22:49:07.171502 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.184011 run                             mass: MS start registered  {at=30538652.887363102, delay=0.004383400082588196, ms=00049}
22:49:07.255994 run                             mass: MS performed LU  {at=30538652.95922305, lu_delay=6.0728759579360485, ms=00031}
22:49:07.357508 run                             mass: MS performed LU  {at=30538653.06075903, lu_delay=5.030779141932726, ms=00034}
22:49:07.385889 run                osmo-ms-mob/00050: Starting mobile
22:49:07.402483 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.408493 run                             mass: MS performed LU  {at=30538653.111854974, lu_delay=4.804513998329639, ms=00035}
22:49:07.414428 run                             mass: MS start registered  {at=30538653.117795646, delay=0.005958255380392075, ms=00050}
22:49:07.529582 run                             mass: MS performed LU  {at=30538653.232829224, lu_delay=5.707712560892105, ms=00033}
22:49:07.889727 run                osmo-ms-mob/00051: Starting mobile
22:49:07.907495 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.918675 run                             mass: MS start registered  {at=30538653.622025523, delay=0.005217637866735458, ms=00051}
22:49:08.158775 run                osmo-ms-mob/00052: Starting mobile
22:49:08.171953 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.183884 run                             mass: MS start registered  {at=30538653.88723312, delay=0.005516570061445236, ms=00052}
22:49:08.455431 run                osmo-ms-mob/00053: Starting mobile
22:49:08.469262 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.480405 run                             mass: MS start registered  {at=30538654.183757838, delay=0.004998356103897095, ms=00053}
22:49:08.773461 run                osmo-ms-mob/00054: Starting mobile
22:49:08.787195 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.798376 run                             mass: MS start registered  {at=30538654.501727384, delay=0.005187656730413437, ms=00054}
22:49:09.059015 run                osmo-ms-mob/00055: Starting mobile
22:49:09.071886 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.083146 run                             mass: MS start registered  {at=30538654.786497816, delay=0.005330029875040054, ms=00055}
22:49:09.221412 run                             mass: MS performed LU  {at=30538654.92467289, lu_delay=4.538649272173643, ms=00041}
22:49:09.286334 run                             mass: MS performed LU  {at=30538654.98958686, lu_delay=6.303852085024118, ms=00036}
22:49:09.341568 run                osmo-ms-mob/00056: Starting mobile
22:49:09.357161 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.363129 run                             mass: MS performed LU  {at=30538655.066489175, lu_delay=4.979821100831032, ms=00040}
22:49:09.369333 run                             mass: MS start registered  {at=30538655.072698303, delay=0.006227005273103714, ms=00056}
22:49:09.391178 run                             mass: MS performed LU  {at=30538655.094524752, lu_delay=5.574215043336153, ms=00039}
22:49:09.402596 run                osmo-ms-mob/00057: Starting mobile
22:49:09.415847 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.426883 run                             mass: MS start registered  {at=30538655.13023267, delay=0.005062025040388107, ms=00057}
22:49:09.433485 run                             mass: MS performed LU  {at=30538655.13684557, lu_delay=5.802295234054327, ms=00038}
22:49:09.466268 run                             mass: MS performed LU  {at=30538655.169582833, lu_delay=6.05197649076581, ms=00037}
22:49:10.073019 run                osmo-ms-mob/00058: Starting mobile
22:49:10.086666 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.098034 run                             mass: MS start registered  {at=30538655.801381208, delay=0.005120422691106796, ms=00058}
22:49:10.307153 run                             mass: MS performed LU  {at=30538656.01040672, lu_delay=3.708920046687126, ms=00047}
22:49:10.348745 run                osmo-ms-mob/00059: Starting mobile
22:49:10.362117 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.373677 run                             mass: MS start registered  {at=30538656.077020135, delay=0.005430277436971664, ms=00059}
22:49:10.672419 run                osmo-ms-mob/00060: Starting mobile
22:49:10.686437 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.697509 run                             mass: MS start registered  {at=30538656.400860902, delay=0.005062997341156006, ms=00060}
22:49:11.021500 run                             mass: MS performed LU  {at=30538656.724751264, lu_delay=4.736404966562986, ms=00046}
22:49:11.051573 run                osmo-ms-mob/00061: Starting mobile
22:49:11.065139 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.076514 run                             mass: MS start registered  {at=30538656.779862605, delay=0.005385778844356537, ms=00061}
22:49:11.123693 run                             mass: MS performed LU  {at=30538656.82694638, lu_delay=6.140186320990324, ms=00042}
22:49:11.149659 run                             mass: MS performed LU  {at=30538656.853000153, lu_delay=5.479336995631456, ms=00045}
22:49:11.162027 run                osmo-ms-mob/00062: Starting mobile
22:49:11.175331 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.186639 run                             mass: MS start registered  {at=30538656.88998886, delay=0.00533701479434967, ms=00062}
22:49:11.294931 run                             mass: MS performed LU  {at=30538656.99817995, lu_delay=5.69160645455122, ms=00044}
22:49:11.368037 run                             mass: MS performed LU  {at=30538657.071309406, lu_delay=5.948852136731148, ms=00043}
22:49:11.397490 run                osmo-ms-mob/00063: Starting mobile
22:49:11.410583 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.421500 run                             mass: MS start registered  {at=30538657.12485462, delay=0.004790704697370529, ms=00063}
22:49:12.071181 run                osmo-ms-mob/00064: Starting mobile
22:49:12.085047 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.096584 run                             mass: MS start registered  {at=30538657.799933355, delay=0.0051901377737522125, ms=00064}
22:49:12.471654 run                osmo-ms-mob/00065: Starting mobile
22:49:12.485258 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.497274 run                             mass: MS start registered  {at=30538658.20062172, delay=0.005377829074859619, ms=00065}
22:49:12.780033 run                osmo-ms-mob/00066: Starting mobile
22:49:12.796035 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.807294 run                             mass: MS start registered  {at=30538658.510644984, delay=0.005164388567209244, ms=00066}
22:49:12.988006 run                             mass: MS performed LU  {at=30538658.69125422, lu_delay=4.80402110144496, ms=00052}
22:49:13.052289 run                             mass: MS performed LU  {at=30538658.75557148, lu_delay=5.637775834649801, ms=00050}
22:49:13.080108 run                osmo-ms-mob/00067: Starting mobile
22:49:13.093057 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.105851 run                             mass: MS start registered  {at=30538658.80920221, delay=0.006809603422880173, ms=00067}
22:49:13.120941 run                             mass: MS performed LU  {at=30538658.8242941, lu_delay=6.204976610839367, ms=00048}
22:49:13.157977 run                             mass: MS performed LU  {at=30538658.86125618, lu_delay=5.239230655133724, ms=00051}
22:49:13.178082 run                osmo-ms-mob/00068: Starting mobile
22:49:13.191280 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.197843 run                             mass: MS performed LU  {at=30538658.901200805, lu_delay=6.013837702572346, ms=00049}
22:49:13.203723 run                             mass: MS start registered  {at=30538658.90708921, delay=0.005932047963142395, ms=00068}
22:49:13.231011 run                             mass: MS performed LU  {at=30538658.93434721, lu_delay=4.750589370727539, ms=00053}
22:49:13.872784 run                osmo-ms-mob/00069: Starting mobile
22:49:13.886799 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.897717 run                             mass: MS start registered  {at=30538659.601071153, delay=0.004828207194805145, ms=00069}
22:49:14.259129 run                osmo-ms-mob/00070: Starting mobile
22:49:14.272223 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.288145 run                             mass: MS start registered  {at=30538659.991489027, delay=0.009985540062189102, ms=00070}
22:49:14.684125 run                osmo-ms-mob/00071: Starting mobile
22:49:14.700243 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.711425 run                             mass: MS start registered  {at=30538660.41477754, delay=0.0051006413996219635, ms=00071}
22:49:14.787864 run                             mass: MS performed LU  {at=30538660.49111546, lu_delay=4.689734250307083, ms=00058}
22:49:14.889154 run                             mass: MS performed LU  {at=30538660.592417225, lu_delay=5.805919408798218, ms=00055}
22:49:14.915928 run                             mass: MS performed LU  {at=30538660.619225904, lu_delay=6.117498520761728, ms=00054}
22:49:14.928487 run                osmo-ms-mob/00072: Starting mobile
22:49:14.941557 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.952820 run                             mass: MS start registered  {at=30538660.65617658, delay=0.005324855446815491, ms=00072}
22:49:15.060604 run                             mass: MS performed LU  {at=30538660.763853032, lu_delay=5.691154729574919, ms=00056}
22:49:15.096432 run                             mass: MS performed LU  {at=30538660.799680796, lu_delay=5.669448126107454, ms=00057}
22:49:15.133997 run                             mass: MS performed LU  {at=30538660.83727017, lu_delay=4.76025003567338, ms=00059}
22:49:15.148404 run                osmo-ms-mob/00073: Starting mobile
22:49:15.161656 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.172690 run                             mass: MS start registered  {at=30538660.876018055, delay=0.00498560443520546, ms=00073}
22:49:15.854266 run                osmo-ms-mob/00074: Starting mobile
22:49:15.868322 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.880228 run                             mass: MS start registered  {at=30538661.583566986, delay=0.005688030272722244, ms=00074}
22:49:16.290777 run                osmo-ms-mob/00075: Starting mobile
22:49:16.305961 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.317085 run                             mass: MS start registered  {at=30538662.02043907, delay=0.004826206713914871, ms=00075}
22:49:16.652280 run                             mass: MS performed LU  {at=30538662.355536327, lu_delay=5.230681706219912, ms=00063}
22:49:16.673988 run                osmo-ms-mob/00076: Starting mobile
22:49:16.688002 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.699122 run                             mass: MS start registered  {at=30538662.402475376, delay=0.005157157778739929, ms=00076}
22:49:16.818247 run                             mass: MS performed LU  {at=30538662.52149489, lu_delay=5.7416322864592075, ms=00061}
22:49:16.962213 run                             mass: MS performed LU  {at=30538662.66546563, lu_delay=4.865532275289297, ms=00064}
22:49:17.189596 run                osmo-ms-mob/00077: Starting mobile
22:49:17.207038 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.218501 run                             mass: MS start registered  {at=30538662.92185363, delay=0.00536852702498436, ms=00077}
22:49:17.672080 run                osmo-ms-mob/00078: Starting mobile
22:49:17.685796 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.697087 run                             mass: MS start registered  {at=30538663.400427297, delay=0.005138222128152847, ms=00078}
22:49:17.712782 run                             mass: MS performed LU  {at=30538663.41613688, lu_delay=7.015275977551937, ms=00060}
22:49:18.070984 run                osmo-ms-mob/00079: Starting mobile
22:49:18.088082 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.100069 run                             mass: MS start registered  {at=30538663.80341816, delay=0.00554908812046051, ms=00079}
22:49:18.580253 run                osmo-ms-mob/00080: Starting mobile
22:49:18.596639 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.602675 run                             mass: MS performed LU  {at=30538664.30603456, lu_delay=4.704963408410549, ms=00069}
22:49:18.608877 run                             mass: MS performed LU  {at=30538664.312240735, lu_delay=6.111619014292955, ms=00065}
22:49:18.614671 run                             mass: MS start registered  {at=30538664.31803755, delay=0.012021128088235855, ms=00080}
22:49:18.682555 run                             mass: MS performed LU  {at=30538664.38580331, lu_delay=5.875158324837685, ms=00066}
22:49:18.862402 run                             mass: MS performed LU  {at=30538664.56565111, lu_delay=5.658561900258064, ms=00068}
22:49:18.917268 run                osmo-ms-mob/00081: Starting mobile
22:49:18.932428 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.938376 run                             mass: MS performed LU  {at=30538664.64173599, lu_delay=5.832533780485392, ms=00067}
22:49:18.944197 run                             mass: MS start registered  {at=30538664.64756395, delay=0.005845211446285248, ms=00081}
22:49:19.471712 run                osmo-ms-mob/00082: Starting mobile
22:49:19.486132 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.497420 run                             mass: MS start registered  {at=30538665.20077078, delay=0.005259685218334198, ms=00082}
22:49:19.744491 run                             mass: MS performed LU  {at=30538665.447741147, lu_delay=4.79156456887722, ms=00072}
22:49:20.071875 run                osmo-ms-mob/00083: Starting mobile
22:49:20.085944 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.097106 run                             mass: MS start registered  {at=30538665.800458193, delay=0.005094505846500397, ms=00083}
22:49:20.417596 run                             mass: MS performed LU  {at=30538666.12084479, lu_delay=4.537277802824974, ms=00074}
22:49:20.492727 run                             mass: MS performed LU  {at=30538666.19596568, lu_delay=6.2044766545295715, ms=00070}
22:49:20.547662 run                osmo-ms-mob/00084: Starting mobile
22:49:20.562801 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.573913 run                             mass: MS start registered  {at=30538666.277265325, delay=0.004946839064359665, ms=00084}
22:49:20.582471 run                             mass: MS performed LU  {at=30538666.285806842, lu_delay=5.40978878736496, ms=00073}
22:49:20.782577 run                             mass: MS performed LU  {at=30538666.48582918, lu_delay=6.071051638573408, ms=00071}
22:49:21.103703 run                osmo-ms-mob/00085: Starting mobile
22:49:21.123770 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.135130 run                             mass: MS start registered  {at=30538666.838469643, delay=0.005331691354513168, ms=00085}
22:49:21.674022 run                osmo-ms-mob/00086: Starting mobile
22:49:21.687975 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.698845 run                             mass: MS start registered  {at=30538667.402197395, delay=0.0047290511429309845, ms=00086}
22:49:22.290049 run                osmo-ms-mob/00087: Starting mobile
22:49:22.306930 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.317726 run                             mass: MS performed LU  {at=30538668.02107647, lu_delay=5.618601094931364, ms=00076}
22:49:22.323739 run                             mass: MS start registered  {at=30538668.027106036, delay=0.01040538027882576, ms=00087}
22:49:22.421252 run                             mass: MS performed LU  {at=30538668.124501962, lu_delay=5.20264833047986, ms=00077}
22:49:22.447513 run                             mass: MS performed LU  {at=30538668.150852624, lu_delay=4.750425327569246, ms=00078}
22:49:22.591951 run                             mass: MS performed LU  {at=30538668.295208808, lu_delay=6.274769738316536, ms=00075}
22:49:22.881395 run                osmo-ms-mob/00088: Starting mobile
22:49:22.900397 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.911396 run                             mass: MS start registered  {at=30538668.6147495, delay=0.0050445906817913055, ms=00088}
22:49:23.460228 run                osmo-ms-mob/00089: Starting mobile
22:49:23.475874 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.487850 run                             mass: MS start registered  {at=30538669.191195745, delay=0.0053981393575668335, ms=00089}
22:49:24.086532 run                osmo-ms-mob/00090: Starting mobile
22:49:24.101890 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.113315 run                             mass: MS start registered  {at=30538669.816664368, delay=0.0053508952260017395, ms=00090}
22:49:24.284940 run                             mass: MS performed LU  {at=30538669.988146853, lu_delay=5.670109301805496, ms=00080}
22:49:24.349613 run                             mass: MS performed LU  {at=30538670.052859377, lu_delay=6.249441217631102, ms=00079}
22:49:24.418995 run                             mass: MS performed LU  {at=30538670.1222444, lu_delay=5.474680449813604, ms=00081}
22:49:24.455475 run                             mass: MS performed LU  {at=30538670.158762936, lu_delay=4.957992155104876, ms=00082}
22:49:24.729115 run                             mass: MS performed LU  {at=30538670.4323622, lu_delay=23.246291909366846, ms=00032}
22:49:24.782001 run                osmo-ms-mob/00091: Starting mobile
22:49:24.796815 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.809723 run                             mass: MS start registered  {at=30538670.513073497, delay=0.006671473383903503, ms=00091}
22:49:25.472244 run                osmo-ms-mob/00092: Starting mobile
22:49:25.486180 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.497146 run                             mass: MS start registered  {at=30538671.20049614, delay=0.004832066595554352, ms=00092}
22:49:26.084837 run                             mass: MS performed LU  {at=30538671.788085874, lu_delay=4.949616231024265, ms=00085}
22:49:26.187128 run                             mass: MS performed LU  {at=30538671.890377246, lu_delay=6.089919053018093, ms=00083}
22:49:26.227975 run                osmo-ms-mob/00093: Starting mobile
22:49:26.243362 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.249481 run                             mass: MS performed LU  {at=30538671.95284051, lu_delay=5.675575185567141, ms=00084}
22:49:26.255337 run                             mass: MS start registered  {at=30538671.958704274, delay=0.0058808401226997375, ms=00093}
22:49:26.359141 run                             mass: MS performed LU  {at=30538672.06238977, lu_delay=4.660192374140024, ms=00086}
22:49:27.171884 run                osmo-ms-mob/00094: Starting mobile
22:49:27.185813 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.196935 run                             mass: MS start registered  {at=30538672.90028601, delay=0.0049772970378398895, ms=00094}
22:49:28.080707 run                osmo-ms-mob/00095: Starting mobile
22:49:28.096268 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.102238 run                             mass: MS performed LU  {at=30538673.80559807, lu_delay=5.778492033481598, ms=00087}
22:49:28.108166 run                             mass: MS start registered  {at=30538673.81153237, delay=0.005951188504695892, ms=00095}
22:49:28.114840 run                             mass: MS performed LU  {at=30538673.818195306, lu_delay=4.62699956074357, ms=00089}
22:49:28.184455 run                             mass: MS performed LU  {at=30538673.88770725, lu_delay=5.2729577496647835, ms=00088}
22:49:29.058800 run                osmo-ms-mob/00096: Starting mobile
22:49:29.071830 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.082706 run                             mass: MS start registered  {at=30538674.786058962, delay=0.004740376025438309, ms=00096}
22:49:29.850366 run                             mass: MS performed LU  {at=30538675.553618167, lu_delay=5.040544670075178, ms=00091}
22:49:29.951958 run                             mass: MS performed LU  {at=30538675.655200664, lu_delay=4.454704523086548, ms=00092}
22:49:29.979652 run                             mass: MS performed LU  {at=30538675.682908483, lu_delay=5.866244114935398, ms=00090}
22:49:29.993716 run                osmo-ms-mob/00097: Starting mobile
22:49:30.006656 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.017612 run                             mass: MS start registered  {at=30538675.720967267, delay=0.004945389926433563, ms=00097}
22:49:31.458790 run                osmo-ms-mob/00098: Starting mobile
22:49:31.471762 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.482521 run                             mass: MS start registered  {at=30538677.185875837, delay=0.004787378013134003, ms=00098}
22:49:31.817583 run                             mass: MS performed LU  {at=30538677.52083234, lu_delay=4.620546329766512, ms=00094}
22:49:31.881350 run                             mass: MS performed LU  {at=30538677.584601857, lu_delay=5.625897582620382, ms=00093}
22:49:33.298016 run                osmo-ms-mob/00099: Starting mobile
22:49:33.314088 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.320194 run                             mass: All started... {duration=55.771762266755104, too_slow=0}
22:49:33.325930 run                             mass: MS start registered  {at=30538679.0292908, delay=0.005729660391807556, ms=00099}
22:49:33.718038 run                             mass: MS performed LU  {at=30538679.421286434, lu_delay=4.635227471590042, ms=00096}
22:49:33.746267 run                             mass: MS performed LU  {at=30538679.449514344, lu_delay=22.55952548608184, ms=00062}
22:49:33.834047 run                             mass: MS performed LU  {at=30538679.53729639, lu_delay=5.725764017552137, ms=00095}
22:49:35.583324 run                             mass: MS performed LU  {at=30538681.286531564, lu_delay=5.565564297139645, ms=00097}
22:49:37.483689 run                             mass: MS performed LU  {at=30538683.1869388, lu_delay=6.001062963157892, ms=00098}
22:49:39.349718 run                             mass: MS performed LU  {at=30538685.052965607, lu_delay=6.023674808442593, ms=00099}
22:49:39.372219 run                             mass: Tests done {all_completed=True, max=23.246291909366846, min=3.708920046687126}
22:49:39.377955 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.383289 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.386549 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.389800 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.393025 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.396231 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.399506 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.402771 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.406011 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.409309 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.413197 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.416474 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.419910 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.423301 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.426969 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.430419 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.433814 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.437293 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.440785 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.444420 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.447840 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.451179 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.454645 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.458559 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.461989 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.465472 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.468944 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.472376 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.475735 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.479205 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.482657 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.486125 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.489478 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.493697 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.497238 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.500699 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.504097 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.507500 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.511688 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.515115 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.518548 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.521959 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.525391 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.528812 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.532821 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.536367 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.539843 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.543208 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.546603 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.550039 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.553443 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.557619 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.560982 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.564380 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.567816 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.571240 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.574597 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.577993 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.581398 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.584975 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.588404 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.591780 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.595202 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.598596 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.602029 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.606022 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.609582 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.613453 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.616796 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.620131 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.623541 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.626848 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.630835 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.634158 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.637579 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.640979 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.644309 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.647761 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.651148 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.654510 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.657882 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.661283 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.664618 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.668009 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.671956 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.675328 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.678753 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.682138 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.685698 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.689157 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.693132 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.696436 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.699698 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.703027 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.706349 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.709723 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.713108 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.717005 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.720835 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.724110 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.727516 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.730791 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.734187 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.737455 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.740806 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.744128 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.747486 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.750869 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.754143 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.757484 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.760810 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.764198 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.767484 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.770837 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.774160 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.777541 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.780820 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.784051 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.787302 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.790550 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.793802 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.797051 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.800303 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.803566 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.806817 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.810060 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.813310 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.816552 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.819792 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.823034 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.826287 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.829535 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.832776 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.836025 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.839265 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.842502 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.845736 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.848993 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.852238 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.855483 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.858719 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.861951 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.865208 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.868435 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.871677 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.874913 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.878173 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.881424 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.884658 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.887902 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.891151 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.894384 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.897641 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.900890 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.904126 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.907364 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.910618 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.913859 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.917115 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.920361 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.923606 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.926847 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.930095 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.933323 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.936543 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.939787 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.943025 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.946259 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.949499 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.952742 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.956001 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.959243 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.962481 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.965731 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.968981 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.972218 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.975468 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.978713 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.981966 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.985163 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.988349 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.991526 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.994712 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.997890 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.001067 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.004235 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.007431 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.010606 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.013777 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.016950 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.020127 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.023310 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.026485 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.029672 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.032863 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.036041 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.039215 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.042396 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.045599 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.048779 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.051955 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.055144 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.058387 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.061625 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.064798 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.067966 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.071159 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.074337 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.077511 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.080692 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.083880 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.087063 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.090254 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.093450 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.096646 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.098088 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.101612 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.103049 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.106559 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.107989 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.111600 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.113055 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.116573 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.118012 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.121584 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.123034 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.126617 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.128066 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.131645 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.133108 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.136700 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.138180 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.141774 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.143245 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.146905 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.148372 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.152034 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.153513 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.157143 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.158627 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.162290 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.163761 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.167403 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.168878 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.172532 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.174023 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.177671 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.179155 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.182801 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.184265 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.187907 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.189381 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.193031 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.194497 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.198136 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.199602 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.203209 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.204676 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.208269 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.209730 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.213375 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.214833 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.218438 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.219902 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.223507 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.224977 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.228578 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.230057 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.233668 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.235125 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.238737 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.240193 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.243800 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.245270 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.248882 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.250345 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.253965 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.255425 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.259049 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.260506 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.264125 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.265576 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.269180 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.270641 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.274264 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.275717 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.279321 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.280791 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.284390 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.285873 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.289501 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.290975 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.294605 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.296062 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.299668 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.301126 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.304730 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.306196 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.309805 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.311271 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.314886 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.316342 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.319970 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.321435 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.325042 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.326504 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.330117 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.331574 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.335257 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.336758 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.340474 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.342002 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.345733 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.347240 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.350979 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.352478 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.356216 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.357730 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.361435 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.362944 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.366676 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.368178 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.371925 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.373441 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.377176 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.378678 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.382408 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.383902 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.387549 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.389045 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.392703 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.394185 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.397845 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.399324 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.402967 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.404443 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.408077 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.409564 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.413225 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.414703 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.418377 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.419845 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.423481 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.424961 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.428601 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.430110 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.433763 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.435251 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.438917 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.440398 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.444123 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.445632 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.449377 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.450888 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.454633 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.456130 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.459856 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.461387 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.465121 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.466630 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.470372 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.471882 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.475623 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.477137 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.480874 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.482380 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.486095 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.487602 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.491319 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.492830 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.496559 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.498053 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.501784 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.503291 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.507004 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.508521 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.512250 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.513756 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.517505 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.519017 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.522743 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.524243 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.527997 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.529497 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.533227 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.534737 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.538453 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.539958 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.543710 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.545230 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.548966 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.550464 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.554178 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.555688 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.559430 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.560953 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.564712 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.566225 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.569920 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.571375 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.574989 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.576451 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.580059 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.581530 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.585142 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.586615 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.590231 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.591689 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.595317 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.596802 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.600417 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.601884 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.605504 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.606959 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.610559 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.612016 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.615625 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.617097 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.620727 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.622190 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.625798 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.627258 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.630866 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.632330 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.635931 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.637428 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.641036 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.642493 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.646108 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.647563 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.651144 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.652602 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.656216 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.657676 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.661294 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.662751 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.666365 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.667829 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.671433 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.672898 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.676545 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.678026 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.681664 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.683140 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.686793 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.688268 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.691922 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.693397 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.697025 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.698478 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.702106 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.703562 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.707214 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.708688 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.712310 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.713775 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.717391 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.718856 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.722472 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.723932 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.727575 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.729027 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.732659 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.734116 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.737735 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.739195 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.742804 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.744262 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.747889 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.749356 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.752980 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.754439 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.758062 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.759520 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.763157 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.764604 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.768232 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.769693 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.773333 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.774786 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.778399 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.779861 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.783494 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.784954 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.788591 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.790070 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.793711 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.795171 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.798797 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.800254 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.803871 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.805334 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.808988 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.810451 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.814095 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.815558 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.819196 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.820669 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.824291 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.825749 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.829388 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.830844 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.834475 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.835931 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.839567 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.841020 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.844644 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.846101 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.849744 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.851198 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.854855 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.856306 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.859913 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.861384 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.865017 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.866473 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.870112 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.871566 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.875184 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.876648 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.880275 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.881747 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.885363 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.886820 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.890458 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.891913 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.895550 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.897009 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.900631 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.902091 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.905711 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.907176 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.910816 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.912266 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.915885 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.917364 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.920988 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.922445 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.926066 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.927523 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.931161 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.932618 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.936238 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.937712 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.941328 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.942792 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.946411 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.947872 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.951513 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.952979 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.956600 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.958062 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.961690 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.963156 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.966788 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.968251 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.971902 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.973390 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.977019 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.978475 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.982099 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.983560 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.987171 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.988636 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.992273 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.993728 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.997362 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.998822 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.002431 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.003891 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.007518 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.008977 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.012609 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.014082 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.017703 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.019158 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.022798 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.024253 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.027888 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.029347 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.032999 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.034469 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.038084 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.039549 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.043240 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.044710 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.048335 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.049799 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.053432 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.054891 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.058535 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.060004 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.063636 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.065101 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.068728 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.070193 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.073847 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.075301 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.078927 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.080390 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.084020 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.085483 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.089119 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.090567 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.094222 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.095692 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.099347 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.100823 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.104486 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.105961 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.109609 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.111086 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.114761 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.116233 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.119930 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.121437 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.125094 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.126560 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.130226 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.131696 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.135366 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.136857 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.140496 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.141988 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.145652 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.147127 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.150780 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.152248 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.155924 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.157399 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.161058 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.162528 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.166182 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.167652 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.171322 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.172799 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.176482 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.177979 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.582452 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.588819 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8198 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.665408 tst                       trial-8198: Storing JUnit report in /build/trial-8198/run.2026-01-01_22-48-17/trial-8198.xml

--------------------------------------------------------------------------------------------
trial-8198 PASS
--------------------------------------------------------------------------------------------
22:49:44.680517 tst                       trial-8198: trial-8198: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8198/inst
+ cd trial-8198
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-01 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8198-run.tgz run.2026-01-01_22-48-17
+ tar czf /build/trial-8198-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-01_13_34_22.tgz osmo-bts-oc2g.build-2026-01-01_00_52_54.tgz osmo-bts-sysmo.build-2026-01-01_00_52_52.tgz osmo-bts.build-2026-01-01_00_53_13.tgz osmo-ggsn.build-2026-01-01_20_59_37.tgz osmo-hlr.build-2026-01-01_16_36_59.tgz osmo-hnbgw.build-2026-01-01_13_35_41.tgz osmo-mgw.build-2026-01-01_08_34_44.tgz osmo-msc.build-2026-01-01_13_40_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-01_07_34_50.tgz osmo-pcu-sysmo.build-2026-01-01_07_36_56.tgz osmo-pcu.build-2026-01-01_07_34_21.tgz osmo-sgsn.build-2026-01-01_21_17_46.tgz osmo-stp.build-2026-01-01_13_27_45.tgz osmo-trx.build-2026-01-01_14_38_43.tgz osmocom-bb.build-2026-01-01_21_18_42.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