Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15943643823549698516.sh
+ rm -rf trial-8134-bin.tgz trial-8134-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24780
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10944
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10309
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12780
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13103
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12495
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40757
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7486
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42835
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8253
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 13069
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7387
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11469
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7526
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8967
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6246
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 7387
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13940520506614794814.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-8134
+ 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
88b255d common/Release.key: update
+ 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 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 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#7 CACHED
#8 [ 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
#8 CACHED
#9 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#10 CACHED
#11 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#11 CACHED
#12 [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
#12 CACHED
#13 [ 3/28] RUN     groupadd osmo-gsm-tester
#13 CACHED
#14 [ 9/28] COPY	SSH /root/.ssh
#14 CACHED
#15 [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
#15 CACHED
#16 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#16 CACHED
#17 [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
#17 CACHED
#18 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#18 CACHED
#19 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#19 CACHED
#20 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#20 CACHED
#21 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#21 CACHED
#22 [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
#22 CACHED
#23 [ 8/28] RUN	MKDIR /var/run/sshd
#23 CACHED
#24 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#24 CACHED
#25 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#25 CACHED
#26 [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
#26 CACHED
#27 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#27 CACHED
#28 [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
#28 CACHED
#29 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#29 CACHED
#30 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED
#31 [20/28] WORKDIR	/TMP
#31 CACHED
#32 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#32 CACHED
#33 [28/28] WORKDIR	/DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:292f4ef1ffb038aa99ac4ffaecc8cd4e063050894a9a9e43a5abfe6924315edf 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=8135 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-10-30 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8135
+ mkdir -p trial-8135
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-30_13_26_28.tgz osmo-bts-oc2g.build-2025-10-30_00_51_49.tgz osmo-bts-sysmo.build-2025-10-30_00_51_53.tgz osmo-bts.build-2025-10-30_00_51_58.tgz osmo-ggsn.build-2025-10-30_20_42_29.tgz osmo-hlr.build-2025-10-30_16_36_48.tgz osmo-hnbgw.build-2025-10-30_13_30_15.tgz osmo-mgw.build-2025-10-30_08_33_18.tgz osmo-msc.build-2025-10-30_13_32_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-30_07_34_01.tgz osmo-pcu-sysmo.build-2025-10-30_07_34_05.tgz osmo-pcu.build-2025-10-30_07_36_17.tgz osmo-sgsn.build-2025-10-30_20_48_05.tgz osmo-stp.build-2025-10-30_13_25_18.tgz osmo-trx.build-2025-10-30_14_27_22.tgz osmocom-bb.build-2025-10-30_21_17_18.tgz srslte.build-19.tgz trial-8135
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-30_13_26_28.md5 osmo-bts-oc2g.build-2025-10-30_00_51_49.md5 osmo-bts-sysmo.build-2025-10-30_00_51_53.md5 osmo-bts.build-2025-10-30_00_51_58.md5 osmo-ggsn.build-2025-10-30_20_42_29.md5 osmo-hlr.build-2025-10-30_16_36_48.md5 osmo-hnbgw.build-2025-10-30_13_30_15.md5 osmo-mgw.build-2025-10-30_08_33_18.md5 osmo-msc.build-2025-10-30_13_32_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-30_07_34_01.md5 osmo-pcu-sysmo.build-2025-10-30_07_34_05.md5 osmo-pcu.build-2025-10-30_07_36_17.md5 osmo-sgsn.build-2025-10-30_20_48_05.md5 osmo-stp.build-2025-10-30_13_25_18.md5 osmo-trx.build-2025-10-30_14_27_22.md5 osmocom-bb.build-2025-10-30_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-30_13_26_28.md5 osmo-bts-oc2g.build-2025-10-30_00_51_49.md5 osmo-bts-sysmo.build-2025-10-30_00_51_53.md5 osmo-bts.build-2025-10-30_00_51_58.md5 osmo-ggsn.build-2025-10-30_20_42_29.md5 osmo-hlr.build-2025-10-30_16_36_48.md5 osmo-hnbgw.build-2025-10-30_13_30_15.md5 osmo-mgw.build-2025-10-30_08_33_18.md5 osmo-msc.build-2025-10-30_13_32_22.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-30_07_34_01.md5 osmo-pcu-sysmo.build-2025-10-30_07_34_05.md5 osmo-pcu.build-2025-10-30_07_36_17.md5 osmo-sgsn.build-2025-10-30_20_48_05.md5 osmo-stp.build-2025-10-30_13_25_18.md5 osmo-trx.build-2025-10-30_14_27_22.md5 osmocom-bb.build-2025-10-30_21_17_18.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-8135 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8135'
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-8135
--------------------------------------------------------------------------------------------
22:48:17.050978 tst                       trial-8135: Detailed log at /build/trial-8135/run.2025-10-30_22-48-17/log
---------------------------------------------------------------------
trial-8135 netreg_mass
---------------------------------------------------------------------
22:48:17.252201 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.252548 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.253306 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.254445 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.295354 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.296206 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.297367 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.359053 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-8135 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.359708 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.375042 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.375576 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.376021 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.376451 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.376906 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.377368 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.377817 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.408778 tst         register_default_mass.py: using LAC 2
22:48:17.433138 tst         register_default_mass.py: using RAC 2
22:48:17.467188 tst         register_default_mass.py: using CellId 2
22:48:17.498271 tst         register_default_mass.py: using BVCI 3
22:48:17.512288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563786 tst      register_default_mass.py:21: Launching a simple network
22:48:17.573749 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.690828 run            create_hlr_db(pid=19): Launched
22:48:18.705213 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:18.729721 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:18.744946 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:18.750672 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.930624 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.945669 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.951370 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.361686 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:19.377025 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:22.392240 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.504515 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:22.519475 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:22.525219 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.548678 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:22.563580 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:22.569328 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.875654 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:22.890840 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:28.918045 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.088455 run         osmo-bts-virtual(pid=33): Launched
22:48:30.124559 tst         register_default_mass.py: using MSISDN 1001
22:48:30.138543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.177785 tst         register_default_mass.py: using MSISDN 1002
22:48:30.195393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.226123 tst         register_default_mass.py: using MSISDN 1003
22:48:30.241028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.271177 tst         register_default_mass.py: using MSISDN 1004
22:48:30.285437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.324984 tst         register_default_mass.py: using MSISDN 1005
22:48:30.342995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.373896 tst         register_default_mass.py: using MSISDN 1006
22:48:30.388497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.419207 tst         register_default_mass.py: using MSISDN 1007
22:48:30.433755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.464699 tst         register_default_mass.py: using MSISDN 1008
22:48:30.479305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.510058 tst         register_default_mass.py: using MSISDN 1009
22:48:30.524518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.555495 tst         register_default_mass.py: using MSISDN 1010
22:48:30.570041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.609241 tst         register_default_mass.py: using MSISDN 1011
22:48:30.627287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.658200 tst         register_default_mass.py: using MSISDN 1012
22:48:30.672961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.703605 tst         register_default_mass.py: using MSISDN 1013
22:48:30.718226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.748919 tst         register_default_mass.py: using MSISDN 1014
22:48:30.763482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.794069 tst         register_default_mass.py: using MSISDN 1015
22:48:30.808485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.839491 tst         register_default_mass.py: using MSISDN 1016
22:48:30.854042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.891519 tst         register_default_mass.py: using MSISDN 1017
22:48:30.908906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.939918 tst         register_default_mass.py: using MSISDN 1018
22:48:30.954935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.985909 tst         register_default_mass.py: using MSISDN 1019
22:48:31.000469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.031414 tst         register_default_mass.py: using MSISDN 1020
22:48:31.046037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.076778 tst         register_default_mass.py: using MSISDN 1021
22:48:31.091345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.122186 tst         register_default_mass.py: using MSISDN 1022
22:48:31.136770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.170325 tst         register_default_mass.py: using MSISDN 1023
22:48:31.186387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.217043 tst         register_default_mass.py: using MSISDN 1024
22:48:31.231601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.262505 tst         register_default_mass.py: using MSISDN 1025
22:48:31.277118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.307915 tst         register_default_mass.py: using MSISDN 1026
22:48:31.322383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.353156 tst         register_default_mass.py: using MSISDN 1027
22:48:31.367857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.398822 tst         register_default_mass.py: using MSISDN 1028
22:48:31.413428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.447615 tst         register_default_mass.py: using MSISDN 1029
22:48:31.463919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.494705 tst         register_default_mass.py: using MSISDN 1030
22:48:31.509438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.539937 tst         register_default_mass.py: using MSISDN 1031
22:48:31.554455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.585413 tst         register_default_mass.py: using MSISDN 1032
22:48:31.599787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.630708 tst         register_default_mass.py: using MSISDN 1033
22:48:31.645233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.676112 tst         register_default_mass.py: using MSISDN 1034
22:48:31.690664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.721495 tst         register_default_mass.py: using MSISDN 1035
22:48:31.735976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.782942 tst         register_default_mass.py: using MSISDN 1036
22:48:31.802503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.833300 tst         register_default_mass.py: using MSISDN 1037
22:48:31.848279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.879108 tst         register_default_mass.py: using MSISDN 1038
22:48:31.893759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.924274 tst         register_default_mass.py: using MSISDN 1039
22:48:31.938792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.969250 tst         register_default_mass.py: using MSISDN 1040
22:48:31.983556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.013692 tst         register_default_mass.py: using MSISDN 1041
22:48:32.028074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.064806 tst         register_default_mass.py: using MSISDN 1042
22:48:32.081245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.112016 tst         register_default_mass.py: using MSISDN 1043
22:48:32.126759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.157807 tst         register_default_mass.py: using MSISDN 1044
22:48:32.172363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.203004 tst         register_default_mass.py: using MSISDN 1045
22:48:32.217407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.248113 tst         register_default_mass.py: using MSISDN 1046
22:48:32.262639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.293440 tst         register_default_mass.py: using MSISDN 1047
22:48:32.308083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.341334 tst         register_default_mass.py: using MSISDN 1048
22:48:32.357081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.387685 tst         register_default_mass.py: using MSISDN 1049
22:48:32.402267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.433253 tst         register_default_mass.py: using MSISDN 1050
22:48:32.447940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.478755 tst         register_default_mass.py: using MSISDN 1051
22:48:32.493276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.523990 tst         register_default_mass.py: using MSISDN 1052
22:48:32.538665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.569617 tst         register_default_mass.py: using MSISDN 1053
22:48:32.584225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.614472 tst         register_default_mass.py: using MSISDN 1054
22:48:32.628830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.668168 tst         register_default_mass.py: using MSISDN 1055
22:48:32.686123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.717029 tst         register_default_mass.py: using MSISDN 1056
22:48:32.731915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.762835 tst         register_default_mass.py: using MSISDN 1057
22:48:32.777580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.808716 tst         register_default_mass.py: using MSISDN 1058
22:48:32.823397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.854280 tst         register_default_mass.py: using MSISDN 1059
22:48:32.868880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.899748 tst         register_default_mass.py: using MSISDN 1060
22:48:32.914411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.947744 tst         register_default_mass.py: using MSISDN 1061
22:48:32.963534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.994579 tst         register_default_mass.py: using MSISDN 1062
22:48:33.009388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.040528 tst         register_default_mass.py: using MSISDN 1063
22:48:33.055382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.086303 tst         register_default_mass.py: using MSISDN 1064
22:48:33.100870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.140514 tst         register_default_mass.py: using MSISDN 1065
22:48:33.158536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.189708 tst         register_default_mass.py: using MSISDN 1066
22:48:33.204682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.238001 tst         register_default_mass.py: using MSISDN 1067
22:48:33.254010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.284612 tst         register_default_mass.py: using MSISDN 1068
22:48:33.299156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.330201 tst         register_default_mass.py: using MSISDN 1069
22:48:33.344946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.376043 tst         register_default_mass.py: using MSISDN 1070
22:48:33.390779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.421661 tst         register_default_mass.py: using MSISDN 1071
22:48:33.436434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.467591 tst         register_default_mass.py: using MSISDN 1072
22:48:33.482202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.513029 tst         register_default_mass.py: using MSISDN 1073
22:48:33.527607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.566089 tst         register_default_mass.py: using MSISDN 1074
22:48:33.583734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.614866 tst         register_default_mass.py: using MSISDN 1075
22:48:33.630008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.660997 tst         register_default_mass.py: using MSISDN 1076
22:48:33.675543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.706681 tst         register_default_mass.py: using MSISDN 1077
22:48:33.721441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.752455 tst         register_default_mass.py: using MSISDN 1078
22:48:33.767153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.798187 tst         register_default_mass.py: using MSISDN 1079
22:48:33.812950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.849967 tst         register_default_mass.py: using MSISDN 1080
22:48:33.867284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.898285 tst         register_default_mass.py: using MSISDN 1081
22:48:33.913122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.944274 tst         register_default_mass.py: using MSISDN 1082
22:48:33.959141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.989997 tst         register_default_mass.py: using MSISDN 1083
22:48:34.004457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.035521 tst         register_default_mass.py: using MSISDN 1084
22:48:34.050278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.081306 tst         register_default_mass.py: using MSISDN 1085
22:48:34.095963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.129717 tst         register_default_mass.py: using MSISDN 1086
22:48:34.145821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.176963 tst         register_default_mass.py: using MSISDN 1087
22:48:34.191890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.222787 tst         register_default_mass.py: using MSISDN 1088
22:48:34.237409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.268413 tst         register_default_mass.py: using MSISDN 1089
22:48:34.283138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.313975 tst         register_default_mass.py: using MSISDN 1090
22:48:34.328573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.359599 tst         register_default_mass.py: using MSISDN 1091
22:48:34.374236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.408083 tst         register_default_mass.py: using MSISDN 1092
22:48:34.424179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.455341 tst         register_default_mass.py: using MSISDN 1093
22:48:34.470057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.501143 tst         register_default_mass.py: using MSISDN 1094
22:48:34.515940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.547174 tst         register_default_mass.py: using MSISDN 1095
22:48:34.561833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.593017 tst         register_default_mass.py: using MSISDN 1096
22:48:34.607720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.639090 tst         register_default_mass.py: using MSISDN 1097
22:48:34.653853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.685006 tst         register_default_mass.py: using MSISDN 1098
22:48:34.699766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.739242 tst         register_default_mass.py: using MSISDN 1099
22:48:34.757435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.788616 tst         register_default_mass.py: using MSISDN 1100
22:48:34.803701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.895477 run                             mass: Starting testcase
22:48:34.900990 run                             mass: Pre-launching all virtphy's
22:48:34.906368 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.921784 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:34.927939 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.941134 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:34.947367 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.960759 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:34.966888 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.980082 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:34.986105 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.999303 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.005406 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.018624 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.024909 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.038190 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.044400 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.057551 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.063759 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.076979 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.083092 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.096159 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.102227 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.115363 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.121398 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.134438 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:35.140488 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.153500 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:35.159620 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.172774 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:35.178851 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.191971 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:35.198115 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.211324 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:35.217395 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.230487 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:35.236726 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.249880 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:35.256088 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.269203 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:35.275357 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.288753 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:35.295030 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.308448 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:35.314650 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.327972 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:35.334240 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.347575 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:35.353780 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.367099 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:35.373318 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.386712 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:35.392853 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.406196 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:35.412421 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.425713 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:35.431917 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.445336 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:35.451453 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.464765 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:35.471112 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.484453 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:35.490885 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.504171 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:35.510382 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.523679 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:35.529794 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.543131 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:35.549272 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.562412 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:35.568508 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.581654 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:35.587728 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.600949 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:35.607035 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.620053 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:35.626210 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.639214 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:35.645269 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.658278 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:35.664321 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.677216 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:35.683337 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.696328 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:35.702447 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.715630 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:35.721823 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.734890 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:35.740996 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.754100 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:35.760123 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.773216 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:35.779262 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.792276 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:35.798280 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.811246 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:35.817290 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.830301 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:35.836277 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.849264 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:35.855244 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.868171 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:35.874194 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.887180 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:35.893203 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.906158 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:35.912129 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.925123 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:35.931143 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.944269 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:35.950294 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.963344 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:35.969363 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.982422 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:35.988586 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.001563 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:36.007630 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.020572 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.026608 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.039592 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.045612 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.058541 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.064528 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.077485 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.083539 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.096560 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.102595 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.115544 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.121527 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.134464 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.140498 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.153502 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:36.159523 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.172502 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:36.178665 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.191687 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:36.197797 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.210765 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:36.216791 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.229928 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:36.235918 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.249097 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:36.255132 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.268159 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:36.274197 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.287158 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:36.293150 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.306088 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:36.312067 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.324987 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:36.330976 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.343895 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:36.349917 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.362882 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:36.368867 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.381851 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:36.387821 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.400787 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:36.406795 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.419950 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:36.425942 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.439024 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:36.445048 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.458239 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:36.464249 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.477322 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:36.483426 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.496496 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:36.502523 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.515539 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:36.521541 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.534484 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:36.540513 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.553480 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:36.559504 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.572449 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:36.578459 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.591431 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:36.597426 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.610375 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:36.616382 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.629369 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:36.635358 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.648687 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:36.654714 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.667804 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:36.673857 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.686689 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:36.692864 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.706055 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:36.712256 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.725465 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:36.731498 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.744513 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:36.750540 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.763456 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:36.769472 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.782490 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:36.788586 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.801621 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:36.807663 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.820445 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:36.826371 run                             mass: Checking if sockets are in the filesystem
22:48:36.838241 run                osmo-ms-mob/00000: Starting mobile
22:48:36.851152 run       osmo-ms-mob/00000(pid=134): Launched
22:48:36.863135 run                             mass: MS start registered  {at=25095422.566490844, delay=0.006052341312170029, ms=00000}
22:48:41.041739 run                osmo-ms-mob/00001: Starting mobile
22:48:41.054715 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.065073 run                             mass: MS start registered  {at=25095426.76842468, delay=0.004263725131750107, ms=00001}
22:48:41.916866 run                             mass: MS performed LU  {at=25095427.620103013, lu_delay=5.053612168878317, ms=00000}
22:48:42.873024 run                osmo-ms-mob/00002: Starting mobile
22:48:42.889878 run       osmo-ms-mob/00002(pid=136): Launched
22:48:42.900333 run                             mass: MS start registered  {at=25095428.603682265, delay=0.004414569586515427, ms=00002}
22:48:44.173862 run                osmo-ms-mob/00003: Starting mobile
22:48:44.191343 run       osmo-ms-mob/00003(pid=137): Launched
22:48:44.201936 run                             mass: MS start registered  {at=25095429.905287165, delay=0.004415478557348251, ms=00003}
22:48:45.241920 run                osmo-ms-mob/00004: Starting mobile
22:48:45.255036 run       osmo-ms-mob/00004(pid=138): Launched
22:48:45.265451 run                             mass: MS start registered  {at=25095430.96880381, delay=0.004386715590953827, ms=00004}
22:48:46.153399 run                             mass: MS performed LU  {at=25095431.856643543, lu_delay=5.088218864053488, ms=00001}
22:48:46.195075 run                osmo-ms-mob/00005: Starting mobile
22:48:46.210731 run       osmo-ms-mob/00005(pid=139): Launched
22:48:46.221367 run                             mass: MS start registered  {at=25095431.92471983, delay=0.00442228838801384, ms=00005}
22:48:47.141923 run                osmo-ms-mob/00006: Starting mobile
22:48:47.154785 run       osmo-ms-mob/00006(pid=140): Launched
22:48:47.165383 run                             mass: MS start registered  {at=25095432.868735995, delay=0.004500210285186768, ms=00006}
22:48:48.073820 run                osmo-ms-mob/00007: Starting mobile
22:48:48.089759 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.095893 run                             mass: MS performed LU  {at=25095433.799251106, lu_delay=5.1955688409507275, ms=00002}
22:48:48.101780 run                             mass: MS start registered  {at=25095433.805146273, delay=0.005914457142353058, ms=00007}
22:48:48.842072 run                osmo-ms-mob/00008: Starting mobile
22:48:48.854990 run       osmo-ms-mob/00008(pid=142): Launched
22:48:48.865451 run                             mass: MS start registered  {at=25095434.568804815, delay=0.00444292277097702, ms=00008}
22:48:49.448148 run                             mass: MS performed LU  {at=25095435.15139195, lu_delay=5.246104784309864, ms=00003}
22:48:49.510635 run                osmo-ms-mob/00009: Starting mobile
22:48:49.525936 run       osmo-ms-mob/00009(pid=143): Launched
22:48:49.536468 run                             mass: MS start registered  {at=25095435.239824306, delay=0.004254475235939026, ms=00009}
22:48:50.271805 run                osmo-ms-mob/00010: Starting mobile
22:48:50.287529 run       osmo-ms-mob/00010(pid=144): Launched
22:48:50.298488 run                             mass: MS start registered  {at=25095436.001828738, delay=0.004933878779411316, ms=00010}
22:48:50.881972 run                osmo-ms-mob/00011: Starting mobile
22:48:50.898247 run       osmo-ms-mob/00011(pid=145): Launched
22:48:50.909162 run                             mass: MS start registered  {at=25095436.612514522, delay=0.004885043948888779, ms=00011}
22:48:51.349526 run                             mass: MS performed LU  {at=25095437.052767813, lu_delay=6.083964001387358, ms=00004}
22:48:51.381370 run                osmo-ms-mob/00012: Starting mobile
22:48:51.395965 run       osmo-ms-mob/00012(pid=146): Launched
22:48:51.402108 run                             mass: MS performed LU  {at=25095437.105468646, lu_delay=5.18074881657958, ms=00005}
22:48:51.407956 run                             mass: MS start registered  {at=25095437.111322913, delay=0.005871236324310303, ms=00012}
22:48:52.084255 run                osmo-ms-mob/00013: Starting mobile
22:48:52.100234 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.110769 run                             mass: MS start registered  {at=25095437.814118598, delay=0.004333507269620895, ms=00013}
22:48:52.679701 run                osmo-ms-mob/00014: Starting mobile
22:48:52.699291 run       osmo-ms-mob/00014(pid=148): Launched
22:48:52.710002 run                             mass: MS start registered  {at=25095438.41335315, delay=0.004630792886018753, ms=00014}
22:48:53.213154 run                             mass: MS performed LU  {at=25095438.91648227, lu_delay=5.111335996538401, ms=00007}
22:48:53.273887 run                osmo-ms-mob/00015: Starting mobile
22:48:53.292144 run       osmo-ms-mob/00015(pid=149): Launched
22:48:53.298478 run                             mass: MS performed LU  {at=25095439.001836486, lu_delay=6.133100491017103, ms=00006}
22:48:53.304567 run                             mass: MS start registered  {at=25095439.007934004, delay=0.006114989519119263, ms=00015}
22:48:53.786197 run                osmo-ms-mob/00016: Starting mobile
22:48:53.803048 run       osmo-ms-mob/00016(pid=150): Launched
22:48:53.813729 run                             mass: MS start registered  {at=25095439.517082922, delay=0.004388757050037384, ms=00016}
22:48:54.242839 run                osmo-ms-mob/00017: Starting mobile
22:48:54.255983 run       osmo-ms-mob/00017(pid=151): Launched
22:48:54.266738 run                             mass: MS start registered  {at=25095439.970089916, delay=0.004700180143117905, ms=00017}
22:48:54.874334 run                osmo-ms-mob/00018: Starting mobile
22:48:54.891911 run       osmo-ms-mob/00018(pid=152): Launched
22:48:54.902594 run                             mass: MS start registered  {at=25095440.605945688, delay=0.004572845995426178, ms=00018}
22:48:55.115272 run                             mass: MS performed LU  {at=25095440.818524364, lu_delay=5.578700058162212, ms=00009}
22:48:55.142634 run                             mass: MS performed LU  {at=25095440.845884964, lu_delay=6.277080148458481, ms=00008}
22:48:55.163856 run                osmo-ms-mob/00019: Starting mobile
22:48:55.177076 run       osmo-ms-mob/00019(pid=153): Launched
22:48:55.187691 run                             mass: MS start registered  {at=25095440.891047273, delay=0.0045785680413246155, ms=00019}
22:48:55.230914 run                             mass: MS performed LU  {at=25095440.934166852, lu_delay=4.932338114827871, ms=00010}
22:48:55.781960 run                osmo-ms-mob/00020: Starting mobile
22:48:55.798190 run       osmo-ms-mob/00020(pid=154): Launched
22:48:55.809372 run                             mass: MS start registered  {at=25095441.512724187, delay=0.004700668156147003, ms=00020}
22:48:56.264160 run                osmo-ms-mob/00021: Starting mobile
22:48:56.280561 run       osmo-ms-mob/00021(pid=155): Launched
22:48:56.291888 run                             mass: MS start registered  {at=25095441.99524061, delay=0.005208812654018402, ms=00021}
22:48:56.665264 run                osmo-ms-mob/00022: Starting mobile
22:48:56.681860 run       osmo-ms-mob/00022(pid=156): Launched
22:48:56.692534 run                             mass: MS start registered  {at=25095442.395887975, delay=0.004578240215778351, ms=00022}
22:48:56.896505 run                             mass: MS performed LU  {at=25095442.59975599, lu_delay=4.785637393593788, ms=00013}
22:48:56.980134 run                             mass: MS performed LU  {at=25095442.68338523, lu_delay=5.572062317281961, ms=00012}
22:48:57.044814 run                             mass: MS performed LU  {at=25095442.74806997, lu_delay=6.135555449873209, ms=00011}
22:48:57.086719 run                osmo-ms-mob/00023: Starting mobile
22:48:57.100559 run       osmo-ms-mob/00023(pid=157): Launched
22:48:57.111152 run                             mass: MS start registered  {at=25095442.814506836, delay=0.0046384260058403015, ms=00023}
22:48:57.553386 run                osmo-ms-mob/00024: Starting mobile
22:48:57.567530 run       osmo-ms-mob/00024(pid=158): Launched
22:48:57.578136 run                             mass: MS start registered  {at=25095443.281486254, delay=0.004458632320165634, ms=00024}
22:48:58.055340 run                osmo-ms-mob/00025: Starting mobile
22:48:58.069468 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.080151 run                             mass: MS start registered  {at=25095443.783504844, delay=0.004507385194301605, ms=00025}
22:48:58.442929 run                osmo-ms-mob/00026: Starting mobile
22:48:58.456003 run       osmo-ms-mob/00026(pid=160): Launched
22:48:58.466770 run                             mass: MS start registered  {at=25095444.170125682, delay=0.004714701324701309, ms=00026}
22:48:58.873455 run                osmo-ms-mob/00027: Starting mobile
22:48:58.890553 run       osmo-ms-mob/00027(pid=161): Launched
22:48:58.896734 run                             mass: MS performed LU  {at=25095444.600094106, lu_delay=4.6300041899085045, ms=00017}
22:48:58.902715 run                             mass: MS start registered  {at=25095444.606082357, delay=0.006007015705108643, ms=00027}
22:48:58.908858 run                             mass: MS performed LU  {at=25095444.612220574, lu_delay=5.095137652009726, ms=00016}
22:48:58.997063 run                             mass: MS performed LU  {at=25095444.70031391, lu_delay=5.692379906773567, ms=00015}
22:48:59.046664 run                osmo-ms-mob/00028: Starting mobile
22:48:59.062648 run       osmo-ms-mob/00028(pid=162): Launched
22:48:59.069036 run                             mass: MS performed LU  {at=25095444.77239495, lu_delay=6.359041802585125, ms=00014}
22:48:59.075015 run                             mass: MS start registered  {at=25095444.778381422, delay=0.006003562361001968, ms=00028}
22:48:59.657834 run                osmo-ms-mob/00029: Starting mobile
22:48:59.671666 run       osmo-ms-mob/00029(pid=163): Launched
22:48:59.683034 run                             mass: MS start registered  {at=25095445.386382774, delay=0.005312293767929077, ms=00029}
22:49:00.042940 run                osmo-ms-mob/00030: Starting mobile
22:49:00.056901 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.069356 run                             mass: MS start registered  {at=25095445.772670213, delay=0.005445573478937149, ms=00030}
22:49:00.442898 run                osmo-ms-mob/00031: Starting mobile
22:49:00.455962 run       osmo-ms-mob/00031(pid=165): Launched
22:49:00.467062 run                             mass: MS start registered  {at=25095446.170412786, delay=0.004815686494112015, ms=00031}
22:49:00.662550 run                             mass: MS performed LU  {at=25095446.36580325, lu_delay=5.474755976349115, ms=00019}
22:49:00.732006 run                osmo-ms-mob/00032: Starting mobile
22:49:00.748170 run       osmo-ms-mob/00032(pid=166): Launched
22:49:00.754309 run                             mass: MS performed LU  {at=25095446.457669582, lu_delay=5.851723894476891, ms=00018}
22:49:00.760188 run                             mass: MS start registered  {at=25095446.463555574, delay=0.005903258919715881, ms=00032}
22:49:00.810586 run                             mass: MS performed LU  {at=25095446.51383707, lu_delay=5.001112882047892, ms=00020}
22:49:00.935676 run                             mass: MS performed LU  {at=25095446.63892921, lu_delay=4.643688600510359, ms=00021}
22:49:00.963736 run                osmo-ms-mob/00033: Starting mobile
22:49:00.976909 run       osmo-ms-mob/00033(pid=167): Launched
22:49:00.988033 run                             mass: MS start registered  {at=25095446.691384904, delay=0.004828162491321564, ms=00033}
22:49:01.573776 run                osmo-ms-mob/00034: Starting mobile
22:49:01.590979 run       osmo-ms-mob/00034(pid=168): Launched
22:49:01.602326 run                             mass: MS start registered  {at=25095447.305676963, delay=0.004921626299619675, ms=00034}
22:49:01.846490 run                osmo-ms-mob/00035: Starting mobile
22:49:01.860180 run       osmo-ms-mob/00035(pid=169): Launched
22:49:01.870872 run                             mass: MS start registered  {at=25095447.5742249, delay=0.004524637013673782, ms=00035}
22:49:02.264465 run                osmo-ms-mob/00036: Starting mobile
22:49:02.280644 run       osmo-ms-mob/00036(pid=170): Launched
22:49:02.291457 run                             mass: MS start registered  {at=25095447.994809393, delay=0.004750106483697891, ms=00036}
22:49:02.674045 run                osmo-ms-mob/00037: Starting mobile
22:49:02.690929 run       osmo-ms-mob/00037(pid=171): Launched
22:49:02.697135 run                             mass: MS performed LU  {at=25095448.400495294, lu_delay=5.585988458245993, ms=00023}
22:49:02.703101 run                             mass: MS start registered  {at=25095448.406468477, delay=0.005990676581859589, ms=00037}
22:49:02.762898 run                             mass: MS performed LU  {at=25095448.46614842, lu_delay=6.07026044651866, ms=00022}
22:49:02.789981 run                osmo-ms-mob/00038: Starting mobile
22:49:02.803234 run       osmo-ms-mob/00038(pid=172): Launched
22:49:02.809296 run                             mass: MS performed LU  {at=25095448.512656823, lu_delay=4.729151979088783, ms=00025}
22:49:02.815130 run                             mass: MS start registered  {at=25095448.518497724, delay=0.005857847630977631, ms=00038}
22:49:03.243333 run                osmo-ms-mob/00039: Starting mobile
22:49:03.256549 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.267561 run                             mass: MS start registered  {at=25095448.97091355, delay=0.004598759114742279, ms=00039}
22:49:03.642411 run                osmo-ms-mob/00040: Starting mobile
22:49:03.655524 run       osmo-ms-mob/00040(pid=174): Launched
22:49:03.666671 run                             mass: MS start registered  {at=25095449.370022442, delay=0.004805184900760651, ms=00040}
22:49:03.982487 run                osmo-ms-mob/00041: Starting mobile
22:49:04.016313 run       osmo-ms-mob/00041(pid=175): Launched
22:49:04.027327 run                             mass: MS start registered  {at=25095449.73067963, delay=0.004833497107028961, ms=00041}
22:49:04.256699 run                osmo-ms-mob/00042: Starting mobile
22:49:04.270394 run       osmo-ms-mob/00042(pid=176): Launched
22:49:04.281356 run                             mass: MS start registered  {at=25095449.98471043, delay=0.0046591199934482574, ms=00042}
22:49:04.428290 run                             mass: MS performed LU  {at=25095450.131538287, lu_delay=5.961412604898214, ms=00026}
22:49:04.512004 run                             mass: MS performed LU  {at=25095450.2152536, lu_delay=5.436872176826, ms=00028}
22:49:04.576074 run                             mass: MS performed LU  {at=25095450.27933115, lu_delay=4.892948377877474, ms=00029}
22:49:04.617652 run                osmo-ms-mob/00043: Starting mobile
22:49:04.631474 run       osmo-ms-mob/00043(pid=177): Launched
22:49:04.642366 run                             mass: MS start registered  {at=25095450.34572171, delay=0.0048531293869018555, ms=00043}
22:49:04.701402 run                             mass: MS performed LU  {at=25095450.40465973, lu_delay=5.79857737198472, ms=00027}
22:49:04.718973 run                             mass: MS performed LU  {at=25095450.422279533, lu_delay=4.649609319865704, ms=00030}
22:49:04.735946 run                osmo-ms-mob/00044: Starting mobile
22:49:04.749258 run       osmo-ms-mob/00044(pid=178): Launched
22:49:04.759948 run                             mass: MS start registered  {at=25095450.463301774, delay=0.004501815885305405, ms=00044}
22:49:05.253063 run                osmo-ms-mob/00045: Starting mobile
22:49:05.266778 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.277419 run                             mass: MS start registered  {at=25095450.98077193, delay=0.004540972411632538, ms=00045}
22:49:05.542542 run                osmo-ms-mob/00046: Starting mobile
22:49:05.555993 run       osmo-ms-mob/00046(pid=180): Launched
22:49:05.567134 run                             mass: MS start registered  {at=25095451.27048169, delay=0.005104344338178635, ms=00046}
22:49:05.856111 run                osmo-ms-mob/00047: Starting mobile
22:49:05.870337 run       osmo-ms-mob/00047(pid=181): Launched
22:49:05.881381 run                             mass: MS start registered  {at=25095451.58473419, delay=0.004637476056814194, ms=00047}
22:49:06.155138 run                osmo-ms-mob/00048: Starting mobile
22:49:06.169706 run       osmo-ms-mob/00048(pid=182): Launched
22:49:06.180880 run                             mass: MS start registered  {at=25095451.884231523, delay=0.0047733373939991, ms=00048}
22:49:06.292745 run                             mass: MS performed LU  {at=25095451.99597028, lu_delay=5.5324147045612335, ms=00032}
22:49:06.330011 run                             mass: MS performed LU  {at=25095452.033282306, lu_delay=4.459057405591011, ms=00035}
22:49:06.354092 run                osmo-ms-mob/00049: Starting mobile
22:49:06.367500 run       osmo-ms-mob/00049(pid=183): Launched
22:49:06.378312 run                             mass: MS start registered  {at=25095452.08166708, delay=0.004572439938783646, ms=00049}
22:49:06.384598 run                             mass: MS performed LU  {at=25095452.087958857, lu_delay=5.917546071112156, ms=00031}
22:49:06.638336 run                             mass: MS performed LU  {at=25095452.34158967, lu_delay=5.650204766541719, ms=00033}
22:49:06.668879 run                osmo-ms-mob/00050: Starting mobile
22:49:06.683356 run       osmo-ms-mob/00050(pid=184): Launched
22:49:06.694113 run                             mass: MS start registered  {at=25095452.397468656, delay=0.004726845771074295, ms=00050}
22:49:07.154459 run                osmo-ms-mob/00051: Starting mobile
22:49:07.168299 run       osmo-ms-mob/00051(pid=185): Launched
22:49:07.179271 run                             mass: MS start registered  {at=25095452.88262405, delay=0.004776027053594589, ms=00051}
22:49:07.335990 run                             mass: MS performed LU  {at=25095453.039241347, lu_delay=5.733564384281635, ms=00034}
22:49:07.365575 run                osmo-ms-mob/00052: Starting mobile
22:49:07.378804 run       osmo-ms-mob/00052(pid=186): Launched
22:49:07.389631 run                             mass: MS start registered  {at=25095453.09298432, delay=0.0046853236854076385, ms=00052}
22:49:07.741915 run                osmo-ms-mob/00053: Starting mobile
22:49:07.755309 run       osmo-ms-mob/00053(pid=187): Launched
22:49:07.766623 run                             mass: MS start registered  {at=25095453.46997468, delay=0.0048499517142772675, ms=00053}
22:49:08.056275 run                osmo-ms-mob/00054: Starting mobile
22:49:08.070406 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.081215 run                             mass: MS start registered  {at=25095453.784569144, delay=0.004742838442325592, ms=00054}
22:49:08.194147 run                             mass: MS performed LU  {at=25095453.897398766, lu_delay=5.490930289030075, ms=00037}
22:49:08.231705 run                             mass: MS performed LU  {at=25095453.93497719, lu_delay=5.940167795866728, ms=00036}
22:49:08.249931 run                osmo-ms-mob/00055: Starting mobile
22:49:08.263158 run       osmo-ms-mob/00055(pid=189): Launched
22:49:08.269430 run                             mass: MS performed LU  {at=25095453.972790487, lu_delay=5.001876935362816, ms=00039}
22:49:08.275374 run                             mass: MS start registered  {at=25095453.978741594, delay=0.005968790501356125, ms=00055}
22:49:08.540380 run                             mass: MS performed LU  {at=25095454.243628915, lu_delay=4.873606473207474, ms=00040}
22:49:08.567947 run                osmo-ms-mob/00056: Starting mobile
22:49:08.581468 run       osmo-ms-mob/00056(pid=190): Launched
22:49:08.592336 run                             mass: MS start registered  {at=25095454.295689736, delay=0.004775039851665497, ms=00056}
22:49:08.977458 run                osmo-ms-mob/00057: Starting mobile
22:49:08.996856 run       osmo-ms-mob/00057(pid=191): Launched
22:49:09.007859 run                             mass: MS start registered  {at=25095454.711213406, delay=0.004685100167989731, ms=00057}
22:49:09.117082 run                             mass: MS performed LU  {at=25095454.82034389, lu_delay=6.301846165210009, ms=00038}
22:49:09.356329 run                osmo-ms-mob/00058: Starting mobile
22:49:09.370949 run       osmo-ms-mob/00058(pid=192): Launched
22:49:09.379164 run                             mass: MS performed LU  {at=25095455.0825114, lu_delay=3.8120297081768513, ms=00046}
22:49:09.385251 run                             mass: MS start registered  {at=25095455.08861718, delay=0.008258335292339325, ms=00058}
22:49:09.655862 run                osmo-ms-mob/00059: Starting mobile
22:49:09.670008 run       osmo-ms-mob/00059(pid=193): Launched
22:49:09.681040 run                             mass: MS start registered  {at=25095455.384390753, delay=0.00497794896364212, ms=00059}
22:49:09.955722 run                osmo-ms-mob/00060: Starting mobile
22:49:09.970094 run       osmo-ms-mob/00060(pid=194): Launched
22:49:09.981127 run                             mass: MS start registered  {at=25095455.68447935, delay=0.005020461976528168, ms=00060}
22:49:10.095637 run                             mass: MS performed LU  {at=25095455.798891976, lu_delay=5.814181547611952, ms=00042}
22:49:10.150550 run                             mass: MS performed LU  {at=25095455.85381953, lu_delay=6.123139899224043, ms=00041}
22:49:10.206151 run                             mass: MS performed LU  {at=25095455.90942474, lu_delay=5.563703030347824, ms=00043}
22:49:10.234866 run                osmo-ms-mob/00061: Starting mobile
22:49:10.248275 run       osmo-ms-mob/00061(pid=195): Launched
22:49:10.259205 run                             mass: MS start registered  {at=25095455.962559108, delay=0.00493786484003067, ms=00061}
22:49:10.395791 run                             mass: MS performed LU  {at=25095456.099045973, lu_delay=5.1182740442454815, ms=00045}
22:49:10.420143 run                             mass: MS performed LU  {at=25095456.123505145, lu_delay=5.660203371196985, ms=00044}
22:49:10.431217 run                osmo-ms-mob/00062: Starting mobile
22:49:10.444475 run       osmo-ms-mob/00062(pid=196): Launched
22:49:10.455358 run                             mass: MS start registered  {at=25095456.158712953, delay=0.004845947027206421, ms=00062}
22:49:10.954894 run                osmo-ms-mob/00063: Starting mobile
22:49:10.969167 run       osmo-ms-mob/00063(pid=197): Launched
22:49:10.979949 run                             mass: MS start registered  {at=25095456.683303084, delay=0.004733093082904816, ms=00063}
22:49:11.281187 run                             mass: MS performed LU  {at=25095456.984442666, lu_delay=5.399708475917578, ms=00047}
22:49:11.311157 run                osmo-ms-mob/00064: Starting mobile
22:49:11.324459 run       osmo-ms-mob/00064(pid=198): Launched
22:49:11.335426 run                             mass: MS start registered  {at=25095457.03877699, delay=0.004720769822597504, ms=00064}
22:49:11.770785 run                osmo-ms-mob/00065: Starting mobile
22:49:11.788442 run       osmo-ms-mob/00065(pid=199): Launched
22:49:11.799452 run                             mass: MS start registered  {at=25095457.502804995, delay=0.005020026117563248, ms=00065}
22:49:11.941240 run                             mass: MS performed LU  {at=25095457.644477013, lu_delay=4.551492694765329, ms=00052}
22:49:11.974920 run                osmo-ms-mob/00066: Starting mobile
22:49:11.988554 run       osmo-ms-mob/00066(pid=200): Launched
22:49:11.994802 run                             mass: MS performed LU  {at=25095457.698162884, lu_delay=5.813931360840797, ms=00048}
22:49:12.002055 run                             mass: MS performed LU  {at=25095457.70542, lu_delay=4.822795949876308, ms=00051}
22:49:12.007973 run                             mass: MS start registered  {at=25095457.71133934, delay=0.013195093721151352, ms=00066}
22:49:12.251216 run                             mass: MS performed LU  {at=25095457.954469383, lu_delay=5.872802302241325, ms=00049}
22:49:12.286449 run                osmo-ms-mob/00067: Starting mobile
22:49:12.299890 run       osmo-ms-mob/00067(pid=201): Launched
22:49:12.306370 run                             mass: MS performed LU  {at=25095458.009729654, lu_delay=5.61226099729538, ms=00050}
22:49:12.312269 run                             mass: MS start registered  {at=25095458.015636366, delay=0.00592423602938652, ms=00067}
22:49:12.787801 run                osmo-ms-mob/00068: Starting mobile
22:49:12.805871 run       osmo-ms-mob/00068(pid=202): Launched
22:49:12.816714 run                             mass: MS start registered  {at=25095458.52006676, delay=0.004675060510635376, ms=00068}
22:49:13.155848 run                osmo-ms-mob/00069: Starting mobile
22:49:13.169498 run       osmo-ms-mob/00069(pid=203): Launched
22:49:13.180547 run                             mass: MS start registered  {at=25095458.883897457, delay=0.004687376320362091, ms=00069}
22:49:13.542096 run                osmo-ms-mob/00070: Starting mobile
22:49:13.555535 run       osmo-ms-mob/00070(pid=204): Launched
22:49:13.566207 run                             mass: MS start registered  {at=25095459.269559383, delay=0.004510320723056793, ms=00070}
22:49:13.861059 run                             mass: MS performed LU  {at=25095459.56430877, lu_delay=5.268619034439325, ms=00056}
22:49:13.890725 run                osmo-ms-mob/00071: Starting mobile
22:49:13.904210 run       osmo-ms-mob/00071(pid=205): Launched
22:49:13.914961 run                             mass: MS start registered  {at=25095459.61831563, delay=0.004739232361316681, ms=00071}
22:49:13.943346 run                             mass: MS performed LU  {at=25095459.646614615, lu_delay=5.862045470625162, ms=00054}
22:49:13.972521 run                             mass: MS performed LU  {at=25095459.675672688, lu_delay=4.964459281414747, ms=00057}
22:49:14.152390 run                             mass: MS performed LU  {at=25095459.855641525, lu_delay=6.385666843503714, ms=00053}
22:49:14.194749 run                osmo-ms-mob/00072: Starting mobile
22:49:14.208949 run       osmo-ms-mob/00072(pid=206): Launched
22:49:14.215116 run                             mass: MS performed LU  {at=25095459.918477137, lu_delay=5.939735542982817, ms=00055}
22:49:14.221020 run                             mass: MS start registered  {at=25095459.924387146, delay=0.005926795303821564, ms=00072}
22:49:14.755944 run                osmo-ms-mob/00073: Starting mobile
22:49:14.770159 run       osmo-ms-mob/00073(pid=207): Launched
22:49:14.776559 run                             mass: MS performed LU  {at=25095460.479916755, lu_delay=5.3912995755672455, ms=00058}
22:49:14.782643 run                             mass: MS start registered  {at=25095460.486005537, delay=0.0061084069311618805, ms=00073}
22:49:15.002000 run                             mass: MS performed LU  {at=25095460.70524996, lu_delay=5.020770613104105, ms=00060}
22:49:15.154538 run                osmo-ms-mob/00074: Starting mobile
22:49:15.168387 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.179175 run                             mass: MS start registered  {at=25095460.882528428, delay=0.004627559334039688, ms=00074}
22:49:15.556586 run                osmo-ms-mob/00075: Starting mobile
22:49:15.570484 run       osmo-ms-mob/00075(pid=209): Launched
22:49:15.581380 run                             mass: MS start registered  {at=25095461.284733765, delay=0.00469883531332016, ms=00075}
22:49:15.725934 run                             mass: MS performed LU  {at=25095461.42918287, lu_delay=5.270469915121794, ms=00062}
22:49:15.763883 run                             mass: MS performed LU  {at=25095461.467133608, lu_delay=4.783830523490906, ms=00063}
22:49:15.873661 run                             mass: MS performed LU  {at=25095461.5769129, lu_delay=5.61435379087925, ms=00061}
22:49:16.017314 run                             mass: MS performed LU  {at=25095461.72056899, lu_delay=4.681791998445988, ms=00064}
22:49:16.072821 run                osmo-ms-mob/00076: Starting mobile
22:49:16.088179 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.094345 run                             mass: MS performed LU  {at=25095461.79770577, lu_delay=6.413315016776323, ms=00059}
22:49:16.100393 run                             mass: MS start registered  {at=25095461.803760093, delay=0.006072342395782471, ms=00076}
22:49:16.472874 run                osmo-ms-mob/00077: Starting mobile
22:49:16.488331 run       osmo-ms-mob/00077(pid=211): Launched
22:49:16.499100 run                             mass: MS start registered  {at=25095462.20245317, delay=0.004670608788728714, ms=00077}
22:49:16.955178 run                osmo-ms-mob/00078: Starting mobile
22:49:16.969519 run       osmo-ms-mob/00078(pid=212): Launched
22:49:16.980411 run                             mass: MS start registered  {at=25095462.68376452, delay=0.004633259028196335, ms=00078}
22:49:17.368792 run                osmo-ms-mob/00079: Starting mobile
22:49:17.385854 run       osmo-ms-mob/00079(pid=213): Launched
22:49:17.396643 run                             mass: MS start registered  {at=25095463.09998928, delay=0.004402335733175278, ms=00079}
22:49:17.710394 run                             mass: MS performed LU  {at=25095463.41364484, lu_delay=5.7023054994642735, ms=00066}
22:49:17.737091 run                             mass: MS performed LU  {at=25095463.44043396, lu_delay=4.556536503136158, ms=00069}
22:49:17.774277 run                osmo-ms-mob/00080: Starting mobile
22:49:17.789035 run       osmo-ms-mob/00080(pid=214): Launched
22:49:17.799643 run                             mass: MS start registered  {at=25095463.502999708, delay=0.004580013453960419, ms=00080}
22:49:17.824752 run                             mass: MS performed LU  {at=25095463.52803266, lu_delay=6.025227665901184, ms=00065}
22:49:17.862782 run                             mass: MS performed LU  {at=25095463.56605528, lu_delay=5.045988518744707, ms=00068}
22:49:17.917926 run                             mass: MS performed LU  {at=25095463.62119206, lu_delay=5.605555694550276, ms=00067}
22:49:18.356101 run                osmo-ms-mob/00081: Starting mobile
22:49:18.370114 run       osmo-ms-mob/00081(pid=215): Launched
22:49:18.380821 run                             mass: MS start registered  {at=25095464.08417724, delay=0.004646360874176025, ms=00081}
22:49:18.742785 run                osmo-ms-mob/00082: Starting mobile
22:49:18.755909 run       osmo-ms-mob/00082(pid=216): Launched
22:49:18.766726 run                             mass: MS start registered  {at=25095464.47007487, delay=0.00473741814494133, ms=00082}
22:49:19.383414 run                osmo-ms-mob/00083: Starting mobile
22:49:19.399023 run       osmo-ms-mob/00083(pid=217): Launched
22:49:19.410116 run                             mass: MS start registered  {at=25095465.11347029, delay=0.004811450839042664, ms=00083}
22:49:19.491805 run                             mass: MS performed LU  {at=25095465.195052996, lu_delay=4.709047459065914, ms=00073}
22:49:19.530091 run                             mass: MS performed LU  {at=25095465.233381007, lu_delay=5.61506537720561, ms=00071}
22:49:19.639726 run                             mass: MS performed LU  {at=25095465.342976306, lu_delay=5.418589159846306, ms=00072}
22:49:19.783643 run                             mass: MS performed LU  {at=25095465.48689653, lu_delay=6.217337146401405, ms=00070}
22:49:19.839254 run                osmo-ms-mob/00084: Starting mobile
22:49:19.854455 run       osmo-ms-mob/00084(pid=218): Launched
22:49:19.860455 run                             mass: MS performed LU  {at=25095465.56381514, lu_delay=22.282328885048628, ms=00024}
22:49:19.866239 run                             mass: MS performed LU  {at=25095465.569606718, lu_delay=4.6870782896876335, ms=00074}
22:49:19.871963 run                             mass: MS start registered  {at=25095465.5753307, delay=0.011533111333847046, ms=00084}
22:49:20.364229 run                osmo-ms-mob/00085: Starting mobile
22:49:20.380793 run       osmo-ms-mob/00085(pid=219): Launched
22:49:20.391556 run                             mass: MS start registered  {at=25095466.094902594, delay=0.004756905138492584, ms=00085}
22:49:20.942885 run                osmo-ms-mob/00086: Starting mobile
22:49:20.956011 run       osmo-ms-mob/00086(pid=220): Launched
22:49:20.967145 run                             mass: MS start registered  {at=25095466.670493532, delay=0.004522267729043961, ms=00086}
22:49:21.458047 run                             mass: MS performed LU  {at=25095467.16113352, lu_delay=5.3573734275996685, ms=00076}
22:49:21.518366 run                osmo-ms-mob/00087: Starting mobile
22:49:21.533610 run       osmo-ms-mob/00087(pid=221): Launched
22:49:21.539681 run                             mass: MS performed LU  {at=25095467.24304311, lu_delay=5.040589939802885, ms=00077}
22:49:21.545502 run                             mass: MS performed LU  {at=25095467.24886928, lu_delay=5.964135516434908, ms=00075}
22:49:21.551287 run                             mass: MS start registered  {at=25095467.254653998, delay=0.01162707433104515, ms=00087}
22:49:21.827247 run                             mass: MS performed LU  {at=25095467.5305, lu_delay=4.84673547744751, ms=00078}
22:49:22.175784 run                osmo-ms-mob/00088: Starting mobile
22:49:22.193443 run       osmo-ms-mob/00088(pid=222): Launched
22:49:22.204158 run                             mass: MS start registered  {at=25095467.907512724, delay=0.004662711173295975, ms=00088}
22:49:22.780373 run                osmo-ms-mob/00089: Starting mobile
22:49:22.798091 run       osmo-ms-mob/00089(pid=223): Launched
22:49:22.808978 run                             mass: MS start registered  {at=25095468.512331773, delay=0.004563763737678528, ms=00089}
22:49:23.257612 run                             mass: MS performed LU  {at=25095468.96084045, lu_delay=5.860851168632507, ms=00079}
22:49:23.290849 run                osmo-ms-mob/00090: Starting mobile
22:49:23.304500 run       osmo-ms-mob/00090(pid=224): Launched
22:49:23.310601 run                             mass: MS performed LU  {at=25095469.013959203, lu_delay=5.51095949485898, ms=00080}
22:49:23.316870 run                             mass: MS start registered  {at=25095469.020235144, delay=0.006294332444667816, ms=00090}
22:49:23.405231 run                             mass: MS performed LU  {at=25095469.108479857, lu_delay=5.024302616715431, ms=00081}
22:49:23.530619 run                             mass: MS performed LU  {at=25095469.233867045, lu_delay=4.763792175799608, ms=00082}
22:49:24.056038 run                osmo-ms-mob/00091: Starting mobile
22:49:24.069984 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.080719 run                             mass: MS start registered  {at=25095469.7840732, delay=0.004614032804965973, ms=00091}
22:49:24.755915 run                osmo-ms-mob/00092: Starting mobile
22:49:24.769862 run       osmo-ms-mob/00092(pid=226): Launched
22:49:24.780589 run                             mass: MS start registered  {at=25095470.483944513, delay=0.004555050283670425, ms=00092}
22:49:25.223722 run                             mass: MS performed LU  {at=25095470.926921796, lu_delay=5.351591095328331, ms=00084}
22:49:25.248833 run                             mass: MS performed LU  {at=25095470.952195067, lu_delay=5.83872477710247, ms=00083}
22:49:25.269640 run                             mass: MS performed LU  {at=25095470.972947344, lu_delay=4.878044750541449, ms=00085}
22:49:25.574013 run                osmo-ms-mob/00093: Starting mobile
22:49:25.590799 run       osmo-ms-mob/00093(pid=227): Launched
22:49:25.601594 run                             mass: MS start registered  {at=25095471.30493178, delay=0.0047608911991119385, ms=00093}
22:49:26.472034 run                osmo-ms-mob/00094: Starting mobile
22:49:26.487287 run       osmo-ms-mob/00094(pid=228): Launched
22:49:26.498145 run                             mass: MS start registered  {at=25095472.20149877, delay=0.004802163690328598, ms=00094}
22:49:27.004475 run                             mass: MS performed LU  {at=25095472.707731117, lu_delay=4.800218392163515, ms=00088}
22:49:27.023258 run                             mass: MS performed LU  {at=25095472.72653771, lu_delay=6.056044176220894, ms=00086}
22:49:27.170996 run                             mass: MS performed LU  {at=25095472.87424867, lu_delay=5.619594670832157, ms=00087}
22:49:27.364532 run                osmo-ms-mob/00095: Starting mobile
22:49:27.380677 run       osmo-ms-mob/00095(pid=229): Launched
22:49:27.391358 run                             mass: MS start registered  {at=25095473.09471211, delay=0.004701696336269379, ms=00095}
22:49:28.342152 run                osmo-ms-mob/00096: Starting mobile
22:49:28.355444 run       osmo-ms-mob/00096(pid=230): Launched
22:49:28.366165 run                             mass: MS start registered  {at=25095474.06951949, delay=0.004576288163661957, ms=00096}
22:49:28.990210 run                             mass: MS performed LU  {at=25095474.69342759, lu_delay=6.181095816195011, ms=00089}
22:49:29.015732 run                             mass: MS performed LU  {at=25095474.719094545, lu_delay=4.935021344572306, ms=00091}
22:49:29.034553 run                             mass: MS performed LU  {at=25095474.737890378, lu_delay=5.71765523403883, ms=00090}
22:49:29.454079 run                osmo-ms-mob/00097: Starting mobile
22:49:29.469163 run       osmo-ms-mob/00097(pid=231): Launched
22:49:29.480020 run                             mass: MS start registered  {at=25095475.183372006, delay=0.004641197621822357, ms=00097}
22:49:30.776950 run                osmo-ms-mob/00098: Starting mobile
22:49:30.790763 run       osmo-ms-mob/00098(pid=232): Launched
22:49:30.797010 run                             mass: MS performed LU  {at=25095476.500357844, lu_delay=6.016413331031799, ms=00092}
22:49:30.803083 run                             mass: MS start registered  {at=25095476.506448507, delay=0.006118793040513992, ms=00098}
22:49:30.937017 run                             mass: MS performed LU  {at=25095476.64026833, lu_delay=5.335336551070213, ms=00093}
22:49:31.259607 run                             mass: MS performed LU  {at=25095476.962861303, lu_delay=4.761362534016371, ms=00094}
22:49:32.581703 run                osmo-ms-mob/00099: Starting mobile
22:49:32.598041 run       osmo-ms-mob/00099(pid=233): Launched
22:49:32.604013 run                             mass: All started... {duration=55.772092789411545, too_slow=0}
22:49:32.609677 run                             mass: MS start registered  {at=25095478.313037366, delay=0.005656786262989044, ms=00099}
22:49:32.755530 run                             mass: MS performed LU  {at=25095478.45875171, lu_delay=5.364039599895477, ms=00095}
22:49:34.656576 run                             mass: MS performed LU  {at=25095480.359833896, lu_delay=6.29031440615654, ms=00096}
22:49:34.683876 run                             mass: MS performed LU  {at=25095480.38712868, lu_delay=5.203756675124168, ms=00097}
22:49:36.521263 run                             mass: MS performed LU  {at=25095482.22449036, lu_delay=5.718041852116585, ms=00098}
22:49:38.423273 run                             mass: MS performed LU  {at=25095484.126599316, lu_delay=5.813561949878931, ms=00099}
22:49:38.433547 run                             mass: Tests done {all_completed=True, max=22.282328885048628, min=3.8120297081768513}
22:49:38.439389 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.444965 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:38.448347 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:38.451700 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:38.455123 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:38.458486 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:38.461871 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:38.465360 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:38.468751 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:38.472174 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:38.475541 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:38.478923 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:38.482299 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:38.485680 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:38.489042 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:38.492419 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:38.495805 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:38.499200 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:38.502585 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:38.505967 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:38.509351 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:38.512721 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:38.516082 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:38.519448 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:38.522813 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:38.526181 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:38.529559 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:38.532933 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:38.536478 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:38.540221 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:38.543797 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:38.547424 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:38.550820 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:38.554204 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:38.557578 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:38.560977 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:38.564384 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:38.568355 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:38.571758 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:38.575151 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:38.578516 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:38.581918 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:38.585297 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:38.588685 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:38.592198 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:38.595601 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:38.598986 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:38.602372 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:38.605744 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:38.609126 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:38.612691 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:38.616054 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:38.619431 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:38.622804 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:38.626188 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:38.629545 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:38.632945 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:38.636323 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:38.639705 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:38.643085 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:38.646468 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:38.650086 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:38.653647 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:38.657468 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:38.660846 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:38.664179 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:38.667540 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:38.670905 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:38.674204 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:38.677586 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:38.680926 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:38.684282 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:38.687604 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:38.690927 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:38.694273 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:38.697644 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:38.701029 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:38.704390 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:38.707717 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:38.711036 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:38.714418 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:38.717775 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:38.721119 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:38.724480 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:38.727748 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:38.731119 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:38.734473 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:38.737845 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:38.741220 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:38.744587 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:38.747915 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:38.751229 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:38.754585 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:38.757909 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:38.761446 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:38.765021 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:38.768699 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:38.772058 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:38.775350 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:38.778719 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:38.782037 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:38.785399 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:38.788742 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:38.792095 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:38.795361 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:38.798669 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:38.802039 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:38.805407 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:38.808760 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:38.812117 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:38.815408 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:38.818765 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:38.822085 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:38.825447 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:38.828799 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:38.832044 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:38.835390 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:38.838631 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:38.841868 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:38.845067 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:38.848277 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:38.851492 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:38.854666 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:38.857821 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:38.860979 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:38.864149 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:38.867300 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:38.870447 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:38.873602 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:38.876750 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:38.879909 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:38.883060 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:38.886219 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:38.889369 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:38.892530 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:38.895685 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:38.898836 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:38.901985 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:38.905129 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:38.908261 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:38.911466 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:38.914637 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:38.917791 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:38.920940 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:38.924080 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:38.927207 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:38.930359 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:38.933500 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:38.936646 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:38.939776 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:38.942929 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:38.946073 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:38.949231 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:38.952364 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:38.955497 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:38.958662 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:38.961820 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:38.964961 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:38.968105 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:38.971242 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:38.974402 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:38.977547 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:38.980685 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:38.983823 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:38.986961 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:38.990110 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:38.993265 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:38.996414 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:38.999549 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:39.002695 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:39.005841 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:39.008987 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:39.012131 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:39.015274 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:39.018429 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:39.021573 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:39.024726 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:39.027861 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:39.030997 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:39.034125 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:39.037265 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:39.040411 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:39.043548 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:39.046684 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:39.049832 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:39.052971 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:39.056134 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:39.059278 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:39.062432 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:39.065578 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:39.068717 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:39.071858 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:39.075005 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:39.078164 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:39.081307 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:39.084431 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:39.087579 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:39.090719 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:39.093869 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:39.097011 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:39.100168 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:39.103329 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:39.106469 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:39.109613 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:39.112748 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:39.115898 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:39.119041 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:39.122183 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:39.125331 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:39.128470 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:39.131608 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:39.134753 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:39.137912 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:39.141054 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:39.144188 ---      ParallelTerminationStrategy: PID 21 died...
22:49:39.145622 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:39.149118 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.150543 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:39.154022 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.155436 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:39.158925 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.160353 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:39.163839 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.165247 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:39.168744 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.170171 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:39.173674 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.175080 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:39.178593 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.180012 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:39.183542 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.184979 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:39.188497 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.189920 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:39.193473 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.194917 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:39.198465 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.199901 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:39.203445 ---      ParallelTerminationStrategy: PID 34 died...
22:49:39.204901 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:39.208451 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.209887 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:39.213425 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.214864 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:39.218426 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.219862 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:39.223387 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.224839 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:39.228379 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.229897 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:39.233446 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.234892 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:39.238444 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.239867 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:39.243405 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.244835 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:39.248322 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.249754 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:39.253271 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.254695 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:39.258217 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.259631 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:39.263171 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.264590 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:39.268091 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.269534 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:39.273048 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.274468 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:39.277995 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.279413 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:39.282951 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.284371 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:39.287881 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.289316 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:39.292827 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.294242 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:39.297769 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.299192 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:39.302681 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.304096 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:39.307597 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.309043 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:39.312561 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.313980 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:39.317491 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.318905 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:39.322422 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.323844 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:39.327354 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.328786 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:39.332296 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.333731 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:39.337239 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.338657 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:39.342165 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.343577 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:39.347096 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.348502 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:39.352017 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.353464 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:39.356961 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.358380 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:39.361880 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.363290 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:39.366809 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.368227 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:39.371732 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.373148 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:39.376678 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.378093 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:39.381611 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.383027 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:39.386520 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.387947 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:39.391470 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.392881 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:39.396392 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.397813 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:39.401335 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.402763 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:39.406275 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.407694 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:39.411202 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.412623 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:39.416146 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.417579 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:39.421086 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.422503 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:39.426021 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.427441 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:39.430944 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.432360 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:39.435874 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.437308 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:39.440840 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.442259 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:39.445781 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.447204 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:39.450736 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.452141 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:39.455656 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.457082 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:39.460582 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.462001 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:39.465527 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.466946 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:39.470486 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.471911 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:39.475430 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.476874 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:39.480385 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.481810 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:39.485314 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.486733 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:39.490244 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.491664 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:39.495188 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.496605 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:39.500109 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.501540 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:39.505058 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.506475 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:39.509994 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.511407 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:39.514944 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.516362 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:39.519871 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.521285 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:39.524805 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.526226 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:39.529740 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.531154 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:39.534682 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.536104 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:39.539644 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.541075 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:39.544567 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.545990 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:39.549519 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.550946 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:39.554485 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.555906 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:39.559444 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.560892 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:39.564399 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.565830 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:39.569334 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.570748 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:39.574264 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.575698 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:39.579208 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.580640 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:39.584156 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.585588 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:39.589109 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.590539 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:39.594050 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.595470 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:39.598985 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.600413 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:39.603925 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.605343 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:39.608848 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.610268 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:39.613801 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.615232 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:39.618795 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.620235 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:39.623766 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.625201 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:39.628708 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.630138 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:39.633658 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.635087 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:39.638584 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.640008 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:39.643511 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.644932 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:39.648430 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.649862 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:39.653379 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.654797 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:39.658314 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.659736 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:39.663262 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.664682 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:39.668203 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.669634 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:39.673153 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.674571 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:39.678091 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.679514 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:39.683055 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.684474 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:39.688002 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.689430 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:39.692930 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.694347 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:39.697861 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.699299 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:39.702839 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.704259 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:39.707779 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.709208 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:39.712703 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.714129 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:39.717639 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.719049 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:39.722567 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.723975 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:39.727469 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.728906 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:39.732391 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.733800 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:39.737310 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.738722 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:39.742234 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.743636 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:39.747152 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.748551 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:39.752042 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.753460 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:39.756954 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.758354 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:39.761856 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.763256 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:39.766792 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.768200 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:39.771718 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.773145 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:39.776675 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.778109 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:39.781635 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.783039 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:39.786565 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.787983 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:39.791488 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.792916 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:39.796412 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.797836 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:39.801327 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.802737 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:39.806250 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.807667 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:39.811192 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.812601 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:39.816111 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.817526 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:39.821013 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.822421 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:39.825949 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.827361 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:39.830862 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.832270 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:39.835788 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.837202 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:39.840707 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.842119 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:39.845630 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.847043 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:39.850535 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.851948 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:39.855473 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.856925 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:39.860441 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.861873 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:39.865442 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.866863 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:39.870418 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.871854 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:39.875450 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.876889 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:39.880476 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.881922 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:39.885496 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.886934 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:39.890494 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.891937 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:39.895512 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.896974 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:39.900553 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.902054 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:39.905649 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.907087 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:39.910652 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.912091 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:39.915674 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.917120 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:39.920680 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.922109 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:39.925673 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.927101 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:39.930699 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.932148 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:39.935717 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.937162 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:39.940767 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.942205 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:39.945772 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.947204 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:39.950757 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.952189 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:39.955759 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.957196 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:39.960763 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.962197 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:39.965760 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.967204 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:39.970785 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.972220 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:39.975803 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.977237 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:39.980814 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.982249 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:39.985832 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.987261 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:39.990826 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.992259 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:39.995835 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.997267 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:40.000841 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.002282 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:40.005844 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.007277 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:40.010867 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.012302 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:40.015884 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.017322 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:40.020890 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.022327 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:40.025887 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.027314 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:40.030899 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.032332 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:40.035890 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.037353 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:40.040905 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.042342 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:40.045907 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.047346 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:40.050902 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.052350 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:40.055929 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.057373 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:40.060976 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.062407 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:40.065988 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.067425 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:40.071015 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.072441 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:40.076032 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.077467 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:40.081033 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.082477 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:40.086052 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.087483 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:40.091047 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.092479 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:40.096050 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.097497 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:40.101056 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.102489 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:40.106054 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.107476 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:40.111070 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.112511 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:40.116077 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.117527 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:40.121129 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.122563 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:40.126151 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.127597 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:40.131180 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.132621 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:40.136212 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.137659 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:40.141246 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.142691 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:40.146287 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.147734 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:40.151313 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.152757 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:40.156333 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.157782 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:40.161395 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.162835 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:40.166452 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.167892 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:40.171479 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.172921 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:40.176499 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.177958 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:40.181543 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.182986 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:40.186574 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.188019 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:40.191619 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.193064 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:43.597316 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.603448 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8135 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.667852 tst                       trial-8135: Storing JUnit report in /build/trial-8135/run.2025-10-30_22-48-17/trial-8135.xml
--------------------------------------------------------------------------------------------
trial-8135 PASS
--------------------------------------------------------------------------------------------
22:49:43.678575 tst                       trial-8135: trial-8135: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8135/inst
+ cd trial-8135
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-30 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8135-run.tgz run.2025-10-30_22-48-17
+ tar czf /build/trial-8135-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-30_13_26_28.tgz osmo-bts-oc2g.build-2025-10-30_00_51_49.tgz osmo-bts-sysmo.build-2025-10-30_00_51_53.tgz osmo-bts.build-2025-10-30_00_51_58.tgz osmo-ggsn.build-2025-10-30_20_42_29.tgz osmo-hlr.build-2025-10-30_16_36_48.tgz osmo-hnbgw.build-2025-10-30_13_30_15.tgz osmo-mgw.build-2025-10-30_08_33_18.tgz osmo-msc.build-2025-10-30_13_32_22.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-30_07_34_01.tgz osmo-pcu-sysmo.build-2025-10-30_07_34_05.tgz osmo-pcu.build-2025-10-30_07_36_17.tgz osmo-sgsn.build-2025-10-30_20_48_05.tgz osmo-stp.build-2025-10-30_13_25_18.tgz osmo-trx.build-2025-10-30_14_27_22.tgz osmocom-bb.build-2025-10-30_21_17_18.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