Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8216203623873247583.sh
+ rm -rf trial-8067-bin.tgz trial-8067-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24504
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10819
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10102
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12644
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12967
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12080
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40202
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7355
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42209
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8049
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 12998
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7250
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11344
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7395
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8842
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6115
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 7250
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12188979143262673203.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-8067
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ 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 DONE 0.1s

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

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

#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.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#22 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#22 CACHED

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:50baa1270a41de20e3d1bfb85488adc3dbf344a01e25a85cbf227dea87eb9339 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8068 -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-08-24 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8068
+ mkdir -p trial-8068
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-24_13_25_45.tgz osmo-bts-oc2g.build-2025-08-24_00_51_40.tgz osmo-bts-sysmo.build-2025-08-24_00_51_40.tgz osmo-bts.build-2025-08-24_00_51_46.tgz osmo-ggsn.build-2025-08-24_20_42_35.tgz osmo-hlr.build-2025-08-24_16_36_53.tgz osmo-hnbgw.build-2025-08-24_13_30_09.tgz osmo-mgw.build-2025-08-24_08_33_12.tgz osmo-msc.build-2025-08-24_13_32_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-24_07_34_04.tgz osmo-pcu-sysmo.build-2025-08-24_07_36_10.tgz osmo-pcu.build-2025-08-24_07_36_18.tgz osmo-sgsn.build-2025-08-24_20_48_08.tgz osmo-stp.build-2025-08-24_13_22_57.tgz osmo-trx.build-2025-08-24_14_29_07.tgz osmocom-bb.build-2025-08-24_21_17_32.tgz srslte.build-19.tgz trial-8068
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-24_13_25_45.md5 osmo-bts-oc2g.build-2025-08-24_00_51_40.md5 osmo-bts-sysmo.build-2025-08-24_00_51_40.md5 osmo-bts.build-2025-08-24_00_51_46.md5 osmo-ggsn.build-2025-08-24_20_42_35.md5 osmo-hlr.build-2025-08-24_16_36_53.md5 osmo-hnbgw.build-2025-08-24_13_30_09.md5 osmo-mgw.build-2025-08-24_08_33_12.md5 osmo-msc.build-2025-08-24_13_32_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-24_07_34_04.md5 osmo-pcu-sysmo.build-2025-08-24_07_36_10.md5 osmo-pcu.build-2025-08-24_07_36_18.md5 osmo-sgsn.build-2025-08-24_20_48_08.md5 osmo-stp.build-2025-08-24_13_22_57.md5 osmo-trx.build-2025-08-24_14_29_07.md5 osmocom-bb.build-2025-08-24_21_17_32.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-24_13_25_45.md5 osmo-bts-oc2g.build-2025-08-24_00_51_40.md5 osmo-bts-sysmo.build-2025-08-24_00_51_40.md5 osmo-bts.build-2025-08-24_00_51_46.md5 osmo-ggsn.build-2025-08-24_20_42_35.md5 osmo-hlr.build-2025-08-24_16_36_53.md5 osmo-hnbgw.build-2025-08-24_13_30_09.md5 osmo-mgw.build-2025-08-24_08_33_12.md5 osmo-msc.build-2025-08-24_13_32_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-24_07_34_04.md5 osmo-pcu-sysmo.build-2025-08-24_07_36_10.md5 osmo-pcu.build-2025-08-24_07_36_18.md5 osmo-sgsn.build-2025-08-24_20_48_08.md5 osmo-stp.build-2025-08-24_13_22_57.md5 osmo-trx.build-2025-08-24_14_29_07.md5 osmocom-bb.build-2025-08-24_21_17_32.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-8068 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8068'
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-8068
--------------------------------------------------------------------------------------------
22:48:19.512112 tst                       trial-8068: Detailed log at /build/trial-8068/run.2025-08-24_22-48-19/log

---------------------------------------------------------------------
trial-8068 netreg_mass
---------------------------------------------------------------------
22:48:19.741694 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.742117 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.743041 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.744422 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.785148 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.786063 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.787370 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.874894 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-8068 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.875667 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.891447 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.892013 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.892493 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.892956 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.893409 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.893892 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.894352 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.939197 tst         register_default_mass.py: using LAC 2
22:48:19.975552 tst         register_default_mass.py: using RAC 2
22:48:20.011633 tst         register_default_mass.py: using CellId 2
22:48:20.046348 tst         register_default_mass.py: using BVCI 3
22:48:20.052603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.054463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.056072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.056661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.058337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.058873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.060526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.064493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065142 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.071477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.075565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.081463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.085564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.088536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.090319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.090905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.095419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102653 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.104455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.106215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.106807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.108540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.109127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.109702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.110293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.110871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.111447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.112113 tst      register_default_mass.py:21: Launching a simple network
22:48:20.124349 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.256026 run            create_hlr_db(pid=20): Launched
22:48:21.267330 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.284165 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.300053 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.306166 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.493693 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.509885 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.515859 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.981322 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.999474 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.010597 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.127074 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.143146 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.149268 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.174025 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.189420 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.195417 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.556100 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.573939 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.592856 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.831791 run         osmo-bts-virtual(pid=34): Launched
22:48:32.903073 tst         register_default_mass.py: using MSISDN 1001
22:48:32.911710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.000616 tst         register_default_mass.py: using MSISDN 1002
22:48:33.009667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.088788 tst         register_default_mass.py: using MSISDN 1003
22:48:33.099763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.173292 tst         register_default_mass.py: using MSISDN 1004
22:48:33.187731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.278831 tst         register_default_mass.py: using MSISDN 1005
22:48:33.294940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.381885 tst         register_default_mass.py: using MSISDN 1006
22:48:33.390748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.472052 tst         register_default_mass.py: using MSISDN 1007
22:48:33.482089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.556633 tst         register_default_mass.py: using MSISDN 1008
22:48:33.568452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.647271 tst         register_default_mass.py: using MSISDN 1009
22:48:33.657280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.730731 tst         register_default_mass.py: using MSISDN 1010
22:48:33.742290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.821206 tst         register_default_mass.py: using MSISDN 1011
22:48:33.836865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.934115 tst         register_default_mass.py: using MSISDN 1012
22:48:33.943203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.009214 tst         register_default_mass.py: using MSISDN 1013
22:48:34.025609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.111154 tst         register_default_mass.py: using MSISDN 1014
22:48:34.127819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.200141 tst         register_default_mass.py: using MSISDN 1015
22:48:34.210972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.293428 tst         register_default_mass.py: using MSISDN 1016
22:48:34.309229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.386205 tst         register_default_mass.py: using MSISDN 1017
22:48:34.393454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.460342 tst         register_default_mass.py: using MSISDN 1018
22:48:34.466991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.558511 tst         register_default_mass.py: using MSISDN 1019
22:48:34.569070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.645258 tst         register_default_mass.py: using MSISDN 1020
22:48:34.661625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.751411 tst         register_default_mass.py: using MSISDN 1021
22:48:34.767019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.850619 tst         register_default_mass.py: using MSISDN 1022
22:48:34.865761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.944410 tst         register_default_mass.py: using MSISDN 1023
22:48:34.957071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.034316 tst         register_default_mass.py: using MSISDN 1024
22:48:35.044591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.126721 tst         register_default_mass.py: using MSISDN 1025
22:48:35.140817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.217337 tst         register_default_mass.py: using MSISDN 1026
22:48:35.230003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.298517 tst         register_default_mass.py: using MSISDN 1027
22:48:35.313586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.388491 tst         register_default_mass.py: using MSISDN 1028
22:48:35.396806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.472201 tst         register_default_mass.py: using MSISDN 1029
22:48:35.478450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.554871 tst         register_default_mass.py: using MSISDN 1030
22:48:35.564208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.633389 tst         register_default_mass.py: using MSISDN 1031
22:48:35.648103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.726115 tst         register_default_mass.py: using MSISDN 1032
22:48:35.742778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.819329 tst         register_default_mass.py: using MSISDN 1033
22:48:35.832838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.897694 tst         register_default_mass.py: using MSISDN 1034
22:48:35.907934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.978203 tst         register_default_mass.py: using MSISDN 1035
22:48:35.993978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.078425 tst         register_default_mass.py: using MSISDN 1036
22:48:36.087741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.148824 tst         register_default_mass.py: using MSISDN 1037
22:48:36.164521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.251052 tst         register_default_mass.py: using MSISDN 1038
22:48:36.259937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.330635 tst         register_default_mass.py: using MSISDN 1039
22:48:36.341401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.419134 tst         register_default_mass.py: using MSISDN 1040
22:48:36.428307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.509072 tst         register_default_mass.py: using MSISDN 1041
22:48:36.524909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.594948 tst         register_default_mass.py: using MSISDN 1042
22:48:36.611705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.687757 tst         register_default_mass.py: using MSISDN 1043
22:48:36.698393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.769315 tst         register_default_mass.py: using MSISDN 1044
22:48:36.785364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.859319 tst         register_default_mass.py: using MSISDN 1045
22:48:36.875974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.951695 tst         register_default_mass.py: using MSISDN 1046
22:48:36.961983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.041463 tst         register_default_mass.py: using MSISDN 1047
22:48:37.051790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.135985 tst         register_default_mass.py: using MSISDN 1048
22:48:37.152654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.232655 tst         register_default_mass.py: using MSISDN 1049
22:48:37.241683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.305084 tst         register_default_mass.py: using MSISDN 1050
22:48:37.317792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.384435 tst         register_default_mass.py: using MSISDN 1051
22:48:37.401142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.471070 tst         register_default_mass.py: using MSISDN 1052
22:48:37.488932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.567802 tst         register_default_mass.py: using MSISDN 1053
22:48:37.585575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.656104 tst         register_default_mass.py: using MSISDN 1054
22:48:37.668824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.738041 tst         register_default_mass.py: using MSISDN 1055
22:48:37.750561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.839024 tst         register_default_mass.py: using MSISDN 1056
22:48:37.854343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.919883 tst         register_default_mass.py: using MSISDN 1057
22:48:37.927983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.990082 tst         register_default_mass.py: using MSISDN 1058
22:48:37.998690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.072055 tst         register_default_mass.py: using MSISDN 1059
22:48:38.088416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.168635 tst         register_default_mass.py: using MSISDN 1060
22:48:38.184110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.262975 tst         register_default_mass.py: using MSISDN 1061
22:48:38.279537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.350171 tst         register_default_mass.py: using MSISDN 1062
22:48:38.359432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.432234 tst         register_default_mass.py: using MSISDN 1063
22:48:38.442723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.508561 tst         register_default_mass.py: using MSISDN 1064
22:48:38.517940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.595428 tst         register_default_mass.py: using MSISDN 1065
22:48:38.610783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.680699 tst         register_default_mass.py: using MSISDN 1066
22:48:38.696904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.774733 tst         register_default_mass.py: using MSISDN 1067
22:48:38.784926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.855413 tst         register_default_mass.py: using MSISDN 1068
22:48:38.864665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.944201 tst         register_default_mass.py: using MSISDN 1069
22:48:38.960928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.038899 tst         register_default_mass.py: using MSISDN 1070
22:48:39.051058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.120737 tst         register_default_mass.py: using MSISDN 1071
22:48:39.138121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.215524 tst         register_default_mass.py: using MSISDN 1072
22:48:39.227698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.299787 tst         register_default_mass.py: using MSISDN 1073
22:48:39.316904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.396600 tst         register_default_mass.py: using MSISDN 1074
22:48:39.413202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.490633 tst         register_default_mass.py: using MSISDN 1075
22:48:39.506994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.591929 tst         register_default_mass.py: using MSISDN 1076
22:48:39.602809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.673308 tst         register_default_mass.py: using MSISDN 1077
22:48:39.683890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.757223 tst         register_default_mass.py: using MSISDN 1078
22:48:39.774163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.851933 tst         register_default_mass.py: using MSISDN 1079
22:48:39.868796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.938103 tst         register_default_mass.py: using MSISDN 1080
22:48:39.954746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.022171 tst         register_default_mass.py: using MSISDN 1081
22:48:40.038511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.108939 tst         register_default_mass.py: using MSISDN 1082
22:48:40.125836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.203905 tst         register_default_mass.py: using MSISDN 1083
22:48:40.213109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.291838 tst         register_default_mass.py: using MSISDN 1084
22:48:40.308295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.384494 tst         register_default_mass.py: using MSISDN 1085
22:48:40.400769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.475338 tst         register_default_mass.py: using MSISDN 1086
22:48:40.484450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.549204 tst         register_default_mass.py: using MSISDN 1087
22:48:40.559108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.642018 tst         register_default_mass.py: using MSISDN 1088
22:48:40.658322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.725788 tst         register_default_mass.py: using MSISDN 1089
22:48:40.742444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.815246 tst         register_default_mass.py: using MSISDN 1090
22:48:40.832248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.907853 tst         register_default_mass.py: using MSISDN 1091
22:48:40.925087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.003016 tst         register_default_mass.py: using MSISDN 1092
22:48:41.019762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.091458 tst         register_default_mass.py: using MSISDN 1093
22:48:41.106999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.177212 tst         register_default_mass.py: using MSISDN 1094
22:48:41.187343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.260925 tst         register_default_mass.py: using MSISDN 1095
22:48:41.276464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.348251 tst         register_default_mass.py: using MSISDN 1096
22:48:41.364645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.434551 tst         register_default_mass.py: using MSISDN 1097
22:48:41.450936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.534162 tst         register_default_mass.py: using MSISDN 1098
22:48:41.550770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.631729 tst         register_default_mass.py: using MSISDN 1099
22:48:41.646285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.727018 tst         register_default_mass.py: using MSISDN 1100
22:48:41.744370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.945529 run                             mass: Starting testcase
22:48:41.954351 run                             mass: Pre-launching all virtphy's
22:48:41.963591 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.984562 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.994682 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.014498 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.024107 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.043749 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.054032 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.075860 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.094450 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.134104 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.149412 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.172684 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.183220 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.205457 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.217120 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.240199 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.250985 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.275571 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.295689 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.329696 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.340915 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.374967 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.392671 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.430452 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.447935 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.485138 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.504465 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.546822 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.566339 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.606455 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.624509 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.662021 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.679442 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.718907 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.737760 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.778686 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.791728 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.811952 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.823008 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.845199 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.855891 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.876202 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.886440 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.906672 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.916149 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.937567 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.956378 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.995956 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.014701 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.053657 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.071830 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.111117 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.129432 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.169729 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.187930 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.229042 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.248366 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.288839 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.308041 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.348766 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.360521 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.383507 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.394600 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.420035 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.433785 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.464317 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.484212 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.524833 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.543968 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.584449 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.594994 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.615745 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.634889 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.671229 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.684853 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.707767 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.718141 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.738640 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.750013 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.771571 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.782095 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.802815 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.813907 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.838806 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.848849 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.872967 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.887926 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.914614 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.929381 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.955023 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.975097 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.016473 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.035067 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.074593 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.089357 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.116778 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.137362 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.183771 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.199069 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.228088 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.243601 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.276130 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.291147 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.315187 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.330777 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.356752 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.371095 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.398153 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.412564 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.441771 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.456116 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.497139 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.527131 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.568028 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.584256 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.620013 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.633205 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.661878 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.673763 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.696793 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.716313 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.759123 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.778231 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.821164 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.840188 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.865829 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.877860 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.905817 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.925881 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.968581 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.979088 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.006574 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.026028 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.063093 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.079325 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.103806 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.113887 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.134733 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.144598 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.163740 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.172776 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.192204 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.201538 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.224820 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.244192 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.284130 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.300314 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.320654 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.330756 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.351373 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.361434 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.381952 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.391511 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.410788 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.421796 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.443989 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.462666 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.501763 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.516993 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.544244 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.564034 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.608986 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.630410 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.676591 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.697135 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.740667 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.760378 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.802620 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.822570 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.864467 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.884203 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.926220 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.946077 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.988221 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.008154 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.050893 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.070992 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.112983 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.132865 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.171817 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.184537 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.208401 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.219482 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.239826 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.249847 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.269658 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.280761 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.300921 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.315442 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.337298 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.346813 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.377556 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.396868 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.425171 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.444198 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.484310 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.499571 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.524128 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.548107 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.586827 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.604472 run                             mass: Checking if sockets are in the filesystem
22:48:46.641297 run                osmo-ms-mob/00000: Starting mobile
22:48:46.681240 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.704591 run                             mass: MS start registered  {at=19306632.407895576, delay=0.004886329174041748, ms=00000}
22:48:50.838627 run                osmo-ms-mob/00001: Starting mobile
22:48:50.878746 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.896846 run                             mass: MS start registered  {at=19306636.60011583, delay=0.0016154199838638306, ms=00001}
22:48:52.205066 run                             mass: MS performed LU  {at=19306637.908364125, lu_delay=5.500468548387289, ms=00000}
22:48:52.634895 run                osmo-ms-mob/00002: Starting mobile
22:48:52.660138 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.687844 run                             mass: MS start registered  {at=19306638.3911485, delay=0.013532556593418121, ms=00002}
22:48:53.937825 run                osmo-ms-mob/00003: Starting mobile
22:48:53.972589 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.987742 run                             mass: MS start registered  {at=19306639.69108086, delay=3.560259938240051e-05, ms=00003}
22:48:55.038710 run                osmo-ms-mob/00004: Starting mobile
22:48:55.079748 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.101297 run                             mass: MS start registered  {at=19306640.804610606, delay=0.0010338835418224335, ms=00004}
22:48:55.970676 run                             mass: MS performed LU  {at=19306641.673975382, lu_delay=5.073859553784132, ms=00001}
22:48:56.000505 run                osmo-ms-mob/00005: Starting mobile
22:48:56.034374 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.059158 run                             mass: MS start registered  {at=19306641.762459245, delay=0.007009744644165039, ms=00005}
22:48:56.936480 run                osmo-ms-mob/00006: Starting mobile
22:48:56.958073 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.971723 run                             mass: MS start registered  {at=19306642.67506353, delay=0.005988329648971558, ms=00006}
22:48:57.837296 run                osmo-ms-mob/00007: Starting mobile
22:48:57.870199 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.885545 run                             mass: MS performed LU  {at=19306643.588885922, lu_delay=5.197737421840429, ms=00002}
22:48:57.899499 run                             mass: MS start registered  {at=19306643.60285133, delay=0.014002829790115356, ms=00007}
22:48:58.629489 run                osmo-ms-mob/00008: Starting mobile
22:48:58.643466 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.655157 run                             mass: MS start registered  {at=19306644.35850543, delay=0.005088645964860916, ms=00008}
22:48:59.328690 run                osmo-ms-mob/00009: Starting mobile
22:48:59.343341 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.356211 run                             mass: MS start registered  {at=19306645.05955019, delay=0.005645178258419037, ms=00009}
22:48:59.736263 run                             mass: MS performed LU  {at=19306645.439556133, lu_delay=5.748475272208452, ms=00003}
22:49:00.039306 run                osmo-ms-mob/00010: Starting mobile
22:49:00.096809 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.123358 run                             mass: Starting too slowly. Moving on {now=19306645.826711126, sleep=-0.0012855678796768188, target=19306645.825425558}
22:49:00.144275 run                             mass: MS start registered  {at=19306645.847615138, delay=0.020909331738948822, ms=00010}
22:49:00.253715 run                             mass: MS performed LU  {at=19306645.95702822, lu_delay=5.152417615056038, ms=00004}
22:49:00.638926 run                osmo-ms-mob/00011: Starting mobile
22:49:00.675906 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.701435 run                             mass: MS start registered  {at=19306646.404753577, delay=0.007175996899604797, ms=00011}
22:49:01.231645 run                osmo-ms-mob/00012: Starting mobile
22:49:01.246642 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.258951 run                             mass: MS start registered  {at=19306646.96229003, delay=0.005274556577205658, ms=00012}
22:49:01.638660 run                             mass: MS performed LU  {at=19306647.341957718, lu_delay=5.57949847355485, ms=00005}
22:49:01.836863 run                osmo-ms-mob/00013: Starting mobile
22:49:01.871210 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.894910 run                             mass: MS start registered  {at=19306647.59822682, delay=0.0071161165833473206, ms=00013}
22:49:02.154945 run                             mass: MS performed LU  {at=19306647.858246025, lu_delay=5.183182492852211, ms=00006}
22:49:02.432657 run                osmo-ms-mob/00014: Starting mobile
22:49:02.450332 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.463890 run                             mass: MS start registered  {at=19306648.167224877, delay=0.005005545914173126, ms=00014}
22:49:03.030902 run                osmo-ms-mob/00015: Starting mobile
22:49:03.048022 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.061993 run                             mass: MS start registered  {at=19306648.76533108, delay=0.005880147218704224, ms=00015}
22:49:03.502257 run                             mass: MS performed LU  {at=19306649.205584962, lu_delay=5.602733630686998, ms=00007}
22:49:03.517957 run                osmo-ms-mob/00016: Starting mobile
22:49:03.535634 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.548380 run                             mass: MS performed LU  {at=19306649.25170806, lu_delay=4.893202628940344, ms=00008}
22:49:03.556063 run                             mass: MS start registered  {at=19306649.259424455, delay=0.012958772480487823, ms=00016}
22:49:04.029375 run                osmo-ms-mob/00017: Starting mobile
22:49:04.046802 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.059354 run                             mass: MS start registered  {at=19306649.762682628, delay=0.0052123405039310455, ms=00017}
22:49:04.630911 run                osmo-ms-mob/00018: Starting mobile
22:49:04.648934 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.663222 run                             mass: MS start registered  {at=19306650.36654178, delay=0.0057224854826927185, ms=00018}
22:49:05.094355 run                osmo-ms-mob/00019: Starting mobile
22:49:05.109420 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.122880 run                             mass: MS start registered  {at=19306650.826215673, delay=0.004621196538209915, ms=00019}
22:49:05.403950 run                             mass: MS performed LU  {at=19306651.10726359, lu_delay=5.2596484534442425, ms=00010}
22:49:05.449643 run                             mass: MS performed LU  {at=19306651.152971696, lu_delay=4.74821811914444, ms=00011}
22:49:05.465597 run                osmo-ms-mob/00020: Starting mobile
22:49:05.483354 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.496922 run                             mass: MS start registered  {at=19306651.200239055, delay=0.0058498382568359375, ms=00020}
22:49:05.518516 run                             mass: MS performed LU  {at=19306651.221847937, lu_delay=6.162297748029232, ms=00009}
22:49:06.030309 run                osmo-ms-mob/00021: Starting mobile
22:49:06.048093 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.062150 run                             mass: MS start registered  {at=19306651.76548244, delay=0.006059255450963974, ms=00021}
22:49:06.429899 run                osmo-ms-mob/00022: Starting mobile
22:49:06.445737 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.462080 run                             mass: MS start registered  {at=19306652.165393572, delay=0.007192704826593399, ms=00022}
22:49:06.937127 run                osmo-ms-mob/00023: Starting mobile
22:49:06.969515 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.983367 run                             mass: MS start registered  {at=19306652.68668573, delay=0.005799189209938049, ms=00023}
22:49:07.185984 run                             mass: MS performed LU  {at=19306652.889315125, lu_delay=5.927025094628334, ms=00012}
22:49:07.267976 run                             mass: MS performed LU  {at=19306652.97130719, lu_delay=5.3730803690850735, ms=00013}
22:49:07.281910 run                osmo-ms-mob/00024: Starting mobile
22:49:07.297986 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.312137 run                             mass: MS start registered  {at=19306653.01546933, delay=0.005608025938272476, ms=00024}
22:49:07.320446 run                             mass: MS performed LU  {at=19306653.023799203, lu_delay=4.856574326753616, ms=00014}
22:49:07.831524 run                osmo-ms-mob/00025: Starting mobile
22:49:07.848918 run       osmo-ms-mob/00025(pid=160): Launched
22:49:07.870005 run                             mass: MS start registered  {at=19306653.573335808, delay=0.012467116117477417, ms=00025}
22:49:08.236391 run                osmo-ms-mob/00026: Starting mobile
22:49:08.269991 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.290007 run                             mass: MS start registered  {at=19306653.9933323, delay=0.004386503249406815, ms=00026}
22:49:08.635268 run                osmo-ms-mob/00027: Starting mobile
22:49:08.659279 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.682869 run                             mass: MS start registered  {at=19306654.386184763, delay=0.00801246240735054, ms=00027}
22:49:09.029796 run                osmo-ms-mob/00028: Starting mobile
22:49:09.045812 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.060586 run                             mass: MS start registered  {at=19306654.76390983, delay=0.0072028860449790955, ms=00028}
22:49:09.169906 run                             mass: MS performed LU  {at=19306654.873230085, lu_delay=6.107899006456137, ms=00015}
22:49:09.216270 run                             mass: MS performed LU  {at=19306654.91955909, lu_delay=5.156876463443041, ms=00017}
22:49:09.285168 run                             mass: MS performed LU  {at=19306654.988483313, lu_delay=5.729058858007193, ms=00016}
22:49:09.312728 run                osmo-ms-mob/00029: Starting mobile
22:49:09.345702 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.368744 run                             mass: MS start registered  {at=19306655.072083417, delay=0.007923316210508347, ms=00029}
22:49:09.556665 run                             mass: MS performed LU  {at=19306655.259953566, lu_delay=4.893411785364151, ms=00018}
22:49:09.828767 run                osmo-ms-mob/00030: Starting mobile
22:49:09.844879 run       osmo-ms-mob/00030(pid=165): Launched
22:49:09.857623 run                             mass: MS start registered  {at=19306655.56094895, delay=0.005330085754394531, ms=00030}
22:49:10.232647 run                osmo-ms-mob/00031: Starting mobile
22:49:10.250443 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.268815 run                             mass: MS start registered  {at=19306655.97214844, delay=0.008866917341947556, ms=00031}
22:49:10.529402 run                osmo-ms-mob/00032: Starting mobile
22:49:10.545520 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.558359 run                             mass: MS start registered  {at=19306656.26170502, delay=0.005492888391017914, ms=00032}
22:49:10.931250 run                osmo-ms-mob/00033: Starting mobile
22:49:10.945954 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.953027 run                             mass: MS performed LU  {at=19306656.656381004, lu_delay=5.456141948699951, ms=00020}
22:49:10.960218 run                             mass: MS start registered  {at=19306656.663578864, delay=0.007219191640615463, ms=00033}
22:49:11.033776 run                             mass: MS performed LU  {at=19306656.73709336, lu_delay=4.97161091864109, ms=00021}
22:49:11.080277 run                             mass: MS performed LU  {at=19306656.78361167, lu_delay=5.957395996898413, ms=00019}
22:49:11.093386 run                osmo-ms-mob/00034: Starting mobile
22:49:11.109199 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.122862 run                             mass: MS start registered  {at=19306656.82620043, delay=0.006123088300228119, ms=00034}
22:49:11.223713 run                             mass: MS performed LU  {at=19306656.927046824, lu_delay=4.761653251945972, ms=00022}
22:49:11.628978 run                osmo-ms-mob/00035: Starting mobile
22:49:11.645872 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.658892 run                             mass: MS start registered  {at=19306657.362231143, delay=0.0051058754324913025, ms=00035}
22:49:12.028573 run                osmo-ms-mob/00036: Starting mobile
22:49:12.044265 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.057197 run                             mass: MS start registered  {at=19306657.760544494, delay=0.005567722022533417, ms=00036}
22:49:12.429938 run                osmo-ms-mob/00037: Starting mobile
22:49:12.446507 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.463992 run                             mass: MS start registered  {at=19306658.167276017, delay=0.009727265685796738, ms=00037}
22:49:12.731137 run                osmo-ms-mob/00038: Starting mobile
22:49:12.746283 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.758948 run                             mass: MS start registered  {at=19306658.462285876, delay=0.002369113266468048, ms=00038}
22:49:12.934829 run                             mass: MS performed LU  {at=19306658.638156645, lu_delay=5.951470915228128, ms=00023}
22:49:12.948163 run                osmo-ms-mob/00039: Starting mobile
22:49:12.965323 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.978603 run                             mass: MS start registered  {at=19306658.681945194, delay=0.0056435540318489075, ms=00039}
22:49:12.986884 run                             mass: MS performed LU  {at=19306658.69023686, lu_delay=5.11690105125308, ms=00025}
22:49:13.050402 run                             mass: MS performed LU  {at=19306658.753735956, lu_delay=5.738266624510288, ms=00024}
22:49:13.087519 run                             mass: MS performed LU  {at=19306658.790851958, lu_delay=4.7975196577608585, ms=00026}
22:49:13.100956 run                osmo-ms-mob/00040: Starting mobile
22:49:13.117278 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.130605 run                             mass: MS start registered  {at=19306658.83394742, delay=0.005392562597990036, ms=00040}
22:49:13.729536 run                osmo-ms-mob/00041: Starting mobile
22:49:13.744311 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.756411 run                             mass: MS start registered  {at=19306659.459753823, delay=0.005149863660335541, ms=00041}
22:49:14.030036 run                osmo-ms-mob/00042: Starting mobile
22:49:14.044985 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.057581 run                             mass: MS start registered  {at=19306659.76092032, delay=0.004932872951030731, ms=00042}
22:49:14.428812 run                osmo-ms-mob/00043: Starting mobile
22:49:14.444420 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.456015 run                             mass: MS start registered  {at=19306660.1593645, delay=0.0050215572118759155, ms=00043}
22:49:14.716885 run                             mass: MS performed LU  {at=19306660.420217585, lu_delay=5.656307753175497, ms=00028}
22:49:14.730219 run                osmo-ms-mob/00044: Starting mobile
22:49:14.746739 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.760004 run                             mass: MS start registered  {at=19306660.46334979, delay=0.005263589322566986, ms=00044}
22:49:14.799330 run                             mass: MS performed LU  {at=19306660.502664175, lu_delay=5.430580757558346, ms=00029}
22:49:14.845786 run                             mass: MS performed LU  {at=19306660.549121715, lu_delay=4.9881727658212185, ms=00030}
22:49:14.858397 run                osmo-ms-mob/00045: Starting mobile
22:49:14.874495 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.887435 run                             mass: MS start registered  {at=19306660.590785738, delay=0.005216587334871292, ms=00045}
22:49:14.989150 run                             mass: MS performed LU  {at=19306660.692483563, lu_delay=6.306298799812794, ms=00027}
22:49:15.007617 run                             mass: MS performed LU  {at=19306660.710952412, lu_delay=4.738803971558809, ms=00031}
22:49:15.023722 run                osmo-ms-mob/00046: Starting mobile
22:49:15.038422 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.050392 run                             mass: MS start registered  {at=19306660.7537378, delay=0.005065158009529114, ms=00046}
22:49:15.632377 run                osmo-ms-mob/00047: Starting mobile
22:49:15.652220 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.666728 run                             mass: MS start registered  {at=19306661.369946793, delay=0.005409553647041321, ms=00047}
22:49:15.929043 run                osmo-ms-mob/00048: Starting mobile
22:49:15.945785 run       osmo-ms-mob/00048(pid=183): Launched
22:49:15.959988 run                             mass: MS start registered  {at=19306661.663324244, delay=0.005937837064266205, ms=00048}
22:49:16.229315 run                osmo-ms-mob/00049: Starting mobile
22:49:16.246163 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.259744 run                             mass: MS start registered  {at=19306661.96308378, delay=0.005903705954551697, ms=00049}
22:49:16.530037 run                osmo-ms-mob/00050: Starting mobile
22:49:16.545044 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.557843 run                             mass: MS start registered  {at=19306662.261172574, delay=0.0056217387318611145, ms=00050}
22:49:16.581099 run                             mass: MS performed LU  {at=19306662.284419466, lu_delay=6.022714447230101, ms=00032}
22:49:16.618517 run                             mass: MS performed LU  {at=19306662.321847633, lu_delay=4.959616489708424, ms=00035}
22:49:16.747013 run                             mass: MS performed LU  {at=19306662.45034738, lu_delay=4.689802885055542, ms=00036}
22:49:16.760070 run                osmo-ms-mob/00051: Starting mobile
22:49:16.775524 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.787917 run                             mass: MS start registered  {at=19306662.491261408, delay=0.0051744356751441956, ms=00051}
22:49:16.908215 run                             mass: MS performed LU  {at=19306662.611548472, lu_delay=5.785348042845726, ms=00034}
22:49:17.228738 run                osmo-ms-mob/00052: Starting mobile
22:49:17.244308 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.257146 run                             mass: MS start registered  {at=19306662.960488643, delay=0.005674500018358231, ms=00052}
22:49:17.529023 run                osmo-ms-mob/00053: Starting mobile
22:49:17.545388 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.558623 run                             mass: MS start registered  {at=19306663.26196882, delay=0.005463022738695145, ms=00053}
22:49:17.624234 run                             mass: MS performed LU  {at=19306663.327551264, lu_delay=6.663972400128841, ms=00033}
22:49:17.829288 run                osmo-ms-mob/00054: Starting mobile
22:49:17.845701 run       osmo-ms-mob/00054(pid=189): Launched
22:49:17.859862 run                             mass: MS start registered  {at=19306663.563151475, delay=0.006050128489732742, ms=00054}
22:49:18.130120 run                osmo-ms-mob/00055: Starting mobile
22:49:18.147163 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.160042 run                             mass: MS start registered  {at=19306663.86338826, delay=0.0051537007093429565, ms=00055}
22:49:18.429082 run                osmo-ms-mob/00056: Starting mobile
22:49:18.444691 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.458815 run                             mass: MS start registered  {at=19306664.162155498, delay=0.006881728768348694, ms=00056}
22:49:18.482054 run                             mass: MS performed LU  {at=19306664.185393132, lu_delay=5.351445712149143, ms=00040}
22:49:18.519343 run                             mass: MS performed LU  {at=19306664.222675707, lu_delay=5.5407305136322975, ms=00039}
22:49:18.533102 run                osmo-ms-mob/00057: Starting mobile
22:49:18.550384 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.563808 run                             mass: MS start registered  {at=19306664.267137375, delay=0.005607776343822479, ms=00057}
22:49:18.612170 run                             mass: MS performed LU  {at=19306664.315495458, lu_delay=4.855741634964943, ms=00041}
22:49:18.773693 run                             mass: MS performed LU  {at=19306664.477029093, lu_delay=6.0147432163357735, ms=00038}
22:49:18.810120 run                             mass: MS performed LU  {at=19306664.513443246, lu_delay=6.346167229115963, ms=00037}
22:49:18.822727 run                osmo-ms-mob/00058: Starting mobile
22:49:18.837719 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.844849 run                             mass: MS performed LU  {at=19306664.548206747, lu_delay=4.787286426872015, ms=00042}
22:49:18.852071 run                             mass: MS start registered  {at=19306664.55543431, delay=0.007246881723403931, ms=00058}
22:49:19.429042 run                osmo-ms-mob/00059: Starting mobile
22:49:19.447430 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.460785 run                             mass: MS start registered  {at=19306665.164125074, delay=0.005678985267877579, ms=00059}
22:49:19.678051 run                             mass: MS performed LU  {at=19306665.381383102, lu_delay=4.0114363096654415, ms=00047}
22:49:19.691164 run                osmo-ms-mob/00060: Starting mobile
22:49:19.707713 run       osmo-ms-mob/00060(pid=195): Launched
22:49:19.721164 run                             mass: MS start registered  {at=19306665.424498104, delay=0.005826123058795929, ms=00060}
22:49:20.128921 run                osmo-ms-mob/00061: Starting mobile
22:49:20.145937 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.159674 run                             mass: MS start registered  {at=19306665.86301263, delay=0.005709800869226456, ms=00061}
22:49:20.346683 run                             mass: MS performed LU  {at=19306666.05000589, lu_delay=5.586656101047993, ms=00044}
22:49:20.368438 run                osmo-ms-mob/00062: Starting mobile
22:49:20.384308 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.391396 run                             mass: MS performed LU  {at=19306666.094752382, lu_delay=5.503966644406319, ms=00045}
22:49:20.398495 run                             mass: MS start registered  {at=19306666.101858843, delay=0.007129058241844177, ms=00062}
22:49:20.513391 run                             mass: MS performed LU  {at=19306666.216720615, lu_delay=6.0573561154305935, ms=00043}
22:49:20.527165 run                osmo-ms-mob/00063: Starting mobile
22:49:20.544090 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.557718 run                             mass: MS start registered  {at=19306666.261056144, delay=0.005979742854833603, ms=00063}
22:49:20.675011 run                             mass: MS performed LU  {at=19306666.378345635, lu_delay=5.624607834964991, ms=00046}
22:49:20.919317 run                             mass: MS performed LU  {at=19306666.622651, lu_delay=4.959326755255461, ms=00048}
22:49:21.216372 run                osmo-ms-mob/00064: Starting mobile
22:49:21.232258 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.239770 run                             mass: Starting too slowly. Moving on {now=19306666.943135098, sleep=-0.01770922541618347, target=19306666.925425872}
22:49:21.246970 run                             mass: MS start registered  {at=19306666.950322494, delay=0.007190525531768799, ms=00064}
22:49:21.567157 run                osmo-ms-mob/00065: Starting mobile
22:49:21.582674 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.595767 run                             mass: MS start registered  {at=19306667.299116444, delay=0.00590268149971962, ms=00065}
22:49:22.038592 run                osmo-ms-mob/00066: Starting mobile
22:49:22.054235 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.061446 run                             mass: Starting too slowly. Moving on {now=19306667.76481417, sleep=-0.1393882855772972, target=19306667.625425883}
22:49:22.068542 run                             mass: MS start registered  {at=19306667.771897126, delay=0.007085643708705902, ms=00066}
22:49:22.075797 run                             mass: Starting too slowly. Moving on {now=19306667.779164616, sleep=-0.053738731890916824, target=19306667.725425884}
22:49:22.229059 run                osmo-ms-mob/00067: Starting mobile
22:49:22.245919 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.260125 run                             mass: MS start registered  {at=19306667.963461757, delay=0.004473656415939331, ms=00067}
22:49:22.531172 run                osmo-ms-mob/00068: Starting mobile
22:49:22.548176 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.561290 run                             mass: MS start registered  {at=19306668.2646198, delay=0.005499511957168579, ms=00068}
22:49:22.928631 run                osmo-ms-mob/00069: Starting mobile
22:49:22.943263 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.956263 run                             mass: MS start registered  {at=19306668.659597445, delay=0.005527086555957794, ms=00069}
22:49:22.991878 run                             mass: MS performed LU  {at=19306668.695211127, lu_delay=5.1320596523582935, ms=00054}
22:49:23.010600 run                             mass: MS performed LU  {at=19306668.71393529, lu_delay=6.222673881798983, ms=00051}
22:49:23.047001 run                             mass: MS performed LU  {at=19306668.750325546, lu_delay=6.48915297165513, ms=00050}
22:49:23.059614 run                osmo-ms-mob/00070: Starting mobile
22:49:23.073664 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.083152 run                             mass: MS performed LU  {at=19306668.78650045, lu_delay=5.524531628936529, ms=00053}
22:49:23.090051 run                             mass: MS start registered  {at=19306668.793414544, delay=0.00997815653681755, ms=00070}
22:49:23.190209 run                             mass: MS performed LU  {at=19306668.893538155, lu_delay=5.933049511164427, ms=00052}
22:49:23.729256 run                osmo-ms-mob/00071: Starting mobile
22:49:23.745210 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.758128 run                             mass: MS start registered  {at=19306669.46147228, delay=0.005271986126899719, ms=00071}
22:49:24.130281 run                osmo-ms-mob/00072: Starting mobile
22:49:24.148302 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.163738 run                             mass: MS start registered  {at=19306669.86707658, delay=0.00718226283788681, ms=00072}
22:49:24.214361 run                             mass: MS performed LU  {at=19306669.91766522, lu_delay=4.753540147095919, ms=00059}
22:49:24.232190 run                             mass: MS performed LU  {at=19306669.93552516, lu_delay=6.072136901319027, ms=00055}
22:49:24.348275 run                             mass: MS performed LU  {at=19306670.05160561, lu_delay=5.8894501104950905, ms=00056}
22:49:24.364511 run                osmo-ms-mob/00073: Starting mobile
22:49:24.382540 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.390956 run                             mass: MS performed LU  {at=19306670.09430863, lu_delay=5.5388743206858635, ms=00058}
22:49:24.399068 run                             mass: MS start registered  {at=19306670.102428436, delay=0.008145049214363098, ms=00073}
22:49:24.675722 run                             mass: MS performed LU  {at=19306670.379054688, lu_delay=4.954556584358215, ms=00060}
22:49:24.933161 run                osmo-ms-mob/00074: Starting mobile
22:49:24.951261 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.973632 run                             mass: MS start registered  {at=19306670.676964197, delay=0.013315416872501373, ms=00074}
22:49:25.335782 run                osmo-ms-mob/00075: Starting mobile
22:49:25.360383 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.373991 run                             mass: MS start registered  {at=19306671.07733791, delay=0.005414500832557678, ms=00075}
22:49:25.829420 run                osmo-ms-mob/00076: Starting mobile
22:49:25.845739 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.859152 run                             mass: MS start registered  {at=19306671.562496115, delay=0.0052769966423511505, ms=00076}
22:49:26.014463 run                             mass: MS performed LU  {at=19306671.71779709, lu_delay=5.854784458875656, ms=00061}
22:49:26.051565 run                             mass: MS performed LU  {at=19306671.754892904, lu_delay=5.653034061193466, ms=00062}
22:49:26.143349 run                             mass: MS performed LU  {at=19306671.846676365, lu_delay=5.58562022075057, ms=00063}
22:49:26.156484 run                osmo-ms-mob/00077: Starting mobile
22:49:26.172336 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.184702 run                             mass: MS start registered  {at=19306671.8880528, delay=0.005085360258817673, ms=00077}
22:49:26.305691 run                             mass: MS performed LU  {at=19306672.009024315, lu_delay=5.058701820671558, ms=00064}
22:49:26.342223 run                             mass: MS performed LU  {at=19306672.045543466, lu_delay=4.746427021920681, ms=00065}
22:49:26.732361 run                osmo-ms-mob/00078: Starting mobile
22:49:26.749101 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.762812 run                             mass: MS start registered  {at=19306672.4661275, delay=0.005828987807035446, ms=00078}
22:49:27.129127 run                osmo-ms-mob/00079: Starting mobile
22:49:27.145890 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.161222 run                             mass: MS start registered  {at=19306672.86456407, delay=0.00746212899684906, ms=00079}
22:49:27.627900 run                osmo-ms-mob/00080: Starting mobile
22:49:27.641408 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.653537 run                             mass: MS start registered  {at=19306673.356878553, delay=0.005556683987379074, ms=00080}
22:49:27.879216 run                             mass: MS performed LU  {at=19306673.582525194, lu_delay=5.810628067702055, ms=00066}
22:49:27.915796 run                             mass: MS performed LU  {at=19306673.619104646, lu_delay=4.959507200866938, ms=00069}
22:49:27.998808 run                             mass: MS performed LU  {at=19306673.702143237, lu_delay=5.7386814802885056, ms=00067}
22:49:28.010605 run                osmo-ms-mob/00081: Starting mobile
22:49:28.024514 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.036275 run                             mass: MS start registered  {at=19306673.739627708, delay=0.00500299409031868, ms=00081}
22:49:28.206186 run                             mass: MS performed LU  {at=19306673.909522302, lu_delay=5.1161077581346035, ms=00070}
22:49:28.534579 run                osmo-ms-mob/00082: Starting mobile
22:49:28.564547 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.586045 run                             mass: MS start registered  {at=19306674.289375696, delay=0.006951887160539627, ms=00082}
22:49:28.967566 run                             mass: MS performed LU  {at=19306674.670887414, lu_delay=6.406267613172531, ms=00068}
22:49:29.128392 run                osmo-ms-mob/00083: Starting mobile
22:49:29.142562 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.154451 run                             mass: MS start registered  {at=19306674.857784774, delay=0.00531301274895668, ms=00083}
22:49:29.628570 run                osmo-ms-mob/00084: Starting mobile
22:49:29.643964 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.663895 run                             mass: MS start registered  {at=19306675.367196377, delay=0.01210872083902359, ms=00084}
22:49:29.780283 run                             mass: MS performed LU  {at=19306675.483598012, lu_delay=5.381169576197863, ms=00073}
22:49:29.817019 run                             mass: MS performed LU  {at=19306675.5202916, lu_delay=5.653215020895004, ms=00072}
22:49:29.835868 run                             mass: MS performed LU  {at=19306675.539185602, lu_delay=4.862221404910088, ms=00074}
22:49:30.107466 run                             mass: MS performed LU  {at=19306675.810797784, lu_delay=6.349325504153967, ms=00071}
22:49:30.120067 run                osmo-ms-mob/00085: Starting mobile
22:49:30.136236 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.143785 run                             mass: MS performed LU  {at=19306675.847138528, lu_delay=4.769800618290901, ms=00075}
22:49:30.151320 run                             mass: MS start registered  {at=19306675.854682803, delay=0.0075691938400268555, ms=00085}
22:49:30.730470 run                osmo-ms-mob/00086: Starting mobile
22:49:30.749208 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.763679 run                             mass: MS start registered  {at=19306676.467011787, delay=0.006218232214450836, ms=00086}
22:49:31.328359 run                osmo-ms-mob/00087: Starting mobile
22:49:31.343388 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.356079 run                             mass: MS start registered  {at=19306677.05942706, delay=0.005548000335693359, ms=00087}
22:49:31.764665 run                             mass: MS performed LU  {at=19306677.46797269, lu_delay=4.603408619761467, ms=00079}
22:49:31.810178 run                             mass: MS performed LU  {at=19306677.513517655, lu_delay=5.625464856624603, ms=00077}
22:49:31.821397 run                osmo-ms-mob/00088: Starting mobile
22:49:31.835398 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.847615 run                             mass: MS start registered  {at=19306677.55095654, delay=0.0053205303847789764, ms=00088}
22:49:31.879783 run                             mass: MS performed LU  {at=19306677.583090935, lu_delay=5.116963434964418, ms=00078}
22:49:32.027957 run                             mass: MS performed LU  {at=19306677.731284436, lu_delay=6.168788321316242, ms=00076}
22:49:32.529511 run                osmo-ms-mob/00089: Starting mobile
22:49:32.545715 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.558165 run                             mass: MS start registered  {at=19306678.26151609, delay=0.005047600716352463, ms=00089}
22:49:33.128448 run                osmo-ms-mob/00090: Starting mobile
22:49:33.143058 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.154946 run                             mass: MS start registered  {at=19306678.858296033, delay=0.005096137523651123, ms=00090}
22:49:33.564400 run                             mass: MS performed LU  {at=19306679.26770843, lu_delay=5.910829875618219, ms=00080}
22:49:33.583417 run                             mass: MS performed LU  {at=19306679.286742266, lu_delay=4.9973665699362755, ms=00082}
22:49:33.781432 run                             mass: MS performed LU  {at=19306679.484738518, lu_delay=5.745110809803009, ms=00081}
22:49:33.806118 run                osmo-ms-mob/00091: Starting mobile
22:49:33.823376 run       osmo-ms-mob/00091(pid=226): Launched
22:49:33.837235 run                             mass: MS performed LU  {at=19306679.540547214, lu_delay=4.682762440294027, ms=00083}
22:49:33.847024 run                             mass: MS start registered  {at=19306679.5503858, delay=0.01585877686738968, ms=00091}
22:49:34.528735 run                osmo-ms-mob/00092: Starting mobile
22:49:34.542150 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.554540 run                             mass: MS start registered  {at=19306680.257883687, delay=0.005096647888422012, ms=00092}
22:49:35.328323 run                osmo-ms-mob/00093: Starting mobile
22:49:35.342688 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.354375 run                             mass: MS start registered  {at=19306681.057727747, delay=0.0050730593502521515, ms=00093}
22:49:35.511893 run                             mass: MS performed LU  {at=19306681.215176865, lu_delay=5.847980488091707, ms=00084}
22:49:35.530338 run                             mass: MS performed LU  {at=19306681.233687792, lu_delay=4.766676004976034, ms=00086}
22:49:35.558283 run                             mass: MS performed LU  {at=19306681.261617623, lu_delay=5.406934820115566, ms=00085}
22:49:36.232086 run                osmo-ms-mob/00094: Starting mobile
22:49:36.251233 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.272657 run                             mass: MS start registered  {at=19306681.97597914, delay=0.012034919112920761, ms=00094}
22:49:37.128945 run                osmo-ms-mob/00095: Starting mobile
22:49:37.142927 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.156102 run                             mass: MS start registered  {at=19306682.85940885, delay=0.006507229059934616, ms=00095}
22:49:37.292865 run                             mass: MS performed LU  {at=19306682.996197615, lu_delay=5.445241075009108, ms=00088}
22:49:37.311797 run                             mass: MS performed LU  {at=19306683.01513322, lu_delay=5.955706160515547, ms=00087}
22:49:37.459433 run                             mass: MS performed LU  {at=19306683.162769575, lu_delay=4.90125348418951, ms=00089}
22:49:38.129441 run                osmo-ms-mob/00096: Starting mobile
22:49:38.143297 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.155187 run                             mass: MS start registered  {at=19306683.858535357, delay=0.005089037120342255, ms=00096}
22:49:39.231433 run                osmo-ms-mob/00097: Starting mobile
22:49:39.246027 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.258990 run                             mass: MS start registered  {at=19306684.962340362, delay=0.005434457212686539, ms=00097}
22:49:39.277949 run                             mass: MS performed LU  {at=19306684.981271423, lu_delay=5.430885624140501, ms=00091}
22:49:39.323486 run                             mass: MS performed LU  {at=19306685.026820257, lu_delay=4.768936570733786, ms=00092}
22:49:39.447854 run                             mass: MS performed LU  {at=19306685.15119102, lu_delay=23.18810723721981, ms=00049}
22:49:40.528646 run                osmo-ms-mob/00098: Starting mobile
22:49:40.543133 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.555130 run                             mass: MS start registered  {at=19306686.258481357, delay=0.005217161029577255, ms=00098}
22:49:41.059352 run                             mass: MS performed LU  {at=19306686.762659825, lu_delay=5.704932078719139, ms=00093}
22:49:41.225421 run                             mass: MS performed LU  {at=19306686.9287427, lu_delay=4.952763561159372, ms=00094}
22:49:41.312544 run                             mass: MS performed LU  {at=19306687.015860513, lu_delay=22.74872313812375, ms=00057}
22:49:42.333443 run                osmo-ms-mob/00099: Starting mobile
22:49:42.351902 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.359245 run                             mass: All started... {duration=55.73718808591366, too_slow=4}
22:49:42.366171 run                             mass: MS start registered  {at=19306688.06952869, delay=0.006919015198945999, ms=00099}
22:49:43.043205 run                             mass: MS performed LU  {at=19306688.746483747, lu_delay=4.887948390096426, ms=00096}
22:49:43.125699 run                             mass: MS performed LU  {at=19306688.829062257, lu_delay=5.969653405249119, ms=00095}
22:49:44.824417 run                             mass: MS performed LU  {at=19306690.52775051, lu_delay=4.269269153475761, ms=00098}
22:49:44.991312 run                             mass: MS performed LU  {at=19306690.694648627, lu_delay=5.732308264821768, ms=00097}
22:49:47.045414 run                             mass: MS performed LU  {at=19306692.74874769, lu_delay=4.679219000041485, ms=00099}
22:49:56.458873 run                             mass: MS performed LU  {at=19306702.16217916, lu_delay=23.303883127868176, ms=00090}
22:49:56.466532 run                             mass: Tests done {all_completed=True, max=23.303883127868176, min=4.0114363096654415}
22:49:56.472666 tst         register_default_mass.py: Test passed (96.6 sec)
22:49:56.478968 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:56.482882 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:56.486776 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:56.490747 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:56.494785 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:56.498866 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:56.503042 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:56.507219 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:56.511362 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:56.515519 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:56.519689 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:56.523983 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:56.528272 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:56.532564 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:56.536795 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:56.541098 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:56.545509 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:56.550118 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:56.554654 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:56.559093 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:56.563644 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:56.568211 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:56.572763 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:56.577298 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:56.581765 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:56.586446 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:56.590864 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:56.595292 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:56.599694 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:56.604394 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:56.608841 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:56.613259 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:56.617650 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:56.622555 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:56.627123 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:56.631698 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:56.636249 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:56.640831 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:56.645530 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:56.650459 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:56.655073 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:56.659655 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:56.664287 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:56.669133 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:56.673924 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:56.680367 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:56.686961 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:56.691959 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:56.696606 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:56.701038 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:56.705421 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:56.710297 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:56.714713 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:56.719197 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:56.723615 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:56.728031 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:56.732480 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:56.737025 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:56.741416 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:56.745835 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:56.750238 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:56.755215 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:56.759614 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:56.764028 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:56.768604 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:56.773096 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:56.777528 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:56.782052 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:56.786444 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:56.791442 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:56.796500 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:56.800945 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:56.805408 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:56.809811 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:56.814251 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:56.818640 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:56.823766 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:56.828184 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:56.832610 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:56.837018 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:56.841575 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:56.845984 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:56.850393 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:56.854825 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:56.859352 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:56.863799 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:56.868215 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:56.872799 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:56.877253 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:56.881617 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:56.886134 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:56.890553 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:56.894961 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:56.899279 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:56.903672 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:56.908090 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:56.912509 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:56.916878 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:56.921175 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:56.925500 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:56.929949 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:56.934386 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:56.938807 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:56.943226 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:56.947677 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:56.952144 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:56.956591 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:56.961775 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:56.966070 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:56.970388 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:56.974611 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:56.978916 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:56.983213 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:56.987500 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:56.991808 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:56.996159 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:57.000459 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:57.004655 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:57.008806 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:57.012959 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:57.017063 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:57.021104 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:57.025194 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:57.029351 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:57.033511 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:57.037670 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:57.041745 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:57.045988 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:57.050154 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:57.054286 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:57.058401 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:57.062472 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:57.066628 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:57.070789 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:57.074969 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:57.079259 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:57.083530 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:57.087788 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:57.091962 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:57.096116 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:57.100233 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:57.104268 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:57.108303 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:57.112322 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:57.116357 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:57.120398 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:57.124462 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:57.128504 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:57.132557 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:57.136607 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:57.140640 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:57.144674 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:57.148716 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:57.152744 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:57.156767 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:57.160802 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:57.164854 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:57.168891 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:57.172940 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:57.176974 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:57.181148 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:57.185417 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:57.189603 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:57.193735 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:57.197896 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:57.202196 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:57.206583 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:57.210983 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:57.215395 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:57.219770 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:57.224153 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:57.228578 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:57.232976 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:57.237380 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:57.241760 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:57.246155 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:57.250531 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:57.254920 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:57.259176 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:57.263423 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:57.267596 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:57.271723 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:57.275924 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:57.280071 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:57.284558 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:57.288938 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:57.293300 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:57.297628 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:57.302031 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:57.306405 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:57.310690 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:57.314952 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:57.319177 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:57.323334 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:57.327480 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:57.331634 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:57.335790 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:57.339852 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:57.343940 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:57.348089 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:57.352262 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:57.356436 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:57.360583 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:57.364745 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:57.368884 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:57.372932 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:57.376976 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:57.381021 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:57.385070 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:57.389105 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:57.393122 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:57.397158 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:57.401200 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:57.405237 ---      ParallelTerminationStrategy: PID 22 died...
22:49:57.407061 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:57.411560 ---      ParallelTerminationStrategy: PID 23 died...
22:49:57.413375 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:57.417821 ---      ParallelTerminationStrategy: PID 24 died...
22:49:57.419625 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:57.424119 ---      ParallelTerminationStrategy: PID 25 died...
22:49:57.425925 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:57.430378 ---      ParallelTerminationStrategy: PID 26 died...
22:49:57.432183 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:57.436688 ---      ParallelTerminationStrategy: PID 27 died...
22:49:57.438546 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:57.443107 ---      ParallelTerminationStrategy: PID 28 died...
22:49:57.444940 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:57.449483 ---      ParallelTerminationStrategy: PID 29 died...
22:49:57.451312 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:57.455837 ---      ParallelTerminationStrategy: PID 30 died...
22:49:57.457655 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:57.462182 ---      ParallelTerminationStrategy: PID 31 died...
22:49:57.464014 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:57.468532 ---      ParallelTerminationStrategy: PID 32 died...
22:49:57.470356 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:57.474897 ---      ParallelTerminationStrategy: PID 33 died...
22:49:57.476758 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:57.481299 ---      ParallelTerminationStrategy: PID 35 died...
22:49:57.483151 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:57.487809 ---      ParallelTerminationStrategy: PID 36 died...
22:49:57.489730 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:57.494314 ---      ParallelTerminationStrategy: PID 37 died...
22:49:57.496159 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:57.500761 ---      ParallelTerminationStrategy: PID 38 died...
22:49:57.502659 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:57.507345 ---      ParallelTerminationStrategy: PID 39 died...
22:49:57.509244 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:57.513939 ---      ParallelTerminationStrategy: PID 40 died...
22:49:57.515813 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:57.520489 ---      ParallelTerminationStrategy: PID 41 died...
22:49:57.522427 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:57.527085 ---      ParallelTerminationStrategy: PID 42 died...
22:49:57.528947 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:57.533518 ---      ParallelTerminationStrategy: PID 43 died...
22:49:57.535352 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:57.539909 ---      ParallelTerminationStrategy: PID 44 died...
22:49:57.541757 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:57.546268 ---      ParallelTerminationStrategy: PID 45 died...
22:49:57.548024 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:57.552348 ---      ParallelTerminationStrategy: PID 46 died...
22:49:57.554110 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:57.558507 ---      ParallelTerminationStrategy: PID 47 died...
22:49:57.560291 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:57.564695 ---      ParallelTerminationStrategy: PID 48 died...
22:49:57.566485 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:57.570915 ---      ParallelTerminationStrategy: PID 49 died...
22:49:57.572692 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:57.577083 ---      ParallelTerminationStrategy: PID 50 died...
22:49:57.578870 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:57.583324 ---      ParallelTerminationStrategy: PID 51 died...
22:49:57.585172 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:57.589785 ---      ParallelTerminationStrategy: PID 52 died...
22:49:57.591611 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:57.596181 ---      ParallelTerminationStrategy: PID 53 died...
22:49:57.597999 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:57.602510 ---      ParallelTerminationStrategy: PID 54 died...
22:49:57.604326 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:57.608864 ---      ParallelTerminationStrategy: PID 55 died...
22:49:57.610739 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:57.615620 ---      ParallelTerminationStrategy: PID 56 died...
22:49:57.617566 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:57.622313 ---      ParallelTerminationStrategy: PID 57 died...
22:49:57.624251 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:57.628901 ---      ParallelTerminationStrategy: PID 58 died...
22:49:57.630821 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:57.635573 ---      ParallelTerminationStrategy: PID 59 died...
22:49:57.637506 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:57.642351 ---      ParallelTerminationStrategy: PID 60 died...
22:49:57.644331 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:57.649216 ---      ParallelTerminationStrategy: PID 61 died...
22:49:57.651194 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:57.655988 ---      ParallelTerminationStrategy: PID 62 died...
22:49:57.657913 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:57.662556 ---      ParallelTerminationStrategy: PID 63 died...
22:49:57.664426 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:57.669066 ---      ParallelTerminationStrategy: PID 64 died...
22:49:57.670948 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:57.675584 ---      ParallelTerminationStrategy: PID 65 died...
22:49:57.677460 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:57.682104 ---      ParallelTerminationStrategy: PID 66 died...
22:49:57.683968 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:57.688631 ---      ParallelTerminationStrategy: PID 67 died...
22:49:57.690498 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:57.695121 ---      ParallelTerminationStrategy: PID 68 died...
22:49:57.696998 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:57.701665 ---      ParallelTerminationStrategy: PID 69 died...
22:49:57.703543 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:57.708200 ---      ParallelTerminationStrategy: PID 70 died...
22:49:57.710064 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:57.714697 ---      ParallelTerminationStrategy: PID 71 died...
22:49:57.716575 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:57.721231 ---      ParallelTerminationStrategy: PID 72 died...
22:49:57.723107 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:57.727727 ---      ParallelTerminationStrategy: PID 73 died...
22:49:57.729614 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:57.734146 ---      ParallelTerminationStrategy: PID 74 died...
22:49:57.736015 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:57.740654 ---      ParallelTerminationStrategy: PID 75 died...
22:49:57.742473 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:57.746973 ---      ParallelTerminationStrategy: PID 76 died...
22:49:57.748797 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:57.753302 ---      ParallelTerminationStrategy: PID 77 died...
22:49:57.755134 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:57.759746 ---      ParallelTerminationStrategy: PID 78 died...
22:49:57.761572 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:57.766134 ---      ParallelTerminationStrategy: PID 79 died...
22:49:57.767955 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:57.772481 ---      ParallelTerminationStrategy: PID 80 died...
22:49:57.774313 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:57.778818 ---      ParallelTerminationStrategy: PID 81 died...
22:49:57.780637 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:57.785138 ---      ParallelTerminationStrategy: PID 82 died...
22:49:57.786952 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:57.791458 ---      ParallelTerminationStrategy: PID 83 died...
22:49:57.793278 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:57.797781 ---      ParallelTerminationStrategy: PID 84 died...
22:49:57.799603 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:57.804175 ---      ParallelTerminationStrategy: PID 85 died...
22:49:57.806057 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:57.810578 ---      ParallelTerminationStrategy: PID 86 died...
22:49:57.812397 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:57.816903 ---      ParallelTerminationStrategy: PID 87 died...
22:49:57.818730 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:57.823284 ---      ParallelTerminationStrategy: PID 88 died...
22:49:57.825120 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:57.829642 ---      ParallelTerminationStrategy: PID 89 died...
22:49:57.831470 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:57.835987 ---      ParallelTerminationStrategy: PID 90 died...
22:49:57.837841 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:57.842337 ---      ParallelTerminationStrategy: PID 91 died...
22:49:57.844156 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:57.848663 ---      ParallelTerminationStrategy: PID 92 died...
22:49:57.850472 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:57.854979 ---      ParallelTerminationStrategy: PID 93 died...
22:49:57.856816 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:57.861337 ---      ParallelTerminationStrategy: PID 94 died...
22:49:57.863165 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:57.867832 ---      ParallelTerminationStrategy: PID 95 died...
22:49:57.869661 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:57.874174 ---      ParallelTerminationStrategy: PID 96 died...
22:49:57.876004 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:57.880514 ---      ParallelTerminationStrategy: PID 97 died...
22:49:57.882380 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:57.886891 ---      ParallelTerminationStrategy: PID 98 died...
22:49:57.888729 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:57.893227 ---      ParallelTerminationStrategy: PID 99 died...
22:49:57.894961 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:57.899269 ---      ParallelTerminationStrategy: PID 100 died...
22:49:57.901021 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:57.905410 ---      ParallelTerminationStrategy: PID 101 died...
22:49:57.907204 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:57.911601 ---      ParallelTerminationStrategy: PID 102 died...
22:49:57.913411 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:57.917829 ---      ParallelTerminationStrategy: PID 103 died...
22:49:57.919601 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:57.924086 ---      ParallelTerminationStrategy: PID 104 died...
22:49:57.925957 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:57.930604 ---      ParallelTerminationStrategy: PID 105 died...
22:49:57.932423 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:57.936967 ---      ParallelTerminationStrategy: PID 106 died...
22:49:57.938788 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:57.943303 ---      ParallelTerminationStrategy: PID 107 died...
22:49:57.945125 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:57.949664 ---      ParallelTerminationStrategy: PID 108 died...
22:49:57.951492 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:57.955998 ---      ParallelTerminationStrategy: PID 109 died...
22:49:57.957832 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:57.962365 ---      ParallelTerminationStrategy: PID 110 died...
22:49:57.964186 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:57.968730 ---      ParallelTerminationStrategy: PID 111 died...
22:49:57.970555 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:57.975051 ---      ParallelTerminationStrategy: PID 112 died...
22:49:57.976882 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:57.981410 ---      ParallelTerminationStrategy: PID 113 died...
22:49:57.983232 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:57.987737 ---      ParallelTerminationStrategy: PID 114 died...
22:49:57.989591 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:57.994108 ---      ParallelTerminationStrategy: PID 115 died...
22:49:57.995943 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:58.000456 ---      ParallelTerminationStrategy: PID 116 died...
22:49:58.002297 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:58.006846 ---      ParallelTerminationStrategy: PID 117 died...
22:49:58.008671 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:58.013152 ---      ParallelTerminationStrategy: PID 118 died...
22:49:58.014977 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:58.019539 ---      ParallelTerminationStrategy: PID 119 died...
22:49:58.021432 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:58.026061 ---      ParallelTerminationStrategy: PID 120 died...
22:49:58.027940 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:58.032461 ---      ParallelTerminationStrategy: PID 121 died...
22:49:58.034316 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:58.038822 ---      ParallelTerminationStrategy: PID 122 died...
22:49:58.040665 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:58.045184 ---      ParallelTerminationStrategy: PID 123 died...
22:49:58.047005 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:58.051500 ---      ParallelTerminationStrategy: PID 124 died...
22:49:58.053325 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:58.057839 ---      ParallelTerminationStrategy: PID 125 died...
22:49:58.059653 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:58.064275 ---      ParallelTerminationStrategy: PID 126 died...
22:49:58.066186 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:58.070841 ---      ParallelTerminationStrategy: PID 127 died...
22:49:58.072716 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:58.077291 ---      ParallelTerminationStrategy: PID 128 died...
22:49:58.079120 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:58.083624 ---      ParallelTerminationStrategy: PID 129 died...
22:49:58.085477 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:58.089973 ---      ParallelTerminationStrategy: PID 130 died...
22:49:58.091792 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:58.096370 ---      ParallelTerminationStrategy: PID 131 died...
22:49:58.098188 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:58.102719 ---      ParallelTerminationStrategy: PID 132 died...
22:49:58.104599 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:58.109249 ---      ParallelTerminationStrategy: PID 133 died...
22:49:58.111113 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:58.115730 ---      ParallelTerminationStrategy: PID 134 died...
22:49:58.117593 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:58.122219 ---      ParallelTerminationStrategy: PID 135 died...
22:49:58.124074 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:58.128622 ---      ParallelTerminationStrategy: PID 136 died...
22:49:58.130463 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:58.135022 ---      ParallelTerminationStrategy: PID 137 died...
22:49:58.136868 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:58.141427 ---      ParallelTerminationStrategy: PID 138 died...
22:49:58.143271 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:58.147870 ---      ParallelTerminationStrategy: PID 139 died...
22:49:58.149726 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:58.154334 ---      ParallelTerminationStrategy: PID 140 died...
22:49:58.156193 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:58.160861 ---      ParallelTerminationStrategy: PID 141 died...
22:49:58.162709 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:58.167333 ---      ParallelTerminationStrategy: PID 142 died...
22:49:58.169245 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:58.173824 ---      ParallelTerminationStrategy: PID 143 died...
22:49:58.175682 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:58.180289 ---      ParallelTerminationStrategy: PID 144 died...
22:49:58.182145 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:58.186707 ---      ParallelTerminationStrategy: PID 145 died...
22:49:58.188553 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:58.193207 ---      ParallelTerminationStrategy: PID 146 died...
22:49:58.195051 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:58.199651 ---      ParallelTerminationStrategy: PID 147 died...
22:49:58.201506 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:58.206103 ---      ParallelTerminationStrategy: PID 148 died...
22:49:58.207947 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:58.212532 ---      ParallelTerminationStrategy: PID 149 died...
22:49:58.214326 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:58.218796 ---      ParallelTerminationStrategy: PID 150 died...
22:49:58.220603 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:58.225115 ---      ParallelTerminationStrategy: PID 151 died...
22:49:58.226968 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:58.231574 ---      ParallelTerminationStrategy: PID 152 died...
22:49:58.233409 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:58.237890 ---      ParallelTerminationStrategy: PID 153 died...
22:49:58.239686 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:58.244176 ---      ParallelTerminationStrategy: PID 154 died...
22:49:58.245973 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:58.250455 ---      ParallelTerminationStrategy: PID 155 died...
22:49:58.252255 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:58.256746 ---      ParallelTerminationStrategy: PID 156 died...
22:49:58.258547 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:58.263018 ---      ParallelTerminationStrategy: PID 157 died...
22:49:58.264813 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:58.269292 ---      ParallelTerminationStrategy: PID 158 died...
22:49:58.271101 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:58.275582 ---      ParallelTerminationStrategy: PID 159 died...
22:49:58.277387 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:58.281872 ---      ParallelTerminationStrategy: PID 160 died...
22:49:58.283663 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:58.288147 ---      ParallelTerminationStrategy: PID 161 died...
22:49:58.289948 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:58.294530 ---      ParallelTerminationStrategy: PID 162 died...
22:49:58.296348 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:58.300835 ---      ParallelTerminationStrategy: PID 163 died...
22:49:58.302630 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:58.307090 ---      ParallelTerminationStrategy: PID 164 died...
22:49:58.308906 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:58.313362 ---      ParallelTerminationStrategy: PID 165 died...
22:49:58.315152 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:58.319626 ---      ParallelTerminationStrategy: PID 166 died...
22:49:58.321442 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:58.326013 ---      ParallelTerminationStrategy: PID 167 died...
22:49:58.327817 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:58.332318 ---      ParallelTerminationStrategy: PID 168 died...
22:49:58.334189 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:58.338789 ---      ParallelTerminationStrategy: PID 169 died...
22:49:58.340646 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:58.345197 ---      ParallelTerminationStrategy: PID 170 died...
22:49:58.346993 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:58.351477 ---      ParallelTerminationStrategy: PID 171 died...
22:49:58.353277 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:58.357790 ---      ParallelTerminationStrategy: PID 172 died...
22:49:58.359630 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:58.364097 ---      ParallelTerminationStrategy: PID 173 died...
22:49:58.365904 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:58.370390 ---      ParallelTerminationStrategy: PID 174 died...
22:49:58.372192 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:58.376782 ---      ParallelTerminationStrategy: PID 175 died...
22:49:58.378615 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:58.383212 ---      ParallelTerminationStrategy: PID 176 died...
22:49:58.385068 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:58.389532 ---      ParallelTerminationStrategy: PID 177 died...
22:49:58.391325 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:58.395854 ---      ParallelTerminationStrategy: PID 178 died...
22:49:58.397690 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:58.402303 ---      ParallelTerminationStrategy: PID 179 died...
22:49:58.404159 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:58.408742 ---      ParallelTerminationStrategy: PID 180 died...
22:49:58.410549 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:58.415007 ---      ParallelTerminationStrategy: PID 181 died...
22:49:58.416823 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:58.421292 ---      ParallelTerminationStrategy: PID 182 died...
22:49:58.423100 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:58.427561 ---      ParallelTerminationStrategy: PID 183 died...
22:49:58.429390 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:58.433989 ---      ParallelTerminationStrategy: PID 184 died...
22:49:58.435833 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:58.440426 ---      ParallelTerminationStrategy: PID 185 died...
22:49:58.442287 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:58.446864 ---      ParallelTerminationStrategy: PID 186 died...
22:49:58.448716 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:58.453293 ---      ParallelTerminationStrategy: PID 187 died...
22:49:58.455138 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:58.459754 ---      ParallelTerminationStrategy: PID 188 died...
22:49:58.461555 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:58.466159 ---      ParallelTerminationStrategy: PID 189 died...
22:49:58.468012 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:58.472600 ---      ParallelTerminationStrategy: PID 190 died...
22:49:58.474470 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:58.479038 ---      ParallelTerminationStrategy: PID 191 died...
22:49:58.480866 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:58.485356 ---      ParallelTerminationStrategy: PID 192 died...
22:49:58.487154 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:58.491639 ---      ParallelTerminationStrategy: PID 193 died...
22:49:58.493470 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:58.497937 ---      ParallelTerminationStrategy: PID 194 died...
22:49:58.499741 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:58.504203 ---      ParallelTerminationStrategy: PID 195 died...
22:49:58.506007 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:58.510487 ---      ParallelTerminationStrategy: PID 196 died...
22:49:58.512277 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:58.516774 ---      ParallelTerminationStrategy: PID 197 died...
22:49:58.518572 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:58.523051 ---      ParallelTerminationStrategy: PID 198 died...
22:49:58.524859 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:58.529435 ---      ParallelTerminationStrategy: PID 199 died...
22:49:58.531238 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:58.535699 ---      ParallelTerminationStrategy: PID 200 died...
22:49:58.537547 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:58.542059 ---      ParallelTerminationStrategy: PID 201 died...
22:49:58.543865 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:58.548322 ---      ParallelTerminationStrategy: PID 202 died...
22:49:58.550134 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:58.554665 ---      ParallelTerminationStrategy: PID 203 died...
22:49:58.556465 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:58.560945 ---      ParallelTerminationStrategy: PID 204 died...
22:49:58.562740 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:58.567213 ---      ParallelTerminationStrategy: PID 205 died...
22:49:58.569033 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:58.573502 ---      ParallelTerminationStrategy: PID 206 died...
22:49:58.575286 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:58.579759 ---      ParallelTerminationStrategy: PID 207 died...
22:49:58.581569 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:58.586033 ---      ParallelTerminationStrategy: PID 208 died...
22:49:58.587832 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:58.592293 ---      ParallelTerminationStrategy: PID 209 died...
22:49:58.594091 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:58.598622 ---      ParallelTerminationStrategy: PID 210 died...
22:49:58.600432 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:58.604893 ---      ParallelTerminationStrategy: PID 211 died...
22:49:58.606691 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:58.611174 ---      ParallelTerminationStrategy: PID 212 died...
22:49:58.613002 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:58.617461 ---      ParallelTerminationStrategy: PID 213 died...
22:49:58.619253 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:58.623720 ---      ParallelTerminationStrategy: PID 214 died...
22:49:58.625516 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:58.630006 ---      ParallelTerminationStrategy: PID 215 died...
22:49:58.631802 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:58.636270 ---      ParallelTerminationStrategy: PID 216 died...
22:49:58.638065 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:58.642649 ---      ParallelTerminationStrategy: PID 217 died...
22:49:58.644494 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:58.649120 ---      ParallelTerminationStrategy: PID 218 died...
22:49:58.650982 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:58.655568 ---      ParallelTerminationStrategy: PID 219 died...
22:49:58.657465 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:58.662113 ---      ParallelTerminationStrategy: PID 220 died...
22:49:58.663958 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:58.668607 ---      ParallelTerminationStrategy: PID 221 died...
22:49:58.670486 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:58.675211 ---      ParallelTerminationStrategy: PID 222 died...
22:49:58.677105 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:58.681838 ---      ParallelTerminationStrategy: PID 223 died...
22:49:58.683736 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:58.688351 ---      ParallelTerminationStrategy: PID 224 died...
22:49:58.690247 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:58.694928 ---      ParallelTerminationStrategy: PID 225 died...
22:49:58.696780 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:58.701434 ---      ParallelTerminationStrategy: PID 226 died...
22:49:58.703291 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:58.707886 ---      ParallelTerminationStrategy: PID 227 died...
22:49:58.709766 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:58.714359 ---      ParallelTerminationStrategy: PID 228 died...
22:49:58.716161 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:58.720663 ---      ParallelTerminationStrategy: PID 229 died...
22:49:58.722461 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:58.726935 ---      ParallelTerminationStrategy: PID 230 died...
22:49:58.728736 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:58.733265 ---      ParallelTerminationStrategy: PID 231 died...
22:49:58.735067 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:58.739554 ---      ParallelTerminationStrategy: PID 232 died...
22:49:58.741370 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:58.745837 ---      ParallelTerminationStrategy: PID 233 died...
22:49:58.747636 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:58.752125 ---      ParallelTerminationStrategy: PID 234 died...
22:49:58.753931 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:02.158030 ---      ParallelTerminationStrategy: PID 34 died...
22:50:02.159816 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8068 netreg_mass PASS
---------------------------------------------------------------------
22:50:02.235289 tst                       trial-8068: Storing JUnit report in /build/trial-8068/run.2025-08-24_22-48-19/trial-8068.xml

--------------------------------------------------------------------------------------------
trial-8068 PASS
--------------------------------------------------------------------------------------------
22:50:02.246929 tst                       trial-8068: trial-8068: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (96.6 sec)
+ exit_code=0
+ rm -rf trial-8068/inst
+ cd trial-8068
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-24 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8068-run.tgz run.2025-08-24_22-48-19
+ tar czf /build/trial-8068-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-24_13_25_45.tgz osmo-bts-oc2g.build-2025-08-24_00_51_40.tgz osmo-bts-sysmo.build-2025-08-24_00_51_40.tgz osmo-bts.build-2025-08-24_00_51_46.tgz osmo-ggsn.build-2025-08-24_20_42_35.tgz osmo-hlr.build-2025-08-24_16_36_53.tgz osmo-hnbgw.build-2025-08-24_13_30_09.tgz osmo-mgw.build-2025-08-24_08_33_12.tgz osmo-msc.build-2025-08-24_13_32_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-24_07_34_04.tgz osmo-pcu-sysmo.build-2025-08-24_07_36_10.tgz osmo-pcu.build-2025-08-24_07_36_18.tgz osmo-sgsn.build-2025-08-24_20_48_08.tgz osmo-stp.build-2025-08-24_13_22_57.tgz osmo-trx.build-2025-08-24_14_29_07.tgz osmocom-bb.build-2025-08-24_21_17_32.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