Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17044137374805291329.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-8020
+ 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
6a0878f ttcn3-gbproxy-test: run with titan 9.0.0
+ 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_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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED

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

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

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

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

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

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

#14 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#14 CACHED

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

#16 [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://security.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
#16 CACHED

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

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

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

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

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

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

#23 [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
#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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#25 CACHED

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:dca36e808f9d639f545984d4db186f2a6b4933791d173b4d4907b8f91ba5ec3c 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=8021 -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-07-08 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8021
+ mkdir -p trial-8021
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-08_13_28_57.tgz osmo-bts-oc2g.build-2025-07-08_00_51_32.tgz osmo-bts-sysmo.build-2025-07-08_00_51_35.tgz osmo-bts.build-2025-07-08_00_51_42.tgz osmo-ggsn.build-2025-07-08_20_42_35.tgz osmo-hlr.build-2025-07-08_16_36_50.tgz osmo-hnbgw.build-2025-07-08_13_30_20.tgz osmo-mgw.build-2025-07-08_08_33_14.tgz osmo-msc.build-2025-07-08_13_32_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-08_07_34_01.tgz osmo-pcu-sysmo.build-2025-07-08_07_36_03.tgz osmo-pcu.build-2025-07-08_07_36_10.tgz osmo-sgsn.build-2025-07-08_20_48_25.tgz osmo-stp.build-2025-07-08_13_25_11.tgz osmo-trx.build-2025-07-08_14_29_17.tgz osmocom-bb.build-2025-07-08_21_17_19.tgz srslte.build-19.tgz trial-8021
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-08_13_28_57.md5 osmo-bts-oc2g.build-2025-07-08_00_51_32.md5 osmo-bts-sysmo.build-2025-07-08_00_51_35.md5 osmo-bts.build-2025-07-08_00_51_42.md5 osmo-ggsn.build-2025-07-08_20_42_35.md5 osmo-hlr.build-2025-07-08_16_36_50.md5 osmo-hnbgw.build-2025-07-08_13_30_20.md5 osmo-mgw.build-2025-07-08_08_33_14.md5 osmo-msc.build-2025-07-08_13_32_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-08_07_34_01.md5 osmo-pcu-sysmo.build-2025-07-08_07_36_03.md5 osmo-pcu.build-2025-07-08_07_36_10.md5 osmo-sgsn.build-2025-07-08_20_48_25.md5 osmo-stp.build-2025-07-08_13_25_11.md5 osmo-trx.build-2025-07-08_14_29_17.md5 osmocom-bb.build-2025-07-08_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-08_13_28_57.md5 osmo-bts-oc2g.build-2025-07-08_00_51_32.md5 osmo-bts-sysmo.build-2025-07-08_00_51_35.md5 osmo-bts.build-2025-07-08_00_51_42.md5 osmo-ggsn.build-2025-07-08_20_42_35.md5 osmo-hlr.build-2025-07-08_16_36_50.md5 osmo-hnbgw.build-2025-07-08_13_30_20.md5 osmo-mgw.build-2025-07-08_08_33_14.md5 osmo-msc.build-2025-07-08_13_32_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-08_07_34_01.md5 osmo-pcu-sysmo.build-2025-07-08_07_36_03.md5 osmo-pcu.build-2025-07-08_07_36_10.md5 osmo-sgsn.build-2025-07-08_20_48_25.md5 osmo-stp.build-2025-07-08_13_25_11.md5 osmo-trx.build-2025-07-08_14_29_17.md5 osmocom-bb.build-2025-07-08_21_17_19.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-8021 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8021'
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-8021
--------------------------------------------------------------------------------------------
22:48:21.632986 tst                       trial-8021: Detailed log at /build/trial-8021/run.2025-07-08_22-48-21/log

---------------------------------------------------------------------
trial-8021 netreg_mass
---------------------------------------------------------------------
22:48:21.842403 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.842774 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.843547 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.844720 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.884908 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.885677 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.886762 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.957707 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-8021 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.958545 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.974946 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.975563 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.976057 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.976520 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.977000 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.977477 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.977934 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.092374 tst         register_default_mass.py: using LAC 2
22:48:22.139996 tst         register_default_mass.py: using RAC 2
22:48:22.185419 tst         register_default_mass.py: using CellId 2
22:48:22.234864 tst         register_default_mass.py: using BVCI 3
22:48:22.251038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.251836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.252454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.253035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.253569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.254088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.254607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.255156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.255698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.256217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.256757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.257281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.257820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.258350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.258867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.259379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.259907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.260424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.260948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.261460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.261979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.262496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.263009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.263547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.264168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.264721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.265249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.265758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.266294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.266818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.267326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.267857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.268379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.268946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.269464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.269993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.270507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.271023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.271575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.272153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.272675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.273197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.273722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.274228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.274739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.275254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.275760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.276267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.276806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.277319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.277833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.278353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.278863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.279373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.279865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.280379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.280906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.281407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.281913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.283420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.283942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.284455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.284999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.285514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.287065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.287565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.289194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.289700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.290222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.290724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.291220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.291716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.292224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.292735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.293241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.293746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.295249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.295743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.297272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.297777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.300321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.300829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.301332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.301849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.302352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.302846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.303353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.303919 tst      register_default_mass.py:21: Launching a simple network
22:48:22.314279 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.438740 run            create_hlr_db(pid=20): Launched
22:48:23.449593 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.466909 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.482718 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.488521 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.672489 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.688404 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.694306 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.128171 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.144248 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.159129 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.275466 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.290887 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.297034 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.322126 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.338199 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.344059 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.675518 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.691822 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.709797 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.867477 run         osmo-bts-virtual(pid=34): Launched
22:48:34.921144 tst         register_default_mass.py: using MSISDN 1001
22:48:34.926751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.013090 tst         register_default_mass.py: using MSISDN 1002
22:48:35.021520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.099059 tst         register_default_mass.py: using MSISDN 1003
22:48:35.105605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.172060 tst         register_default_mass.py: using MSISDN 1004
22:48:35.182949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.269494 tst         register_default_mass.py: using MSISDN 1005
22:48:35.280390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.363368 tst         register_default_mass.py: using MSISDN 1006
22:48:35.372008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.495244 tst         register_default_mass.py: using MSISDN 1007
22:48:35.501142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.604289 tst         register_default_mass.py: using MSISDN 1008
22:48:35.610048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.689511 tst         register_default_mass.py: using MSISDN 1009
22:48:35.695395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.781191 tst         register_default_mass.py: using MSISDN 1010
22:48:35.787082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.856086 tst         register_default_mass.py: using MSISDN 1011
22:48:35.861837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.930279 tst         register_default_mass.py: using MSISDN 1012
22:48:35.936025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.013907 tst         register_default_mass.py: using MSISDN 1013
22:48:36.019861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.101763 tst         register_default_mass.py: using MSISDN 1014
22:48:36.109100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.178474 tst         register_default_mass.py: using MSISDN 1015
22:48:36.189434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.266786 tst         register_default_mass.py: using MSISDN 1016
22:48:36.273658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.393367 tst         register_default_mass.py: using MSISDN 1017
22:48:36.399404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.481033 tst         register_default_mass.py: using MSISDN 1018
22:48:36.486911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.592770 tst         register_default_mass.py: using MSISDN 1019
22:48:36.600606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.684157 tst         register_default_mass.py: using MSISDN 1020
22:48:36.694408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.167797 tst         register_default_mass.py: using MSISDN 1021
22:48:37.176744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.278028 tst         register_default_mass.py: using MSISDN 1022
22:48:37.287266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.350042 tst         register_default_mass.py: using MSISDN 1023
22:48:37.355708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.431041 tst         register_default_mass.py: using MSISDN 1024
22:48:37.441060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.518516 tst         register_default_mass.py: using MSISDN 1025
22:48:37.524256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.589631 tst         register_default_mass.py: using MSISDN 1026
22:48:37.595546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.665299 tst         register_default_mass.py: using MSISDN 1027
22:48:37.671004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.751270 tst         register_default_mass.py: using MSISDN 1028
22:48:37.759714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.839610 tst         register_default_mass.py: using MSISDN 1029
22:48:37.845854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.935117 tst         register_default_mass.py: using MSISDN 1030
22:48:37.941369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.020897 tst         register_default_mass.py: using MSISDN 1031
22:48:38.026575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.091129 tst         register_default_mass.py: using MSISDN 1032
22:48:38.097296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.161853 tst         register_default_mass.py: using MSISDN 1033
22:48:38.167920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.249476 tst         register_default_mass.py: using MSISDN 1034
22:48:38.256809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.326028 tst         register_default_mass.py: using MSISDN 1035
22:48:38.333156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.412339 tst         register_default_mass.py: using MSISDN 1036
22:48:38.418645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.491448 tst         register_default_mass.py: using MSISDN 1037
22:48:38.497442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.567116 tst         register_default_mass.py: using MSISDN 1038
22:48:38.573110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.645461 tst         register_default_mass.py: using MSISDN 1039
22:48:38.651414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.729390 tst         register_default_mass.py: using MSISDN 1040
22:48:38.735472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.809396 tst         register_default_mass.py: using MSISDN 1041
22:48:38.816926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.876925 tst         register_default_mass.py: using MSISDN 1042
22:48:38.882823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.968026 tst         register_default_mass.py: using MSISDN 1043
22:48:38.974125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.046898 tst         register_default_mass.py: using MSISDN 1044
22:48:39.052830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.150574 tst         register_default_mass.py: using MSISDN 1045
22:48:39.156481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.220519 tst         register_default_mass.py: using MSISDN 1046
22:48:39.226346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.298315 tst         register_default_mass.py: using MSISDN 1047
22:48:39.304354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.372034 tst         register_default_mass.py: using MSISDN 1048
22:48:39.377789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.438462 tst         register_default_mass.py: using MSISDN 1049
22:48:39.444659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.522057 tst         register_default_mass.py: using MSISDN 1050
22:48:39.533362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.631405 tst         register_default_mass.py: using MSISDN 1051
22:48:39.637970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.739082 tst         register_default_mass.py: using MSISDN 1052
22:48:39.745050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.854981 tst         register_default_mass.py: using MSISDN 1053
22:48:39.861651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.929720 tst         register_default_mass.py: using MSISDN 1054
22:48:39.937285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.005130 tst         register_default_mass.py: using MSISDN 1055
22:48:40.010874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.079147 tst         register_default_mass.py: using MSISDN 1056
22:48:40.085775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:40.147707 tst         register_default_mass.py: using MSISDN 1057
22:48:40.155936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.216450 tst         register_default_mass.py: using MSISDN 1058
22:48:40.222423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.294314 tst         register_default_mass.py: using MSISDN 1059
22:48:40.305816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.383062 tst         register_default_mass.py: using MSISDN 1060
22:48:40.394656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.493055 tst         register_default_mass.py: using MSISDN 1061
22:48:40.501135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.723937 tst         register_default_mass.py: using MSISDN 1062
22:48:40.730690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.866530 tst         register_default_mass.py: using MSISDN 1063
22:48:40.872459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.946728 tst         register_default_mass.py: using MSISDN 1064
22:48:40.957099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.028967 tst         register_default_mass.py: using MSISDN 1065
22:48:41.035098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.100418 tst         register_default_mass.py: using MSISDN 1066
22:48:41.106401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.186213 tst         register_default_mass.py: using MSISDN 1067
22:48:41.193557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.267332 tst         register_default_mass.py: using MSISDN 1068
22:48:41.273138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.340617 tst         register_default_mass.py: using MSISDN 1069
22:48:41.346877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.441913 tst         register_default_mass.py: using MSISDN 1070
22:48:41.447945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.522405 tst         register_default_mass.py: using MSISDN 1071
22:48:41.528455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.604970 tst         register_default_mass.py: using MSISDN 1072
22:48:41.611247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.680309 tst         register_default_mass.py: using MSISDN 1073
22:48:41.688215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.757434 tst         register_default_mass.py: using MSISDN 1074
22:48:41.763485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.825920 tst         register_default_mass.py: using MSISDN 1075
22:48:41.838501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.921571 tst         register_default_mass.py: using MSISDN 1076
22:48:41.933166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.010081 tst         register_default_mass.py: using MSISDN 1077
22:48:42.022151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.112076 tst         register_default_mass.py: using MSISDN 1078
22:48:42.125175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.253458 tst         register_default_mass.py: using MSISDN 1079
22:48:42.265202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.404364 tst         register_default_mass.py: using MSISDN 1080
22:48:42.410733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.484380 tst         register_default_mass.py: using MSISDN 1081
22:48:42.490637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.563932 tst         register_default_mass.py: using MSISDN 1082
22:48:42.569994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.644142 tst         register_default_mass.py: using MSISDN 1083
22:48:42.650383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.721080 tst         register_default_mass.py: using MSISDN 1084
22:48:42.727390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.807703 tst         register_default_mass.py: using MSISDN 1085
22:48:42.818666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.891547 tst         register_default_mass.py: using MSISDN 1086
22:48:42.897713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.962399 tst         register_default_mass.py: using MSISDN 1087
22:48:42.968607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.050247 tst         register_default_mass.py: using MSISDN 1088
22:48:43.056758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.120427 tst         register_default_mass.py: using MSISDN 1089
22:48:43.126522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.209497 tst         register_default_mass.py: using MSISDN 1090
22:48:43.215307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.289626 tst         register_default_mass.py: using MSISDN 1091
22:48:43.300388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.369360 tst         register_default_mass.py: using MSISDN 1092
22:48:43.375206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.452230 tst         register_default_mass.py: using MSISDN 1093
22:48:43.458392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.527376 tst         register_default_mass.py: using MSISDN 1094
22:48:43.534399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.612820 tst         register_default_mass.py: using MSISDN 1095
22:48:43.619140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.692237 tst         register_default_mass.py: using MSISDN 1096
22:48:43.698880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.779426 tst         register_default_mass.py: using MSISDN 1097
22:48:43.785863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.857054 tst         register_default_mass.py: using MSISDN 1098
22:48:43.864784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.935950 tst         register_default_mass.py: using MSISDN 1099
22:48:43.949897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.020572 tst         register_default_mass.py: using MSISDN 1100
22:48:44.033382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.163139 run                             mass: Starting testcase
22:48:44.169355 run                             mass: Pre-launching all virtphy's
22:48:44.175363 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.190242 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.197063 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.211445 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.218974 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.237285 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.246973 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.266783 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.277494 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.297076 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.314313 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.352920 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.371018 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.401253 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.416356 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.455062 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.472680 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.500808 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.514330 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.535785 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.553826 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.594922 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.613810 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.654415 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.673713 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.712950 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.730493 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.767523 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.785637 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.824662 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.844136 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.885827 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.905171 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.947912 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.967243 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.994659 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.004756 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.025364 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.035234 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.055282 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.066502 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.096589 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.114192 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.134062 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.152348 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.190026 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.207395 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.243940 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.261663 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.300382 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.319549 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.359649 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.378391 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.418393 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.437924 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.479210 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.498433 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.538867 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.557970 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.598901 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.617812 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.658759 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.677064 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.715224 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.733416 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.770132 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.791688 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.822329 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.832328 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.851262 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.860661 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.879423 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.890093 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.908074 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.916737 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.934660 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.943871 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.961776 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.971360 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.989484 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.000726 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.018044 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.025922 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.042718 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.050348 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.066912 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.074649 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.091311 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.099039 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.116009 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.123936 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.140958 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.149059 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.166160 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.174196 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.191431 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.200204 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.217004 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.224377 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.240143 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.247701 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.264266 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.271957 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.287980 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.295175 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.311051 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.318199 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.333494 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.340580 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.357398 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.368963 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.387740 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.398302 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.415569 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.425420 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.442935 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.451807 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.468666 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.476280 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.492753 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.500408 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.516881 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.524494 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.540623 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.658389 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.672280 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.678866 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.692389 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.698866 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.712495 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.718964 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.732980 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.739938 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.754848 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.761683 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.777752 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.784827 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.800422 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.807879 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.824414 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.834277 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.851490 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.860600 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.877559 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.885222 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.901795 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.909160 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.925372 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.932870 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.948707 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.955879 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.971600 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.978830 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.994485 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.001639 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.017117 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.024325 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.040090 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.047831 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.064806 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.072664 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.089210 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.096619 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.113086 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.120596 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.137192 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.144806 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.164494 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.172605 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.189253 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.196945 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.213346 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.221022 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.237151 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.244462 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.260386 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.268313 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.284516 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.291905 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.308975 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.318856 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.338842 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.346876 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.364070 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.372277 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.389375 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.397052 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.414075 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.422051 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.438909 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.446755 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.463499 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.471258 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.487716 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.495350 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.511892 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.519564 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.536387 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.544419 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.562049 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.571476 run                             mass: Checking if sockets are in the filesystem
22:48:47.588575 run                osmo-ms-mob/00000: Starting mobile
22:48:47.606481 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.628968 run                             mass: MS start registered  {at=15245833.332280802, delay=0.013241589069366455, ms=00000}
22:48:51.792204 run                osmo-ms-mob/00001: Starting mobile
22:48:51.809096 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.823142 run                             mass: MS start registered  {at=15245837.52647866, delay=0.005832629278302193, ms=00001}
22:48:52.354959 run                             mass: MS performed LU  {at=15245838.058256231, lu_delay=4.72597542963922, ms=00000}
22:48:53.593099 run                osmo-ms-mob/00002: Starting mobile
22:48:53.610355 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.624096 run                             mass: MS start registered  {at=15245839.327429237, delay=0.005612503737211227, ms=00002}
22:48:54.889097 run                osmo-ms-mob/00003: Starting mobile
22:48:54.907273 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.926308 run                             mass: MS start registered  {at=15245840.6296213, delay=0.008948927745223045, ms=00003}
22:48:55.992644 run                osmo-ms-mob/00004: Starting mobile
22:48:56.011625 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.029173 run                             mass: MS start registered  {at=15245841.732491303, delay=0.008706487715244293, ms=00004}
22:48:56.992906 run                osmo-ms-mob/00005: Starting mobile
22:48:57.012230 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.030918 run                             mass: MS start registered  {at=15245842.734240942, delay=0.009365683421492577, ms=00005}
22:48:57.888775 run                osmo-ms-mob/00006: Starting mobile
22:48:57.905465 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.926582 run                             mass: MS start registered  {at=15245843.62990638, delay=0.011375809088349342, ms=00006}
22:48:58.003403 run                             mass: MS performed LU  {at=15245843.70672341, lu_delay=6.180244751274586, ms=00001}
22:48:58.786656 run                osmo-ms-mob/00007: Starting mobile
22:48:58.802522 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.816102 run                             mass: MS start registered  {at=15245844.51944359, delay=0.005983587354421616, ms=00007}
22:48:59.595731 run                osmo-ms-mob/00008: Starting mobile
22:48:59.639869 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.667857 run                             mass: MS start registered  {at=15245845.371135112, delay=0.008454833179712296, ms=00008}
22:48:59.905583 run                             mass: MS performed LU  {at=15245845.608883632, lu_delay=6.281454395502806, ms=00002}
22:48:59.933951 run                             mass: MS performed LU  {at=15245845.637243142, lu_delay=5.00762184150517, ms=00003}
22:49:00.296571 run                osmo-ms-mob/00009: Starting mobile
22:49:00.339352 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.358678 run                             mass: MS start registered  {at=15245846.061995748, delay=0.0007097441703081131, ms=00009}
22:49:00.992120 run                osmo-ms-mob/00010: Starting mobile
22:49:01.009144 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.023471 run                             mass: MS start registered  {at=15245846.726795943, delay=0.006324289366602898, ms=00010}
22:49:01.593123 run                osmo-ms-mob/00011: Starting mobile
22:49:01.614441 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.629350 run                             mass: MS start registered  {at=15245847.33268704, delay=0.0003333296626806259, ms=00011}
22:49:01.769123 run                             mass: MS performed LU  {at=15245847.472445237, lu_delay=5.739953933283687, ms=00004}
22:49:01.834033 run                             mass: MS performed LU  {at=15245847.537357992, lu_delay=4.803117049857974, ms=00005}
22:49:02.186926 run                osmo-ms-mob/00012: Starting mobile
22:49:02.204042 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.218624 run                             mass: MS start registered  {at=15245847.921958933, delay=0.006516953930258751, ms=00012}
22:49:02.787522 run                osmo-ms-mob/00013: Starting mobile
22:49:02.805255 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.822013 run                             mass: MS start registered  {at=15245848.525347907, delay=0.00852995179593563, ms=00013}
22:49:03.392768 run                osmo-ms-mob/00014: Starting mobile
22:49:03.415309 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.433828 run                             mass: MS start registered  {at=15245849.137152031, delay=0.00809667631983757, ms=00014}
22:49:03.671157 run                             mass: MS performed LU  {at=15245849.374467619, lu_delay=4.85502402856946, ms=00007}
22:49:03.698157 run                             mass: MS performed LU  {at=15245849.401474634, lu_delay=5.77156825363636, ms=00006}
22:49:03.992582 run                osmo-ms-mob/00015: Starting mobile
22:49:04.023018 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.040919 run                             mass: MS start registered  {at=15245849.744254313, delay=0.0028026700019836426, ms=00015}
22:49:04.486821 run                osmo-ms-mob/00016: Starting mobile
22:49:04.503955 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.518077 run                             mass: MS start registered  {at=15245850.221420454, delay=0.005948008969426155, ms=00016}
22:49:04.991380 run                osmo-ms-mob/00017: Starting mobile
22:49:05.008303 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.022596 run                             mass: MS start registered  {at=15245850.725927064, delay=0.006488064303994179, ms=00017}
22:49:05.535368 run                             mass: MS performed LU  {at=15245851.238696296, lu_delay=5.867561183869839, ms=00008}
22:49:05.548697 run                osmo-ms-mob/00018: Starting mobile
22:49:05.565114 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.578700 run                             mass: MS start registered  {at=15245851.282040507, delay=0.005940645933151245, ms=00018}
22:49:05.600286 run                             mass: MS performed LU  {at=15245851.303621508, lu_delay=5.241625759750605, ms=00009}
22:49:05.904124 run                             mass: MS performed LU  {at=15245851.607453398, lu_delay=4.880657454952598, ms=00010}
22:49:05.918187 run                osmo-ms-mob/00019: Starting mobile
22:49:05.934653 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.948349 run                             mass: MS start registered  {at=15245851.65169833, delay=0.006204273551702499, ms=00019}
22:49:06.486372 run                osmo-ms-mob/00020: Starting mobile
22:49:06.502705 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.515516 run                             mass: MS start registered  {at=15245852.21884971, delay=0.005687618628144264, ms=00020}
22:49:06.986538 run                osmo-ms-mob/00021: Starting mobile
22:49:07.003152 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.037291 run                             mass: MS start registered  {at=15245852.740642738, delay=2.547912299633026e-05, ms=00021}
22:49:07.386798 run                osmo-ms-mob/00022: Starting mobile
22:49:07.403909 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.417557 run                             mass: MS start registered  {at=15245853.12088665, delay=0.005971543490886688, ms=00022}
22:49:07.436463 run                             mass: MS performed LU  {at=15245853.139793422, lu_delay=5.217834489420056, ms=00012}
22:49:07.464793 run                             mass: MS performed LU  {at=15245853.167987324, lu_delay=5.835300283506513, ms=00011}
22:49:07.570564 run                             mass: MS performed LU  {at=15245853.273892015, lu_delay=4.748544108122587, ms=00013}
22:49:07.887197 run                osmo-ms-mob/00023: Starting mobile
22:49:07.904187 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.922764 run                             mass: MS start registered  {at=15245853.626081763, delay=0.009655777364969254, ms=00023}
22:49:08.287541 run                osmo-ms-mob/00024: Starting mobile
22:49:08.304667 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.319081 run                             mass: MS start registered  {at=15245854.02242132, delay=0.005668111145496368, ms=00024}
22:49:08.787942 run                osmo-ms-mob/00025: Starting mobile
22:49:08.805114 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.821369 run                             mass: MS start registered  {at=15245854.52470114, delay=0.0066735707223415375, ms=00025}
22:49:09.186997 run                osmo-ms-mob/00026: Starting mobile
22:49:09.203014 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.217324 run                             mass: MS start registered  {at=15245854.920670124, delay=0.006268762052059174, ms=00026}
22:49:09.300912 run                             mass: MS performed LU  {at=15245855.004225949, lu_delay=4.782805494964123, ms=00016}
22:49:09.365309 run                             mass: MS performed LU  {at=15245855.068638353, lu_delay=5.324384039267898, ms=00015}
22:49:09.434531 run                             mass: MS performed LU  {at=15245855.137844557, lu_delay=6.000692525878549, ms=00014}
22:49:09.449800 run                osmo-ms-mob/00027: Starting mobile
22:49:09.466499 run       osmo-ms-mob/00027(pid=162): Launched
22:49:09.484433 run                             mass: MS start registered  {at=15245855.187769664, delay=0.009718097746372223, ms=00027}
22:49:09.990822 run                osmo-ms-mob/00028: Starting mobile
22:49:10.008254 run       osmo-ms-mob/00028(pid=163): Launched
22:49:10.024204 run                             mass: MS start registered  {at=15245855.727545729, delay=0.007631238549947739, ms=00028}
22:49:10.390071 run                osmo-ms-mob/00029: Starting mobile
22:49:10.408728 run       osmo-ms-mob/00029(pid=164): Launched
22:49:10.424534 run                             mass: MS start registered  {at=15245856.127872694, delay=0.007690396159887314, ms=00029}
22:49:10.786557 run                osmo-ms-mob/00030: Starting mobile
22:49:10.802443 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.816353 run                             mass: MS start registered  {at=15245856.51968459, delay=0.006285771727561951, ms=00030}
22:49:11.100925 run                             mass: MS performed LU  {at=15245856.804251373, lu_delay=5.522210866212845, ms=00018}
22:49:11.116431 run                osmo-ms-mob/00031: Starting mobile
22:49:11.136152 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.153559 run                             mass: MS start registered  {at=15245856.856891733, delay=0.00013674236834049225, ms=00031}
22:49:11.202783 run                             mass: MS performed LU  {at=15245856.906090401, lu_delay=4.68724069185555, ms=00020}
22:49:11.229662 run                             mass: MS performed LU  {at=15245856.933009272, lu_delay=5.2813109420239925, ms=00019}
22:49:11.244096 run                osmo-ms-mob/00032: Starting mobile
22:49:11.260598 run       osmo-ms-mob/00032(pid=167): Launched
22:49:11.274552 run                             mass: MS start registered  {at=15245856.977883322, delay=0.006217118352651596, ms=00032}
22:49:11.354402 run                             mass: MS performed LU  {at=15245857.05772699, lu_delay=6.331799926236272, ms=00017}
22:49:11.886904 run                osmo-ms-mob/00033: Starting mobile
22:49:11.902818 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.916747 run                             mass: MS start registered  {at=15245857.62009225, delay=0.006094768643379211, ms=00033}
22:49:12.286720 run                osmo-ms-mob/00034: Starting mobile
22:49:12.303288 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.317930 run                             mass: MS start registered  {at=15245858.021263879, delay=0.007170932367444038, ms=00034}
22:49:12.588149 run                osmo-ms-mob/00035: Starting mobile
22:49:12.606921 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.621944 run                             mass: MS start registered  {at=15245858.325270802, delay=0.006198035553097725, ms=00035}
22:49:12.987692 run                osmo-ms-mob/00036: Starting mobile
22:49:13.004804 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.019105 run                             mass: MS start registered  {at=15245858.722448736, delay=0.006243528798222542, ms=00036}
22:49:13.066506 run                             mass: MS performed LU  {at=15245858.769831374, lu_delay=5.648944724351168, ms=00022}
22:49:13.131834 run                             mass: MS performed LU  {at=15245858.835158639, lu_delay=5.209076875820756, ms=00023}
22:49:13.201039 run                             mass: MS performed LU  {at=15245858.904367654, lu_delay=6.1637249160557985, ms=00021}
22:49:13.214687 run                osmo-ms-mob/00037: Starting mobile
22:49:13.231558 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.245676 run                             mass: MS start registered  {at=15245858.949013136, delay=0.006203660741448402, ms=00037}
22:49:13.256133 run                             mass: MS performed LU  {at=15245858.959482368, lu_delay=4.937061047181487, ms=00024}
22:49:13.688790 run                osmo-ms-mob/00038: Starting mobile
22:49:13.704041 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.718040 run                             mass: MS start registered  {at=15245859.421348399, delay=0.006776679307222366, ms=00038}
22:49:13.987003 run                osmo-ms-mob/00039: Starting mobile
22:49:14.001980 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.016001 run                             mass: MS start registered  {at=15245859.719341185, delay=0.006351949647068977, ms=00039}
22:49:14.387006 run                osmo-ms-mob/00040: Starting mobile
22:49:14.404016 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.418521 run                             mass: MS start registered  {at=15245860.121855797, delay=0.006240366026759148, ms=00040}
22:49:14.687963 run                osmo-ms-mob/00041: Starting mobile
22:49:14.704941 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.718920 run                             mass: MS start registered  {at=15245860.422261111, delay=0.005807280540466309, ms=00041}
22:49:14.866332 run                             mass: MS performed LU  {at=15245860.569655856, lu_delay=6.044954715296626, ms=00025}
22:49:14.968483 run                             mass: MS performed LU  {at=15245860.671806563, lu_delay=5.751136438921094, ms=00026}
22:49:14.983524 run                osmo-ms-mob/00042: Starting mobile
22:49:15.001433 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.009258 run                             mass: MS performed LU  {at=15245860.712610941, lu_delay=5.5248412769287825, ms=00027}
22:49:15.017064 run                             mass: MS start registered  {at=15245860.720425438, delay=0.007840944454073906, ms=00042}
22:49:15.119954 run                             mass: MS performed LU  {at=15245860.823276306, lu_delay=5.095730576664209, ms=00028}
22:49:15.157457 run                             mass: MS performed LU  {at=15245860.860767929, lu_delay=4.7328952345997095, ms=00029}
22:49:15.176608 run                osmo-ms-mob/00043: Starting mobile
22:49:15.193161 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.208247 run                             mass: MS start registered  {at=15245860.911589509, delay=0.0065471213310956955, ms=00043}
22:49:15.689598 run                osmo-ms-mob/00044: Starting mobile
22:49:15.706861 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.721014 run                             mass: MS start registered  {at=15245861.424350262, delay=0.006053166463971138, ms=00044}
22:49:15.986413 run                osmo-ms-mob/00045: Starting mobile
22:49:16.001641 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.014505 run                             mass: MS start registered  {at=15245861.71785275, delay=0.005959676578640938, ms=00045}
22:49:16.287027 run                osmo-ms-mob/00046: Starting mobile
22:49:16.303542 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.317431 run                             mass: MS start registered  {at=15245862.020761536, delay=0.006309175863862038, ms=00046}
22:49:16.586372 run                osmo-ms-mob/00047: Starting mobile
22:49:16.601886 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.615076 run                             mass: MS start registered  {at=15245862.31841704, delay=0.005977291613817215, ms=00047}
22:49:16.832914 run                             mass: MS performed LU  {at=15245862.536231332, lu_delay=5.679339598864317, ms=00031}
22:49:16.847574 run                osmo-ms-mob/00048: Starting mobile
22:49:16.863838 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.877578 run                             mass: MS start registered  {at=15245862.580906536, delay=0.006022343412041664, ms=00048}
22:49:16.897563 run                             mass: MS performed LU  {at=15245862.600907817, lu_delay=4.980815567076206, ms=00033}
22:49:16.966742 run                             mass: MS performed LU  {at=15245862.67009039, lu_delay=5.69220706820488, ms=00032}
22:49:16.979783 run                osmo-ms-mob/00049: Starting mobile
22:49:16.996686 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.010265 run                             mass: MS start registered  {at=15245862.713611431, delay=0.005980011075735092, ms=00049}
22:49:17.022335 run                             mass: MS performed LU  {at=15245862.72568284, lu_delay=6.205998249351978, ms=00030}
22:49:17.307140 run                             mass: MS performed LU  {at=15245863.010380859, lu_delay=4.989116979762912, ms=00034}
22:49:17.320336 run                osmo-ms-mob/00050: Starting mobile
22:49:17.336147 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.349987 run                             mass: MS start registered  {at=15245863.053322053, delay=0.0062985774129629135, ms=00050}
22:49:17.890580 run                osmo-ms-mob/00051: Starting mobile
22:49:17.908371 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.925910 run                             mass: MS start registered  {at=15245863.629149431, delay=0.008869718760251999, ms=00051}
22:49:18.186832 run                osmo-ms-mob/00052: Starting mobile
22:49:18.202561 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.218010 run                             mass: MS start registered  {at=15245863.92133839, delay=0.007086180150508881, ms=00052}
22:49:18.485840 run                osmo-ms-mob/00053: Starting mobile
22:49:18.501053 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.514137 run                             mass: MS start registered  {at=15245864.21748622, delay=0.005888942629098892, ms=00053}
22:49:18.632551 run                             mass: MS performed LU  {at=15245864.335880637, lu_delay=5.386867500841618, ms=00037}
22:49:18.734132 run                             mass: MS performed LU  {at=15245864.43746188, lu_delay=4.718120694160461, ms=00039}
22:49:18.746691 run                osmo-ms-mob/00054: Starting mobile
22:49:18.761609 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.769051 run                             mass: MS performed LU  {at=15245864.472404772, lu_delay=6.147133970633149, ms=00035}
22:49:18.776503 run                             mass: MS start registered  {at=15245864.47986641, delay=0.007486673071980476, ms=00054}
22:49:18.885976 run                             mass: MS performed LU  {at=15245864.589308608, lu_delay=5.167960209771991, ms=00038}
22:49:18.898130 run                osmo-ms-mob/00055: Starting mobile
22:49:18.913112 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.923480 run                             mass: MS performed LU  {at=15245864.626822157, lu_delay=5.904373420402408, ms=00036}
22:49:18.930709 run                             mass: MS start registered  {at=15245864.63407162, delay=0.010564710944890976, ms=00055}
22:49:19.386488 run                osmo-ms-mob/00056: Starting mobile
22:49:19.401879 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.414625 run                             mass: MS start registered  {at=15245865.117968325, delay=0.005728853866457939, ms=00056}
22:49:19.686898 run                osmo-ms-mob/00057: Starting mobile
22:49:19.701977 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.715203 run                             mass: MS start registered  {at=15245865.418550992, delay=0.00586245022714138, ms=00057}
22:49:20.088744 run                osmo-ms-mob/00058: Starting mobile
22:49:20.105038 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.119132 run                             mass: MS start registered  {at=15245865.822463375, delay=0.006431659683585167, ms=00058}
22:49:20.386646 run                osmo-ms-mob/00059: Starting mobile
22:49:20.401584 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.414428 run                             mass: MS start registered  {at=15245866.117770206, delay=0.00581015832722187, ms=00059}
22:49:20.598361 run                             mass: MS performed LU  {at=15245866.30166797, lu_delay=5.3900784607976675, ms=00043}
22:49:20.613405 run                osmo-ms-mob/00060: Starting mobile
22:49:20.629887 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.643203 run                             mass: MS start registered  {at=15245866.346547594, delay=0.005749372765421867, ms=00060}
22:49:20.663477 run                             mass: MS performed LU  {at=15245866.366813071, lu_delay=5.646387632936239, ms=00042}
22:49:20.732580 run                             mass: MS performed LU  {at=15245866.435926098, lu_delay=5.01157583668828, ms=00044}
22:49:20.787985 run                             mass: MS performed LU  {at=15245866.491315745, lu_delay=4.7734629940241575, ms=00045}
22:49:20.800920 run                osmo-ms-mob/00061: Starting mobile
22:49:20.816282 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.825044 run                             mass: MS performed LU  {at=15245866.528391093, lu_delay=6.106129981577396, ms=00041}
22:49:20.832230 run                             mass: MS start registered  {at=15245866.535595698, delay=0.008924992755055428, ms=00061}
22:49:21.390626 run                osmo-ms-mob/00062: Starting mobile
22:49:21.407945 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.427637 run                             mass: MS start registered  {at=15245867.130973456, delay=0.010976694524288177, ms=00062}
22:49:21.687140 run                osmo-ms-mob/00063: Starting mobile
22:49:21.702830 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.715929 run                             mass: MS start registered  {at=15245867.419263087, delay=0.006003128364682198, ms=00063}
22:49:22.086466 run                osmo-ms-mob/00064: Starting mobile
22:49:22.102514 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.115837 run                             mass: MS start registered  {at=15245867.819182927, delay=0.005776938050985336, ms=00064}
22:49:22.398645 run                             mass: MS performed LU  {at=15245868.101973925, lu_delay=6.08121238835156, ms=00046}
22:49:22.412820 run                osmo-ms-mob/00065: Starting mobile
22:49:22.430228 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.446970 run                             mass: MS start registered  {at=15245868.150302727, delay=0.007192395627498627, ms=00065}
22:49:22.499965 run                             mass: MS performed LU  {at=15245868.203294948, lu_delay=5.489683516323566, ms=00049}
22:49:22.527373 run                             mass: MS performed LU  {at=15245868.230706824, lu_delay=5.1773847714066505, ms=00050}
22:49:22.540676 run                osmo-ms-mob/00066: Starting mobile
22:49:22.557930 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.572161 run                             mass: MS start registered  {at=15245868.275503987, delay=0.006081629544496536, ms=00066}
22:49:22.651934 run                             mass: MS performed LU  {at=15245868.355259538, lu_delay=5.774353001266718, ms=00048}
22:49:22.689580 run                             mass: MS performed LU  {at=15245868.392898766, lu_delay=6.074481725692749, ms=00047}
22:49:22.744156 run                             mass: MS performed LU  {at=15245868.447500583, lu_delay=4.818351151421666, ms=00051}
22:49:22.810469 run                osmo-ms-mob/00067: Starting mobile
22:49:22.825119 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.837897 run                             mass: MS start registered  {at=15245868.541244268, delay=0.005802886560559273, ms=00067}
22:49:23.487162 run                osmo-ms-mob/00068: Starting mobile
22:49:23.617102 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.623669 run                             mass: Starting too slowly. Moving on {now=15245869.327036507, sleep=-0.043982867151498795, target=15245869.28305364}
22:49:23.630006 run                             mass: MS start registered  {at=15245869.33333897, delay=0.006305709481239319, ms=00068}
22:49:23.885918 run                osmo-ms-mob/00069: Starting mobile
22:49:23.901093 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.948629 run                             mass: MS start registered  {at=15245869.651947482, delay=0.002239840105175972, ms=00069}
22:49:23.990617 run                             mass: MS performed LU  {at=15245869.693947425, lu_delay=4.275396432727575, ms=00057}
22:49:24.287156 run                osmo-ms-mob/00070: Starting mobile
22:49:24.304919 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.319920 run                             mass: MS start registered  {at=15245870.023246994, delay=0.006943779066205025, ms=00070}
22:49:24.590753 run                             mass: MS performed LU  {at=15245870.294060992, lu_delay=5.176092667505145, ms=00056}
22:49:24.616509 run                osmo-ms-mob/00071: Starting mobile
22:49:24.635245 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.648886 run                             mass: MS start registered  {at=15245870.352224527, delay=0.006145933642983437, ms=00071}
22:49:24.733181 run                             mass: MS performed LU  {at=15245870.436508285, lu_delay=6.515169894322753, ms=00052}
22:49:24.789335 run                             mass: MS performed LU  {at=15245870.492664246, lu_delay=5.858592625707388, ms=00055}
22:49:25.089316 run                osmo-ms-mob/00072: Starting mobile
22:49:25.107349 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.122721 run                             mass: MS start registered  {at=15245870.826045008, delay=0.006993299350142479, ms=00072}
22:49:25.324501 run                             mass: MS performed LU  {at=15245871.027791196, lu_delay=6.547924786806107, ms=00054}
22:49:25.351501 run                             mass: MS performed LU  {at=15245871.05482043, lu_delay=6.837334210053086, ms=00053}
22:49:25.367503 run                osmo-ms-mob/00073: Starting mobile
22:49:25.385584 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.405584 run                             mass: MS start registered  {at=15245871.108894113, delay=0.008490517735481262, ms=00073}
22:49:25.491001 run                             mass: MS performed LU  {at=15245871.194325222, lu_delay=5.371861847117543, ms=00058}
22:49:25.499505 run                             mass: MS performed LU  {at=15245871.202865189, lu_delay=3.78360210172832, ms=00063}
22:49:25.887333 run                osmo-ms-mob/00074: Starting mobile
22:49:25.903710 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.918299 run                             mass: MS start registered  {at=15245871.621630466, delay=0.006322192028164864, ms=00074}
22:49:26.164145 run                             mass: MS performed LU  {at=15245871.86745254, lu_delay=5.331856841221452, ms=00061}
22:49:26.182349 run                             mass: MS performed LU  {at=15245871.88568162, lu_delay=4.7547081634402275, ms=00062}
22:49:26.197153 run                osmo-ms-mob/00075: Starting mobile
22:49:26.215695 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.224137 run                             mass: MS performed LU  {at=15245871.927487051, lu_delay=5.580939456820488, ms=00060}
22:49:26.232220 run                             mass: MS start registered  {at=15245871.935580675, delay=0.008120710030198097, ms=00075}
22:49:26.510460 run                             mass: MS performed LU  {at=15245872.213765353, lu_delay=6.095995146781206, ms=00059}
22:49:26.786761 run                osmo-ms-mob/00076: Starting mobile
22:49:26.804973 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.818697 run                             mass: MS start registered  {at=15245872.522044204, delay=0.0060450974851846695, ms=00076}
22:49:27.187461 run                osmo-ms-mob/00077: Starting mobile
22:49:27.204385 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.219420 run                             mass: MS start registered  {at=15245872.922746044, delay=0.006922956556081772, ms=00077}
22:49:27.685817 run                osmo-ms-mob/00078: Starting mobile
22:49:27.700641 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.713736 run                             mass: MS start registered  {at=15245873.41708188, delay=0.0060780346393585205, ms=00078}
22:49:28.028202 run                             mass: MS performed LU  {at=15245873.731527692, lu_delay=5.912344764918089, ms=00064}
22:49:28.042250 run                osmo-ms-mob/00079: Starting mobile
22:49:28.059549 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.073505 run                             mass: MS start registered  {at=15245873.776845992, delay=0.006158284842967987, ms=00079}
22:49:28.083837 run                             mass: MS performed LU  {at=15245873.787151225, lu_delay=5.2459069564938545, ms=00067}
22:49:28.149004 run                             mass: MS performed LU  {at=15245873.852332443, lu_delay=5.576828455552459, ms=00066}
22:49:28.411355 run                             mass: MS performed LU  {at=15245874.114680037, lu_delay=4.781341066583991, ms=00068}
22:49:28.586482 run                osmo-ms-mob/00080: Starting mobile
22:49:28.600869 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.613711 run                             mass: MS start registered  {at=15245874.317057494, delay=0.0061922501772642136, ms=00080}
22:49:29.086828 run                osmo-ms-mob/00081: Starting mobile
22:49:29.103202 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.119115 run                             mass: MS start registered  {at=15245874.822429843, delay=0.007590221241116524, ms=00081}
22:49:29.486699 run                osmo-ms-mob/00082: Starting mobile
22:49:29.503891 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.518980 run                             mass: MS start registered  {at=15245875.22228607, delay=0.007316038012504578, ms=00082}
22:49:29.929918 run                             mass: MS performed LU  {at=15245875.633230198, lu_delay=5.981282716616988, ms=00069}
22:49:29.948955 run                             mass: MS performed LU  {at=15245875.652281856, lu_delay=4.543387742713094, ms=00073}
22:49:29.961938 run                osmo-ms-mob/00083: Starting mobile
22:49:29.978220 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.986104 run                             mass: MS performed LU  {at=15245875.68945287, lu_delay=4.863407861441374, ms=00072}
22:49:29.993639 run                             mass: MS start registered  {at=15245875.69699916, delay=0.0075697023421525955, ms=00083}
22:49:30.257688 run                             mass: MS performed LU  {at=15245875.961017754, lu_delay=5.608793227002025, ms=00071}
22:49:30.276328 run                             mass: MS performed LU  {at=15245875.979680382, lu_delay=5.956433387473226, ms=00070}
22:49:30.586361 run                osmo-ms-mob/00084: Starting mobile
22:49:30.600288 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.612681 run                             mass: MS start registered  {at=15245876.316030875, delay=0.0057840291410684586, ms=00084}
22:49:31.087584 run                osmo-ms-mob/00085: Starting mobile
22:49:31.104870 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.120036 run                             mass: MS start registered  {at=15245876.823358996, delay=0.006868002936244011, ms=00085}
22:49:31.693143 run                osmo-ms-mob/00086: Starting mobile
22:49:31.724452 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.746762 run                             mass: MS start registered  {at=15245877.450095497, delay=0.007764749228954315, ms=00086}
22:49:31.896350 run                             mass: MS performed LU  {at=15245877.599627044, lu_delay=4.6768810003995895, ms=00077}
22:49:31.914034 run                             mass: MS performed LU  {at=15245877.61734622, lu_delay=5.095302015542984, ms=00076}
22:49:31.941934 run                             mass: MS performed LU  {at=15245877.645268718, lu_delay=6.023638252168894, ms=00074}
22:49:32.196298 run                             mass: MS performed LU  {at=15245877.899622977, lu_delay=5.96404230222106, ms=00075}
22:49:32.210385 run                osmo-ms-mob/00087: Starting mobile
22:49:32.226995 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.240837 run                             mass: MS start registered  {at=15245877.944175636, delay=0.006027644500136375, ms=00087}
22:49:32.887304 run                osmo-ms-mob/00088: Starting mobile
22:49:32.903810 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.918060 run                             mass: MS start registered  {at=15245878.621393107, delay=0.006453441455960274, ms=00088}
22:49:33.487065 run                osmo-ms-mob/00089: Starting mobile
22:49:33.503957 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.518338 run                             mass: MS start registered  {at=15245879.221668147, delay=0.006524369120597839, ms=00089}
22:49:33.677634 run                             mass: MS performed LU  {at=15245879.380956039, lu_delay=5.963874159380794, ms=00078}
22:49:33.714531 run                             mass: MS performed LU  {at=15245879.41786071, lu_delay=4.595430865883827, ms=00081}
22:49:33.931210 run                             mass: MS performed LU  {at=15245879.634538677, lu_delay=5.857692684978247, ms=00079}
22:49:33.968894 run                             mass: MS performed LU  {at=15245879.672220454, lu_delay=5.355162959545851, ms=00080}
22:49:33.982265 run                osmo-ms-mob/00090: Starting mobile
22:49:33.999642 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.013341 run                             mass: MS start registered  {at=15245879.716678962, delay=0.005835788324475288, ms=00090}
22:49:34.790791 run                osmo-ms-mob/00091: Starting mobile
22:49:34.807973 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.823022 run                             mass: MS start registered  {at=15245880.526341435, delay=0.00649176724255085, ms=00091}
22:49:35.488501 run                osmo-ms-mob/00092: Starting mobile
22:49:35.505629 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.519272 run                             mass: MS start registered  {at=15245881.222614333, delay=0.004259051755070686, ms=00092}
22:49:35.661859 run                             mass: MS performed LU  {at=15245881.365133176, lu_delay=5.668134015053511, ms=00083}
22:49:35.680473 run                             mass: MS performed LU  {at=15245881.383800333, lu_delay=5.067769458517432, ms=00084}
22:49:35.708210 run                             mass: MS performed LU  {at=15245881.411530716, lu_delay=6.189244646579027, ms=00082}
22:49:35.961231 run                             mass: MS performed LU  {at=15245881.664555311, lu_delay=4.8411963153630495, ms=00085}
22:49:36.286337 run                osmo-ms-mob/00093: Starting mobile
22:49:36.301779 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.315244 run                             mass: MS start registered  {at=15245882.01858783, delay=0.005928507074713707, ms=00093}
22:49:37.186640 run                osmo-ms-mob/00094: Starting mobile
22:49:37.202110 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.216214 run                             mass: MS start registered  {at=15245882.919537913, delay=0.006096320226788521, ms=00094}
22:49:37.443516 run                             mass: MS performed LU  {at=15245883.146819532, lu_delay=4.525426425039768, ms=00088}
22:49:37.479957 run                             mass: MS performed LU  {at=15245883.183260111, lu_delay=5.733164614066482, ms=00086}
22:49:37.697102 run                             mass: MS performed LU  {at=15245883.400425596, lu_delay=5.456249959766865, ms=00087}
22:49:37.970539 run                             mass: MS performed LU  {at=15245883.673849478, lu_delay=23.551993681117892, ms=00040}
22:49:38.086516 run                osmo-ms-mob/00095: Starting mobile
22:49:38.103324 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.122791 run                             mass: MS start registered  {at=15245883.826104162, delay=0.009531650692224503, ms=00095}
22:49:39.088963 run                osmo-ms-mob/00096: Starting mobile
22:49:39.106317 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.121597 run                             mass: MS start registered  {at=15245884.824918877, delay=0.007329314947128296, ms=00096}
22:49:39.427509 run                             mass: MS performed LU  {at=15245885.130819056, lu_delay=5.909150909632444, ms=00089}
22:49:39.445974 run                             mass: MS performed LU  {at=15245885.149323601, lu_delay=5.432644639164209, ms=00090}
22:49:39.473398 run                             mass: MS performed LU  {at=15245885.176717648, lu_delay=4.65037621371448, ms=00091}
22:49:40.192495 run                osmo-ms-mob/00097: Starting mobile
22:49:40.215655 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.237935 run                             mass: MS start registered  {at=15245885.941239484, delay=0.013385297730565071, ms=00097}
22:49:41.209152 run                             mass: MS performed LU  {at=15245886.912462903, lu_delay=5.689848570153117, ms=00092}
22:49:41.374805 run                             mass: MS performed LU  {at=15245887.078135077, lu_delay=5.059547247365117, ms=00093}
22:49:41.487292 run                osmo-ms-mob/00098: Starting mobile
22:49:41.505189 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.524740 run                             mass: MS start registered  {at=15245887.22806398, delay=0.01025010272860527, ms=00098}
22:49:43.193722 run                             mass: MS performed LU  {at=15245888.896927899, lu_delay=5.070823736488819, ms=00095}
22:49:43.208575 run                osmo-ms-mob/00099: Starting mobile
22:49:43.224746 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.232149 run                             mass: All started... {duration=55.65246155112982, too_slow=1}
22:49:43.239265 run                             mass: MS performed LU  {at=15245888.942618364, lu_delay=6.023080451413989, ms=00094}
22:49:43.246371 run                             mass: MS start registered  {at=15245888.94973649, delay=0.014226075261831284, ms=00099}
22:49:45.122694 run                             mass: MS performed LU  {at=15245890.826003954, lu_delay=4.8847644701600075, ms=00097}
22:49:45.141214 run                             mass: MS performed LU  {at=15245890.844548378, lu_delay=6.019629500806332, ms=00096}
22:49:45.210596 run                             mass: MS performed LU  {at=15245890.913902316, lu_delay=22.76359958946705, ms=00065}
22:49:46.959677 run                             mass: MS performed LU  {at=15245892.662941998, lu_delay=5.434878017753363, ms=00098}
22:49:48.860810 run                             mass: MS performed LU  {at=15245894.564138604, lu_delay=5.614402113482356, ms=00099}
22:49:48.867631 run                             mass: Tests done {all_completed=True, max=23.551993681117892, min=3.78360210172832}
22:49:48.873620 tst         register_default_mass.py: Test passed (86.9 sec)
22:49:48.879478 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.883267 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.887029 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.890847 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.894696 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.898629 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.902571 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.906600 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.910722 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.914873 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.919055 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.923330 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.927559 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.931721 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.935898 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.940143 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.944534 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.948972 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.954126 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.958680 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.963181 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.967681 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.972057 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.976443 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.980759 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.985207 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.989959 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.994750 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.999565 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.004469 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.009026 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.013570 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.018109 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.022696 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.027340 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.032251 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.036914 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.041450 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.045952 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.051051 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.055462 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.059897 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.064344 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.068787 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.073186 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.077692 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.082205 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.087332 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.092050 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.096754 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.101214 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.105573 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.109954 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.114339 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.118727 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.123103 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.127620 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.132132 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.136603 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.141145 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.145856 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.150502 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.155216 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.159786 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.164651 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.169318 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.174033 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.178821 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.183528 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.188217 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.192771 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.197412 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.202427 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.207148 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.212226 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.217051 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.222125 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.227289 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.232044 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.236457 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.240993 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.245373 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.249737 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.254024 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.258278 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.262574 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.267056 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.271626 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.276203 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.280895 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.285642 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.290320 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.294990 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.300201 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.304973 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.309557 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.317686 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.322215 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.326541 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.330777 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.335092 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.339434 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.343838 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.348207 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.352585 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.357021 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.361566 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.366161 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.370516 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.374826 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.379135 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.383474 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.387823 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.392118 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.396477 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.400846 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.405159 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.409330 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.413429 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.417528 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.421605 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.425718 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.429795 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.433885 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.437996 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.442086 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.446230 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.450323 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.454419 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.458532 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.462609 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.466696 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.470783 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.474870 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.478775 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.482650 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.486606 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.490577 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.494566 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.498628 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.502643 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.506655 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.510768 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.514901 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.518991 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.523179 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.527261 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.531339 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.535440 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.539575 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.543878 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.548198 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.552660 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.557225 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.561953 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.566351 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.570693 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.575045 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.579391 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.583706 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.588023 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.592232 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.596437 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.600797 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.605183 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.609651 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.614090 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.618414 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.622734 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.627041 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.631394 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.635754 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.640096 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.644423 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.648766 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.653049 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.657238 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.661430 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.665630 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.669855 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.674074 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.678316 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.682682 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.687060 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.691487 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.696363 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.700857 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.705212 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.709742 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.714141 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.718935 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.723293 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.727955 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.732519 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.737306 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.741583 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.746536 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.750934 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.755339 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.759802 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.764288 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.769117 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.773671 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.778162 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.782720 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.787291 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.791786 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.796276 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.800707 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.805067 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.809430 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.813831 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.818208 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.822477 ---      ParallelTerminationStrategy: PID 22 died...
22:49:49.824402 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.829174 ---      ParallelTerminationStrategy: PID 23 died...
22:49:49.831117 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.835922 ---      ParallelTerminationStrategy: PID 24 died...
22:49:49.837856 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.842651 ---      ParallelTerminationStrategy: PID 25 died...
22:49:49.844619 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.850269 ---      ParallelTerminationStrategy: PID 26 died...
22:49:49.852244 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.857092 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.859063 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.863949 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.865934 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.870751 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.872726 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.877872 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.879832 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.884690 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.886708 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.891580 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.893555 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.898564 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.900533 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.905431 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.907409 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.912269 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.914244 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.919104 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.921089 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.925995 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.927956 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.933005 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.934987 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.939949 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.941957 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.946834 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.948830 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.953696 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.955713 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.960589 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.962587 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.967557 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.969568 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.974380 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.976912 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.981783 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.983736 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.988999 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.990964 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.995798 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.997754 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.002592 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.004540 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.009356 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.011390 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.016278 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.018283 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.023165 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.025126 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.029945 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.031910 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.036751 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.038728 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.043555 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.045487 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.050357 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.052292 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.057100 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.059060 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.064025 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.066032 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.071019 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.073030 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.078069 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.080028 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.084906 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.086890 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.091793 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.093849 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.098830 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.100837 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.105807 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.107811 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.112808 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.114816 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.119857 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.121940 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.126897 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.128949 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.133809 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.136042 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.140919 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.142879 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.147772 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.149789 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.155122 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.157190 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.162312 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.164350 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.169337 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.171376 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.176345 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.178448 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.183492 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.185527 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.190734 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.192821 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.197829 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.199838 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.204860 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.206899 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.211979 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.214187 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.219243 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.221292 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.226391 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.228460 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.233916 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.235950 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.241119 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.243223 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.248358 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.250446 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.255542 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.257936 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.263088 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.265158 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.270265 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.272338 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.277482 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.279564 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.284861 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.286943 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.292053 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.294146 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.299246 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.301268 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.306276 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.308283 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.313285 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.315282 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.320238 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.322265 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.327229 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.329451 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.334435 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.336464 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.341559 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.343629 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.348759 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.350769 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.355823 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.358995 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.364561 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.366425 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.371071 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.372993 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.377787 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.380069 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.384853 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.386804 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.391555 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.393505 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.398303 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.400247 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.405063 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.407013 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.411818 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.414090 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.419063 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.421088 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.426104 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.429247 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.434233 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.436245 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.441111 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.443058 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.448138 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.450098 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.454900 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.457407 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.462191 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.464111 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.468876 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.470825 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.475627 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.477632 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.482445 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.484382 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.489332 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.491347 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.496325 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.498337 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.503286 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.505352 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.510422 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.512475 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.517476 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.519499 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.524523 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.526535 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.531368 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.533325 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.538066 ---      ParallelTerminationStrategy: PID 125 died...
22:49:50.539962 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.544723 ---      ParallelTerminationStrategy: PID 126 died...
22:49:50.546654 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.551351 ---      ParallelTerminationStrategy: PID 127 died...
22:49:50.553263 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.558131 ---      ParallelTerminationStrategy: PID 128 died...
22:49:50.560024 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.564927 ---      ParallelTerminationStrategy: PID 129 died...
22:49:50.568656 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.573495 ---      ParallelTerminationStrategy: PID 130 died...
22:49:50.575384 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.580015 ---      ParallelTerminationStrategy: PID 131 died...
22:49:50.581902 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.586759 ---      ParallelTerminationStrategy: PID 132 died...
22:49:50.588677 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.593459 ---      ParallelTerminationStrategy: PID 133 died...
22:49:50.595424 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.600204 ---      ParallelTerminationStrategy: PID 134 died...
22:49:50.602143 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.606940 ---      ParallelTerminationStrategy: PID 135 died...
22:49:50.608869 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.613631 ---      ParallelTerminationStrategy: PID 136 died...
22:49:50.616150 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.620900 ---      ParallelTerminationStrategy: PID 137 died...
22:49:50.622858 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.627607 ---      ParallelTerminationStrategy: PID 138 died...
22:49:50.629555 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.634381 ---      ParallelTerminationStrategy: PID 139 died...
22:49:50.636324 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.642193 ---      ParallelTerminationStrategy: PID 140 died...
22:49:50.644150 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.648989 ---      ParallelTerminationStrategy: PID 141 died...
22:49:50.651072 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.656004 ---      ParallelTerminationStrategy: PID 142 died...
22:49:50.657962 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.662855 ---      ParallelTerminationStrategy: PID 143 died...
22:49:50.664815 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.669652 ---      ParallelTerminationStrategy: PID 144 died...
22:49:50.671592 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.676426 ---      ParallelTerminationStrategy: PID 145 died...
22:49:50.678423 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.683238 ---      ParallelTerminationStrategy: PID 146 died...
22:49:50.685132 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.689932 ---      ParallelTerminationStrategy: PID 147 died...
22:49:50.691844 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.696566 ---      ParallelTerminationStrategy: PID 148 died...
22:49:50.698464 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.703308 ---      ParallelTerminationStrategy: PID 149 died...
22:49:50.705268 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.710102 ---      ParallelTerminationStrategy: PID 150 died...
22:49:50.712048 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.716918 ---      ParallelTerminationStrategy: PID 151 died...
22:49:50.718860 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.723601 ---      ParallelTerminationStrategy: PID 152 died...
22:49:50.725538 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.730329 ---      ParallelTerminationStrategy: PID 153 died...
22:49:50.732215 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.736993 ---      ParallelTerminationStrategy: PID 154 died...
22:49:50.738914 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.743663 ---      ParallelTerminationStrategy: PID 155 died...
22:49:50.745666 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.750487 ---      ParallelTerminationStrategy: PID 156 died...
22:49:50.752434 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.757258 ---      ParallelTerminationStrategy: PID 157 died...
22:49:50.759159 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.763992 ---      ParallelTerminationStrategy: PID 158 died...
22:49:50.765882 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:50.770710 ---      ParallelTerminationStrategy: PID 159 died...
22:49:50.772703 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:50.777540 ---      ParallelTerminationStrategy: PID 160 died...
22:49:50.779495 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:50.784324 ---      ParallelTerminationStrategy: PID 161 died...
22:49:50.786251 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:50.790985 ---      ParallelTerminationStrategy: PID 162 died...
22:49:50.792961 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:50.797783 ---      ParallelTerminationStrategy: PID 163 died...
22:49:50.799684 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:50.804502 ---      ParallelTerminationStrategy: PID 164 died...
22:49:50.806580 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:50.811581 ---      ParallelTerminationStrategy: PID 165 died...
22:49:50.813674 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:50.818793 ---      ParallelTerminationStrategy: PID 166 died...
22:49:50.820794 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:50.825886 ---      ParallelTerminationStrategy: PID 167 died...
22:49:50.827952 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:50.833083 ---      ParallelTerminationStrategy: PID 168 died...
22:49:50.835153 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:50.840258 ---      ParallelTerminationStrategy: PID 169 died...
22:49:50.842379 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:50.847505 ---      ParallelTerminationStrategy: PID 170 died...
22:49:50.849536 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:50.854658 ---      ParallelTerminationStrategy: PID 171 died...
22:49:50.856773 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:50.861936 ---      ParallelTerminationStrategy: PID 172 died...
22:49:50.864022 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:50.869176 ---      ParallelTerminationStrategy: PID 173 died...
22:49:50.871229 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:50.876304 ---      ParallelTerminationStrategy: PID 174 died...
22:49:50.878376 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:50.883570 ---      ParallelTerminationStrategy: PID 175 died...
22:49:50.885679 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:50.890909 ---      ParallelTerminationStrategy: PID 176 died...
22:49:50.892996 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:50.898165 ---      ParallelTerminationStrategy: PID 177 died...
22:49:50.900239 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:50.905432 ---      ParallelTerminationStrategy: PID 178 died...
22:49:50.907463 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:50.912448 ---      ParallelTerminationStrategy: PID 179 died...
22:49:50.914503 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:50.919588 ---      ParallelTerminationStrategy: PID 180 died...
22:49:50.921665 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:50.926827 ---      ParallelTerminationStrategy: PID 181 died...
22:49:50.928900 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:50.933918 ---      ParallelTerminationStrategy: PID 182 died...
22:49:50.935946 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:50.941080 ---      ParallelTerminationStrategy: PID 183 died...
22:49:50.943087 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:50.948095 ---      ParallelTerminationStrategy: PID 184 died...
22:49:50.950185 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:50.955205 ---      ParallelTerminationStrategy: PID 185 died...
22:49:50.957209 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:50.962069 ---      ParallelTerminationStrategy: PID 186 died...
22:49:50.964073 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:50.969085 ---      ParallelTerminationStrategy: PID 187 died...
22:49:50.971099 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:50.976073 ---      ParallelTerminationStrategy: PID 188 died...
22:49:50.978083 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:50.983030 ---      ParallelTerminationStrategy: PID 189 died...
22:49:50.985044 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:50.990024 ---      ParallelTerminationStrategy: PID 190 died...
22:49:50.992021 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:50.996981 ---      ParallelTerminationStrategy: PID 191 died...
22:49:50.998916 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.003845 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.005824 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.010833 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.012832 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.017849 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.019864 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.024981 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.027039 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.032134 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.034153 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.039253 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.041397 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.046471 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.048549 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.053683 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.055721 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.060838 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.062923 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.068099 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.070139 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.075334 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.077431 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.082588 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.084689 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.089685 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.091697 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.096694 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.098705 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.103668 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.105688 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.110656 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.112669 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.117638 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.119642 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.124655 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.126662 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.131640 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.133671 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.138748 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.140937 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.151056 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.155050 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.164574 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.168432 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.177249 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.179260 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.184170 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.186234 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.191338 ---      ParallelTerminationStrategy: PID 216 died...
22:49:51.193429 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.198603 ---      ParallelTerminationStrategy: PID 217 died...
22:49:51.200633 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.205608 ---      ParallelTerminationStrategy: PID 218 died...
22:49:51.207549 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.212436 ---      ParallelTerminationStrategy: PID 219 died...
22:49:51.214475 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.219440 ---      ParallelTerminationStrategy: PID 220 died...
22:49:51.221436 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.226296 ---      ParallelTerminationStrategy: PID 221 died...
22:49:51.228250 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.233230 ---      ParallelTerminationStrategy: PID 222 died...
22:49:51.235236 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.240265 ---      ParallelTerminationStrategy: PID 223 died...
22:49:51.242295 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.247145 ---      ParallelTerminationStrategy: PID 224 died...
22:49:51.249101 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.254016 ---      ParallelTerminationStrategy: PID 225 died...
22:49:51.256042 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.261059 ---      ParallelTerminationStrategy: PID 226 died...
22:49:51.263070 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.268054 ---      ParallelTerminationStrategy: PID 227 died...
22:49:51.270070 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.275110 ---      ParallelTerminationStrategy: PID 228 died...
22:49:51.277114 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.281980 ---      ParallelTerminationStrategy: PID 229 died...
22:49:51.283938 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.288940 ---      ParallelTerminationStrategy: PID 230 died...
22:49:51.290828 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.295541 ---      ParallelTerminationStrategy: PID 231 died...
22:49:51.297446 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.302158 ---      ParallelTerminationStrategy: PID 232 died...
22:49:51.304099 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.309018 ---      ParallelTerminationStrategy: PID 233 died...
22:49:51.310919 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.315701 ---      ParallelTerminationStrategy: PID 234 died...
22:49:51.317647 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.000972 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.006770 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8021 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.086347 tst                       trial-8021: Storing JUnit report in /build/trial-8021/run.2025-07-08_22-48-21/trial-8021.xml

--------------------------------------------------------------------------------------------
trial-8021 PASS
--------------------------------------------------------------------------------------------
22:49:54.096814 tst                       trial-8021: trial-8021: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-8021/inst
+ cd trial-8021
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-08 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8021-run.tgz run.2025-07-08_22-48-21
+ tar czf /build/trial-8021-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-08_13_28_57.tgz osmo-bts-oc2g.build-2025-07-08_00_51_32.tgz osmo-bts-sysmo.build-2025-07-08_00_51_35.tgz osmo-bts.build-2025-07-08_00_51_42.tgz osmo-ggsn.build-2025-07-08_20_42_35.tgz osmo-hlr.build-2025-07-08_16_36_50.tgz osmo-hnbgw.build-2025-07-08_13_30_20.tgz osmo-mgw.build-2025-07-08_08_33_14.tgz osmo-msc.build-2025-07-08_13_32_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-08_07_34_01.tgz osmo-pcu-sysmo.build-2025-07-08_07_36_03.tgz osmo-pcu.build-2025-07-08_07_36_10.tgz osmo-sgsn.build-2025-07-08_20_48_25.tgz osmo-stp.build-2025-07-08_13_25_11.tgz osmo-trx.build-2025-07-08_14_29_17.tgz osmocom-bb.build-2025-07-08_21_17_19.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