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/jenkins16823536096348555117.sh
+ rm -rf trial-8150-bin.tgz trial-8150-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24867
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10974
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10362
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12812
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13135
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12606
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40922
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7516
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43021
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8306
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 13104
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7424
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11499
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7556
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8997
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6276
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 7424
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14331349332724975736.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-8150
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:737e93c104b51bb9caaa07776a3f9aa366bc2ae5a98554ce6faf68af05a7a2a3 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8151 -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=2025-11-15 22:48:14
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8151
+ mkdir -p trial-8151
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-15_13_29_55.tgz osmo-bts-oc2g.build-2025-11-15_00_51_50.tgz osmo-bts-sysmo.build-2025-11-15_00_51_41.tgz osmo-bts.build-2025-11-15_00_51_59.tgz osmo-ggsn.build-2025-11-15_20_42_41.tgz osmo-hlr.build-2025-11-15_16_36_50.tgz osmo-hnbgw.build-2025-11-15_13_29_23.tgz osmo-mgw.build-2025-11-15_08_33_12.tgz osmo-msc.build-2025-11-15_13_31_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-15_07_36_17.tgz osmo-pcu-sysmo.build-2025-11-15_07_33_59.tgz osmo-pcu.build-2025-11-15_07_36_21.tgz osmo-sgsn.build-2025-11-15_20_48_03.tgz osmo-stp.build-2025-11-15_13_27_45.tgz osmo-trx.build-2025-11-15_14_26_24.tgz osmocom-bb.build-2025-11-15_21_17_30.tgz srslte.build-19.tgz trial-8151
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-15_13_29_55.md5 osmo-bts-oc2g.build-2025-11-15_00_51_50.md5 osmo-bts-sysmo.build-2025-11-15_00_51_41.md5 osmo-bts.build-2025-11-15_00_51_59.md5 osmo-ggsn.build-2025-11-15_20_42_41.md5 osmo-hlr.build-2025-11-15_16_36_50.md5 osmo-hnbgw.build-2025-11-15_13_29_23.md5 osmo-mgw.build-2025-11-15_08_33_12.md5 osmo-msc.build-2025-11-15_13_31_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-15_07_36_17.md5 osmo-pcu-sysmo.build-2025-11-15_07_33_59.md5 osmo-pcu.build-2025-11-15_07_36_21.md5 osmo-sgsn.build-2025-11-15_20_48_03.md5 osmo-stp.build-2025-11-15_13_27_45.md5 osmo-trx.build-2025-11-15_14_26_24.md5 osmocom-bb.build-2025-11-15_21_17_30.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-15_13_29_55.md5 osmo-bts-oc2g.build-2025-11-15_00_51_50.md5 osmo-bts-sysmo.build-2025-11-15_00_51_41.md5 osmo-bts.build-2025-11-15_00_51_59.md5 osmo-ggsn.build-2025-11-15_20_42_41.md5 osmo-hlr.build-2025-11-15_16_36_50.md5 osmo-hnbgw.build-2025-11-15_13_29_23.md5 osmo-mgw.build-2025-11-15_08_33_12.md5 osmo-msc.build-2025-11-15_13_31_54.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-15_07_36_17.md5 osmo-pcu-sysmo.build-2025-11-15_07_33_59.md5 osmo-pcu.build-2025-11-15_07_36_21.md5 osmo-sgsn.build-2025-11-15_20_48_03.md5 osmo-stp.build-2025-11-15_13_27_45.md5 osmo-trx.build-2025-11-15_14_26_24.md5 osmocom-bb.build-2025-11-15_21_17_30.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-8151 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8151'
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-8151
--------------------------------------------------------------------------------------------
22:48:14.993843 tst                       trial-8151: Detailed log at /build/trial-8151/run.2025-11-15_22-48-14/log

---------------------------------------------------------------------
trial-8151 netreg_mass
---------------------------------------------------------------------
22:48:15.196083 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.196426 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.197187 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.198323 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.231616 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.232369 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.233496 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.311007 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-8151 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.311782 tst       register_default_mass.py:9: Claiming resources for the test
22:48:15.326823 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.327359 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.327837 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.328271 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.328711 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.329179 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.329622 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.360264 tst         register_default_mass.py: using LAC 2
22:48:15.382672 tst         register_default_mass.py: using RAC 2
22:48:15.409367 tst         register_default_mass.py: using CellId 2
22:48:15.438743 tst         register_default_mass.py: using BVCI 3
22:48:15.452500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.453174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.453753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.454278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.454777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.455300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.455809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.456324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.456873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.457395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.457905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.458408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.458944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.459469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.459980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.460511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.461040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.461563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.462089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.462609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.463131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.463662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.464181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.464699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.465212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.465729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.466239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.466743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.467272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.467791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.468295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.468826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.469342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.469857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.470392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.470909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.471420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.471928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.472452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.472962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.473460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.473983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.474499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.475005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.475506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.476019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.476530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.477040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.477557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.478070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.478573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.479082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.479596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.480106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.480605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.481127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.481635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.482141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.482661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.483158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.483656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.484170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.484689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.485201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.485704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.486222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.486725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.487235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.487748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.488249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.488755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.489271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.489840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.490340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.490858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.491362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.491855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.492368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.492886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.493378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.493887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.494386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.494888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.495402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.495900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.496394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.496913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.497418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.497919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.498440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.498945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.499450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.499957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.500468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.500974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.501474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.501990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.502500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.503006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.503515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.504028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.504591 tst      register_default_mass.py:21: Launching a simple network
22:48:15.514488 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:15.631532 run            create_hlr_db(pid=20): Launched
22:48:16.645938 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:16.669899 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:16.685480 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:16.691157 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:16.871654 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:16.888762 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:16.894273 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.303960 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.319079 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.334342 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:20.446119 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:20.461140 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:20.466735 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:20.489962 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:20.505062 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:20.510731 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:20.817251 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:20.832501 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:26.859307 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.030448 run         osmo-bts-virtual(pid=34): Launched
22:48:28.067020 tst         register_default_mass.py: using MSISDN 1001
22:48:28.079914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.119841 tst         register_default_mass.py: using MSISDN 1002
22:48:28.137656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.168576 tst         register_default_mass.py: using MSISDN 1003
22:48:28.183577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.214983 tst         register_default_mass.py: using MSISDN 1004
22:48:28.229916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.261606 tst         register_default_mass.py: using MSISDN 1005
22:48:28.276849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.308360 tst         register_default_mass.py: using MSISDN 1006
22:48:28.323039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.354257 tst         register_default_mass.py: using MSISDN 1007
22:48:28.369255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.400952 tst         register_default_mass.py: using MSISDN 1008
22:48:28.415962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:28.447523 tst         register_default_mass.py: using MSISDN 1009
22:48:28.462708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:28.494361 tst         register_default_mass.py: using MSISDN 1010
22:48:28.509394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:28.540910 tst         register_default_mass.py: using MSISDN 1011
22:48:28.555935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:28.587593 tst         register_default_mass.py: using MSISDN 1012
22:48:28.602684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:28.634204 tst         register_default_mass.py: using MSISDN 1013
22:48:28.649170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:28.680927 tst         register_default_mass.py: using MSISDN 1014
22:48:28.695834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:28.727121 tst         register_default_mass.py: using MSISDN 1015
22:48:28.741982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:28.773842 tst         register_default_mass.py: using MSISDN 1016
22:48:28.788921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:28.820265 tst         register_default_mass.py: using MSISDN 1017
22:48:28.835134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:28.866274 tst         register_default_mass.py: using MSISDN 1018
22:48:28.881038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:28.912396 tst         register_default_mass.py: using MSISDN 1019
22:48:28.927252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:28.958884 tst         register_default_mass.py: using MSISDN 1020
22:48:28.973765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.005179 tst         register_default_mass.py: using MSISDN 1021
22:48:29.020183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.051665 tst         register_default_mass.py: using MSISDN 1022
22:48:29.066583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.097599 tst         register_default_mass.py: using MSISDN 1023
22:48:29.112302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.144091 tst         register_default_mass.py: using MSISDN 1024
22:48:29.159104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.190559 tst         register_default_mass.py: using MSISDN 1025
22:48:29.205602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.237066 tst         register_default_mass.py: using MSISDN 1026
22:48:29.251925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.283530 tst         register_default_mass.py: using MSISDN 1027
22:48:29.298712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.330456 tst         register_default_mass.py: using MSISDN 1028
22:48:29.345485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.377049 tst         register_default_mass.py: using MSISDN 1029
22:48:29.392013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:29.423812 tst         register_default_mass.py: using MSISDN 1030
22:48:29.439046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:29.470860 tst         register_default_mass.py: using MSISDN 1031
22:48:29.485852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:29.517419 tst         register_default_mass.py: using MSISDN 1032
22:48:29.532520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:29.564198 tst         register_default_mass.py: using MSISDN 1033
22:48:29.579307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:29.610819 tst         register_default_mass.py: using MSISDN 1034
22:48:29.625767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:29.657361 tst         register_default_mass.py: using MSISDN 1035
22:48:29.672371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:29.703836 tst         register_default_mass.py: using MSISDN 1036
22:48:29.718801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:29.750310 tst         register_default_mass.py: using MSISDN 1037
22:48:29.765396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:29.797046 tst         register_default_mass.py: using MSISDN 1038
22:48:29.812025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:29.843853 tst         register_default_mass.py: using MSISDN 1039
22:48:29.858978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:29.890429 tst         register_default_mass.py: using MSISDN 1040
22:48:29.905255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:29.936737 tst         register_default_mass.py: using MSISDN 1041
22:48:29.951744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:29.982814 tst         register_default_mass.py: using MSISDN 1042
22:48:29.997590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.031866 tst         register_default_mass.py: using MSISDN 1043
22:48:30.048358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.088419 tst         register_default_mass.py: using MSISDN 1044
22:48:30.106538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.138232 tst         register_default_mass.py: using MSISDN 1045
22:48:30.153489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.184350 tst         register_default_mass.py: using MSISDN 1046
22:48:30.199121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.230514 tst         register_default_mass.py: using MSISDN 1047
22:48:30.245329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.276678 tst         register_default_mass.py: using MSISDN 1048
22:48:30.291493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.323004 tst         register_default_mass.py: using MSISDN 1049
22:48:30.337993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.369383 tst         register_default_mass.py: using MSISDN 1050
22:48:30.384317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.415690 tst         register_default_mass.py: using MSISDN 1051
22:48:30.430513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.461921 tst         register_default_mass.py: using MSISDN 1052
22:48:30.476902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.508308 tst         register_default_mass.py: using MSISDN 1053
22:48:30.523121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:30.554340 tst         register_default_mass.py: using MSISDN 1054
22:48:30.569244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:30.600701 tst         register_default_mass.py: using MSISDN 1055
22:48:30.615666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:30.646919 tst         register_default_mass.py: using MSISDN 1056
22:48:30.661675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:30.692933 tst         register_default_mass.py: using MSISDN 1057
22:48:30.707925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:30.739006 tst         register_default_mass.py: using MSISDN 1058
22:48:30.753703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:30.784864 tst         register_default_mass.py: using MSISDN 1059
22:48:30.799642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:30.831034 tst         register_default_mass.py: using MSISDN 1060
22:48:30.845933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:30.886154 tst         register_default_mass.py: using MSISDN 1061
22:48:30.904218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:30.935670 tst         register_default_mass.py: using MSISDN 1062
22:48:30.950957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:30.982315 tst         register_default_mass.py: using MSISDN 1063
22:48:30.996946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.028384 tst         register_default_mass.py: using MSISDN 1064
22:48:31.043198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.074387 tst         register_default_mass.py: using MSISDN 1065
22:48:31.089174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.120467 tst         register_default_mass.py: using MSISDN 1066
22:48:31.135395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.166816 tst         register_default_mass.py: using MSISDN 1067
22:48:31.181543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.212881 tst         register_default_mass.py: using MSISDN 1068
22:48:31.227525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.258706 tst         register_default_mass.py: using MSISDN 1069
22:48:31.273415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.304772 tst         register_default_mass.py: using MSISDN 1070
22:48:31.319658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.351036 tst         register_default_mass.py: using MSISDN 1071
22:48:31.365874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.397330 tst         register_default_mass.py: using MSISDN 1072
22:48:31.412333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.443841 tst         register_default_mass.py: using MSISDN 1073
22:48:31.458838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.490465 tst         register_default_mass.py: using MSISDN 1074
22:48:31.505571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.536767 tst         register_default_mass.py: using MSISDN 1075
22:48:31.551724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.583056 tst         register_default_mass.py: using MSISDN 1076
22:48:31.595029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.626451 tst         register_default_mass.py: using MSISDN 1077
22:48:31.641326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.673023 tst         register_default_mass.py: using MSISDN 1078
22:48:31.687978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.719536 tst         register_default_mass.py: using MSISDN 1079
22:48:31.734477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.765753 tst         register_default_mass.py: using MSISDN 1080
22:48:31.780683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.811642 tst         register_default_mass.py: using MSISDN 1081
22:48:31.826289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.857261 tst         register_default_mass.py: using MSISDN 1082
22:48:31.871885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.902943 tst         register_default_mass.py: using MSISDN 1083
22:48:31.917613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.949625 tst         register_default_mass.py: using MSISDN 1084
22:48:31.964827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:31.995507 tst         register_default_mass.py: using MSISDN 1085
22:48:32.010035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.039720 tst         register_default_mass.py: using MSISDN 1086
22:48:32.053933 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.091892 tst         register_default_mass.py: using MSISDN 1087
22:48:32.109278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.139009 tst         register_default_mass.py: using MSISDN 1088
22:48:32.153294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.183761 tst         register_default_mass.py: using MSISDN 1089
22:48:32.198242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.229001 tst         register_default_mass.py: using MSISDN 1090
22:48:32.243525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.274229 tst         register_default_mass.py: using MSISDN 1091
22:48:32.288650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.319695 tst         register_default_mass.py: using MSISDN 1092
22:48:32.334325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.365092 tst         register_default_mass.py: using MSISDN 1093
22:48:32.379604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.410709 tst         register_default_mass.py: using MSISDN 1094
22:48:32.425382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.456324 tst         register_default_mass.py: using MSISDN 1095
22:48:32.471056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.502230 tst         register_default_mass.py: using MSISDN 1096
22:48:32.517044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.548043 tst         register_default_mass.py: using MSISDN 1097
22:48:32.562749 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.593542 tst         register_default_mass.py: using MSISDN 1098
22:48:32.608023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.638842 tst         register_default_mass.py: using MSISDN 1099
22:48:32.653391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.684347 tst         register_default_mass.py: using MSISDN 1100
22:48:32.698995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.791295 run                             mass: Starting testcase
22:48:32.796888 run                             mass: Pre-launching all virtphy's
22:48:32.802407 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.815417 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:32.821496 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.834532 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:32.840496 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.853310 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:32.859400 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.872455 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:32.878439 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.891414 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:32.897524 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.910472 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:32.916535 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.929613 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:32.935654 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.948602 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:32.954613 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.967588 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:32.973597 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.986553 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:32.992582 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.005522 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.011594 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.024544 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.030612 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.043536 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.049523 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.062430 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.068387 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.081155 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.087048 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.099812 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.105722 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.118492 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.124439 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.137261 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.143197 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.156134 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.162056 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.174815 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.180838 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.193788 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.199729 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.212805 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.218810 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.231656 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.237652 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.250693 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.256662 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.269633 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.275569 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.288464 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.294427 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.307334 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.313272 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.326134 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.332069 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.344991 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.350895 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.363797 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.369739 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.382606 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.388530 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.401347 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.407274 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.420217 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.426193 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.439125 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.445089 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.457976 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.464023 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.476976 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.482981 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.495914 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.501848 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.514741 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.520688 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.533549 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.539498 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.552324 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.558378 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.571233 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.577169 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.589996 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.595893 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.608767 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.614734 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.627552 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.633486 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.646362 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:33.652285 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.665269 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:33.671250 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.684281 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:33.690209 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.703181 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:33.709108 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.722041 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:33.727977 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.740834 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:33.746780 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.759662 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:33.765615 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.778508 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:33.784427 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.797270 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:33.803175 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.816003 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:33.821944 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.834812 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:33.840775 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.853611 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:33.859538 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.872368 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:33.878315 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.891317 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:33.897325 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.910337 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:33.916250 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.929076 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:33.935155 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.948143 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:33.954296 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.967181 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:33.973159 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.986082 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:33.991993 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.004883 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.010786 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.023657 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.029595 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.042457 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.048389 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.061288 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.067256 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.080171 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.086206 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.099087 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.105001 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.117951 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.124080 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.136956 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.143037 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.155902 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.161855 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.174908 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.180847 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.193824 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.199763 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.212610 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.218566 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.231364 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.237321 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.250236 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.256200 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.269052 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.275052 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.287949 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.293900 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.306781 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.312746 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.325724 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.331620 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.344466 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.350428 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.363496 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.369518 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.382549 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.388500 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.401449 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.407514 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.420388 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.426461 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.439372 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.445376 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.458239 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.464169 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.477088 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.483003 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.495848 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.501771 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.514600 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.520541 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.533456 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.539413 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.552317 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.558278 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.571166 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.577169 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.590121 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.596274 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.609235 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.615309 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.628251 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.634250 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.647300 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.653315 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.666401 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:34.672364 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.685287 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:34.691190 run                             mass: Checking if sockets are in the filesystem
22:48:34.723792 run                osmo-ms-mob/00000: Starting mobile
22:48:34.736812 run       osmo-ms-mob/00000(pid=135): Launched
22:48:34.747730 run                             mass: MS start registered  {at=26477820.451081935, delay=0.004710458219051361, ms=00000}
22:48:38.919186 run                osmo-ms-mob/00001: Starting mobile
22:48:38.933091 run       osmo-ms-mob/00001(pid=136): Launched
22:48:38.943799 run                             mass: MS start registered  {at=26477824.64714927, delay=0.004585966467857361, ms=00001}
22:48:39.866782 run                             mass: MS performed LU  {at=26477825.570016757, lu_delay=5.1189348213374615, ms=00000}
22:48:40.728494 run                osmo-ms-mob/00002: Starting mobile
22:48:40.744803 run       osmo-ms-mob/00002(pid=137): Launched
22:48:40.755377 run                             mass: MS start registered  {at=26477826.45872019, delay=0.004593841731548309, ms=00002}
22:48:42.038700 run                osmo-ms-mob/00003: Starting mobile
22:48:42.055457 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.066172 run                             mass: MS start registered  {at=26477827.76952527, delay=0.004665914922952652, ms=00003}
22:48:43.134693 run                osmo-ms-mob/00004: Starting mobile
22:48:43.149558 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.160727 run                             mass: MS start registered  {at=26477828.864072576, delay=0.005078677088022232, ms=00004}
22:48:43.632120 run                             mass: MS performed LU  {at=26477829.33535956, lu_delay=4.688210289925337, ms=00001}
22:48:44.108258 run                osmo-ms-mob/00005: Starting mobile
22:48:44.121464 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.132390 run                             mass: MS start registered  {at=26477829.835741483, delay=0.0047758109867572784, ms=00005}
22:48:45.038603 run                osmo-ms-mob/00006: Starting mobile
22:48:45.055961 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.066914 run                             mass: MS start registered  {at=26477830.770266853, delay=0.004558596760034561, ms=00006}
22:48:45.534038 run                             mass: MS performed LU  {at=26477831.23727316, lu_delay=4.7785529717803, ms=00002}
22:48:45.938137 run                osmo-ms-mob/00007: Starting mobile
22:48:45.983852 run       osmo-ms-mob/00007(pid=142): Launched
22:48:45.994663 run                             mass: MS start registered  {at=26477831.69801655, delay=0.004754066467285156, ms=00007}
22:48:46.707056 run                osmo-ms-mob/00008: Starting mobile
22:48:46.720360 run       osmo-ms-mob/00008(pid=143): Launched
22:48:46.731327 run                             mass: MS start registered  {at=26477832.43467907, delay=0.004918757826089859, ms=00008}
22:48:47.438970 run                osmo-ms-mob/00009: Starting mobile
22:48:47.455857 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.461945 run                             mass: MS performed LU  {at=26477833.165303458, lu_delay=5.395778186619282, ms=00003}
22:48:47.467801 run                             mass: MS start registered  {at=26477833.17116841, delay=0.005883470177650452, ms=00009}
22:48:48.107924 run                osmo-ms-mob/00010: Starting mobile
22:48:48.121122 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.131865 run                             mass: MS start registered  {at=26477833.83521858, delay=0.004580657929182053, ms=00010}
22:48:48.739278 run                osmo-ms-mob/00011: Starting mobile
22:48:48.756164 run       osmo-ms-mob/00011(pid=146): Launched
22:48:48.767413 run                             mass: MS start registered  {at=26477834.47076463, delay=0.004990842193365097, ms=00011}
22:48:49.339978 run                osmo-ms-mob/00012: Starting mobile
22:48:49.356938 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.363060 run                             mass: MS performed LU  {at=26477835.06641903, lu_delay=5.2306775487959385, ms=00005}
22:48:49.369095 run                             mass: MS performed LU  {at=26477835.072460957, lu_delay=6.20838838070631, ms=00004}
22:48:49.375013 run                             mass: MS start registered  {at=26477835.07838078, delay=0.011979963630437851, ms=00012}
22:48:49.907665 run                osmo-ms-mob/00013: Starting mobile
22:48:49.921208 run       osmo-ms-mob/00013(pid=148): Launched
22:48:49.931956 run                             mass: MS start registered  {at=26477835.635309443, delay=0.004671890288591385, ms=00013}
22:48:50.507286 run                osmo-ms-mob/00014: Starting mobile
22:48:50.520278 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.531198 run                             mass: MS start registered  {at=26477836.2345511, delay=0.004671130329370499, ms=00014}
22:48:51.140461 run                osmo-ms-mob/00015: Starting mobile
22:48:51.153661 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.162658 run                             mass: MS performed LU  {at=26477836.86600115, lu_delay=5.16798460111022, ms=00007}
22:48:51.169017 run                             mass: MS start registered  {at=26477836.872382905, delay=0.009150508791208267, ms=00015}
22:48:51.228785 run                             mass: MS performed LU  {at=26477836.93208154, lu_delay=6.16181468591094, ms=00006}
22:48:51.606996 run                osmo-ms-mob/00016: Starting mobile
22:48:51.620064 run       osmo-ms-mob/00016(pid=151): Launched
22:48:51.630828 run                             mass: MS start registered  {at=26477837.334181998, delay=0.004624128341674805, ms=00016}
22:48:52.119868 run                osmo-ms-mob/00017: Starting mobile
22:48:52.133633 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.144649 run                             mass: MS start registered  {at=26477837.847996783, delay=0.004986777901649475, ms=00017}
22:48:52.739438 run                osmo-ms-mob/00018: Starting mobile
22:48:52.756358 run       osmo-ms-mob/00018(pid=153): Launched
22:48:52.767490 run                             mass: MS start registered  {at=26477838.47083915, delay=0.005160253494977951, ms=00018}
22:48:53.065502 run                             mass: MS performed LU  {at=26477838.7687529, lu_delay=6.334073830395937, ms=00008}
22:48:53.108964 run                osmo-ms-mob/00019: Starting mobile
22:48:53.123003 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.129079 run                             mass: MS performed LU  {at=26477838.832440242, lu_delay=5.661271832883358, ms=00009}
22:48:53.134847 run                             mass: MS start registered  {at=26477838.838214215, delay=0.005791045725345612, ms=00019}
22:48:53.181386 run                             mass: MS performed LU  {at=26477838.884641446, lu_delay=5.0494228675961494, ms=00010}
22:48:53.637523 run                osmo-ms-mob/00020: Starting mobile
22:48:53.654373 run       osmo-ms-mob/00020(pid=155): Launched
22:48:53.665671 run                             mass: MS start registered  {at=26477839.36902455, delay=0.004848301410675049, ms=00020}
22:48:54.120437 run                osmo-ms-mob/00021: Starting mobile
22:48:54.134625 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.145785 run                             mass: MS start registered  {at=26477839.849138297, delay=0.004987116903066635, ms=00021}
22:48:54.507010 run                osmo-ms-mob/00022: Starting mobile
22:48:54.519906 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.531040 run                             mass: MS start registered  {at=26477840.234393343, delay=0.004747375845909119, ms=00022}
22:48:54.846629 run                             mass: MS performed LU  {at=26477840.549883775, lu_delay=4.914574332535267, ms=00013}
22:48:54.929661 run                             mass: MS performed LU  {at=26477840.632914294, lu_delay=6.162149664014578, ms=00011}
22:48:54.972719 run                osmo-ms-mob/00023: Starting mobile
22:48:54.986427 run       osmo-ms-mob/00023(pid=158): Launched
22:48:54.993685 run                             mass: MS performed LU  {at=26477840.697039787, lu_delay=5.618659008294344, ms=00012}
22:48:54.999539 run                             mass: MS start registered  {at=26477840.702906203, delay=0.0071759894490242004, ms=00023}
22:48:55.100777 run                             mass: MS performed LU  {at=26477840.804027688, lu_delay=4.569476589560509, ms=00014}
22:48:55.439606 run                osmo-ms-mob/00024: Starting mobile
22:48:55.457026 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.468093 run                             mass: MS start registered  {at=26477841.171441305, delay=0.00507335364818573, ms=00024}
22:48:55.922759 run                osmo-ms-mob/00025: Starting mobile
22:48:55.935906 run       osmo-ms-mob/00025(pid=160): Launched
22:48:55.946879 run                             mass: MS start registered  {at=26477841.650232907, delay=0.004876680672168732, ms=00025}
22:48:56.341208 run                osmo-ms-mob/00026: Starting mobile
22:48:56.358919 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.369834 run                             mass: MS start registered  {at=26477842.073182706, delay=0.0045133307576179504, ms=00026}
22:48:56.726355 run                osmo-ms-mob/00027: Starting mobile
22:48:56.739602 run       osmo-ms-mob/00027(pid=162): Launched
22:48:56.750600 run                             mass: MS start registered  {at=26477842.453953397, delay=0.004852894693613052, ms=00027}
22:48:56.831564 run                             mass: MS performed LU  {at=26477842.53481535, lu_delay=5.200633350759745, ms=00016}
22:48:56.857403 run                             mass: MS performed LU  {at=26477842.560748626, lu_delay=4.712751843035221, ms=00017}
22:48:56.946593 run                             mass: MS performed LU  {at=26477842.649846084, lu_delay=5.777463179081678, ms=00015}
22:48:56.961315 run                osmo-ms-mob/00028: Starting mobile
22:48:56.974549 run       osmo-ms-mob/00028(pid=163): Launched
22:48:56.985311 run                             mass: MS start registered  {at=26477842.68866669, delay=0.004668734967708588, ms=00028}
22:48:57.538001 run                osmo-ms-mob/00029: Starting mobile
22:48:57.554202 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.565504 run                             mass: MS start registered  {at=26477843.268854853, delay=0.00516200065612793, ms=00029}
22:48:57.903602 run                osmo-ms-mob/00030: Starting mobile
22:48:57.920410 run       osmo-ms-mob/00030(pid=165): Launched
22:48:57.931985 run                             mass: MS start registered  {at=26477843.635335702, delay=0.005245264619588852, ms=00030}
22:48:58.307274 run                osmo-ms-mob/00031: Starting mobile
22:48:58.320030 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.331273 run                             mass: MS start registered  {at=26477844.03462527, delay=0.005326058715581894, ms=00031}
22:48:58.641045 run                osmo-ms-mob/00032: Starting mobile
22:48:58.658664 run       osmo-ms-mob/00032(pid=167): Launched
22:48:58.664764 run                             mass: MS performed LU  {at=26477844.36812413, lu_delay=5.897284980863333, ms=00018}
22:48:58.670927 run                             mass: MS start registered  {at=26477844.374293186, delay=0.006188061088323593, ms=00032}
22:48:58.694716 run                             mass: MS performed LU  {at=26477844.398058973, lu_delay=5.559844758361578, ms=00019}
22:48:58.760297 run                             mass: MS performed LU  {at=26477844.463550095, lu_delay=5.094525545835495, ms=00020}
22:48:58.787857 run                osmo-ms-mob/00033: Starting mobile
22:48:58.800869 run       osmo-ms-mob/00033(pid=168): Launched
22:48:58.811598 run                             mass: MS start registered  {at=26477844.514954764, delay=0.0046856217086315155, ms=00033}
22:48:58.866829 run                             mass: MS performed LU  {at=26477844.570080083, lu_delay=4.720941785722971, ms=00021}
22:48:59.429220 run                osmo-ms-mob/00034: Starting mobile
22:48:59.445594 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.456840 run                             mass: MS start registered  {at=26477845.160192955, delay=0.004994969815015793, ms=00034}
22:48:59.707060 run                osmo-ms-mob/00035: Starting mobile
22:48:59.720104 run       osmo-ms-mob/00035(pid=170): Launched
22:48:59.731269 run                             mass: MS start registered  {at=26477845.43462271, delay=0.005186695605516434, ms=00035}
22:49:00.147020 run                osmo-ms-mob/00036: Starting mobile
22:49:00.163251 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.174341 run                             mass: MS start registered  {at=26477845.877693642, delay=0.005007505416870117, ms=00036}
22:49:00.520845 run                osmo-ms-mob/00037: Starting mobile
22:49:00.534840 run       osmo-ms-mob/00037(pid=172): Launched
22:49:00.545851 run                             mass: MS start registered  {at=26477846.249202695, delay=0.005064565688371658, ms=00037}
22:49:00.597609 run                             mass: MS performed LU  {at=26477846.300860614, lu_delay=5.597954411059618, ms=00023}
22:49:00.624207 run                             mass: MS performed LU  {at=26477846.32746401, lu_delay=6.093070667237043, ms=00022}
22:49:00.638165 run                osmo-ms-mob/00038: Starting mobile
22:49:00.651150 run       osmo-ms-mob/00038(pid=173): Launched
22:49:00.663390 run                             mass: MS start registered  {at=26477846.366742846, delay=0.0061895400285720825, ms=00038}
22:49:00.712435 run                             mass: MS performed LU  {at=26477846.41571036, lu_delay=5.2442690543830395, ms=00024}
22:49:00.767852 run                             mass: MS performed LU  {at=26477846.47112023, lu_delay=4.820887323468924, ms=00025}
22:49:00.793533 run                osmo-ms-mob/00039: Starting mobile
22:49:00.806533 run       osmo-ms-mob/00039(pid=174): Launched
22:49:00.817737 run                             mass: MS start registered  {at=26477846.521089036, delay=0.005213484168052673, ms=00039}
22:49:01.520342 run                osmo-ms-mob/00040: Starting mobile
22:49:01.534052 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.545441 run                             mass: MS start registered  {at=26477847.24879248, delay=0.005168579518795013, ms=00040}
22:49:01.808336 run                osmo-ms-mob/00041: Starting mobile
22:49:01.821702 run       osmo-ms-mob/00041(pid=176): Launched
22:49:01.832890 run                             mass: MS start registered  {at=26477847.536240272, delay=0.005151078104972839, ms=00041}
22:49:02.106893 run                osmo-ms-mob/00042: Starting mobile
22:49:02.119907 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.130877 run                             mass: MS start registered  {at=26477847.834227547, delay=0.004912812262773514, ms=00042}
22:49:02.378569 run                             mass: MS performed LU  {at=26477848.081821457, lu_delay=5.6278680600225925, ms=00027}
22:49:02.461536 run                             mass: MS performed LU  {at=26477848.164798867, lu_delay=4.8959440141916275, ms=00029}
22:49:02.504713 run                osmo-ms-mob/00043: Starting mobile
22:49:02.518599 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.524975 run                             mass: MS performed LU  {at=26477848.228335153, lu_delay=5.539668463170528, ms=00028}
22:49:02.530856 run                             mass: MS start registered  {at=26477848.23422383, delay=0.0059038326144218445, ms=00043}
22:49:02.632715 run                             mass: MS performed LU  {at=26477848.335948005, lu_delay=6.262765299528837, ms=00026}
22:49:02.661685 run                osmo-ms-mob/00044: Starting mobile
22:49:02.675048 run       osmo-ms-mob/00044(pid=179): Launched
22:49:02.681102 run                             mass: MS performed LU  {at=26477848.38446419, lu_delay=4.749128486961126, ms=00030}
22:49:02.686946 run                             mass: MS start registered  {at=26477848.390312847, delay=0.005865823477506638, ms=00044}
22:49:03.135428 run                osmo-ms-mob/00045: Starting mobile
22:49:03.148921 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.160414 run                             mass: MS start registered  {at=26477848.86375455, delay=0.005329158157110214, ms=00045}
22:49:03.419508 run                osmo-ms-mob/00046: Starting mobile
22:49:03.433513 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.444564 run                             mass: MS start registered  {at=26477849.147918258, delay=0.00507533922791481, ms=00046}
22:49:03.707729 run                osmo-ms-mob/00047: Starting mobile
22:49:03.720645 run       osmo-ms-mob/00047(pid=182): Launched
22:49:03.732083 run                             mass: MS start registered  {at=26477849.43542829, delay=0.005388196557760239, ms=00047}
22:49:04.007847 run                osmo-ms-mob/00048: Starting mobile
22:49:04.021268 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.032358 run                             mass: MS start registered  {at=26477849.735687383, delay=0.005018509924411774, ms=00048}
22:49:04.306758 run                osmo-ms-mob/00049: Starting mobile
22:49:04.320039 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.331130 run                             mass: MS start registered  {at=26477850.03448415, delay=0.005101460963487625, ms=00049}
22:49:04.363353 run                             mass: MS performed LU  {at=26477850.066600755, lu_delay=5.692307569086552, ms=00032}
22:49:04.390097 run                             mass: MS performed LU  {at=26477850.09337601, lu_delay=5.578421246260405, ms=00033}
22:49:04.407088 run                osmo-ms-mob/00050: Starting mobile
22:49:04.420034 run       osmo-ms-mob/00050(pid=185): Launched
22:49:04.431077 run                             mass: MS start registered  {at=26477850.13442983, delay=0.004955943673849106, ms=00050}
22:49:04.478722 run                             mass: MS performed LU  {at=26477850.181973174, lu_delay=6.147347904741764, ms=00031}
22:49:04.534721 run                             mass: MS performed LU  {at=26477850.237990078, lu_delay=5.077797122299671, ms=00034}
22:49:04.570312 run                             mass: MS performed LU  {at=26477850.273565747, lu_delay=4.838943038135767, ms=00035}
22:49:04.588528 run                osmo-ms-mob/00051: Starting mobile
22:49:04.601973 run       osmo-ms-mob/00051(pid=186): Launched
22:49:04.613177 run                             mass: MS start registered  {at=26477850.316525154, delay=0.005002569407224655, ms=00051}
22:49:05.319397 run                osmo-ms-mob/00052: Starting mobile
22:49:05.333457 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.344717 run                             mass: MS start registered  {at=26477851.048069682, delay=0.00514395534992218, ms=00052}
22:49:05.620318 run                osmo-ms-mob/00053: Starting mobile
22:49:05.634252 run       osmo-ms-mob/00053(pid=188): Launched
22:49:05.645143 run                             mass: MS start registered  {at=26477851.34849274, delay=0.0048657990992069244, ms=00053}
22:49:05.922060 run                osmo-ms-mob/00054: Starting mobile
22:49:05.935922 run       osmo-ms-mob/00054(pid=189): Launched
22:49:05.947339 run                             mass: MS start registered  {at=26477851.650685795, delay=0.00537625327706337, ms=00054}
22:49:06.144536 run                             mass: MS performed LU  {at=26477851.84778757, lu_delay=5.598584875464439, ms=00037}
22:49:06.170824 run                osmo-ms-mob/00055: Starting mobile
22:49:06.184274 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.190393 run                             mass: MS performed LU  {at=26477851.893752526, lu_delay=5.527009680867195, ms=00038}
22:49:06.196309 run                             mass: MS start registered  {at=26477851.899675243, delay=0.005941707640886307, ms=00055}
22:49:06.292242 run                             mass: MS performed LU  {at=26477851.995492868, lu_delay=6.11779922619462, ms=00036}
22:49:06.306287 run                osmo-ms-mob/00056: Starting mobile
22:49:06.319589 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.330840 run                             mass: MS start registered  {at=26477852.034191433, delay=0.005034200847148895, ms=00056}
22:49:06.435422 run                             mass: MS performed LU  {at=26477852.138673436, lu_delay=5.617584399878979, ms=00039}
22:49:06.471873 run                             mass: MS performed LU  {at=26477852.175125252, lu_delay=4.6388849802315235, ms=00041}
22:49:06.489342 run                osmo-ms-mob/00057: Starting mobile
22:49:06.502376 run       osmo-ms-mob/00057(pid=192): Launched
22:49:06.513514 run                             mass: MS start registered  {at=26477852.21686928, delay=0.004986952990293503, ms=00057}
22:49:07.185877 run                             mass: MS performed LU  {at=26477852.889208846, lu_delay=5.640416365116835, ms=00040}
22:49:07.197610 run                osmo-ms-mob/00058: Starting mobile
22:49:07.210871 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.222302 run                             mass: MS start registered  {at=26477852.925648414, delay=0.004968341439962387, ms=00058}
22:49:07.331400 run                             mass: MS performed LU  {at=26477853.034652784, lu_delay=3.886734526604414, ms=00046}
22:49:07.525204 run                osmo-ms-mob/00059: Starting mobile
22:49:07.540264 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.551981 run                             mass: MS start registered  {at=26477853.25533378, delay=0.0052896589040756226, ms=00059}
22:49:07.803367 run                osmo-ms-mob/00060: Starting mobile
22:49:07.816839 run       osmo-ms-mob/00060(pid=195): Launched
22:49:07.829021 run                             mass: MS start registered  {at=26477853.532351904, delay=0.0060369595885276794, ms=00060}
22:49:08.008908 run                             mass: MS performed LU  {at=26477853.712088145, lu_delay=5.321775298565626, ms=00044}
22:49:08.064734 run                             mass: MS performed LU  {at=26477853.767977484, lu_delay=5.933749936521053, ms=00042}
22:49:08.094996 run                osmo-ms-mob/00061: Starting mobile
22:49:08.108463 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.119771 run                             mass: MS start registered  {at=26477853.82312334, delay=0.005114316940307617, ms=00061}
22:49:08.156183 run                             mass: MS performed LU  {at=26477853.85947338, lu_delay=5.625249549746513, ms=00043}
22:49:08.336704 run                             mass: MS performed LU  {at=26477854.039926376, lu_delay=4.6044980846345425, ms=00047}
22:49:08.392259 run                osmo-ms-mob/00062: Starting mobile
22:49:08.407192 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.413345 run                             mass: MS performed LU  {at=26477854.116706528, lu_delay=5.252951975911856, ms=00045}
22:49:08.419429 run                             mass: MS start registered  {at=26477854.122794002, delay=0.006105579435825348, ms=00062}
22:49:08.837531 run                osmo-ms-mob/00063: Starting mobile
22:49:08.853080 run       osmo-ms-mob/00063(pid=198): Launched
22:49:08.864474 run                             mass: MS start registered  {at=26477854.56782006, delay=0.0053171440958976746, ms=00063}
22:49:09.221530 run                osmo-ms-mob/00064: Starting mobile
22:49:09.235111 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.246602 run                             mass: MS start registered  {at=26477854.949955624, delay=0.00507798045873642, ms=00064}
22:49:09.628568 run                osmo-ms-mob/00065: Starting mobile
22:49:09.644902 run       osmo-ms-mob/00065(pid=200): Launched
22:49:09.656169 run                             mass: MS start registered  {at=26477855.359522365, delay=0.005242783576250076, ms=00065}
22:49:09.907923 run                osmo-ms-mob/00066: Starting mobile
22:49:09.921532 run       osmo-ms-mob/00066(pid=201): Launched
22:49:09.927766 run                             mass: MS performed LU  {at=26477855.631124295, lu_delay=5.496694464236498, ms=00050}
22:49:09.933720 run                             mass: MS performed LU  {at=26477855.637086153, lu_delay=4.58901647105813, ms=00052}
22:49:09.939548 run                             mass: MS start registered  {at=26477855.642914444, delay=0.011806678026914597, ms=00066}
22:49:10.058218 run                             mass: MS performed LU  {at=26477855.761469338, lu_delay=5.726985186338425, ms=00049}
22:49:10.085279 run                osmo-ms-mob/00067: Starting mobile
22:49:10.098289 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.109308 run                             mass: MS start registered  {at=26477855.812664844, delay=0.004942987114191055, ms=00067}
22:49:10.202159 run                             mass: MS performed LU  {at=26477855.90540874, lu_delay=5.588883586227894, ms=00051}
22:49:10.237057 run                             mass: MS performed LU  {at=26477855.940334193, lu_delay=6.204646810889244, ms=00048}
22:49:10.264621 run                osmo-ms-mob/00068: Starting mobile
22:49:10.277696 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.288892 run                             mass: MS start registered  {at=26477855.992244683, delay=0.005100257694721222, ms=00068}
22:49:11.020410 run                osmo-ms-mob/00069: Starting mobile
22:49:11.034487 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.046540 run                             mass: MS start registered  {at=26477856.749883782, delay=0.005789134651422501, ms=00069}
22:49:11.271566 run                             mass: MS performed LU  {at=26477856.974826854, lu_delay=3.7194930724799633, ms=00059}
22:49:11.438741 run                osmo-ms-mob/00070: Starting mobile
22:49:11.454147 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.465305 run                             mass: MS start registered  {at=26477857.168656193, delay=0.005067668855190277, ms=00070}
22:49:11.820264 run                osmo-ms-mob/00071: Starting mobile
22:49:11.834348 run       osmo-ms-mob/00071(pid=206): Launched
22:49:11.845391 run                             mass: MS start registered  {at=26477857.548742402, delay=0.005069524049758911, ms=00071}
22:49:11.894653 run                             mass: MS performed LU  {at=26477857.597922035, lu_delay=5.698246791958809, ms=00055}
22:49:11.921422 run                             mass: MS performed LU  {at=26477857.62476534, lu_delay=5.974079545587301, ms=00054}
22:49:12.010376 run                             mass: MS performed LU  {at=26477857.71359224, lu_delay=5.679400805383921, ms=00056}
22:49:12.042668 run                osmo-ms-mob/00072: Starting mobile
22:49:12.055754 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.063755 run                             mass: MS performed LU  {at=26477857.767062202, lu_delay=5.5501929223537445, ms=00057}
22:49:12.070079 run                             mass: MS start registered  {at=26477857.7734442, delay=0.008393906056880951, ms=00072}
22:49:12.101498 run                             mass: MS performed LU  {at=26477857.804764833, lu_delay=6.456272091716528, ms=00053}
22:49:12.139359 run                             mass: MS performed LU  {at=26477857.842630114, lu_delay=4.91698170080781, ms=00058}
22:49:12.160186 run                osmo-ms-mob/00073: Starting mobile
22:49:12.177323 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.188875 run                             mass: MS start registered  {at=26477857.89222646, delay=0.004822429269552231, ms=00073}
22:49:13.021483 run                osmo-ms-mob/00074: Starting mobile
22:49:13.035765 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.047076 run                             mass: MS start registered  {at=26477858.75040437, delay=0.005222886800765991, ms=00074}
22:49:13.407043 run                osmo-ms-mob/00075: Starting mobile
22:49:13.420028 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.431082 run                             mass: MS start registered  {at=26477859.134424742, delay=0.0049779340624809265, ms=00075}
22:49:13.676149 run                             mass: MS performed LU  {at=26477859.37940043, lu_delay=5.556277088820934, ms=00061}
22:49:13.759511 run                             mass: MS performed LU  {at=26477859.462648094, lu_delay=5.3398540914058685, ms=00062}
22:49:13.824042 run                             mass: MS performed LU  {at=26477859.527298126, lu_delay=4.959478065371513, ms=00063}
22:49:13.879310 run                osmo-ms-mob/00076: Starting mobile
22:49:13.894459 run       osmo-ms-mob/00076(pid=211): Launched
22:49:13.907302 run                             mass: MS start registered  {at=26477859.610646535, delay=0.006715890020132065, ms=00076}
22:49:13.928840 run                             mass: MS performed LU  {at=26477859.632179275, lu_delay=6.099827371537685, ms=00060}
22:49:13.965862 run                             mass: MS performed LU  {at=26477859.669195928, lu_delay=4.719240304082632, ms=00064}
22:49:14.329846 run                osmo-ms-mob/00077: Starting mobile
22:49:14.346504 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.357520 run                             mass: MS start registered  {at=26477860.060873073, delay=0.004956807941198349, ms=00077}
22:49:14.807703 run                osmo-ms-mob/00078: Starting mobile
22:49:14.821071 run       osmo-ms-mob/00078(pid=213): Launched
22:49:14.832827 run                             mass: MS start registered  {at=26477860.53617705, delay=0.005620807409286499, ms=00078}
22:49:15.237796 run                osmo-ms-mob/00079: Starting mobile
22:49:15.254271 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.265322 run                             mass: MS start registered  {at=26477860.96867629, delay=0.005015235394239426, ms=00079}
22:49:15.659998 run                             mass: MS performed LU  {at=26477861.36324715, lu_delay=5.3710024654865265, ms=00068}
22:49:15.712394 run                osmo-ms-mob/00080: Starting mobile
22:49:15.728512 run       osmo-ms-mob/00080(pid=215): Launched
22:49:15.734495 run                             mass: MS performed LU  {at=26477861.437856894, lu_delay=5.794942449778318, ms=00066}
22:49:15.740323 run                             mass: MS start registered  {at=26477861.443690132, delay=0.005849387496709824, ms=00080}
22:49:15.774868 run                             mass: MS performed LU  {at=26477861.47815757, lu_delay=5.665492724627256, ms=00067}
22:49:15.832308 run                             mass: MS performed LU  {at=26477861.535561956, lu_delay=4.785678174346685, ms=00069}
22:49:15.867802 run                             mass: MS performed LU  {at=26477861.571098723, lu_delay=6.211576357483864, ms=00065}
22:49:15.885025 run                osmo-ms-mob/00081: Starting mobile
22:49:15.898435 run       osmo-ms-mob/00081(pid=216): Launched
22:49:15.909630 run                             mass: MS start registered  {at=26477861.612981368, delay=0.005097389221191406, ms=00081}
22:49:16.620566 run                osmo-ms-mob/00082: Starting mobile
22:49:16.634564 run       osmo-ms-mob/00082(pid=217): Launched
22:49:16.645807 run                             mass: MS start registered  {at=26477862.349153247, delay=0.0051579102873802185, ms=00082}
22:49:17.229265 run                osmo-ms-mob/00083: Starting mobile
22:49:17.245587 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.256511 run                             mass: MS start registered  {at=26477862.959861007, delay=0.0048876479268074036, ms=00083}
22:49:17.441206 run                             mass: MS performed LU  {at=26477863.144457117, lu_delay=5.371012914925814, ms=00072}
22:49:17.524520 run                             mass: MS performed LU  {at=26477863.227781557, lu_delay=5.335555095225573, ms=00073}
22:49:17.590183 run                             mass: MS performed LU  {at=26477863.293433502, lu_delay=5.744691099971533, ms=00071}
22:49:17.620822 run                osmo-ms-mob/00084: Starting mobile
22:49:17.635587 run       osmo-ms-mob/00084(pid=219): Launched
22:49:17.646568 run                             mass: MS start registered  {at=26477863.349918026, delay=0.004988435655832291, ms=00084}
22:49:17.695358 run                             mass: MS performed LU  {at=26477863.3986156, lu_delay=6.2299594059586525, ms=00070}
22:49:17.733671 run                             mass: MS performed LU  {at=26477863.43694493, lu_delay=4.686540562659502, ms=00074}
22:49:18.236056 run                osmo-ms-mob/00085: Starting mobile
22:49:18.253588 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.264736 run                             mass: MS start registered  {at=26477863.9680857, delay=0.005177006125450134, ms=00085}
22:49:18.804386 run                osmo-ms-mob/00086: Starting mobile
22:49:18.817288 run       osmo-ms-mob/00086(pid=221): Launched
22:49:18.828413 run                             mass: MS start registered  {at=26477864.531766668, delay=0.005149349570274353, ms=00086}
22:49:19.432196 run                osmo-ms-mob/00087: Starting mobile
22:49:19.445543 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.451706 run                             mass: MS performed LU  {at=26477865.155065853, lu_delay=4.618888802826405, ms=00078}
22:49:19.457936 run                             mass: MS performed LU  {at=26477865.161299516, lu_delay=5.100426442921162, ms=00077}
22:49:19.463823 run                             mass: MS start registered  {at=26477865.16718951, delay=0.012141626328229904, ms=00087}
22:49:19.541522 run                             mass: MS performed LU  {at=26477865.244776294, lu_delay=5.634129758924246, ms=00076}
22:49:19.597884 run                             mass: MS performed LU  {at=26477865.301105507, lu_delay=6.1666807644069195, ms=00075}
22:49:20.038051 run                osmo-ms-mob/00088: Starting mobile
22:49:20.055719 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.067218 run                             mass: MS start registered  {at=26477865.770544123, delay=0.0054704733192920685, ms=00088}
22:49:20.618060 run                osmo-ms-mob/00089: Starting mobile
22:49:20.631596 run       osmo-ms-mob/00089(pid=224): Launched
22:49:20.642693 run                             mass: MS start registered  {at=26477866.346044336, delay=0.00504535436630249, ms=00089}
22:49:21.207258 run                osmo-ms-mob/00090: Starting mobile
22:49:21.220809 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.227015 run                             mass: MS performed LU  {at=26477866.93037431, lu_delay=5.961698018014431, ms=00079}
22:49:21.232866 run                             mass: MS start registered  {at=26477866.93623306, delay=0.005876429378986359, ms=00090}
22:49:21.291226 run                             mass: MS performed LU  {at=26477866.99442008, lu_delay=5.381438713520765, ms=00081}
22:49:21.355959 run                             mass: MS performed LU  {at=26477867.05919161, lu_delay=5.6155014783144, ms=00080}
22:49:21.461843 run                             mass: MS performed LU  {at=26477867.16509182, lu_delay=4.815938573330641, ms=00082}
22:49:21.907414 run                osmo-ms-mob/00091: Starting mobile
22:49:21.920649 run       osmo-ms-mob/00091(pid=226): Launched
22:49:21.932420 run                             mass: MS start registered  {at=26477867.63576915, delay=0.00535840168595314, ms=00091}
22:49:22.621287 run                osmo-ms-mob/00092: Starting mobile
22:49:22.635457 run       osmo-ms-mob/00092(pid=227): Launched
22:49:22.646594 run                             mass: MS start registered  {at=26477868.349945627, delay=0.00497894361615181, ms=00092}
22:49:23.191728 run                             mass: MS performed LU  {at=26477868.894999273, lu_delay=5.935138266533613, ms=00083}
22:49:23.219660 run                             mass: MS performed LU  {at=26477868.922936182, lu_delay=5.573018155992031, ms=00084}
22:49:23.307142 run                             mass: MS performed LU  {at=26477869.010395154, lu_delay=5.042309455573559, ms=00085}
22:49:23.348063 run                osmo-ms-mob/00093: Starting mobile
22:49:23.363827 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.375058 run                             mass: MS start registered  {at=26477869.07841101, delay=0.005047231912612915, ms=00093}
22:49:23.599092 run                             mass: MS performed LU  {at=26477869.30231011, lu_delay=4.7705434411764145, ms=00086}
22:49:24.307610 run                osmo-ms-mob/00094: Starting mobile
22:49:24.320805 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.332096 run                             mass: MS start registered  {at=26477870.035447635, delay=0.004762016236782074, ms=00094}
22:49:25.057397 run                             mass: MS performed LU  {at=26477870.76064849, lu_delay=4.990104366093874, ms=00088}
22:49:25.121095 run                             mass: MS performed LU  {at=26477870.824349258, lu_delay=5.657159749418497, ms=00087}
22:49:25.176310 run                osmo-ms-mob/00095: Starting mobile
22:49:25.191537 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.202932 run                             mass: MS start registered  {at=26477870.906278066, delay=0.005177624523639679, ms=00095}
22:49:25.209169 run                             mass: MS performed LU  {at=26477870.912531167, lu_delay=4.566486831754446, ms=00089}
22:49:26.224980 run                osmo-ms-mob/00096: Starting mobile
22:49:26.241118 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.252398 run                             mass: MS start registered  {at=26477871.955749683, delay=0.00515325739979744, ms=00096}
22:49:26.957555 run                             mass: MS performed LU  {at=26477872.660806376, lu_delay=5.025037225335836, ms=00091}
22:49:26.985841 run                             mass: MS performed LU  {at=26477872.689115502, lu_delay=5.752882443368435, ms=00090}
22:49:27.330415 run                osmo-ms-mob/00097: Starting mobile
22:49:27.347897 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.359180 run                             mass: MS start registered  {at=26477873.062531024, delay=0.005303088575601578, ms=00097}
22:49:28.635977 run                osmo-ms-mob/00098: Starting mobile
22:49:28.651305 run       osmo-ms-mob/00098(pid=233): Launched
22:49:28.662534 run                             mass: MS start registered  {at=26477874.365887187, delay=0.005250219255685806, ms=00098}
22:49:28.823077 run                             mass: MS performed LU  {at=26477874.526212644, lu_delay=5.447801634669304, ms=00093}
22:49:28.887565 run                             mass: MS performed LU  {at=26477874.590817418, lu_delay=6.240871790796518, ms=00092}
22:49:29.190695 run                             mass: MS performed LU  {at=26477874.894027233, lu_delay=4.858579598367214, ms=00094}
22:49:30.435963 run                osmo-ms-mob/00099: Starting mobile
22:49:30.451779 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.457821 run                             mass: All started... {duration=55.7609466612339, too_slow=0}
22:49:30.463478 run                             mass: MS start registered  {at=26477876.166839063, delay=0.005651611834764481, ms=00099}
22:49:30.723821 run                             mass: MS performed LU  {at=26477876.427073095, lu_delay=5.520795028656721, ms=00095}
22:49:30.986746 run                             mass: MS performed LU  {at=26477876.68999941, lu_delay=4.734249725937843, ms=00096}
22:49:32.587999 run                             mass: MS performed LU  {at=26477878.291252475, lu_delay=5.22872145101428, ms=00097}
22:49:34.490271 run                             mass: MS performed LU  {at=26477880.19352328, lu_delay=5.82763609290123, ms=00098}
22:49:36.355076 run                             mass: MS performed LU  {at=26477882.058329035, lu_delay=5.89148997142911, ms=00099}
22:49:36.378620 run                             mass: Tests done {all_completed=True, max=6.456272091716528, min=3.7194930724799633}
22:49:36.384343 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:36.389662 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.392942 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.396156 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.399395 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.402641 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.405881 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.409169 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.412400 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.415708 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.419041 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.422304 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.425605 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.428912 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.432196 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.435534 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.438931 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.442357 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.445803 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.449193 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.452989 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.456337 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.459729 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.463136 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.466529 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.469905 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.473313 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.476715 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.479993 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.483796 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.487173 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.490551 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.493942 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.497582 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.500958 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.504318 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.507671 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.511043 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.514642 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.518026 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.521412 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.524834 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.528248 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.531557 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.535215 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.538682 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.542763 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.546122 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.549805 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.554096 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.557642 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.561224 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.564608 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.567980 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.571417 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.574860 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.578297 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.581752 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.585179 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.588734 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.592192 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.596155 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.599589 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.603022 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.606753 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.610319 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.614269 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.617695 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.621112 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.624547 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.627980 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.631406 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.634835 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.638267 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.641703 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.645131 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.648574 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.651996 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.655427 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.658867 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.662293 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.665718 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.669174 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.672615 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.676054 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.679485 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.682918 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.686343 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.690241 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.693978 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.697696 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.701118 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.704551 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.707998 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.711574 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.715128 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.719106 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.722574 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.726156 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.729852 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.733535 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.736965 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.740391 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.743813 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.747264 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.750749 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.754200 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.757649 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.761213 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.764901 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.768355 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.771800 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.775234 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.778678 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.782121 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.785571 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.788993 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.792264 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.795554 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.798979 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.802346 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.805606 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.808819 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.812015 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.815229 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.818460 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.821678 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.824901 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.828179 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.831452 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.834721 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.837994 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.841276 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.844548 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.847826 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.851102 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.854383 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.857666 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.860941 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.864195 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.867447 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.870721 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.873987 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.877259 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.880521 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.883782 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.887041 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.890318 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.893585 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.896845 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.900105 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.903381 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.906651 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.909916 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.913190 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.916454 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.919739 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.922999 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.926269 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.929538 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.932803 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.936063 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.939334 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.942614 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.945885 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.949151 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.952416 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.955687 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.958964 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.962234 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.965511 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.968788 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.972051 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.975311 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.978588 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.981859 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.985131 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.988393 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.991667 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.994940 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.998216 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.001487 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.004758 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.008025 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.011297 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.014572 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.017827 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.021092 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.024369 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.027664 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.030937 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.034205 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.037476 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.040743 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.043993 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.047259 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.050532 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.053808 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.057078 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.060334 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.063611 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.066880 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.070136 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.073390 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.076661 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.079931 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.083187 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.086452 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.089704 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.092965 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.096216 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.099487 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.102759 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.106024 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.109312 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.110799 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.114414 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.115877 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.119505 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.120965 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.124569 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.126054 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.129672 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.131146 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.134795 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.136273 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.139918 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.141396 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.145036 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.146524 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.150210 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.151695 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.155336 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.156808 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.160467 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.161954 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.165640 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.167140 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.170813 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.172305 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.175972 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.177468 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.181142 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.182640 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.186271 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.187737 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.191337 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.192823 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.196436 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.197919 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.201536 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.203004 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.206604 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.208058 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.211667 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.213174 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.216842 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.218318 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.221965 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.223439 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.227102 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.228584 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.232222 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.233717 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.237360 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.238835 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.242491 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.243963 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.247614 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.249102 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.252724 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.254198 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.257841 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.259321 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.262990 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.264475 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.268189 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.269705 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.273347 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.274824 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.278478 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.279954 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.283615 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.285098 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.288732 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.290204 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.293880 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.295365 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.299030 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.300503 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.304147 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.305633 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.309288 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.310767 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.314470 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.315943 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.319585 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.321058 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.324702 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.326183 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.329841 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.331318 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.334991 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.336464 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.340104 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.341610 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.345261 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.346736 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.350393 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.351858 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.355494 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.356990 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.360622 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.362118 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.365748 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.367214 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.370855 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.372322 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.375981 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.377470 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.381121 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.382587 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.386232 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.387710 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.391380 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.392862 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.396496 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.397978 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.401621 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.403100 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.406762 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.408238 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.411883 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.413363 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.416996 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.418480 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.422120 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.423588 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.427234 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.428713 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.432363 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.433837 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.437507 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.438983 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.442631 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.444103 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.447746 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.449223 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.452880 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.454360 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.458001 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.459481 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.463143 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.464617 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.468326 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.469810 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.473486 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.474957 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.478597 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.480086 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.483725 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.485240 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.488888 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.490367 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.494013 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.495490 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.499133 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.500613 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.504261 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.505748 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.509400 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.510873 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.514518 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.516001 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.519662 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.521156 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.524790 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.526261 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.529888 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.531360 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.535055 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.536533 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.540167 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.541643 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.545280 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.546746 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.550416 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.551898 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.555527 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.557003 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.560630 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.562105 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.565764 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.567239 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.570865 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.572338 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.575979 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.577449 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.581130 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.582600 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.586240 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.587718 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.591407 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.592898 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.596528 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.598015 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.601670 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.603153 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.606772 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.608243 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.611876 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.613349 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.616982 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.618460 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.622102 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.623577 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.627244 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.628741 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.632357 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.633866 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.637500 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.638969 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.642599 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.644068 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.647694 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.649165 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.652797 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.654277 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.657930 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.659400 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.663031 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.664503 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.668175 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.669648 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.673273 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.674746 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.678381 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.679851 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.683482 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.684956 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.688617 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.690102 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.693769 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.695242 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.698890 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.700373 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.704051 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.705541 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.709207 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.710693 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.714367 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.715849 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.719511 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.721026 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.724694 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.726179 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.729862 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.731350 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.735034 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.736514 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.740200 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.741703 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.745392 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.746868 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.750532 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.752008 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.755676 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.757161 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.760829 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.762366 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.766190 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.767728 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.771571 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.773118 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.776939 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.778471 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.782282 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.783822 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.787659 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.789201 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.793049 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.794586 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.798410 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.799942 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.803767 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.805306 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.809128 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.810671 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.814482 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.816019 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.819855 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.821404 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.825213 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.826750 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.830570 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.832094 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.835902 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.837441 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.841265 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.842804 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.846604 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.848135 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.851943 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.853512 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.857337 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.858875 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.862703 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.864246 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.868057 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.869600 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.873414 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.874947 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.878785 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.880327 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.884128 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.885672 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.889483 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.891021 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.894827 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.896352 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.900170 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.901723 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.905537 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.907068 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.910890 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.912433 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.916242 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.917785 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.921603 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.923131 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.926976 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.928497 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.932321 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.933868 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.937688 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.939218 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.943036 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.944566 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.948375 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.949946 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.953756 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.955289 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.959100 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.960629 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.964452 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.966003 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.969831 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.971375 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.975205 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.976748 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.980570 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.982106 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.985926 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.987467 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.991281 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.992828 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.996658 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.998211 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.002026 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.003554 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.007366 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.008911 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.012743 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.014283 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.018108 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.019641 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.023480 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.025025 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.028861 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.030407 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.034213 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.035741 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.039574 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.041144 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.044963 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.046497 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.050320 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.051857 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.055678 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.057238 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.061039 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.062575 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.066386 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.067924 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.071743 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.073284 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.077092 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.078633 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.082467 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.084007 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.087823 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.089368 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.093180 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.094723 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.098541 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.100075 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.103909 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.105449 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.109272 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.110810 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.114637 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.116163 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.119969 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.121528 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.125365 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.126903 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.130752 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.132296 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.136144 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.137691 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.141529 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.143072 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.146931 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.148468 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.152289 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.153830 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.157647 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.159182 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.163022 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.164562 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.168411 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.169957 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.173798 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.175339 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.179162 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.180709 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.184520 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.186055 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.189910 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.191449 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.195267 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.196819 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.200655 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.202201 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.206084 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.207578 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.211276 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.212765 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.617151 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.623309 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8151 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.688698 tst                       trial-8151: Storing JUnit report in /build/trial-8151/run.2025-11-15_22-48-14/trial-8151.xml

--------------------------------------------------------------------------------------------
trial-8151 PASS
--------------------------------------------------------------------------------------------
22:49:41.703378 tst                       trial-8151: trial-8151: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8151/inst
+ cd trial-8151
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-15 22:48:14
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8151-run.tgz run.2025-11-15_22-48-14
+ tar czf /build/trial-8151-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-15_13_29_55.tgz osmo-bts-oc2g.build-2025-11-15_00_51_50.tgz osmo-bts-sysmo.build-2025-11-15_00_51_41.tgz osmo-bts.build-2025-11-15_00_51_59.tgz osmo-ggsn.build-2025-11-15_20_42_41.tgz osmo-hlr.build-2025-11-15_16_36_50.tgz osmo-hnbgw.build-2025-11-15_13_29_23.tgz osmo-mgw.build-2025-11-15_08_33_12.tgz osmo-msc.build-2025-11-15_13_31_54.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-15_07_36_17.tgz osmo-pcu-sysmo.build-2025-11-15_07_33_59.tgz osmo-pcu.build-2025-11-15_07_36_21.tgz osmo-sgsn.build-2025-11-15_20_48_03.tgz osmo-stp.build-2025-11-15_13_27_45.tgz osmo-trx.build-2025-11-15_14_26_24.tgz osmocom-bb.build-2025-11-15_21_17_30.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