Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee # timeout=10
Commit message: "contrib/jenkins-build-osmo-ggsn.sh: Depend on libosmo-netif"
 > git rev-list --no-walk 14e2cf8b779ffdfff66777ba7e81b38d4e8b2fee # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3328988550214017263.sh
+ rm -rf trial-8401-bin.tgz trial-8401-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 26210
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11512
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 11177
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13328
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13652
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 14484
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 43538
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 8019
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 45949
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 9128
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 13660
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7989
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 12037
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 8059
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9535
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6779
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 7989
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4024365161592369132.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-8401
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
c71de27 debian-{bullseye,bookworm}-titan[-master]: drop libfftranscode
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a079512ad47efa48ce4a8994f009aa8920dc1655b186ee613791d8dd87fdb1b0 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=8402 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-07-24 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8402
+ mkdir -p trial-8402
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-24_13_27_10.tgz osmo-bts-oc2g.build-2026-07-24_00_52_24.tgz osmo-bts-sysmo.build-2026-07-24_00_52_20.tgz osmo-bts.build-2026-07-24_00_52_38.tgz osmo-ggsn.build-2026-07-24_20_43_04.tgz osmo-hlr.build-2026-07-24_16_37_37.tgz osmo-hnbgw.build-2026-07-24_13_31_18.tgz osmo-mgw.build-2026-07-24_08_33_42.tgz osmo-msc.build-2026-07-24_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-24_07_34_57.tgz osmo-pcu-sysmo.build-2026-07-24_07_34_56.tgz osmo-pcu.build-2026-07-24_07_34_54.tgz osmo-sgsn.build-2026-07-24_20_49_32.tgz osmo-stp.build-2026-07-24_13_25_49.tgz osmo-trx.build-2026-07-24_14_22_30.tgz osmocom-bb.build-2026-07-24_21_18_48.tgz srslte.build-19.tgz trial-8402
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-24_13_27_10.md5 osmo-bts-oc2g.build-2026-07-24_00_52_24.md5 osmo-bts-sysmo.build-2026-07-24_00_52_20.md5 osmo-bts.build-2026-07-24_00_52_38.md5 osmo-ggsn.build-2026-07-24_20_43_04.md5 osmo-hlr.build-2026-07-24_16_37_37.md5 osmo-hnbgw.build-2026-07-24_13_31_18.md5 osmo-mgw.build-2026-07-24_08_33_42.md5 osmo-msc.build-2026-07-24_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-24_07_34_57.md5 osmo-pcu-sysmo.build-2026-07-24_07_34_56.md5 osmo-pcu.build-2026-07-24_07_34_54.md5 osmo-sgsn.build-2026-07-24_20_49_32.md5 osmo-stp.build-2026-07-24_13_25_49.md5 osmo-trx.build-2026-07-24_14_22_30.md5 osmocom-bb.build-2026-07-24_21_18_48.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-24_13_27_10.md5 osmo-bts-oc2g.build-2026-07-24_00_52_24.md5 osmo-bts-sysmo.build-2026-07-24_00_52_20.md5 osmo-bts.build-2026-07-24_00_52_38.md5 osmo-ggsn.build-2026-07-24_20_43_04.md5 osmo-hlr.build-2026-07-24_16_37_37.md5 osmo-hnbgw.build-2026-07-24_13_31_18.md5 osmo-mgw.build-2026-07-24_08_33_42.md5 osmo-msc.build-2026-07-24_13_34_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-24_07_34_57.md5 osmo-pcu-sysmo.build-2026-07-24_07_34_56.md5 osmo-pcu.build-2026-07-24_07_34_54.md5 osmo-sgsn.build-2026-07-24_20_49_32.md5 osmo-stp.build-2026-07-24_13_25_49.md5 osmo-trx.build-2026-07-24_14_22_30.md5 osmocom-bb.build-2026-07-24_21_18_48.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8402 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8402'
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-8402
--------------------------------------------------------------------------------------------
22:48:17.075593 tst                       trial-8402: Detailed log at /build/trial-8402/run.2026-07-24_22-48-17/log

---------------------------------------------------------------------
trial-8402 netreg_mass
---------------------------------------------------------------------
22:48:17.282155 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.282529 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.283326 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.284521 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.324415 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.325188 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.326327 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.387143 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-8402 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.387967 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.402345 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.402877 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.403335 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.403773 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.404216 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.404671 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.405106 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.431920 tst         register_default_mass.py: using LAC 2
22:48:17.449236 tst         register_default_mass.py: using RAC 2
22:48:17.467795 tst         register_default_mass.py: using CellId 2
22:48:17.487921 tst         register_default_mass.py: using BVCI 3
22:48:17.496368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.507516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552029 tst      register_default_mass.py:21: Launching a simple network
22:48:17.562066 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.680105 run            create_hlr_db(pid=20): Launched
22:48:18.694284 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.718557 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.734004 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.739789 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.925259 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.940070 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.945620 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.350302 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.365209 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.379999 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.517249 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.532166 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.537865 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.561552 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.576576 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.582245 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.887509 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.902451 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.929828 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.100228 run         osmo-bts-virtual(pid=34): Launched
22:48:30.140324 tst         register_default_mass.py: using MSISDN 1001
22:48:30.156065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.186695 tst         register_default_mass.py: using MSISDN 1002
22:48:30.200941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.224837 tst         register_default_mass.py: using MSISDN 1003
22:48:30.235859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.259635 tst         register_default_mass.py: using MSISDN 1004
22:48:30.270228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.294059 tst         register_default_mass.py: using MSISDN 1005
22:48:30.304377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.328371 tst         register_default_mass.py: using MSISDN 1006
22:48:30.338912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.362200 tst         register_default_mass.py: using MSISDN 1007
22:48:30.372509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.396077 tst         register_default_mass.py: using MSISDN 1008
22:48:30.406388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.430530 tst         register_default_mass.py: using MSISDN 1009
22:48:30.441239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.464873 tst         register_default_mass.py: using MSISDN 1010
22:48:30.475377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.499383 tst         register_default_mass.py: using MSISDN 1011
22:48:30.510114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.533976 tst         register_default_mass.py: using MSISDN 1012
22:48:30.544590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.568413 tst         register_default_mass.py: using MSISDN 1013
22:48:30.578858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.602756 tst         register_default_mass.py: using MSISDN 1014
22:48:30.613428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.637276 tst         register_default_mass.py: using MSISDN 1015
22:48:30.647816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.671598 tst         register_default_mass.py: using MSISDN 1016
22:48:30.682146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.705949 tst         register_default_mass.py: using MSISDN 1017
22:48:30.716446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.740262 tst         register_default_mass.py: using MSISDN 1018
22:48:30.750804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.774510 tst         register_default_mass.py: using MSISDN 1019
22:48:30.785049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.808534 tst         register_default_mass.py: using MSISDN 1020
22:48:30.818877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.842982 tst         register_default_mass.py: using MSISDN 1021
22:48:30.853659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.877343 tst         register_default_mass.py: using MSISDN 1022
22:48:30.887845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.911693 tst         register_default_mass.py: using MSISDN 1023
22:48:30.922285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.946161 tst         register_default_mass.py: using MSISDN 1024
22:48:30.956849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.980172 tst         register_default_mass.py: using MSISDN 1025
22:48:30.990525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.014181 tst         register_default_mass.py: using MSISDN 1026
22:48:31.024645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.048323 tst         register_default_mass.py: using MSISDN 1027
22:48:31.058684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.082208 tst         register_default_mass.py: using MSISDN 1028
22:48:31.092693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.116324 tst         register_default_mass.py: using MSISDN 1029
22:48:31.126686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.149836 tst         register_default_mass.py: using MSISDN 1030
22:48:31.160131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.183200 tst         register_default_mass.py: using MSISDN 1031
22:48:31.193316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.216975 tst         register_default_mass.py: using MSISDN 1032
22:48:31.227409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.251209 tst         register_default_mass.py: using MSISDN 1033
22:48:31.261732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.285584 tst         register_default_mass.py: using MSISDN 1034
22:48:31.296077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.319418 tst         register_default_mass.py: using MSISDN 1035
22:48:31.329725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.353316 tst         register_default_mass.py: using MSISDN 1036
22:48:31.363721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.387285 tst         register_default_mass.py: using MSISDN 1037
22:48:31.397785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.421337 tst         register_default_mass.py: using MSISDN 1038
22:48:31.431695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.455624 tst         register_default_mass.py: using MSISDN 1039
22:48:31.466329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.490086 tst         register_default_mass.py: using MSISDN 1040
22:48:31.500686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.524266 tst         register_default_mass.py: using MSISDN 1041
22:48:31.534727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.558485 tst         register_default_mass.py: using MSISDN 1042
22:48:31.568941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.592243 tst         register_default_mass.py: using MSISDN 1043
22:48:31.602552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.625952 tst         register_default_mass.py: using MSISDN 1044
22:48:31.636364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.659423 tst         register_default_mass.py: using MSISDN 1045
22:48:31.669601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.692160 tst         register_default_mass.py: using MSISDN 1046
22:48:31.701983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.724705 tst         register_default_mass.py: using MSISDN 1047
22:48:31.734609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.757362 tst         register_default_mass.py: using MSISDN 1048
22:48:31.767368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.790149 tst         register_default_mass.py: using MSISDN 1049
22:48:31.800215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.822778 tst         register_default_mass.py: using MSISDN 1050
22:48:31.832654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.855314 tst         register_default_mass.py: using MSISDN 1051
22:48:31.864992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.887860 tst         register_default_mass.py: using MSISDN 1052
22:48:31.896795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.919315 tst         register_default_mass.py: using MSISDN 1053
22:48:31.924904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.948380 tst         register_default_mass.py: using MSISDN 1054
22:48:31.958566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.982353 tst         register_default_mass.py: using MSISDN 1055
22:48:31.992967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.017018 tst         register_default_mass.py: using MSISDN 1056
22:48:32.027720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.051689 tst         register_default_mass.py: using MSISDN 1057
22:48:32.062341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.086379 tst         register_default_mass.py: using MSISDN 1058
22:48:32.097132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.121029 tst         register_default_mass.py: using MSISDN 1059
22:48:32.131655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.155537 tst         register_default_mass.py: using MSISDN 1060
22:48:32.166106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.195960 tst         register_default_mass.py: using MSISDN 1061
22:48:32.209300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.233170 tst         register_default_mass.py: using MSISDN 1062
22:48:32.244141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.267894 tst         register_default_mass.py: using MSISDN 1063
22:48:32.278431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.302247 tst         register_default_mass.py: using MSISDN 1064
22:48:32.312930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.336503 tst         register_default_mass.py: using MSISDN 1065
22:48:32.346919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.370294 tst         register_default_mass.py: using MSISDN 1066
22:48:32.380650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.404049 tst         register_default_mass.py: using MSISDN 1067
22:48:32.414476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.438290 tst         register_default_mass.py: using MSISDN 1068
22:48:32.448755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.472457 tst         register_default_mass.py: using MSISDN 1069
22:48:32.483008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.507111 tst         register_default_mass.py: using MSISDN 1070
22:48:32.517724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.541804 tst         register_default_mass.py: using MSISDN 1071
22:48:32.552579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.576370 tst         register_default_mass.py: using MSISDN 1072
22:48:32.586949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.610927 tst         register_default_mass.py: using MSISDN 1073
22:48:32.621606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.645417 tst         register_default_mass.py: using MSISDN 1074
22:48:32.656050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.680097 tst         register_default_mass.py: using MSISDN 1075
22:48:32.690740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.714619 tst         register_default_mass.py: using MSISDN 1076
22:48:32.725360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.749489 tst         register_default_mass.py: using MSISDN 1077
22:48:32.760185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.784283 tst         register_default_mass.py: using MSISDN 1078
22:48:32.794969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.819278 tst         register_default_mass.py: using MSISDN 1079
22:48:32.830033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.854123 tst         register_default_mass.py: using MSISDN 1080
22:48:32.864778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.888385 tst         register_default_mass.py: using MSISDN 1081
22:48:32.898975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.923046 tst         register_default_mass.py: using MSISDN 1082
22:48:32.933676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.957794 tst         register_default_mass.py: using MSISDN 1083
22:48:32.968624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.992407 tst         register_default_mass.py: using MSISDN 1084
22:48:33.002938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.026646 tst         register_default_mass.py: using MSISDN 1085
22:48:33.037146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.060787 tst         register_default_mass.py: using MSISDN 1086
22:48:33.071384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.095114 tst         register_default_mass.py: using MSISDN 1087
22:48:33.105630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.129433 tst         register_default_mass.py: using MSISDN 1088
22:48:33.139962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.163898 tst         register_default_mass.py: using MSISDN 1089
22:48:33.174441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.198287 tst         register_default_mass.py: using MSISDN 1090
22:48:33.208775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.232188 tst         register_default_mass.py: using MSISDN 1091
22:48:33.242508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.266291 tst         register_default_mass.py: using MSISDN 1092
22:48:33.276800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.300351 tst         register_default_mass.py: using MSISDN 1093
22:48:33.310817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.334576 tst         register_default_mass.py: using MSISDN 1094
22:48:33.345083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.369093 tst         register_default_mass.py: using MSISDN 1095
22:48:33.379707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.403580 tst         register_default_mass.py: using MSISDN 1096
22:48:33.414236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.438458 tst         register_default_mass.py: using MSISDN 1097
22:48:33.449157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.472821 tst         register_default_mass.py: using MSISDN 1098
22:48:33.483449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.507117 tst         register_default_mass.py: using MSISDN 1099
22:48:33.517569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.541086 tst         register_default_mass.py: using MSISDN 1100
22:48:33.551364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.637490 run                             mass: Starting testcase
22:48:33.643087 run                             mass: Pre-launching all virtphy's
22:48:33.648591 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.661940 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.668148 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.681431 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.687491 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.700447 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.706492 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.719516 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.725560 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.738491 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.744498 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.757478 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.763546 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.776572 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.782600 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.795583 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.801635 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.814553 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.820516 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.833370 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.839333 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.852243 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.858208 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.871173 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.877218 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.890186 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.896143 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.909284 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.915387 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.928390 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.934438 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.947453 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.953514 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.966430 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.972432 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.985562 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.991574 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.004606 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.010665 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.023552 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.029490 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.042449 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.048444 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.061434 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.067423 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.080434 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.086390 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.099508 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.105591 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.118684 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.124663 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.137685 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.143698 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.156672 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.162653 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.175571 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.181486 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.194423 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.200462 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.213443 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.219356 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.232461 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.238461 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.251537 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.257523 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.270618 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.276651 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.289678 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.295778 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.308901 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.314994 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.328114 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.334154 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.347241 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.353350 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.366452 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.372555 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.385645 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.391737 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.404779 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.410790 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.423879 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.429897 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.443015 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.449101 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.462224 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.468296 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.481250 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.487232 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.500140 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.506136 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.519163 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.525154 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.538058 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.544121 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.557125 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.563163 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.576126 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.582098 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.595218 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.601210 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.614278 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.620246 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.633214 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.639177 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.652120 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.658053 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.671011 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.676959 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.689880 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.695879 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.708887 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.714884 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.727813 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.733919 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.746978 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.753202 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.766531 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.772673 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.786259 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.792404 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.805924 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.812061 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.825489 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.831597 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.845075 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.851217 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.864248 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.870378 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.883515 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.889691 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.902809 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.908846 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.921864 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.927926 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.940980 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.947028 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.960197 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.966271 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.979410 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.985495 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.998581 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.004558 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.017986 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.023953 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.037426 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.043556 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.056850 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.063074 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.076528 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.082607 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.095658 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.101658 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.114661 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.120666 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.133812 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.139896 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.152883 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.158886 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.171904 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.178025 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.191261 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.197392 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.210441 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.216465 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.229511 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.235607 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.249072 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.255147 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.268552 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.274656 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.287740 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.294295 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.307592 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.314016 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.327209 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.333195 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.346286 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.352434 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.365482 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.371530 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.384627 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.390682 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.403824 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.409930 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.423259 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.429391 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.442616 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.448690 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.461799 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.467827 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.480857 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.487403 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.500659 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.506722 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.519799 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.525810 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.539167 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.545195 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.558901 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.565020 run                             mass: Checking if sockets are in the filesystem
22:48:35.597672 run                osmo-ms-mob/00000: Starting mobile
22:48:35.610967 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.627012 run                             mass: MS start registered  {at=1598997.67610247, delay=0.009918828960508108, ms=00000}
22:48:39.823619 run                osmo-ms-mob/00001: Starting mobile
22:48:39.841223 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.852625 run                             mass: MS start registered  {at=1599001.901739449, delay=0.005186713999137282, ms=00001}
22:48:41.608529 run                osmo-ms-mob/00002: Starting mobile
22:48:41.621850 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.633018 run                             mass: MS start registered  {at=1599003.68213044, delay=0.004985482897609472, ms=00002}
22:48:41.930604 run                             mass: MS performed LU  {at=1599003.979608278, lu_delay=6.3035058081150055, ms=00000}
22:48:42.912110 run                osmo-ms-mob/00003: Starting mobile
22:48:42.929323 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.940669 run                             mass: MS start registered  {at=1599004.989784891, delay=0.005218059988692403, ms=00003}
22:48:44.015794 run                osmo-ms-mob/00004: Starting mobile
22:48:44.032652 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.045675 run                             mass: MS start registered  {at=1599006.094788381, delay=0.006834729807451367, ms=00004}
22:48:44.980954 run                osmo-ms-mob/00005: Starting mobile
22:48:44.994345 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.005315 run                             mass: MS start registered  {at=1599007.054430606, delay=0.004857005085796118, ms=00005}
22:48:45.696337 run                             mass: MS performed LU  {at=1599007.745341058, lu_delay=5.843601608881727, ms=00001}
22:48:45.909204 run                osmo-ms-mob/00006: Starting mobile
22:48:45.922193 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.936214 run                             mass: MS start registered  {at=1599007.985323258, delay=0.007931714877486229, ms=00006}
22:48:46.781044 run                osmo-ms-mob/00007: Starting mobile
22:48:46.794300 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.805248 run                             mass: MS start registered  {at=1599008.854359242, delay=0.002153464825823903, ms=00007}
22:48:47.582333 run                osmo-ms-mob/00008: Starting mobile
22:48:47.595510 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.601607 run                             mass: MS performed LU  {at=1599009.650730967, lu_delay=5.9686005271505564, ms=00002}
22:48:47.607397 run                             mass: MS start registered  {at=1599009.656529191, delay=0.005814915057271719, ms=00008}
22:48:48.095690 run                             mass: MS performed LU  {at=1599010.144700626, lu_delay=5.154915734892711, ms=00003}
22:48:48.312851 run                osmo-ms-mob/00009: Starting mobile
22:48:48.329581 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.340442 run                             mass: MS start registered  {at=1599010.389560724, delay=0.004719605902209878, ms=00009}
22:48:48.994451 run                osmo-ms-mob/00010: Starting mobile
22:48:49.008309 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.021288 run                             mass: MS start registered  {at=1599011.070403944, delay=0.007002572063356638, ms=00010}
22:48:49.461932 run                             mass: MS performed LU  {at=1599011.510942759, lu_delay=5.416154378093779, ms=00004}
22:48:49.616011 run                osmo-ms-mob/00011: Starting mobile
22:48:49.639558 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.653177 run                             mass: MS start registered  {at=1599011.702280083, delay=0.007380255032330751, ms=00011}
22:48:49.997614 run                             mass: MS performed LU  {at=1599012.046620052, lu_delay=4.99218944599852, ms=00005}
22:48:50.180520 run                osmo-ms-mob/00012: Starting mobile
22:48:50.193896 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.206315 run                             mass: MS start registered  {at=1599012.255430178, delay=0.0063929250463843346, ms=00012}
22:48:50.781903 run                osmo-ms-mob/00013: Starting mobile
22:48:50.798680 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.809747 run                             mass: MS start registered  {at=1599012.858864822, delay=0.004764890065416694, ms=00013}
22:48:51.363914 run                             mass: MS performed LU  {at=1599013.412920937, lu_delay=5.427597678964958, ms=00006}
22:48:51.411300 run                osmo-ms-mob/00014: Starting mobile
22:48:51.427321 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.439413 run                             mass: MS start registered  {at=1599013.488529241, delay=0.006068850867450237, ms=00014}
22:48:51.626365 run                             mass: MS performed LU  {at=1599013.675371633, lu_delay=4.821012391010299, ms=00007}
22:48:52.020298 run                osmo-ms-mob/00015: Starting mobile
22:48:52.037141 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.051693 run                             mass: MS start registered  {at=1599014.100797654, delay=0.008477602852508426, ms=00015}
22:48:52.481955 run                osmo-ms-mob/00016: Starting mobile
22:48:52.495341 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.507433 run                             mass: MS start registered  {at=1599014.55654904, delay=0.0060140579007565975, ms=00016}
22:48:52.981289 run                osmo-ms-mob/00017: Starting mobile
22:48:52.994954 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.006022 run                             mass: MS start registered  {at=1599015.055141296, delay=0.004900488071143627, ms=00017}
22:48:53.227691 run                             mass: MS performed LU  {at=1599015.276706434, lu_delay=5.620177243137732, ms=00008}
22:48:53.293280 run                             mass: MS performed LU  {at=1599015.342296649, lu_delay=4.952735925093293, ms=00009}
22:48:53.614264 run                osmo-ms-mob/00018: Starting mobile
22:48:53.632923 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.645520 run                             mass: MS start registered  {at=1599015.694636206, delay=0.005372368963435292, ms=00018}
22:48:53.981691 run                osmo-ms-mob/00019: Starting mobile
22:48:53.995109 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.005749 run                             mass: MS start registered  {at=1599016.054866028, delay=0.004118283046409488, ms=00019}
22:48:54.503955 run                osmo-ms-mob/00020: Starting mobile
22:48:54.519996 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.537486 run                             mass: MS start registered  {at=1599016.586566147, delay=0.01141807995736599, ms=00020}
22:48:55.014248 run                osmo-ms-mob/00021: Starting mobile
22:48:55.031975 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.043799 run                             mass: MS start registered  {at=1599017.09291077, delay=0.005696585169062018, ms=00021}
22:48:55.129408 run                             mass: MS performed LU  {at=1599017.178403936, lu_delay=4.922973758075386, ms=00012}
22:48:55.156310 run                             mass: MS performed LU  {at=1599017.205408484, lu_delay=5.503128401003778, ms=00011}
22:48:55.244489 run                             mass: MS performed LU  {at=1599017.2935058, lu_delay=6.223101855954155, ms=00010}
22:48:55.273940 run                osmo-ms-mob/00022: Starting mobile
22:48:55.287221 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.301233 run                             mass: MS start registered  {at=1599017.350338543, delay=0.007944987155497074, ms=00022}
22:48:55.891953 run                osmo-ms-mob/00023: Starting mobile
22:48:55.913498 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.926238 run                             mass: MS start registered  {at=1599017.975341016, delay=0.006653191987425089, ms=00023}
22:48:56.280967 run                osmo-ms-mob/00024: Starting mobile
22:48:56.294484 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.305550 run                             mass: MS start registered  {at=1599018.354666029, delay=0.0049644040409475565, ms=00024}
22:48:56.812483 run                osmo-ms-mob/00025: Starting mobile
22:48:56.829606 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.842168 run                             mass: MS start registered  {at=1599018.891282999, delay=0.006533937994390726, ms=00025}
22:48:56.910423 run                             mass: MS performed LU  {at=1599018.959436962, lu_delay=4.85863930801861, ms=00015}
22:48:56.993882 run                             mass: MS performed LU  {at=1599019.042898514, lu_delay=5.554369273129851, ms=00014}
22:48:57.058678 run                             mass: MS performed LU  {at=1599019.107677483, lu_delay=6.248812661040574, ms=00013}
22:48:57.100389 run                osmo-ms-mob/00026: Starting mobile
22:48:57.114438 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.125252 run                             mass: MS start registered  {at=1599019.174372136, delay=0.004783381940796971, ms=00026}
22:48:57.164487 run                             mass: MS performed LU  {at=1599019.213499447, lu_delay=4.656950407195836, ms=00016}
22:48:57.584775 run                osmo-ms-mob/00027: Starting mobile
22:48:57.598071 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.609344 run                             mass: MS start registered  {at=1599019.658457152, delay=0.005155929131433368, ms=00027}
22:48:57.989629 run                osmo-ms-mob/00028: Starting mobile
22:48:58.003203 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.018554 run                             mass: MS start registered  {at=1599020.067664232, delay=0.009231711039319634, ms=00028}
22:48:58.381092 run                osmo-ms-mob/00029: Starting mobile
22:48:58.394373 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.410100 run                             mass: MS start registered  {at=1599020.459208158, delay=0.009686890989542007, ms=00029}
22:48:58.805339 run                osmo-ms-mob/00030: Starting mobile
22:48:58.821571 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.835599 run                             mass: MS start registered  {at=1599020.884702586, delay=0.007840840145945549, ms=00030}
22:48:58.895727 run                             mass: MS performed LU  {at=1599020.944742457, lu_delay=5.250106251100078, ms=00018}
22:48:58.921539 run                             mass: MS performed LU  {at=1599020.970641124, lu_delay=5.915499828057364, ms=00017}
22:48:59.010166 run                             mass: MS performed LU  {at=1599021.059181992, lu_delay=5.004315963946283, ms=00019}
22:48:59.040148 run                osmo-ms-mob/00031: Starting mobile
22:48:59.053217 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.067739 run                             mass: MS start registered  {at=1599021.116850102, delay=0.008563723182305694, ms=00031}
22:48:59.302251 run                             mass: MS performed LU  {at=1599021.351242602, lu_delay=4.764676455175504, ms=00020}
22:48:59.513758 run                osmo-ms-mob/00032: Starting mobile
22:48:59.530605 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.541629 run                             mass: MS start registered  {at=1599021.590744928, delay=0.004693611059337854, ms=00032}
22:48:59.893181 run                osmo-ms-mob/00033: Starting mobile
22:48:59.906778 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.918637 run                             mass: MS start registered  {at=1599021.96775317, delay=0.005589775973930955, ms=00033}
22:49:00.320024 run                osmo-ms-mob/00034: Starting mobile
22:49:00.336388 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.347995 run                             mass: MS start registered  {at=1599022.397110864, delay=0.005618394119665027, ms=00034}
22:49:00.581168 run                osmo-ms-mob/00035: Starting mobile
22:49:00.594453 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.605475 run                             mass: MS start registered  {at=1599022.654592897, delay=0.004976263036951423, ms=00035}
22:49:00.677082 run                             mass: MS performed LU  {at=1599022.726075216, lu_delay=4.750734200002626, ms=00023}
22:49:00.759764 run                             mass: MS performed LU  {at=1599022.808798058, lu_delay=5.458459514891729, ms=00022}
22:49:00.824715 run                             mass: MS performed LU  {at=1599022.873731741, lu_delay=5.780820970889181, ms=00021}
22:49:00.851616 run                osmo-ms-mob/00036: Starting mobile
22:49:00.864657 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.876273 run                             mass: MS start registered  {at=1599022.925393422, delay=0.005583185935392976, ms=00036}
22:49:00.929816 run                             mass: MS performed LU  {at=1599022.978827411, lu_delay=4.624161381972954, ms=00024}
22:49:01.413009 run                osmo-ms-mob/00037: Starting mobile
22:49:01.432968 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.444671 run                             mass: MS start registered  {at=1599023.493785923, delay=0.005428401054814458, ms=00037}
22:49:01.693902 run                osmo-ms-mob/00038: Starting mobile
22:49:01.711762 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.725469 run                             mass: MS start registered  {at=1599023.774586334, delay=0.004498841008171439, ms=00038}
22:49:01.976743 run                osmo-ms-mob/00039: Starting mobile
22:49:01.991335 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.003811 run                             mass: MS start registered  {at=1599024.052927404, delay=0.006422221893444657, ms=00039}
22:49:02.381352 run                osmo-ms-mob/00040: Starting mobile
22:49:02.394508 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.405622 run                             mass: MS start registered  {at=1599024.454740867, delay=0.004951920127496123, ms=00040}
22:49:02.661368 run                             mass: MS performed LU  {at=1599024.710383763, lu_delay=5.81910076411441, ms=00025}
22:49:02.676539 run                osmo-ms-mob/00041: Starting mobile
22:49:02.689881 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.695988 run                             mass: MS performed LU  {at=1599024.745115007, lu_delay=4.6774507749360055, ms=00028}
22:49:02.701801 run                             mass: MS start registered  {at=1599024.75093397, delay=0.005833951057866216, ms=00041}
22:49:02.776607 run                             mass: MS performed LU  {at=1599024.825623067, lu_delay=5.651250931201503, ms=00026}
22:49:02.805189 run                osmo-ms-mob/00042: Starting mobile
22:49:02.818242 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.830796 run                             mass: MS performed LU  {at=1599024.879904063, lu_delay=5.2214469108730555, ms=00027}
22:49:02.836974 run                             mass: MS start registered  {at=1599024.886105707, delay=0.012735474854707718, ms=00042}
22:49:03.394054 run                osmo-ms-mob/00043: Starting mobile
22:49:03.408613 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.421916 run                             mass: MS start registered  {at=1599025.471028494, delay=0.0070683949161320925, ms=00043}
22:49:03.694298 run                osmo-ms-mob/00044: Starting mobile
22:49:03.708043 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.721079 run                             mass: MS start registered  {at=1599025.770176289, delay=0.007008358836174011, ms=00044}
22:49:03.995064 run                osmo-ms-mob/00045: Starting mobile
22:49:04.009203 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.022009 run                             mass: MS start registered  {at=1599026.071124143, delay=0.00665107392705977, ms=00045}
22:49:04.319423 run                osmo-ms-mob/00046: Starting mobile
22:49:04.335598 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.347705 run                             mass: MS start registered  {at=1599026.396824344, delay=0.005997020052745938, ms=00046}
22:49:04.442358 run                             mass: MS performed LU  {at=1599026.491372166, lu_delay=4.90062723797746, ms=00032}
22:49:04.525196 run                             mass: MS performed LU  {at=1599026.574231926, lu_delay=5.689529339782894, ms=00030}
22:49:04.553759 run                osmo-ms-mob/00047: Starting mobile
22:49:04.566797 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.577579 run                             mass: MS start registered  {at=1599026.626700272, delay=0.00478892307728529, ms=00047}
22:49:04.589208 run                             mass: MS performed LU  {at=1599026.638323804, lu_delay=6.179115645820275, ms=00029}
22:49:04.696140 run                             mass: MS performed LU  {at=1599026.745156834, lu_delay=5.628306731814519, ms=00031}
22:49:04.738853 run                osmo-ms-mob/00048: Starting mobile
22:49:04.752081 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.758155 run                             mass: MS performed LU  {at=1599026.807280869, lu_delay=4.839527698932216, ms=00033}
22:49:04.764480 run                             mass: MS start registered  {at=1599026.8135974, delay=0.006333522964268923, ms=00048}
22:49:05.221061 run                osmo-ms-mob/00049: Starting mobile
22:49:05.239675 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.253486 run                             mass: MS start registered  {at=1599027.302596768, delay=0.005327659891918302, ms=00049}
22:49:05.504475 run                osmo-ms-mob/00050: Starting mobile
22:49:05.520730 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.535532 run                             mass: MS start registered  {at=1599027.584636089, delay=0.007678784895688295, ms=00050}
22:49:05.895514 run                osmo-ms-mob/00051: Starting mobile
22:49:05.909608 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.924472 run                             mass: MS start registered  {at=1599027.973583551, delay=0.007850213907659054, ms=00051}
22:49:06.180759 run                osmo-ms-mob/00052: Starting mobile
22:49:06.194278 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.205362 run                             mass: MS start registered  {at=1599028.254479188, delay=0.004943157080560923, ms=00052}
22:49:06.427030 run                             mass: MS performed LU  {at=1599028.47604774, lu_delay=4.982261816971004, ms=00037}
22:49:06.441978 run                osmo-ms-mob/00053: Starting mobile
22:49:06.455359 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.461419 run                             mass: MS performed LU  {at=1599028.510545348, lu_delay=4.735959014156833, ms=00038}
22:49:06.467554 run                             mass: MS start registered  {at=1599028.516674609, delay=0.006145778810605407, ms=00053}
22:49:06.542014 run                             mass: MS performed LU  {at=1599028.591030896, lu_delay=5.936437998898327, ms=00035}
22:49:06.570887 run                osmo-ms-mob/00054: Starting mobile
22:49:06.584018 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.595778 run                             mass: MS start registered  {at=1599028.644894474, delay=0.005732405930757523, ms=00054}
22:49:06.602476 run                             mass: MS performed LU  {at=1599028.651601953, lu_delay=5.726208531064913, ms=00036}
22:49:06.887899 run                             mass: MS performed LU  {at=1599028.936893161, lu_delay=4.883965756976977, ms=00039}
22:49:06.935235 run                osmo-ms-mob/00055: Starting mobile
22:49:06.949781 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.962728 run                             mass: MS start registered  {at=1599029.011843314, delay=0.0068689920008182526, ms=00055}
22:49:07.405004 run                osmo-ms-mob/00056: Starting mobile
22:49:07.430822 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.442148 run                             mass: MS start registered  {at=1599029.491257731, delay=0.0051321121864020824, ms=00056}
22:49:07.681942 run                osmo-ms-mob/00057: Starting mobile
22:49:07.696600 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.708375 run                             mass: MS start registered  {at=1599029.757490831, delay=0.0041748350486159325, ms=00057}
22:49:08.093333 run                osmo-ms-mob/00058: Starting mobile
22:49:08.107339 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.121231 run                             mass: MS start registered  {at=1599030.170344064, delay=0.007774207973852754, ms=00058}
22:49:08.207840 run                             mass: MS performed LU  {at=1599030.256855656, lu_delay=5.370749949011952, ms=00042}
22:49:08.291036 run                             mass: MS performed LU  {at=1599030.340061194, lu_delay=4.8690327000804245, ms=00043}
22:49:08.305924 run                osmo-ms-mob/00059: Starting mobile
22:49:08.319225 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.330453 run                             mass: MS start registered  {at=1599030.379570959, delay=0.005168116884306073, ms=00059}
22:49:08.355367 run                             mass: MS performed LU  {at=1599030.404453336, lu_delay=5.653519365936518, ms=00041}
22:49:08.461799 run                             mass: MS performed LU  {at=1599030.510814015, lu_delay=6.056073148036376, ms=00040}
22:49:08.490794 run                osmo-ms-mob/00060: Starting mobile
22:49:08.504438 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.511118 run                             mass: MS performed LU  {at=1599030.560239605, lu_delay=4.790063316002488, ms=00044}
22:49:08.517948 run                             mass: MS start registered  {at=1599030.567053953, delay=0.006834477884694934, ms=00060}
22:49:09.113791 run                osmo-ms-mob/00061: Starting mobile
22:49:09.131377 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.145718 run                             mass: MS start registered  {at=1599031.194820454, delay=0.008098581107333302, ms=00061}
22:49:09.406219 run                osmo-ms-mob/00062: Starting mobile
22:49:09.423020 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.440997 run                             mass: MS start registered  {at=1599031.490100844, delay=0.011734472122043371, ms=00062}
22:49:09.699695 run                osmo-ms-mob/00063: Starting mobile
22:49:09.713937 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.725534 run                             mass: MS start registered  {at=1599031.774648006, delay=0.005475054029375315, ms=00063}
22:49:10.115375 run                osmo-ms-mob/00064: Starting mobile
22:49:10.136986 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.155590 run                             mass: MS start registered  {at=1599032.204695412, delay=0.009385148994624615, ms=00064}
22:49:10.192853 run                             mass: MS performed LU  {at=1599032.241870754, lu_delay=4.657234665006399, ms=00050}
22:49:10.218818 run                             mass: MS performed LU  {at=1599032.267924038, lu_delay=6.196799895027652, ms=00045}
22:49:10.308259 run                             mass: MS performed LU  {at=1599032.357276002, lu_delay=5.960451657883823, ms=00046}
22:49:10.337954 run                osmo-ms-mob/00065: Starting mobile
22:49:10.351191 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.362485 run                             mass: MS performed LU  {at=1599032.411590605, lu_delay=5.78489033295773, ms=00047}
22:49:10.368693 run                             mass: MS start registered  {at=1599032.417824212, delay=0.011489578057080507, ms=00065}
22:49:10.418733 run                             mass: MS performed LU  {at=1599032.467766011, lu_delay=5.16516924300231, ms=00049}
22:49:10.433856 run                osmo-ms-mob/00066: Starting mobile
22:49:10.447119 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.453156 run                             mass: MS performed LU  {at=1599032.502281041, lu_delay=5.6886836409103125, ms=00048}
22:49:10.460880 run                             mass: MS start registered  {at=1599032.510000385, delay=0.007736643077805638, ms=00066}
22:49:11.194785 run                osmo-ms-mob/00067: Starting mobile
22:49:11.209122 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.223757 run                             mass: MS start registered  {at=1599033.272871406, delay=0.008256757166236639, ms=00067}
22:49:11.272179 run                             mass: MS performed LU  {at=1599033.321190093, lu_delay=4.804515484021977, ms=00053}
22:49:11.484202 run                osmo-ms-mob/00068: Starting mobile
22:49:11.497819 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.509044 run                             mass: MS start registered  {at=1599033.558162548, delay=0.004941810155287385, ms=00068}
22:49:11.919438 run                osmo-ms-mob/00069: Starting mobile
22:49:11.932820 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.945392 run                             mass: MS start registered  {at=1599033.994508652, delay=0.005066619021818042, ms=00069}
22:49:11.973786 run                             mass: MS performed LU  {at=1599034.022812917, lu_delay=4.531555185792968, ms=00056}
22:49:12.056936 run                             mass: MS performed LU  {at=1599034.105961723, lu_delay=5.851482535013929, ms=00052}
22:49:12.121041 run                             mass: MS performed LU  {at=1599034.170079617, lu_delay=5.525185143109411, ms=00054}
22:49:12.147937 run                osmo-ms-mob/00070: Starting mobile
22:49:12.161118 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.175833 run                             mass: MS start registered  {at=1599034.224942757, delay=0.008669632021337748, ms=00070}
22:49:12.227608 run                             mass: MS performed LU  {at=1599034.276634856, lu_delay=5.264791541965678, ms=00055}
22:49:12.265400 run                             mass: MS performed LU  {at=1599034.314418033, lu_delay=6.3408344821073115, ms=00051}
22:49:12.723117 run                osmo-ms-mob/00071: Starting mobile
22:49:12.739999 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.758641 run                             mass: MS start registered  {at=1599034.807744208, delay=0.010209954110905528, ms=00071}
22:49:13.091309 run                osmo-ms-mob/00072: Starting mobile
22:49:13.105708 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.120031 run                             mass: MS start registered  {at=1599035.169143382, delay=0.006807331927120686, ms=00072}
22:49:13.503607 run                osmo-ms-mob/00073: Starting mobile
22:49:13.519926 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.533123 run                             mass: MS start registered  {at=1599035.582239437, delay=0.007103317882865667, ms=00073}
22:49:13.881286 run                osmo-ms-mob/00074: Starting mobile
22:49:13.894745 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.908653 run                             mass: MS start registered  {at=1599035.957761958, delay=0.007895621005445719, ms=00074}
22:49:13.958359 run                             mass: MS performed LU  {at=1599036.007353126, lu_delay=5.440299173118547, ms=00060}
22:49:13.986569 run                             mass: MS performed LU  {at=1599036.035593955, lu_delay=5.656022996176034, ms=00059}
22:49:14.074037 run                             mass: MS performed LU  {at=1599036.123055312, lu_delay=5.952711248071864, ms=00058}
22:49:14.103703 run                osmo-ms-mob/00075: Starting mobile
22:49:14.116925 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.128432 run                             mass: MS performed LU  {at=1599036.17752331, lu_delay=6.420032479101792, ms=00057}
22:49:14.134529 run                             mass: MS start registered  {at=1599036.183659005, delay=0.011528345989063382, ms=00075}
22:49:14.165337 run                             mass: MS performed LU  {at=1599036.214398788, lu_delay=5.019578333944082, ms=00061}
22:49:14.185675 run                             mass: MS performed LU  {at=1599036.234799302, lu_delay=4.744698457885534, ms=00062}
22:49:14.805960 run                osmo-ms-mob/00076: Starting mobile
22:49:14.825297 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.839526 run                             mass: MS start registered  {at=1599036.888618966, delay=0.008094547083601356, ms=00076}
22:49:15.194525 run                osmo-ms-mob/00077: Starting mobile
22:49:15.208411 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.221599 run                             mass: MS start registered  {at=1599037.270703873, delay=0.007168208947405219, ms=00077}
22:49:15.694286 run                osmo-ms-mob/00078: Starting mobile
22:49:15.709812 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.720846 run                             mass: MS start registered  {at=1599037.769964999, delay=0.004979731980711222, ms=00078}
22:49:15.822828 run                             mass: MS performed LU  {at=1599037.871767475, lu_delay=5.4539432630408555, ms=00065}
22:49:15.888516 run                             mass: MS performed LU  {at=1599037.937507099, lu_delay=5.427506713895127, ms=00066}
22:49:15.994063 run                             mass: MS performed LU  {at=1599038.043056821, lu_delay=4.770185414934531, ms=00067}
22:49:16.039120 run                osmo-ms-mob/00079: Starting mobile
22:49:16.052265 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.058637 run                             mass: MS performed LU  {at=1599038.107759124, lu_delay=6.333111117826775, ms=00063}
22:49:16.064988 run                             mass: MS start registered  {at=1599038.114110521, delay=0.006371213123202324, ms=00079}
22:49:16.612560 run                osmo-ms-mob/00080: Starting mobile
22:49:16.629509 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.640863 run                             mass: MS start registered  {at=1599038.689981839, delay=0.005279347999021411, ms=00080}
22:49:17.081229 run                osmo-ms-mob/00081: Starting mobile
22:49:17.094761 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.105488 run                             mass: MS start registered  {at=1599039.154605318, delay=0.004630979150533676, ms=00081}
22:49:17.493900 run                osmo-ms-mob/00082: Starting mobile
22:49:17.507784 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.519145 run                             mass: MS start registered  {at=1599039.56825675, delay=0.005376172950491309, ms=00082}
22:49:17.724771 run                             mass: MS performed LU  {at=1599039.773790323, lu_delay=5.548847565893084, ms=00070}
22:49:17.751471 run                             mass: MS performed LU  {at=1599039.800513453, lu_delay=4.992769245058298, ms=00071}
22:49:17.839460 run                             mass: MS performed LU  {at=1599039.888476576, lu_delay=6.330314027843997, ms=00068}
22:49:17.896300 run                             mass: MS performed LU  {at=1599039.945331526, lu_delay=5.950822873972356, ms=00069}
22:49:17.948037 run                osmo-ms-mob/00083: Starting mobile
22:49:17.963243 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.969263 run                             mass: MS performed LU  {at=1599040.018386657, lu_delay=4.849243274889886, ms=00072}
22:49:17.978531 run                             mass: MS start registered  {at=1599040.027653739, delay=0.009286038111895323, ms=00083}
22:49:18.594813 run                osmo-ms-mob/00084: Starting mobile
22:49:18.613069 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.626517 run                             mass: MS start registered  {at=1599040.675632702, delay=0.006368548842146993, ms=00084}
22:49:19.096272 run                osmo-ms-mob/00085: Starting mobile
22:49:19.110398 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.122965 run                             mass: MS start registered  {at=1599041.172072962, delay=0.006325671914964914, ms=00085}
22:49:19.524351 run                             mass: MS performed LU  {at=1599041.573344674, lu_delay=5.615582715952769, ms=00074}
22:49:19.588720 run                             mass: MS performed LU  {at=1599041.6377375, lu_delay=5.454078495036811, ms=00075}
22:49:19.645092 run                osmo-ms-mob/00086: Starting mobile
22:49:19.661867 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.669479 run                             mass: MS performed LU  {at=1599041.718602126, lu_delay=4.829983159899712, ms=00076}
22:49:19.677059 run                             mass: MS start registered  {at=1599041.726179388, delay=0.007596850860863924, ms=00086}
22:49:19.797410 run                             mass: MS performed LU  {at=1599041.846427025, lu_delay=6.264187588123605, ms=00073}
22:49:20.318607 run                osmo-ms-mob/00087: Starting mobile
22:49:20.332069 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.344012 run                             mass: MS start registered  {at=1599042.393127615, delay=0.005796738201752305, ms=00087}
22:49:20.886128 run                osmo-ms-mob/00088: Starting mobile
22:49:20.900180 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.912391 run                             mass: MS start registered  {at=1599042.961499726, delay=0.005996990948915482, ms=00088}
22:49:21.521516 run                osmo-ms-mob/00089: Starting mobile
22:49:21.537616 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.543702 run                             mass: MS performed LU  {at=1599043.592823657, lu_delay=5.4787131359335035, ms=00079}
22:49:21.549537 run                             mass: MS performed LU  {at=1599043.598667261, lu_delay=4.908685422036797, ms=00080}
22:49:21.555335 run                             mass: MS start registered  {at=1599043.604466698, delay=0.011662842938676476, ms=00089}
22:49:21.605812 run                             mass: MS performed LU  {at=1599043.65480426, lu_delay=5.8848392609506845, ms=00078}
22:49:21.661495 run                             mass: MS performed LU  {at=1599043.710509334, lu_delay=6.439805461093783, ms=00077}
22:49:21.932348 run                             mass: MS performed LU  {at=1599043.981355851, lu_delay=4.826750532956794, ms=00081}
22:49:21.967988 run                osmo-ms-mob/00090: Starting mobile
22:49:21.981446 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.994604 run                             mass: MS start registered  {at=1599044.043717683, delay=0.006818534107878804, ms=00090}
22:49:22.780487 run                osmo-ms-mob/00091: Starting mobile
22:49:22.794415 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.806982 run                             mass: MS start registered  {at=1599044.85609854, delay=0.005964983953163028, ms=00091}
22:49:23.271154 run                             mass: MS performed LU  {at=1599045.320145741, lu_delay=4.644513039151207, ms=00084}
22:49:23.354405 run                             mass: MS performed LU  {at=1599045.403440306, lu_delay=5.835183555958793, ms=00082}
22:49:23.419534 run                             mass: MS performed LU  {at=1599045.468533128, lu_delay=5.440879388945177, ms=00083}
22:49:23.462084 run                osmo-ms-mob/00092: Starting mobile
22:49:23.476072 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.490915 run                             mass: MS start registered  {at=1599045.539999066, delay=0.008802324999123812, ms=00092}
22:49:23.760235 run                             mass: MS performed LU  {at=1599045.809248805, lu_delay=23.41213794099167, ms=00034}
22:49:24.293344 run                osmo-ms-mob/00093: Starting mobile
22:49:24.308035 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.320967 run                             mass: MS start registered  {at=1599046.370082937, delay=0.006746366852894425, ms=00093}
22:49:25.221167 run                osmo-ms-mob/00094: Starting mobile
22:49:25.237202 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.253260 run                             mass: MS start registered  {at=1599047.302370958, delay=0.010028650052845478, ms=00094}
22:49:25.259755 run                             mass: MS performed LU  {at=1599047.30888061, lu_delay=5.582701222039759, ms=00086}
22:49:25.282723 run                             mass: MS performed LU  {at=1599047.331821081, lu_delay=6.159748119069263, ms=00085}
22:49:25.371127 run                             mass: MS performed LU  {at=1599047.420144878, lu_delay=5.027017262997106, ms=00087}
22:49:25.664399 run                             mass: MS performed LU  {at=1599047.713395861, lu_delay=4.751896135043353, ms=00088}
22:49:26.088391 run                osmo-ms-mob/00095: Starting mobile
22:49:26.101811 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.113317 run                             mass: MS start registered  {at=1599048.162433463, delay=0.003613892011344433, ms=00095}
22:49:27.123266 run                osmo-ms-mob/00096: Starting mobile
22:49:27.139544 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.145584 run                             mass: MS performed LU  {at=1599049.194708842, lu_delay=5.59024214418605, ms=00089}
22:49:27.154765 run                             mass: MS start registered  {at=1599049.203884646, delay=0.009195939172059298, ms=00096}
22:49:27.184552 run                             mass: MS performed LU  {at=1599049.233639458, lu_delay=5.18992177490145, ms=00090}
22:49:28.181152 run                osmo-ms-mob/00097: Starting mobile
22:49:28.194209 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.206349 run                             mass: MS start registered  {at=1599050.255429044, delay=0.005975943990051746, ms=00097}
22:49:29.021408 run                             mass: MS performed LU  {at=1599051.070402792, lu_delay=4.700319855008274, ms=00093}
22:49:29.049701 run                             mass: MS performed LU  {at=1599051.098742171, lu_delay=5.558743105037138, ms=00092}
22:49:29.136600 run                             mass: MS performed LU  {at=1599051.185616462, lu_delay=6.329517922131345, ms=00091}
22:49:29.514525 run                osmo-ms-mob/00098: Starting mobile
22:49:29.530559 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.542340 run                             mass: MS start registered  {at=1599051.591453159, delay=0.005842237966135144, ms=00098}
22:49:30.886079 run                             mass: MS performed LU  {at=1599052.935083159, lu_delay=5.632712200982496, ms=00094}
22:49:30.950787 run                             mass: MS performed LU  {at=1599052.999808933, lu_delay=4.837375469971448, ms=00095}
22:49:31.300980 run                osmo-ms-mob/00099: Starting mobile
22:49:31.319310 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.327624 run                             mass: All started... {duration=55.75684661907144, too_slow=0}
22:49:31.336169 run                             mass: MS start registered  {at=1599053.385285756, delay=0.00854176701977849, ms=00099}
22:49:32.787797 run                             mass: MS performed LU  {at=1599054.83681264, lu_delay=5.63292799401097, ms=00096}
22:49:32.814919 run                             mass: MS performed LU  {at=1599054.863938314, lu_delay=4.608509270008653, ms=00097}
22:49:32.903227 run                             mass: MS performed LU  {at=1599054.952236772, lu_delay=22.747541360091418, ms=00064}
22:49:34.651750 run                             mass: MS performed LU  {at=1599056.700723393, lu_delay=5.109270233893767, ms=00098}
22:49:36.553764 run                             mass: MS performed LU  {at=1599058.602781635, lu_delay=5.217495878925547, ms=00099}
22:49:36.577216 run                             mass: Tests done {all_completed=True, max=23.41213794099167, min=4.531555185792968}
22:49:36.582924 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:36.588192 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.591421 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.594605 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.597823 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.601004 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.604211 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.607451 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.610644 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.613827 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.617079 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.620257 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.623501 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.626728 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.629973 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.633192 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.636403 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.639631 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.642876 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.646206 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.649498 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.652825 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.656183 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.659479 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.662741 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.666004 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.669357 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.672636 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.675945 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.680243 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.683649 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.686915 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.690177 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.693500 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.697142 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.700552 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.703941 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.707210 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.710511 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.713807 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.717197 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.720634 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.724740 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.728304 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.731735 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.735135 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.738551 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.742143 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.745585 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.748992 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.752403 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.755825 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.759238 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.762650 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.766061 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.769479 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.772873 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.776265 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.779653 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.783912 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.790958 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.796471 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.799995 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.803485 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.806857 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.810291 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.813814 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.817249 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.820681 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.824158 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.827733 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.831368 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.834892 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.839044 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.842507 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.846080 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.849556 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.853124 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.856666 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.860248 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.863723 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.867131 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.870588 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.874112 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.877608 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.880981 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.884337 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.887673 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.891382 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.895364 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.898687 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.902079 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.905414 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.908805 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.912273 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.915666 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.919090 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.922470 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.926046 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.929583 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.935428 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.938910 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.942369 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.945660 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.949027 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.952637 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.958417 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.962004 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.965511 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.968829 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.972145 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.975521 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.979375 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.982718 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.986098 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.989400 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.992722 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.995992 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.999234 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.002466 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.005707 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.008963 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.012195 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.015423 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.018661 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.021886 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.025124 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.028405 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.031637 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.034862 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.038087 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.041313 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.044526 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.047755 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.050986 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.054202 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.057434 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.060665 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.063893 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.067123 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.070334 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.073553 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.076786 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.080008 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.083233 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.086450 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.089672 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.092902 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.096136 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.099368 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.102594 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.105809 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.109034 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.112260 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.115475 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.118683 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.121903 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.125123 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.128355 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.131582 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.134794 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.138037 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.141252 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.144486 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.147718 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.150933 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.154166 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.157391 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.160618 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.163840 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.167060 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.170274 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.173499 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.176730 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.179968 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.183180 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.186406 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.189637 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.192852 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.196067 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.199285 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.202501 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.205743 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.208989 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.212200 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.215416 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.218658 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.221880 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.225099 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.228308 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.231522 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.234738 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.237966 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.241178 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.244415 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.247648 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.250876 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.254112 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.257350 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.260590 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.263826 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.267045 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.270278 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.273503 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.276738 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.279963 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.283182 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.286391 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.289603 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.292822 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.296052 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.299274 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.302508 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.305738 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.308962 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.310415 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.313996 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.315447 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.319009 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.320450 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.324025 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.325469 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.329048 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.330506 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.334111 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.335565 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.339159 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.340617 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.344221 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.345669 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.349297 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.350743 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.354315 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.355782 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.359394 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.360851 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.364451 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.365913 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.369534 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.370996 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.374595 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.376064 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.379664 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.381116 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.384770 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.386230 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.389844 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.391323 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.394951 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.396418 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.400042 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.401498 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.405099 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.406560 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.410173 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.411631 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.415243 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.416697 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.420292 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.421740 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.425343 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.426798 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.430391 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.431867 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.435454 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.436900 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.440483 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.441928 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.445527 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.446988 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.450573 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.452028 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.455617 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.457064 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.460683 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.462127 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.465732 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.467187 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.470781 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.472223 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.475804 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.477253 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:37.480862 ---      ParallelTerminationStrategy: PID 57 died...
22:49:37.482301 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:37.485891 ---      ParallelTerminationStrategy: PID 58 died...
22:49:37.487332 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:37.490905 ---      ParallelTerminationStrategy: PID 59 died...
22:49:37.492361 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:37.495957 ---      ParallelTerminationStrategy: PID 60 died...
22:49:37.497396 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:37.500979 ---      ParallelTerminationStrategy: PID 61 died...
22:49:37.502428 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:37.506020 ---      ParallelTerminationStrategy: PID 62 died...
22:49:37.507473 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:37.511065 ---      ParallelTerminationStrategy: PID 63 died...
22:49:37.512510 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:37.516097 ---      ParallelTerminationStrategy: PID 64 died...
22:49:37.517534 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:37.521144 ---      ParallelTerminationStrategy: PID 65 died...
22:49:37.522580 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:37.526162 ---      ParallelTerminationStrategy: PID 66 died...
22:49:37.527630 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:37.531223 ---      ParallelTerminationStrategy: PID 67 died...
22:49:37.532684 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:37.536269 ---      ParallelTerminationStrategy: PID 68 died...
22:49:37.537712 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.541288 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.542737 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.546322 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.547782 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.551367 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.552807 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.556382 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.557828 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.561417 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.562856 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.566450 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.567902 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.571482 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.572918 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.576493 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.577948 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.581519 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.582967 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.586544 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.587994 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.591660 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.593112 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.596691 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.598130 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.601719 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.603173 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.606774 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.608220 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.611800 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.613246 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.616839 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.618282 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.621891 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.623352 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.626950 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.628394 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.631989 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.633434 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.637022 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.638459 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.642042 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.643499 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.647103 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.648549 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.652118 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.653566 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.657149 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.658589 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.662161 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.663622 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.667203 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.668644 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.672226 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.673673 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.677257 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.678698 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.682309 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.683757 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.687373 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.688821 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.692404 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.693854 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.697427 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.698858 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.702429 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.703883 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.707448 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.708891 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.712465 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.713910 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.717502 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.718952 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.722532 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.723981 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.727553 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.728991 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.732579 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.734019 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.737606 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.739064 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.742615 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.744071 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.747646 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.749080 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.752634 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.754073 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.757645 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.759083 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.762652 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.764106 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.767670 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.769109 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.772689 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.774134 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.777685 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.779127 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.782679 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.784145 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.787719 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.789155 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.792723 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.794158 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.797729 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.799180 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.802742 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.804182 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.807769 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.809211 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.812803 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.814247 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.817800 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.819234 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.822805 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.824263 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.827841 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.829291 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.832865 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.834311 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.837881 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.839346 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.842904 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.844337 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.847905 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.849343 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.852906 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.854346 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.857909 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.859357 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.862936 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.864372 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.867932 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.869378 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.872944 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.874406 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.877997 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.879459 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.883058 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.884504 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.888110 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.889546 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.893128 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.894575 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.898173 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.899616 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.903203 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.904656 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.908257 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.909699 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.913277 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.914706 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.918282 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.919739 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.923333 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.924763 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.928356 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.929802 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.933392 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.934842 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.938438 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.939877 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.943456 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.944904 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.948483 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.949923 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.953504 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.954936 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.958503 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.959981 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.963575 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.965021 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.968623 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.970070 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.973660 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.975118 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.978724 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.980163 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.983764 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.985195 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.988804 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.990249 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.993859 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.995304 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.998890 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.000335 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.003918 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.005363 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.008960 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.010398 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.013980 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.015451 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.019023 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.020462 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.024039 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.025470 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.029079 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.030521 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.034112 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.035564 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.039158 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.040604 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.044205 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.045652 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.049238 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.050669 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.054279 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.055722 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.059309 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.060749 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.064321 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.065755 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.069328 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.070762 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.074349 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.075807 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.079380 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.080816 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.084384 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.085833 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.089422 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.090898 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.094488 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.095931 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.099532 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.100957 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.104565 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.106009 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.109624 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.111072 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.114666 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.116118 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.119702 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.121143 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.124774 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.126223 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.129818 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.131267 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.134844 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.136307 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.139967 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.141425 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.145010 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.146457 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.150054 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.151500 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.155110 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.156564 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.160155 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.161596 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.165207 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.166658 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.170256 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.171713 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.175312 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.176766 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.180374 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.181815 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.185399 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.186840 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.190464 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.191920 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.195516 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.196967 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.200561 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.202004 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.205634 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.207080 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.210665 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.212102 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.215700 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.217148 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.220784 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.222237 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.225841 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.227297 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.230911 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.232367 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.235988 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.237440 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.241040 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.242485 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.246111 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.247553 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.251194 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.252641 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.256247 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.257702 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.261292 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.262734 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.266341 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.267802 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.271403 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.272849 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.276455 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.277899 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.281494 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.282969 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.286564 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.288024 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.291638 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.293086 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.296680 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.298135 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.301753 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.303197 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.306797 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.308256 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.311880 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.313344 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.316975 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.318426 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.322036 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.323491 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.327108 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.328571 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.332209 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.333657 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.337270 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.338726 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.342330 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.343799 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.347437 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.348894 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.352512 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.353978 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.357587 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.359045 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.362679 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.364157 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.367765 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.369220 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.372847 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.374310 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.778706 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.785074 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8402 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.844533 tst                       trial-8402: Storing JUnit report in /build/trial-8402/run.2026-07-24_22-48-17/trial-8402.xml

--------------------------------------------------------------------------------------------
trial-8402 PASS
--------------------------------------------------------------------------------------------
22:49:41.854371 tst                       trial-8402: trial-8402: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8402/inst
+ cd trial-8402
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-24 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8402-run.tgz run.2026-07-24_22-48-17
+ tar czf /build/trial-8402-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-24_13_27_10.tgz osmo-bts-oc2g.build-2026-07-24_00_52_24.tgz osmo-bts-sysmo.build-2026-07-24_00_52_20.tgz osmo-bts.build-2026-07-24_00_52_38.tgz osmo-ggsn.build-2026-07-24_20_43_04.tgz osmo-hlr.build-2026-07-24_16_37_37.tgz osmo-hnbgw.build-2026-07-24_13_31_18.tgz osmo-mgw.build-2026-07-24_08_33_42.tgz osmo-msc.build-2026-07-24_13_34_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-24_07_34_57.tgz osmo-pcu-sysmo.build-2026-07-24_07_34_56.tgz osmo-pcu.build-2026-07-24_07_34_54.tgz osmo-sgsn.build-2026-07-24_20_49_32.tgz osmo-stp.build-2026-07-24_13_25_49.tgz osmo-trx.build-2026-07-24_14_22_30.tgz osmocom-bb.build-2026-07-24_21_18_48.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS