Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
+ rm -rf trial-8048
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:2cd257fbdf9208fd8016303472377490761081e68f76e22d46657473fbfde778 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=8049 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-05 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8049
+ mkdir -p trial-8049
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-05_13_26_25.tgz osmo-bts-oc2g.build-2025-08-05_00_51_34.tgz osmo-bts-sysmo.build-2025-08-05_00_51_33.tgz osmo-bts.build-2025-08-05_00_51_38.tgz osmo-ggsn.build-2025-08-05_20_42_25.tgz osmo-hlr.build-2025-08-05_16_36_47.tgz osmo-hnbgw.build-2025-08-05_13_30_03.tgz osmo-mgw.build-2025-08-05_08_33_10.tgz osmo-msc.build-2025-08-05_13_32_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-05_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-05_07_36_01.tgz osmo-pcu.build-2025-08-05_07_36_08.tgz osmo-sgsn.build-2025-08-05_20_48_39.tgz osmo-stp.build-2025-08-05_13_25_11.tgz osmo-trx.build-2025-08-05_14_29_56.tgz osmocom-bb.build-2025-08-05_21_17_16.tgz srslte.build-19.tgz trial-8049
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-05_13_26_25.md5 osmo-bts-oc2g.build-2025-08-05_00_51_34.md5 osmo-bts-sysmo.build-2025-08-05_00_51_33.md5 osmo-bts.build-2025-08-05_00_51_38.md5 osmo-ggsn.build-2025-08-05_20_42_25.md5 osmo-hlr.build-2025-08-05_16_36_47.md5 osmo-hnbgw.build-2025-08-05_13_30_03.md5 osmo-mgw.build-2025-08-05_08_33_10.md5 osmo-msc.build-2025-08-05_13_32_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-05_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-05_07_36_01.md5 osmo-pcu.build-2025-08-05_07_36_08.md5 osmo-sgsn.build-2025-08-05_20_48_39.md5 osmo-stp.build-2025-08-05_13_25_11.md5 osmo-trx.build-2025-08-05_14_29_56.md5 osmocom-bb.build-2025-08-05_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-05_13_26_25.md5 osmo-bts-oc2g.build-2025-08-05_00_51_34.md5 osmo-bts-sysmo.build-2025-08-05_00_51_33.md5 osmo-bts.build-2025-08-05_00_51_38.md5 osmo-ggsn.build-2025-08-05_20_42_25.md5 osmo-hlr.build-2025-08-05_16_36_47.md5 osmo-hnbgw.build-2025-08-05_13_30_03.md5 osmo-mgw.build-2025-08-05_08_33_10.md5 osmo-msc.build-2025-08-05_13_32_17.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-05_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-05_07_36_01.md5 osmo-pcu.build-2025-08-05_07_36_08.md5 osmo-sgsn.build-2025-08-05_20_48_39.md5 osmo-stp.build-2025-08-05_13_25_11.md5 osmo-trx.build-2025-08-05_14_29_56.md5 osmocom-bb.build-2025-08-05_21_17_16.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-8049 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8049'
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-8049
--------------------------------------------------------------------------------------------
22:48:17.036488 tst                       trial-8049: Detailed log at /build/trial-8049/run.2025-08-05_22-48-17/log

---------------------------------------------------------------------
trial-8049 netreg_mass
---------------------------------------------------------------------
22:48:17.241597 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.241959 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.242719 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.243848 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.284350 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.285204 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.286321 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.355842 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-8049 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.356701 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.372163 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.372732 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.373195 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.373637 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.374074 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.374551 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.375017 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.419785 tst         register_default_mass.py: using LAC 2
22:48:17.462886 tst         register_default_mass.py: using RAC 2
22:48:17.517755 tst         register_default_mass.py: using CellId 2
22:48:17.569739 tst         register_default_mass.py: using BVCI 3
22:48:17.580833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.582021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.583074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.584088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.585078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.587956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.588862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.589407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.589928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.590448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.590994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.591517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.592033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.592565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.593091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.593610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.594119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.594648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.595158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.595688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.596243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.596780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.597294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.597822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.598341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.598850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.599379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.599904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.600408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.600952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.601483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.602007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.602538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.603059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.603566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.604095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.604618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.605145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.605672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.606195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.606709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.607245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.607762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.608272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.608798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.609331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.609840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.610352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.610879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.611387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.611891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.612398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.612929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.613446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.613950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.614479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.614989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.615490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.615989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.616508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.617024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.617537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.618052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.618563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.619063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.619573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.620100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.620608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.621129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.621657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.622253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.622767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.623295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.623802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.624295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.624848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.625354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.625854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.626365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.626867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.627364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.627867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.628366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.628871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.629360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.629864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.630364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.630865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.631388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.631897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.632413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.632939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.633442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.633943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.634463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.634983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.635491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.635996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.636512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.637080 tst      register_default_mass.py:21: Launching a simple network
22:48:17.647175 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.769065 run            create_hlr_db(pid=20): Launched
22:48:18.792319 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.813715 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.829108 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.834876 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.015422 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.031378 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.037006 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.461126 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.476373 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.486794 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.600961 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.617004 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.622959 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.647005 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.662139 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.667959 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.986272 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.002485 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.023379 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.320608 run         osmo-bts-virtual(pid=34): Launched
22:48:30.383363 tst         register_default_mass.py: using MSISDN 1001
22:48:30.395029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.488193 tst         register_default_mass.py: using MSISDN 1002
22:48:30.500813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.577337 tst         register_default_mass.py: using MSISDN 1003
22:48:30.589882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.671782 tst         register_default_mass.py: using MSISDN 1004
22:48:30.685606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.757168 tst         register_default_mass.py: using MSISDN 1005
22:48:30.763450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.831617 tst         register_default_mass.py: using MSISDN 1006
22:48:30.843177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.915834 tst         register_default_mass.py: using MSISDN 1007
22:48:30.922641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.993840 tst         register_default_mass.py: using MSISDN 1008
22:48:31.005260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.073297 tst         register_default_mass.py: using MSISDN 1009
22:48:31.085545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.164676 tst         register_default_mass.py: using MSISDN 1010
22:48:31.178923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.258264 tst         register_default_mass.py: using MSISDN 1011
22:48:31.273405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.343558 tst         register_default_mass.py: using MSISDN 1012
22:48:31.359504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.434377 tst         register_default_mass.py: using MSISDN 1013
22:48:31.449556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.520783 tst         register_default_mass.py: using MSISDN 1014
22:48:31.538111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.611735 tst         register_default_mass.py: using MSISDN 1015
22:48:31.628732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.752146 tst         register_default_mass.py: using MSISDN 1016
22:48:31.768403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.897384 tst         register_default_mass.py: using MSISDN 1017
22:48:31.908944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.978420 tst         register_default_mass.py: using MSISDN 1018
22:48:31.993215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.076749 tst         register_default_mass.py: using MSISDN 1019
22:48:32.091849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.163321 tst         register_default_mass.py: using MSISDN 1020
22:48:32.179192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.266053 tst         register_default_mass.py: using MSISDN 1021
22:48:32.278687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.359146 tst         register_default_mass.py: using MSISDN 1022
22:48:32.374970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.472618 tst         register_default_mass.py: using MSISDN 1023
22:48:32.481657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.543729 tst         register_default_mass.py: using MSISDN 1024
22:48:32.558204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.635659 tst         register_default_mass.py: using MSISDN 1025
22:48:32.651300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.731005 tst         register_default_mass.py: using MSISDN 1026
22:48:32.746005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.820808 tst         register_default_mass.py: using MSISDN 1027
22:48:32.833849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.902870 tst         register_default_mass.py: using MSISDN 1028
22:48:32.919704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.999119 tst         register_default_mass.py: using MSISDN 1029
22:48:33.011052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.081810 tst         register_default_mass.py: using MSISDN 1030
22:48:33.097813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.177178 tst         register_default_mass.py: using MSISDN 1031
22:48:33.190143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.259082 tst         register_default_mass.py: using MSISDN 1032
22:48:33.272833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.348842 tst         register_default_mass.py: using MSISDN 1033
22:48:33.362458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.454652 tst         register_default_mass.py: using MSISDN 1034
22:48:33.471361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.549690 tst         register_default_mass.py: using MSISDN 1035
22:48:33.566580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.651141 tst         register_default_mass.py: using MSISDN 1036
22:48:33.661450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.739359 tst         register_default_mass.py: using MSISDN 1037
22:48:33.753248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.834485 tst         register_default_mass.py: using MSISDN 1038
22:48:33.840535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.910802 tst         register_default_mass.py: using MSISDN 1039
22:48:33.919420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.983397 tst         register_default_mass.py: using MSISDN 1040
22:48:33.990156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.060374 tst         register_default_mass.py: using MSISDN 1041
22:48:34.068266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.206011 tst         register_default_mass.py: using MSISDN 1042
22:48:34.212260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.287281 tst         register_default_mass.py: using MSISDN 1043
22:48:34.297171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.358557 tst         register_default_mass.py: using MSISDN 1044
22:48:34.369503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.458109 tst         register_default_mass.py: using MSISDN 1045
22:48:34.465325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.531778 tst         register_default_mass.py: using MSISDN 1046
22:48:34.539320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.597445 tst         register_default_mass.py: using MSISDN 1047
22:48:34.608507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.688292 tst         register_default_mass.py: using MSISDN 1048
22:48:34.694515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.757261 tst         register_default_mass.py: using MSISDN 1049
22:48:34.770454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.854032 tst         register_default_mass.py: using MSISDN 1050
22:48:34.861290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.934371 tst         register_default_mass.py: using MSISDN 1051
22:48:34.940588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.001412 tst         register_default_mass.py: using MSISDN 1052
22:48:35.008182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.074315 tst         register_default_mass.py: using MSISDN 1053
22:48:35.080926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.153176 tst         register_default_mass.py: using MSISDN 1054
22:48:35.159336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.222745 tst         register_default_mass.py: using MSISDN 1055
22:48:35.235153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.313606 tst         register_default_mass.py: using MSISDN 1056
22:48:35.324284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.401025 tst         register_default_mass.py: using MSISDN 1057
22:48:35.413683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.498105 tst         register_default_mass.py: using MSISDN 1058
22:48:35.509248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.574838 tst         register_default_mass.py: using MSISDN 1059
22:48:35.589204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.703271 tst         register_default_mass.py: using MSISDN 1060
22:48:35.715807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.792972 tst         register_default_mass.py: using MSISDN 1061
22:48:35.806196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.872784 tst         register_default_mass.py: using MSISDN 1062
22:48:35.885757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.963027 tst         register_default_mass.py: using MSISDN 1063
22:48:35.976481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.047022 tst         register_default_mass.py: using MSISDN 1064
22:48:36.060700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.144579 tst         register_default_mass.py: using MSISDN 1065
22:48:36.157451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.228298 tst         register_default_mass.py: using MSISDN 1066
22:48:36.241713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.326687 tst         register_default_mass.py: using MSISDN 1067
22:48:36.339270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.428058 tst         register_default_mass.py: using MSISDN 1068
22:48:36.435868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.549514 tst         register_default_mass.py: using MSISDN 1069
22:48:36.562017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.631183 tst         register_default_mass.py: using MSISDN 1070
22:48:36.643772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.714529 tst         register_default_mass.py: using MSISDN 1071
22:48:36.727156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.837586 tst         register_default_mass.py: using MSISDN 1072
22:48:36.868676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.936228 tst         register_default_mass.py: using MSISDN 1073
22:48:36.949173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.027663 tst         register_default_mass.py: using MSISDN 1074
22:48:37.034622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.100865 tst         register_default_mass.py: using MSISDN 1075
22:48:37.112938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.180922 tst         register_default_mass.py: using MSISDN 1076
22:48:37.188028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.253530 tst         register_default_mass.py: using MSISDN 1077
22:48:37.266257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.347863 tst         register_default_mass.py: using MSISDN 1078
22:48:37.360311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.427669 tst         register_default_mass.py: using MSISDN 1079
22:48:37.440673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.519792 tst         register_default_mass.py: using MSISDN 1080
22:48:37.526625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.600658 tst         register_default_mass.py: using MSISDN 1081
22:48:37.607773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.671954 tst         register_default_mass.py: using MSISDN 1082
22:48:37.679237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.743506 tst         register_default_mass.py: using MSISDN 1083
22:48:37.751996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.820666 tst         register_default_mass.py: using MSISDN 1084
22:48:37.828111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.902287 tst         register_default_mass.py: using MSISDN 1085
22:48:37.908872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.984632 tst         register_default_mass.py: using MSISDN 1086
22:48:37.993493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.073648 tst         register_default_mass.py: using MSISDN 1087
22:48:38.079692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.143128 tst         register_default_mass.py: using MSISDN 1088
22:48:38.149431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.223163 tst         register_default_mass.py: using MSISDN 1089
22:48:38.229408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.304024 tst         register_default_mass.py: using MSISDN 1090
22:48:38.310263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.389398 tst         register_default_mass.py: using MSISDN 1091
22:48:38.399334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.470689 tst         register_default_mass.py: using MSISDN 1092
22:48:38.477223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.546530 tst         register_default_mass.py: using MSISDN 1093
22:48:38.555757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.619917 tst         register_default_mass.py: using MSISDN 1094
22:48:38.626123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.700993 tst         register_default_mass.py: using MSISDN 1095
22:48:38.711715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.790422 tst         register_default_mass.py: using MSISDN 1096
22:48:38.798884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.863139 tst         register_default_mass.py: using MSISDN 1097
22:48:38.870121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.931496 tst         register_default_mass.py: using MSISDN 1098
22:48:38.937791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.010715 tst         register_default_mass.py: using MSISDN 1099
22:48:39.017192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.091818 tst         register_default_mass.py: using MSISDN 1100
22:48:39.098005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.216688 run                             mass: Starting testcase
22:48:39.223576 run                             mass: Pre-launching all virtphy's
22:48:39.230320 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.247337 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.255025 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.271474 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.279691 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.295377 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.302612 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.318285 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.325408 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.341072 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.348254 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.364143 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.371630 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.388094 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.395623 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.411838 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.419798 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.437761 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.445853 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.462954 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.470966 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.487930 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.495635 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.512678 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.520612 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.537903 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.545626 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.561625 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.570026 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.585769 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.593033 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.608534 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.615864 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.631335 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.638502 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.653675 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.660738 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.675852 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.682987 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.698509 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.705991 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.721398 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.728702 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.743902 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.751116 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.766350 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.775619 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.791290 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.798844 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.815215 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.822875 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.839929 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.847590 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.863839 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.871276 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.887604 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.895312 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.912091 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.919780 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.936424 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.944086 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.960402 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.967961 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.984085 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.991746 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.008037 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.015527 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.031760 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.039202 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.055491 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.062864 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.078587 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.085928 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.101348 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.108459 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.123931 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.131974 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.147696 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.154887 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.170551 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.178361 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.195038 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.202474 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.218272 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.225975 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.242800 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.251202 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.268374 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.276151 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.292960 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.300560 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.316551 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.323824 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.339230 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.346602 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.363533 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.371286 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.387952 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.395662 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.414645 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.425050 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.441101 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.448232 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.463323 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.470239 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.485669 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.492677 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.507885 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.514747 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.529956 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.537209 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.553468 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.561112 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.577663 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.585425 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.601974 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.609553 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.625962 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.633563 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.650098 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.657657 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.674245 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.681810 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.698502 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.706255 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.722900 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.730603 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.746958 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.754607 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.771279 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.779121 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.795811 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.803422 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.819573 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.826800 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.842233 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.849668 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.865829 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.873258 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.889498 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.896801 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.912488 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.919589 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.935220 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.942158 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.956700 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.963246 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.977754 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.984674 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.999978 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.007102 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.022521 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.033133 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.048463 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.057013 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.072389 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.079127 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.093322 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.099791 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.113602 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.120303 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.134286 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.140965 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.155281 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.162044 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.176799 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.183584 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.197905 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.204523 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.218769 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.225487 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.239639 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.246048 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.260075 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.266632 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.280462 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.286966 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.301755 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.308857 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.324313 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.331331 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.346111 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.352697 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.366571 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.373313 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.387740 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.394455 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.409721 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.416680 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.431653 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.438594 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.453406 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.460245 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.474979 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.481771 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.495985 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.502473 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.516404 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.522851 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.537053 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.543855 run                             mass: Checking if sockets are in the filesystem
22:48:41.557340 run                osmo-ms-mob/00000: Starting mobile
22:48:41.571363 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.583744 run                             mass: MS start registered  {at=17665027.287061546, delay=0.0057924166321754456, ms=00000}
22:48:45.756489 run                osmo-ms-mob/00001: Starting mobile
22:48:45.769759 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.780639 run                             mass: MS start registered  {at=17665031.48395967, delay=0.004682913422584534, ms=00001}
22:48:47.556315 run                osmo-ms-mob/00002: Starting mobile
22:48:47.569862 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.580606 run                             mass: MS start registered  {at=17665033.283954535, delay=0.004346277564764023, ms=00002}
22:48:47.799662 run                             mass: MS performed LU  {at=17665033.502982214, lu_delay=6.21592066809535, ms=00000}
22:48:48.856220 run                osmo-ms-mob/00003: Starting mobile
22:48:48.869590 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.880710 run                             mass: MS start registered  {at=17665034.58405779, delay=0.0047570765018463135, ms=00003}
22:48:49.956418 run                osmo-ms-mob/00004: Starting mobile
22:48:49.970260 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.981106 run                             mass: MS start registered  {at=17665035.6844523, delay=0.004474960267543793, ms=00004}
22:48:50.957364 run                osmo-ms-mob/00005: Starting mobile
22:48:50.970667 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.981468 run                             mass: MS start registered  {at=17665036.68481279, delay=0.004585925489664078, ms=00005}
22:48:51.565272 run                             mass: MS performed LU  {at=17665037.268584576, lu_delay=5.78462490439415, ms=00001}
22:48:51.856026 run                osmo-ms-mob/00006: Starting mobile
22:48:51.869358 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.880440 run                             mass: MS start registered  {at=17665037.583783295, delay=0.004833657294511795, ms=00006}
22:48:52.756560 run                osmo-ms-mob/00007: Starting mobile
22:48:52.771388 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.782372 run                             mass: MS start registered  {at=17665038.48571685, delay=0.004471629858016968, ms=00007}
22:48:53.466458 run                             mass: MS performed LU  {at=17665039.169791337, lu_delay=5.885836802423, ms=00002}
22:48:53.477898 run                osmo-ms-mob/00008: Starting mobile
22:48:53.491054 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.502548 run                             mass: MS start registered  {at=17665039.20588859, delay=0.005055617541074753, ms=00008}
22:48:53.964843 run                             mass: MS performed LU  {at=17665039.66814772, lu_delay=5.084089931100607, ms=00003}
22:48:54.256238 run                osmo-ms-mob/00009: Starting mobile
22:48:54.269817 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.281013 run                             mass: MS start registered  {at=17665039.984364044, delay=0.0047353655099868774, ms=00009}
22:48:54.956600 run                osmo-ms-mob/00010: Starting mobile
22:48:54.970353 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.981431 run                             mass: MS start registered  {at=17665040.684773378, delay=0.004668369889259338, ms=00010}
22:48:55.330871 run                             mass: MS performed LU  {at=17665041.03420406, lu_delay=5.3497517593204975, ms=00004}
22:48:55.556448 run                osmo-ms-mob/00011: Starting mobile
22:48:55.570422 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.581407 run                             mass: MS start registered  {at=17665041.284754932, delay=0.004529852420091629, ms=00011}
22:48:56.158842 run                osmo-ms-mob/00012: Starting mobile
22:48:56.172320 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.184254 run                             mass: MS start registered  {at=17665041.887560472, delay=0.005285240709781647, ms=00012}
22:48:56.761818 run                osmo-ms-mob/00013: Starting mobile
22:48:56.777461 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.788338 run                             mass: MS start registered  {at=17665042.49168759, delay=0.0043606385588645935, ms=00013}
22:48:57.232328 run                             mass: MS performed LU  {at=17665042.93565958, lu_delay=5.35187628492713, ms=00006}
22:48:57.259876 run                             mass: MS performed LU  {at=17665042.96322234, lu_delay=6.278409548103809, ms=00005}
22:48:57.271330 run                osmo-ms-mob/00014: Starting mobile
22:48:57.285147 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.296298 run                             mass: MS start registered  {at=17665042.99964581, delay=0.0047835856676101685, ms=00014}
22:48:57.749037 run                             mass: MS performed LU  {at=17665043.45236435, lu_delay=4.966647502034903, ms=00007}
22:48:57.956583 run                osmo-ms-mob/00015: Starting mobile
22:48:57.970639 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.981712 run                             mass: MS start registered  {at=17665043.68506131, delay=0.004720102995634079, ms=00015}
22:48:58.461796 run                osmo-ms-mob/00016: Starting mobile
22:48:58.488152 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.507069 run                             mass: MS start registered  {at=17665044.210399352, delay=0.006440918892621994, ms=00016}
22:48:58.957229 run                osmo-ms-mob/00017: Starting mobile
22:48:58.970377 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.981572 run                             mass: MS start registered  {at=17665044.684915133, delay=0.004898145794868469, ms=00017}
22:48:58.995283 run                             mass: MS performed LU  {at=17665044.698634837, lu_delay=4.714270792901516, ms=00009}
22:48:59.096537 run                             mass: MS performed LU  {at=17665044.799852893, lu_delay=5.593964301049709, ms=00008}
22:48:59.555955 run                osmo-ms-mob/00018: Starting mobile
22:48:59.570096 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.581946 run                             mass: MS start registered  {at=17665045.285296816, delay=2.8036534786224365e-05, ms=00018}
22:48:59.956278 run                osmo-ms-mob/00019: Starting mobile
22:48:59.970276 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.981223 run                             mass: MS start registered  {at=17665045.68457239, delay=0.004551202058792114, ms=00019}
22:49:00.456717 run                osmo-ms-mob/00020: Starting mobile
22:49:00.470711 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.481977 run                             mass: MS start registered  {at=17665046.185321238, delay=0.0047844089567661285, ms=00020}
22:49:00.961935 run                osmo-ms-mob/00021: Starting mobile
22:49:00.993715 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.009640 run                             mass: MS performed LU  {at=17665046.712981086, lu_delay=4.825420614331961, ms=00012}
22:49:01.024486 run                             mass: MS start registered  {at=17665046.72783812, delay=0.014895100146532059, ms=00021}
22:49:01.039241 run                             mass: MS performed LU  {at=17665046.74258375, lu_delay=5.4578288197517395, ms=00011}
22:49:01.053888 run                             mass: MS performed LU  {at=17665046.75724, lu_delay=6.0724666230380535, ms=00010}
22:49:01.076678 run                osmo-ms-mob/00022: Starting mobile
22:49:01.093741 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.107004 run                             mass: MS start registered  {at=17665046.810326274, delay=0.0055099353194236755, ms=00022}
22:49:01.857673 run                osmo-ms-mob/00023: Starting mobile
22:49:01.873615 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.888275 run                             mass: MS start registered  {at=17665047.591617092, delay=0.006749991327524185, ms=00023}
22:49:02.256757 run                osmo-ms-mob/00024: Starting mobile
22:49:02.270290 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.281686 run                             mass: MS start registered  {at=17665047.98503212, delay=0.004877645522356033, ms=00024}
22:49:02.766580 run                osmo-ms-mob/00025: Starting mobile
22:49:02.806574 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.823347 run                             mass: MS performed LU  {at=17665048.52668722, lu_delay=5.527041409164667, ms=00014}
22:49:02.836334 run                             mass: MS performed LU  {at=17665048.53969134, lu_delay=4.854630030691624, ms=00015}
22:49:02.844176 run                             mass: MS start registered  {at=17665048.547536436, delay=0.020887799561023712, ms=00025}
22:49:02.863025 run                             mass: MS performed LU  {at=17665048.56636269, lu_delay=6.074675101786852, ms=00013}
22:49:02.875961 run                osmo-ms-mob/00026: Starting mobile
22:49:02.891619 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.903960 run                             mass: MS start registered  {at=17665048.60730647, delay=0.005362667143344879, ms=00026}
22:49:03.268163 run                             mass: MS performed LU  {at=17665048.971488956, lu_delay=4.761089604347944, ms=00016}
22:49:03.562923 run                osmo-ms-mob/00027: Starting mobile
22:49:03.596843 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.613575 run                             mass: MS start registered  {at=17665049.316911366, delay=0.0010602325201034546, ms=00027}
22:49:03.959757 run                osmo-ms-mob/00028: Starting mobile
22:49:03.976530 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.989669 run                             mass: MS start registered  {at=17665049.692964166, delay=0.005746673792600632, ms=00028}
22:49:04.357346 run                osmo-ms-mob/00029: Starting mobile
22:49:04.373453 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.386601 run                             mass: MS start registered  {at=17665050.0899295, delay=0.005372777581214905, ms=00029}
22:49:04.760731 run                osmo-ms-mob/00030: Starting mobile
22:49:04.776503 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.782964 run                             mass: MS performed LU  {at=17665050.486319404, lu_delay=5.201022587716579, ms=00018}
22:49:04.789295 run                             mass: MS start registered  {at=17665050.492659982, delay=0.0063638873398303986, ms=00030}
22:49:04.795888 run                             mass: MS performed LU  {at=17665050.499247897, lu_delay=5.814332764595747, ms=00017}
22:49:04.809806 run                             mass: MS performed LU  {at=17665050.51314815, lu_delay=4.828575760126114, ms=00019}
22:49:04.822190 run                osmo-ms-mob/00031: Starting mobile
22:49:04.836752 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.848579 run                             mass: MS start registered  {at=17665050.55192573, delay=0.0046399906277656555, ms=00031}
22:49:05.457261 run                osmo-ms-mob/00032: Starting mobile
22:49:05.471478 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.483139 run                             mass: MS start registered  {at=17665051.186479695, delay=0.005073759704828262, ms=00032}
22:49:05.857197 run                osmo-ms-mob/00033: Starting mobile
22:49:05.871877 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.884128 run                             mass: MS start registered  {at=17665051.58747878, delay=0.005133405327796936, ms=00033}
22:49:06.256222 run                osmo-ms-mob/00034: Starting mobile
22:49:06.270239 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.281891 run                             mass: MS start registered  {at=17665051.985227432, delay=0.004824597388505936, ms=00034}
22:49:06.527020 run                             mass: MS performed LU  {at=17665052.230335847, lu_delay=4.638718754053116, ms=00023}
22:49:06.541852 run                osmo-ms-mob/00035: Starting mobile
22:49:06.556946 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.563659 run                             mass: MS performed LU  {at=17665052.26701279, lu_delay=6.081691551953554, ms=00020}
22:49:06.570142 run                             mass: MS start registered  {at=17665052.273506265, delay=0.006519351154565811, ms=00035}
22:49:06.628253 run                             mass: MS performed LU  {at=17665052.331588276, lu_delay=5.521262001246214, ms=00022}
22:49:06.798780 run                             mass: MS performed LU  {at=17665052.502111923, lu_delay=5.774273801594973, ms=00021}
22:49:06.811381 run                osmo-ms-mob/00036: Starting mobile
22:49:06.826979 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.839457 run                             mass: MS start registered  {at=17665052.542796317, delay=0.005461055785417557, ms=00036}
22:49:07.053469 run                             mass: MS performed LU  {at=17665052.756789435, lu_delay=4.771757315844297, ms=00024}
22:49:07.356958 run                osmo-ms-mob/00037: Starting mobile
22:49:07.371832 run       osmo-ms-mob/00037(pid=172): Launched
22:49:07.384392 run                             mass: MS start registered  {at=17665053.087725304, delay=0.005669470876455307, ms=00037}
22:49:07.656226 run                osmo-ms-mob/00038: Starting mobile
22:49:07.670263 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.682357 run                             mass: MS start registered  {at=17665053.38569434, delay=0.005260594189167023, ms=00038}
22:49:07.957496 run                osmo-ms-mob/00039: Starting mobile
22:49:07.972798 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.984038 run                             mass: MS start registered  {at=17665053.687392138, delay=0.004612293094396591, ms=00039}
22:49:08.361857 run                osmo-ms-mob/00040: Starting mobile
22:49:08.380401 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.399689 run                             mass: MS start registered  {at=17665054.102995817, delay=0.01064225658774376, ms=00040}
22:49:08.530317 run                             mass: MS performed LU  {at=17665054.23362172, lu_delay=5.686085283756256, ms=00025}
22:49:08.557205 run                             mass: MS performed LU  {at=17665054.260516282, lu_delay=5.653209812939167, ms=00026}
22:49:08.579388 run                osmo-ms-mob/00041: Starting mobile
22:49:08.599818 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.608895 run                             mass: MS performed LU  {at=17665054.31224704, lu_delay=4.995335675776005, ms=00027}
22:49:08.621880 run                             mass: MS start registered  {at=17665054.32521349, delay=0.012995358556509018, ms=00041}
22:49:08.719662 run                             mass: MS performed LU  {at=17665054.422994476, lu_delay=4.730030309408903, ms=00028}
22:49:08.733453 run                osmo-ms-mob/00042: Starting mobile
22:49:08.748931 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.761295 run                             mass: MS start registered  {at=17665054.464637373, delay=0.005258549004793167, ms=00042}
22:49:09.365310 run                osmo-ms-mob/00043: Starting mobile
22:49:09.398609 run       osmo-ms-mob/00043(pid=178): Launched
22:49:09.413248 run                             mass: MS start registered  {at=17665055.116591375, delay=3.4675002098083496e-05, ms=00043}
22:49:09.664173 run                osmo-ms-mob/00044: Starting mobile
22:49:09.694071 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.714271 run                             mass: MS start registered  {at=17665055.417579155, delay=0.010917715728282928, ms=00044}
22:49:09.961680 run                osmo-ms-mob/00045: Starting mobile
22:49:09.982140 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.998595 run                             mass: MS start registered  {at=17665055.701907177, delay=0.008336365222930908, ms=00045}
22:49:10.257149 run                osmo-ms-mob/00046: Starting mobile
22:49:10.272086 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.285323 run                             mass: MS start registered  {at=17665055.988648616, delay=0.005906820297241211, ms=00046}
22:49:10.299125 run                             mass: MS performed LU  {at=17665056.00247136, lu_delay=5.509811379015446, ms=00030}
22:49:10.312576 run                             mass: MS performed LU  {at=17665056.015930656, lu_delay=5.9260011576116085, ms=00029}
22:49:10.330451 run                osmo-ms-mob/00047: Starting mobile
22:49:10.347766 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.366565 run                             mass: MS start registered  {at=17665056.06989099, delay=0.006136775016784668, ms=00047}
22:49:10.394351 run                             mass: MS performed LU  {at=17665056.097662926, lu_delay=4.911183230578899, ms=00032}
22:49:10.564920 run                             mass: MS performed LU  {at=17665056.268235568, lu_delay=5.71630983799696, ms=00031}
22:49:10.584938 run                osmo-ms-mob/00048: Starting mobile
22:49:10.602338 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.615887 run                             mass: MS start registered  {at=17665056.31920872, delay=0.00560099259018898, ms=00048}
22:49:10.819769 run                             mass: MS performed LU  {at=17665056.52308996, lu_delay=4.935611180961132, ms=00033}
22:49:11.163857 run                osmo-ms-mob/00049: Starting mobile
22:49:11.200975 run       osmo-ms-mob/00049(pid=184): Launched
22:49:11.227826 run                             mass: MS start registered  {at=17665056.931133606, delay=0.007932152599096298, ms=00049}
22:49:11.462270 run                osmo-ms-mob/00050: Starting mobile
22:49:11.483620 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.498845 run                             mass: MS start registered  {at=17665057.202173263, delay=0.0011293292045593262, ms=00050}
22:49:11.861362 run                osmo-ms-mob/00051: Starting mobile
22:49:11.877187 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.890007 run                             mass: MS start registered  {at=17665057.593354587, delay=0.005651410669088364, ms=00051}
22:49:12.156719 run                osmo-ms-mob/00052: Starting mobile
22:49:12.171874 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.184456 run                             mass: MS start registered  {at=17665057.887799084, delay=0.005538757890462875, ms=00052}
22:49:12.295307 run                             mass: MS performed LU  {at=17665057.99864273, lu_delay=5.455846413969994, ms=00036}
22:49:12.323858 run                             mass: MS performed LU  {at=17665058.02718971, lu_delay=5.753683444112539, ms=00035}
22:49:12.336512 run                osmo-ms-mob/00053: Starting mobile
22:49:12.352278 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.359500 run                             mass: MS performed LU  {at=17665058.06285368, lu_delay=6.077626246958971, ms=00034}
22:49:12.366698 run                             mass: MS start registered  {at=17665058.07006095, delay=0.007230386137962341, ms=00053}
22:49:12.485264 run                             mass: MS performed LU  {at=17665058.18857726, lu_delay=5.100851956754923, ms=00037}
22:49:12.500042 run                osmo-ms-mob/00054: Starting mobile
22:49:12.516405 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.524233 run                             mass: MS performed LU  {at=17665058.227587555, lu_delay=4.8418932147324085, ms=00038}
22:49:12.531887 run                             mass: MS start registered  {at=17665058.235247534, delay=0.007685180753469467, ms=00054}
22:49:13.057873 run                osmo-ms-mob/00055: Starting mobile
22:49:13.073041 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.085349 run                             mass: MS start registered  {at=17665058.78869206, delay=0.005332492291927338, ms=00055}
22:49:13.359125 run                osmo-ms-mob/00056: Starting mobile
22:49:13.381418 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.396215 run                             mass: MS start registered  {at=17665059.09955269, delay=0.006501339375972748, ms=00056}
22:49:13.657502 run                osmo-ms-mob/00057: Starting mobile
22:49:13.676436 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.693753 run                             mass: MS start registered  {at=17665059.397087503, delay=0.009912882000207901, ms=00057}
22:49:14.057585 run                osmo-ms-mob/00058: Starting mobile
22:49:14.075572 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.089934 run                             mass: MS performed LU  {at=17665059.793276686, lu_delay=5.468063198029995, ms=00041}
22:49:14.100161 run                             mass: MS performed LU  {at=17665059.803521406, lu_delay=4.686930030584335, ms=00043}
22:49:14.107849 run                             mass: MS start registered  {at=17665059.811210196, delay=0.017968665808439255, ms=00058}
22:49:14.129919 run                osmo-ms-mob/00059: Starting mobile
22:49:14.150394 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.160070 run                             mass: MS performed LU  {at=17665059.863418926, lu_delay=5.398781552910805, ms=00042}
22:49:14.167781 run                             mass: MS start registered  {at=17665059.871142417, delay=0.007758885622024536, ms=00059}
22:49:14.330576 run                             mass: MS performed LU  {at=17665060.033909023, lu_delay=5.930913206189871, ms=00040}
22:49:14.342648 run                osmo-ms-mob/00060: Starting mobile
22:49:14.357268 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.364063 run                             mass: MS performed LU  {at=17665060.067420553, lu_delay=6.380028415471315, ms=00039}
22:49:14.371156 run                             mass: MS start registered  {at=17665060.07451833, delay=0.007121041417121887, ms=00060}
22:49:14.640404 run                             mass: MS performed LU  {at=17665060.34373889, lu_delay=4.926159735769033, ms=00044}
22:49:15.057713 run                osmo-ms-mob/00061: Starting mobile
22:49:15.071507 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.083115 run                             mass: MS start registered  {at=17665060.786466368, delay=0.004944328218698502, ms=00061}
22:49:15.357581 run                osmo-ms-mob/00062: Starting mobile
22:49:15.371482 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.383500 run                             mass: MS start registered  {at=17665061.086839058, delay=0.005165111273527145, ms=00062}
22:49:15.657486 run                osmo-ms-mob/00063: Starting mobile
22:49:15.673149 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.685517 run                             mass: MS start registered  {at=17665061.388859417, delay=0.005536653101444244, ms=00063}
22:49:16.056944 run                osmo-ms-mob/00064: Starting mobile
22:49:16.073329 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.079775 run                             mass: MS performed LU  {at=17665061.783132706, lu_delay=4.851999100297689, ms=00049}
22:49:16.086260 run                             mass: MS start registered  {at=17665061.789625894, delay=0.00651245191693306, ms=00064}
22:49:16.092775 run                             mass: MS performed LU  {at=17665061.796134904, lu_delay=5.476926185190678, ms=00048}
22:49:16.108004 run                             mass: MS performed LU  {at=17665061.811358072, lu_delay=5.741467081010342, ms=00047}
22:49:16.119525 run                osmo-ms-mob/00065: Starting mobile
22:49:16.133414 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.144984 run                             mass: MS start registered  {at=17665061.84833279, delay=0.0049601830542087555, ms=00065}
22:49:16.250965 run                             mass: MS performed LU  {at=17665061.954293847, lu_delay=5.965645231306553, ms=00046}
22:49:16.269191 run                             mass: MS performed LU  {at=17665061.972542603, lu_delay=6.270635426044464, ms=00045}
22:49:16.280571 run                osmo-ms-mob/00066: Starting mobile
22:49:16.294082 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.305213 run                             mass: MS start registered  {at=17665062.00856529, delay=0.004656989127397537, ms=00066}
22:49:16.311426 run                             mass: MS performed LU  {at=17665062.014787465, lu_delay=4.81261420249939, ms=00050}
22:49:17.157271 run                osmo-ms-mob/00067: Starting mobile
22:49:17.171104 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.185740 run                             mass: MS start registered  {at=17665062.889079522, delay=0.007908042520284653, ms=00067}
22:49:17.456718 run                osmo-ms-mob/00068: Starting mobile
22:49:17.470968 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.482102 run                             mass: MS start registered  {at=17665063.185448933, delay=0.00439014658331871, ms=00068}
22:49:17.893885 run                osmo-ms-mob/00069: Starting mobile
22:49:17.908230 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.915464 run                             mass: MS performed LU  {at=17665063.61882149, lu_delay=5.731022406369448, ms=00052}
22:49:17.922029 run                             mass: MS performed LU  {at=17665063.625392806, lu_delay=4.8367007449269295, ms=00055}
22:49:17.929290 run                             mass: MS start registered  {at=17665063.632652994, delay=0.013853769749403, ms=00069}
22:49:17.935524 run                             mass: MS performed LU  {at=17665063.638882924, lu_delay=6.045528337359428, ms=00051}
22:49:17.947039 run                osmo-ms-mob/00070: Starting mobile
22:49:17.960789 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.972112 run                             mass: MS start registered  {at=17665063.67546321, delay=0.004898354411125183, ms=00070}
22:49:18.096347 run                             mass: MS performed LU  {at=17665063.799682617, lu_delay=5.729621667414904, ms=00053}
22:49:18.114932 run                             mass: MS performed LU  {at=17665063.818275608, lu_delay=5.583028074353933, ms=00054}
22:49:18.405597 run                             mass: MS performed LU  {at=17665064.108929962, lu_delay=5.009377270936966, ms=00056}
22:49:18.418318 run                osmo-ms-mob/00071: Starting mobile
22:49:18.433614 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.446656 run                             mass: MS start registered  {at=17665064.149990182, delay=0.00559626892209053, ms=00071}
22:49:19.057168 run                osmo-ms-mob/00072: Starting mobile
22:49:19.071846 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.088029 run                             mass: MS start registered  {at=17665064.791366022, delay=0.008399423211812973, ms=00072}
22:49:19.461165 run                osmo-ms-mob/00073: Starting mobile
22:49:19.476570 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.489754 run                             mass: MS start registered  {at=17665065.193096843, delay=0.005352865904569626, ms=00073}
22:49:19.826943 run                             mass: MS performed LU  {at=17665065.530277938, lu_delay=6.133190434426069, ms=00057}
22:49:19.839464 run                osmo-ms-mob/00074: Starting mobile
22:49:19.853710 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.860541 run                             mass: MS performed LU  {at=17665065.563897632, lu_delay=4.7774312645196915, ms=00061}
22:49:19.867059 run                             mass: MS start registered  {at=17665065.57042246, delay=0.0065446533262729645, ms=00074}
22:49:19.873712 run                             mass: MS performed LU  {at=17665065.577069398, lu_delay=5.502551067620516, ms=00060}
22:49:20.016729 run                             mass: MS performed LU  {at=17665065.720063146, lu_delay=5.848920729011297, ms=00059}
22:49:20.028252 run                osmo-ms-mob/00075: Starting mobile
22:49:20.042531 run       osmo-ms-mob/00075(pid=210): Launched
22:49:20.048865 run                             mass: MS performed LU  {at=17665065.752223223, lu_delay=5.941013026982546, ms=00058}
22:49:20.055191 run                             mass: MS start registered  {at=17665065.75855569, delay=0.006352566182613373, ms=00075}
22:49:20.071751 run                             mass: MS performed LU  {at=17665065.775096823, lu_delay=4.6882577650249, ms=00062}
22:49:20.756436 run                osmo-ms-mob/00076: Starting mobile
22:49:20.771226 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.784058 run                             mass: MS start registered  {at=17665066.487403568, delay=0.0055031441152095795, ms=00076}
22:49:21.157458 run                osmo-ms-mob/00077: Starting mobile
22:49:21.172232 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.184721 run                             mass: MS start registered  {at=17665066.888070755, delay=0.005400240421295166, ms=00077}
22:49:21.590553 run                             mass: MS performed LU  {at=17665067.29387988, lu_delay=5.50425398722291, ms=00064}
22:49:21.603836 run                osmo-ms-mob/00078: Starting mobile
22:49:21.619818 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.627483 run                             mass: MS performed LU  {at=17665067.3308356, lu_delay=5.482502810657024, ms=00065}
22:49:21.634774 run                             mass: MS start registered  {at=17665067.338136114, delay=0.007325891405344009, ms=00078}
22:49:21.692307 run                             mass: MS performed LU  {at=17665067.3956394, lu_delay=5.387074109166861, ms=00066}
22:49:22.058882 run                osmo-ms-mob/00079: Starting mobile
22:49:22.076059 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.089652 run                             mass: MS start registered  {at=17665067.79298744, delay=0.005948200821876526, ms=00079}
22:49:22.121010 run                             mass: MS performed LU  {at=17665067.82436521, lu_delay=4.935285687446594, ms=00067}
22:49:22.556630 run                osmo-ms-mob/00080: Starting mobile
22:49:22.571011 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.582664 run                             mass: MS start registered  {at=17665068.286014065, delay=0.00518566370010376, ms=00080}
22:49:23.056468 run                osmo-ms-mob/00081: Starting mobile
22:49:23.070084 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.081846 run                             mass: MS start registered  {at=17665068.785182457, delay=0.005094841122627258, ms=00081}
22:49:23.879003 run                osmo-ms-mob/00082: Starting mobile
22:49:23.897786 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.904211 run                             mass: Starting too slowly. Moving on {now=17665069.607578732, sleep=-0.3539256304502487, target=17665069.2536531}
22:49:23.910290 run                             mass: MS performed LU  {at=17665069.613648362, lu_delay=5.9809953682124615, ms=00069}
22:49:23.916357 run                             mass: Starting too slowly. Moving on {now=17665069.619726233, sleep=-0.2660731300711632, target=17665069.353653103}
22:49:23.922295 run                             mass: MS performed LU  {at=17665069.625658236, lu_delay=6.440209303051233, ms=00068}
22:49:23.928372 run                             mass: Starting too slowly. Moving on {now=17665069.631742906, sleep=-0.17808980122208595, target=17665069.453653105}
22:49:23.934178 run                             mass: MS performed LU  {at=17665069.637542143, lu_delay=5.962078932672739, ms=00070}
22:49:23.940237 run                             mass: Starting too slowly. Moving on {now=17665069.643607408, sleep=-0.08995430171489716, target=17665069.553653106}
22:49:23.946062 run                             mass: MS performed LU  {at=17665069.649427332, lu_delay=5.499437149614096, ms=00071}
22:49:23.952023 run                             mass: Starting too slowly. Moving on {now=17665069.655394103, sleep=-0.0017409957945346832, target=17665069.653653108}
22:49:23.958380 run                             mass: MS performed LU  {at=17665069.661740404, lu_delay=4.870374381542206, ms=00072}
22:49:23.964336 run                             mass: MS start registered  {at=17665069.667702556, delay=0.060125939548015594, ms=00082}
22:49:24.204812 run                osmo-ms-mob/00083: Starting mobile
22:49:24.219438 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.225801 run                             mass: Starting too slowly. Moving on {now=17665069.9291711, sleep=-0.07551798969507217, target=17665069.85365311}
22:49:24.231704 run                             mass: MS start registered  {at=17665069.935065053, delay=0.00589611753821373, ms=00083}
22:49:24.556486 run                osmo-ms-mob/00084: Starting mobile
22:49:24.570781 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.582179 run                             mass: MS start registered  {at=17665070.285523318, delay=0.00481511652469635, ms=00084}
22:49:25.056851 run                osmo-ms-mob/00085: Starting mobile
22:49:25.070448 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.081605 run                             mass: MS start registered  {at=17665070.78495662, delay=0.00497722253203392, ms=00085}
22:49:25.355638 run                             mass: MS performed LU  {at=17665071.0589689, lu_delay=4.571565333753824, ms=00076}
22:49:25.374338 run                             mass: MS performed LU  {at=17665071.077681467, lu_delay=5.884584624320269, ms=00073}
22:49:25.458044 run                             mass: MS performed LU  {at=17665071.16133153, lu_delay=5.402775838971138, ms=00075}
22:49:25.469795 run                osmo-ms-mob/00086: Starting mobile
22:49:25.483349 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.494503 run                             mass: MS start registered  {at=17665071.19785684, delay=0.004762288182973862, ms=00086}
22:49:25.646959 run                             mass: MS performed LU  {at=17665071.350290097, lu_delay=5.779867637902498, ms=00074}
22:49:26.256731 run                osmo-ms-mob/00087: Starting mobile
22:49:26.270040 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.282765 run                             mass: MS start registered  {at=17665071.986110806, delay=0.006381835788488388, ms=00087}
22:49:26.856781 run                osmo-ms-mob/00088: Starting mobile
22:49:26.870778 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.882048 run                             mass: MS start registered  {at=17665072.585401766, delay=0.004811283200979233, ms=00088}
22:49:27.358732 run                             mass: MS performed LU  {at=17665073.062068384, lu_delay=4.776054318994284, ms=00080}
22:49:27.369994 run                osmo-ms-mob/00089: Starting mobile
22:49:27.383117 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.389437 run                             mass: MS performed LU  {at=17665073.09279658, lu_delay=5.299809139221907, ms=00079}
22:49:27.395296 run                             mass: MS start registered  {at=17665073.098662145, delay=0.005883384495973587, ms=00089}
22:49:27.404793 run                             mass: MS performed LU  {at=17665073.108148225, lu_delay=6.220077469944954, ms=00077}
22:49:27.548026 run                             mass: MS performed LU  {at=17665073.251348127, lu_delay=5.913212012499571, ms=00078}
22:49:28.056584 run                osmo-ms-mob/00090: Starting mobile
22:49:28.075468 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.087075 run                             mass: MS start registered  {at=17665073.79041122, delay=0.005292266607284546, ms=00090}
22:49:28.757471 run                osmo-ms-mob/00091: Starting mobile
22:49:28.774795 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.786144 run                             mass: MS start registered  {at=17665074.489500392, delay=0.004849039018154144, ms=00091}
22:49:29.121865 run                             mass: MS performed LU  {at=17665074.825199332, lu_delay=5.157496776431799, ms=00082}
22:49:29.140355 run                             mass: MS performed LU  {at=17665074.843698066, lu_delay=4.908633012324572, ms=00083}
22:49:29.223298 run                             mass: MS performed LU  {at=17665074.926585592, lu_delay=4.6410622745752335, ms=00084}
22:49:29.393678 run                             mass: MS performed LU  {at=17665075.09701169, lu_delay=6.3118292316794395, ms=00081}
22:49:29.405270 run                osmo-ms-mob/00092: Starting mobile
22:49:29.419485 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.430856 run                             mass: MS start registered  {at=17665075.13420394, delay=0.005031593143939972, ms=00092}
22:49:30.256503 run                osmo-ms-mob/00093: Starting mobile
22:49:30.269885 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.281219 run                             mass: MS start registered  {at=17665075.984571323, delay=0.004759583622217178, ms=00093}
22:49:31.124816 run                             mass: MS performed LU  {at=17665076.828147653, lu_delay=6.043191034346819, ms=00085}
22:49:31.136615 run                osmo-ms-mob/00094: Starting mobile
22:49:31.150764 run       osmo-ms-mob/00094(pid=229): Launched
22:49:31.158170 run                             mass: MS performed LU  {at=17665076.861527104, lu_delay=5.663670264184475, ms=00086}
22:49:31.164472 run                             mass: MS start registered  {at=17665076.867837973, delay=0.006331421434879303, ms=00094}
22:49:31.171204 run                             mass: MS performed LU  {at=17665076.874564447, lu_delay=4.8884536400437355, ms=00087}
22:49:32.055991 run                osmo-ms-mob/00095: Starting mobile
22:49:32.069573 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.080532 run                             mass: MS start registered  {at=17665077.78388202, delay=0.004810873419046402, ms=00095}
22:49:32.888120 run                             mass: MS performed LU  {at=17665078.59145292, lu_delay=6.006051152944565, ms=00088}
22:49:32.905853 run                             mass: MS performed LU  {at=17665078.60920133, lu_delay=4.81879011169076, ms=00090}
22:49:32.918241 run                osmo-ms-mob/00096: Starting mobile
22:49:32.932244 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.943908 run                             mass: MS start registered  {at=17665078.64725364, delay=0.005231406539678574, ms=00096}
22:49:32.989103 run                             mass: MS performed LU  {at=17665078.692404237, lu_delay=5.593742091208696, ms=00089}
22:49:34.158259 run                osmo-ms-mob/00097: Starting mobile
22:49:34.173162 run       osmo-ms-mob/00097(pid=232): Launched
22:49:34.184580 run                             mass: MS start registered  {at=17665079.88793126, delay=0.005044028162956238, ms=00097}
22:49:34.890743 run                             mass: MS performed LU  {at=17665080.59406046, lu_delay=6.104560066014528, ms=00091}
22:49:34.918373 run                             mass: MS performed LU  {at=17665080.62170696, lu_delay=5.4875030182302, ms=00092}
22:49:35.172351 run                             mass: MS performed LU  {at=17665080.875688866, lu_delay=4.891117542982101, ms=00093}
22:49:35.456831 run                osmo-ms-mob/00098: Starting mobile
22:49:35.470851 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.489571 run                             mass: MS start registered  {at=17665081.19288674, delay=0.010608147829771042, ms=00098}
22:49:36.653722 run                             mass: MS performed LU  {at=17665082.357047282, lu_delay=5.489209309220314, ms=00094}
22:49:36.755945 run                             mass: MS performed LU  {at=17665082.459279906, lu_delay=4.675397887825966, ms=00095}
22:49:37.256930 run                osmo-ms-mob/00099: Starting mobile
22:49:37.270837 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.277379 run                             mass: All started... {duration=55.72709430009127, too_slow=6}
22:49:37.283326 run                             mass: MS start registered  {at=17665082.9866857, delay=0.005942203104496002, ms=00099}
22:49:38.656414 run                             mass: MS performed LU  {at=17665084.359738182, lu_delay=5.712484542280436, ms=00096}
22:49:38.684143 run                             mass: MS performed LU  {at=17665084.387478575, lu_delay=22.99861915782094, ms=00063}
22:49:38.937508 run                             mass: MS performed LU  {at=17665084.640844345, lu_delay=4.75291308388114, ms=00097}
22:49:40.520897 run                             mass: MS performed LU  {at=17665086.22422523, lu_delay=5.03133849054575, ms=00098}
22:49:42.422785 run                             mass: MS performed LU  {at=17665088.1261022, lu_delay=5.139416500926018, ms=00099}
22:49:42.431358 run                             mass: Tests done {all_completed=True, max=22.99861915782094, min=4.571565333753824}
22:49:42.438395 tst         register_default_mass.py: Test passed (85.1 sec)
22:49:42.445156 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.449102 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.452918 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.456695 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.460439 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.464278 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.468153 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.472072 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.475923 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.479766 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.483675 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.487600 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.491638 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.495663 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.499640 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.503657 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.507737 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.511907 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.516090 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.520217 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.524408 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.528739 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.533043 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.537479 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.541777 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.546100 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.550829 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.555289 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.560104 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.564290 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.568752 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.572927 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.577088 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.581253 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.585971 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.590142 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.594535 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.598812 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.603071 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.607289 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.611648 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.616103 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.620553 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.630297 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.634497 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.638571 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.643258 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.647516 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.651798 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.656122 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.660497 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.664817 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.669202 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.673648 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.677961 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.682323 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.686775 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.691122 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.695625 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.699844 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.704060 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.708289 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.712580 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.716769 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.721063 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.725529 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.729850 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.734168 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.738396 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.742766 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.746876 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.750916 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.754947 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.758987 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.763003 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.767034 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.771114 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.775153 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.779174 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.783509 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.788212 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.792780 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.796821 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.800933 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.804985 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.809684 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.813652 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.817644 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.821892 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.825884 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.829963 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.834004 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.838034 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.842083 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.846095 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.850186 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.854303 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.858429 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.862448 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.866497 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.870530 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.874711 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.878694 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.882608 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.886584 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.890617 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.894571 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.898494 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.902439 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.906430 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.910422 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.914355 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.918333 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.922349 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.926903 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.931464 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.935495 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.939242 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.942980 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.946668 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.950305 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.953938 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.957566 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.961210 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.964877 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.968619 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.972418 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.976137 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.979795 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.983424 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.986987 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.990529 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.994010 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.997493 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.000963 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.004422 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.007884 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.011270 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.014662 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.018042 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.021430 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.024854 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.028307 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.031716 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.035103 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.038563 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.042062 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.045603 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.049161 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.052722 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.056278 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.059809 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.063304 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.066752 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.070168 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.073566 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.076960 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.080345 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.083711 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.087023 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.090343 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.093641 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.096963 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.100278 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.103599 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.106928 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.110239 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.113553 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.116873 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.120192 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.123537 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.126885 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.130264 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.133739 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.137300 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.140868 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.144426 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.147970 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.151442 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.154914 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.158373 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.161844 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.165310 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.168796 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.172404 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.176177 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.180008 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.183864 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.187675 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.191476 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.195293 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.199023 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.202740 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.206459 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.210167 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.213883 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.217541 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.221221 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.224856 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.228477 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.232165 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.235819 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.239437 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.243078 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.246704 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.250298 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.253944 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.257658 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.261383 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.265112 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.268834 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.272541 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.276253 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.279995 ---      ParallelTerminationStrategy: PID 22 died...
22:49:43.281687 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.285791 ---      ParallelTerminationStrategy: PID 23 died...
22:49:43.287450 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.291573 ---      ParallelTerminationStrategy: PID 24 died...
22:49:43.293265 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.297425 ---      ParallelTerminationStrategy: PID 25 died...
22:49:43.300808 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.304924 ---      ParallelTerminationStrategy: PID 26 died...
22:49:43.306558 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.310635 ---      ParallelTerminationStrategy: PID 27 died...
22:49:43.312252 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.316187 ---      ParallelTerminationStrategy: PID 28 died...
22:49:43.317791 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.321853 ---      ParallelTerminationStrategy: PID 29 died...
22:49:43.323504 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.327568 ---      ParallelTerminationStrategy: PID 30 died...
22:49:43.329188 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.333303 ---      ParallelTerminationStrategy: PID 31 died...
22:49:43.334977 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.339131 ---      ParallelTerminationStrategy: PID 32 died...
22:49:43.340838 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.344999 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.346678 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.350770 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.352422 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.356544 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.358203 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.362278 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.363938 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.368020 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.369713 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.373866 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.375560 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.379844 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.381620 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.386109 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.387917 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.392284 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.394079 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.398544 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.400356 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.404956 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.406810 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.411378 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.413225 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.417808 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.419614 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.424107 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.425998 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.430361 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.432126 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.436497 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.438322 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.442778 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.444588 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.449009 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.450782 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.455237 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.456999 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.461352 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.463148 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.467563 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.469343 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.473726 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.475537 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.480036 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.481897 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.486441 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.488259 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.492627 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.494389 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.498706 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.500426 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.504579 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.506251 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.510373 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.512026 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.516063 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.517695 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.521728 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.523328 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.527299 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.528896 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.532905 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.534533 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.538510 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.540126 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.544177 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.545817 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.549860 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.551461 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.555403 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.556998 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.560934 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.562529 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.566542 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.568205 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.572355 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.574069 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.578355 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.580124 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.584526 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.586333 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.590960 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.592774 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.597151 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.598885 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.603118 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.604871 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.609099 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.610815 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.615054 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.616801 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.621036 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.622759 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.626981 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.628685 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.632813 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.634488 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.638628 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.640301 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.644453 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.646164 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.650297 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.651970 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.656183 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.657885 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.662041 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.663721 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.667919 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.669637 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.673939 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.675666 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.679936 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.681654 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.685883 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.687609 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.691909 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.693687 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.698050 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.699817 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.704118 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.705869 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.710095 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.711819 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.716062 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.717803 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.721987 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.723658 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.727914 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.729698 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.734074 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.735837 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.740273 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.742134 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.746755 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.748599 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.753086 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.754895 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.759384 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.761202 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.765599 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.767353 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.771652 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.773408 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.777661 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.779372 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.783608 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.785329 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.789533 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.791209 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.795347 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.797020 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.801128 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.802756 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.806818 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.808492 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.812635 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.814297 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.818426 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.820085 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.824225 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.825903 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.829954 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.831583 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.835601 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.837230 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.841201 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.842790 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.846726 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.848336 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.852306 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.853899 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.857892 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.859528 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.863572 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.865181 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.869210 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.870812 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.874759 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.876386 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.880511 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.882129 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.886160 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.887798 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.891822 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.893445 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.897468 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.899070 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.903011 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.904605 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.908568 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.910175 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.914118 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.915713 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.919673 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.921275 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.925215 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.926842 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.930896 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.932538 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.936576 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.938210 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.942268 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.943916 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.948173 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.949889 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.954062 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.955689 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.959660 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.961257 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.965087 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.966625 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.970425 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.971935 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.975718 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.977286 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.981119 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.982659 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.986507 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.988047 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.991895 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.993458 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.997380 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.998950 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.002860 ---      ParallelTerminationStrategy: PID 146 died...
22:49:44.004436 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.008355 ---      ParallelTerminationStrategy: PID 147 died...
22:49:44.009947 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.013797 ---      ParallelTerminationStrategy: PID 148 died...
22:49:44.015353 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.019278 ---      ParallelTerminationStrategy: PID 149 died...
22:49:44.020871 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.024823 ---      ParallelTerminationStrategy: PID 150 died...
22:49:44.026396 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.030348 ---      ParallelTerminationStrategy: PID 151 died...
22:49:44.031904 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.035833 ---      ParallelTerminationStrategy: PID 152 died...
22:49:44.037417 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.041392 ---      ParallelTerminationStrategy: PID 153 died...
22:49:44.043006 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.047377 ---      ParallelTerminationStrategy: PID 154 died...
22:49:44.049076 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.053382 ---      ParallelTerminationStrategy: PID 155 died...
22:49:44.055094 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.059242 ---      ParallelTerminationStrategy: PID 156 died...
22:49:44.060907 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.064956 ---      ParallelTerminationStrategy: PID 157 died...
22:49:44.066663 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.070819 ---      ParallelTerminationStrategy: PID 158 died...
22:49:44.072482 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.076530 ---      ParallelTerminationStrategy: PID 159 died...
22:49:44.078156 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.082102 ---      ParallelTerminationStrategy: PID 160 died...
22:49:44.083681 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.087603 ---      ParallelTerminationStrategy: PID 161 died...
22:49:44.089190 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.093114 ---      ParallelTerminationStrategy: PID 162 died...
22:49:44.094664 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.098546 ---      ParallelTerminationStrategy: PID 163 died...
22:49:44.100137 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.104062 ---      ParallelTerminationStrategy: PID 164 died...
22:49:44.105660 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.109637 ---      ParallelTerminationStrategy: PID 165 died...
22:49:44.111213 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.115085 ---      ParallelTerminationStrategy: PID 166 died...
22:49:44.116644 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.120471 ---      ParallelTerminationStrategy: PID 167 died...
22:49:44.122013 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.125941 ---      ParallelTerminationStrategy: PID 168 died...
22:49:44.127552 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.131592 ---      ParallelTerminationStrategy: PID 169 died...
22:49:44.133220 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.137248 ---      ParallelTerminationStrategy: PID 170 died...
22:49:44.138871 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.142966 ---      ParallelTerminationStrategy: PID 171 died...
22:49:44.144581 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.148601 ---      ParallelTerminationStrategy: PID 172 died...
22:49:44.150191 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.154111 ---      ParallelTerminationStrategy: PID 173 died...
22:49:44.155670 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.159532 ---      ParallelTerminationStrategy: PID 174 died...
22:49:44.161136 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.164958 ---      ParallelTerminationStrategy: PID 175 died...
22:49:44.166504 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.170341 ---      ParallelTerminationStrategy: PID 176 died...
22:49:44.171919 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.175813 ---      ParallelTerminationStrategy: PID 177 died...
22:49:44.177384 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.181268 ---      ParallelTerminationStrategy: PID 178 died...
22:49:44.182883 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.187008 ---      ParallelTerminationStrategy: PID 179 died...
22:49:44.188703 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.193072 ---      ParallelTerminationStrategy: PID 180 died...
22:49:44.194879 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.199478 ---      ParallelTerminationStrategy: PID 181 died...
22:49:44.201330 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.206010 ---      ParallelTerminationStrategy: PID 182 died...
22:49:44.207925 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.212640 ---      ParallelTerminationStrategy: PID 183 died...
22:49:44.214500 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.219119 ---      ParallelTerminationStrategy: PID 184 died...
22:49:44.220997 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.225654 ---      ParallelTerminationStrategy: PID 185 died...
22:49:44.227488 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.232222 ---      ParallelTerminationStrategy: PID 186 died...
22:49:44.234123 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.238821 ---      ParallelTerminationStrategy: PID 187 died...
22:49:44.240790 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.245524 ---      ParallelTerminationStrategy: PID 188 died...
22:49:44.247412 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.252067 ---      ParallelTerminationStrategy: PID 189 died...
22:49:44.253950 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.258623 ---      ParallelTerminationStrategy: PID 190 died...
22:49:44.260508 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.265225 ---      ParallelTerminationStrategy: PID 191 died...
22:49:44.267120 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.271967 ---      ParallelTerminationStrategy: PID 192 died...
22:49:44.273936 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.278660 ---      ParallelTerminationStrategy: PID 193 died...
22:49:44.280553 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.285239 ---      ParallelTerminationStrategy: PID 194 died...
22:49:44.287122 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.291835 ---      ParallelTerminationStrategy: PID 195 died...
22:49:44.293734 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.298421 ---      ParallelTerminationStrategy: PID 196 died...
22:49:44.300322 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.305038 ---      ParallelTerminationStrategy: PID 197 died...
22:49:44.306917 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.311582 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.313473 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.318232 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.320129 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.324879 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.326838 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.331701 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.333637 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.338394 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.340271 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.344971 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.346856 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.351530 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.353461 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.358152 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.360034 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.364761 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.366658 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.371264 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.373103 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.377657 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.379493 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.383921 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.385730 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.390253 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.392115 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.396675 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.398492 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.402941 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.404771 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.409271 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.411051 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.415483 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.417309 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.421748 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.423642 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.428196 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.430045 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.434706 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.436554 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.441264 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.443150 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.447857 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.449701 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.454264 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.456094 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.460605 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.462394 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.466933 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.468729 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.473210 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.475053 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.479521 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.481391 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.485940 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.487758 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.492302 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.494171 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.498836 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.500772 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.505439 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.507271 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.511820 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.513702 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.518313 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.520145 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.524710 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.526544 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.531119 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.532966 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.537634 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.539528 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.544106 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.545945 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.950291 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.951919 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8049 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.040243 tst                       trial-8049: Storing JUnit report in /build/trial-8049/run.2025-08-05_22-48-17/trial-8049.xml

--------------------------------------------------------------------------------------------
trial-8049 PASS
--------------------------------------------------------------------------------------------
22:49:48.054028 tst                       trial-8049: trial-8049: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8049/inst
+ cd trial-8049
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-05 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8049-run.tgz run.2025-08-05_22-48-17
+ tar czf /build/trial-8049-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-05_13_26_25.tgz osmo-bts-oc2g.build-2025-08-05_00_51_34.tgz osmo-bts-sysmo.build-2025-08-05_00_51_33.tgz osmo-bts.build-2025-08-05_00_51_38.tgz osmo-ggsn.build-2025-08-05_20_42_25.tgz osmo-hlr.build-2025-08-05_16_36_47.tgz osmo-hnbgw.build-2025-08-05_13_30_03.tgz osmo-mgw.build-2025-08-05_08_33_10.tgz osmo-msc.build-2025-08-05_13_32_17.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-05_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-05_07_36_01.tgz osmo-pcu.build-2025-08-05_07_36_08.tgz osmo-sgsn.build-2025-08-05_20_48_39.tgz osmo-stp.build-2025-08-05_13_25_11.tgz osmo-trx.build-2025-08-05_14_29_56.tgz osmocom-bb.build-2025-08-05_21_17_16.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