Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7621
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15856191014563743928.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8228
+ 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
b0a9258 ttcn3-bts-test: fail on unexpected respawn count
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e27975ec2f9e4cfb23bfe61f9fe18f775ba122c01426110bdb71a114453046c6 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8229 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-02-01 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8229
+ mkdir -p trial-8229
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-01_08_35_57.tgz osmo-bts-oc2g.build-2026-02-01_00_51_34.tgz osmo-bts-sysmo.build-2026-02-01_00_51_23.tgz osmo-bts.build-2026-02-01_00_51_39.tgz osmo-ggsn.build-2026-02-01_20_42_33.tgz osmo-hlr.build-2026-02-01_16_38_44.tgz osmo-hnbgw.build-2026-02-01_07_37_37.tgz osmo-mgw.build-2026-02-01_08_33_06.tgz osmo-msc.build-2026-02-01_08_39_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-01_07_34_49.tgz osmo-pcu-sysmo.build-2026-02-01_07_34_51.tgz osmo-pcu.build-2026-02-01_07_34_58.tgz osmo-sgsn.build-2026-02-01_20_49_48.tgz osmo-stp.build-2026-02-01_01_05_49.tgz osmo-trx.build-2026-02-01_00_11_13.tgz osmocom-bb.build-2026-02-01_21_18_02.tgz srslte.build-19.tgz trial-8229
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-01_08_35_57.md5 osmo-bts-oc2g.build-2026-02-01_00_51_34.md5 osmo-bts-sysmo.build-2026-02-01_00_51_23.md5 osmo-bts.build-2026-02-01_00_51_39.md5 osmo-ggsn.build-2026-02-01_20_42_33.md5 osmo-hlr.build-2026-02-01_16_38_44.md5 osmo-hnbgw.build-2026-02-01_07_37_37.md5 osmo-mgw.build-2026-02-01_08_33_06.md5 osmo-msc.build-2026-02-01_08_39_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-01_07_34_49.md5 osmo-pcu-sysmo.build-2026-02-01_07_34_51.md5 osmo-pcu.build-2026-02-01_07_34_58.md5 osmo-sgsn.build-2026-02-01_20_49_48.md5 osmo-stp.build-2026-02-01_01_05_49.md5 osmo-trx.build-2026-02-01_00_11_13.md5 osmocom-bb.build-2026-02-01_21_18_02.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-01_08_35_57.md5 osmo-bts-oc2g.build-2026-02-01_00_51_34.md5 osmo-bts-sysmo.build-2026-02-01_00_51_23.md5 osmo-bts.build-2026-02-01_00_51_39.md5 osmo-ggsn.build-2026-02-01_20_42_33.md5 osmo-hlr.build-2026-02-01_16_38_44.md5 osmo-hnbgw.build-2026-02-01_07_37_37.md5 osmo-mgw.build-2026-02-01_08_33_06.md5 osmo-msc.build-2026-02-01_08_39_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-01_07_34_49.md5 osmo-pcu-sysmo.build-2026-02-01_07_34_51.md5 osmo-pcu.build-2026-02-01_07_34_58.md5 osmo-sgsn.build-2026-02-01_20_49_48.md5 osmo-stp.build-2026-02-01_01_05_49.md5 osmo-trx.build-2026-02-01_00_11_13.md5 osmocom-bb.build-2026-02-01_21_18_02.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-8229 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8229'
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-8229
--------------------------------------------------------------------------------------------
22:48:17.543094 tst                       trial-8229: Detailed log at /build/trial-8229/run.2026-02-01_22-48-17/log

---------------------------------------------------------------------
trial-8229 netreg_mass
---------------------------------------------------------------------
22:48:17.746109 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.746474 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.747286 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.748433 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.790024 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.790930 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.792158 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.854548 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-8229 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.855310 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.870329 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.870841 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.871294 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.871748 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.872207 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.872657 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.873097 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.904174 tst         register_default_mass.py: using LAC 2
22:48:17.929070 tst         register_default_mass.py: using RAC 2
22:48:17.963152 tst         register_default_mass.py: using CellId 2
22:48:17.995613 tst         register_default_mass.py: using BVCI 3
22:48:18.010389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062093 tst      register_default_mass.py:21: Launching a simple network
22:48:18.071879 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.191121 run            create_hlr_db(pid=19): Launched
22:48:19.205845 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.230168 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.245091 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.250763 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.444103 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.458688 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.464252 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.880423 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:19.895620 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:22.918553 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.051267 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:23.065955 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:23.071592 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.095086 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:23.109837 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:23.115480 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.427614 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.442847 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.469841 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.631616 run         osmo-bts-virtual(pid=33): Launched
22:48:30.668858 tst         register_default_mass.py: using MSISDN 1001
22:48:30.684026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.723260 tst         register_default_mass.py: using MSISDN 1002
22:48:30.740758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.771570 tst         register_default_mass.py: using MSISDN 1003
22:48:30.786568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.816936 tst         register_default_mass.py: using MSISDN 1004
22:48:30.831270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.862495 tst         register_default_mass.py: using MSISDN 1005
22:48:30.877340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.907134 tst         register_default_mass.py: using MSISDN 1006
22:48:30.914499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.944471 tst         register_default_mass.py: using MSISDN 1007
22:48:30.959931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.990438 tst         register_default_mass.py: using MSISDN 1008
22:48:31.004966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.034947 tst         register_default_mass.py: using MSISDN 1009
22:48:31.048851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.078985 tst         register_default_mass.py: using MSISDN 1010
22:48:31.092008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.121862 tst         register_default_mass.py: using MSISDN 1011
22:48:31.135278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.165827 tst         register_default_mass.py: using MSISDN 1012
22:48:31.180009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.210780 tst         register_default_mass.py: using MSISDN 1013
22:48:31.224975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.261606 tst         register_default_mass.py: using MSISDN 1014
22:48:31.278392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.307587 tst         register_default_mass.py: using MSISDN 1015
22:48:31.321124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.351167 tst         register_default_mass.py: using MSISDN 1016
22:48:31.360814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.391014 tst         register_default_mass.py: using MSISDN 1017
22:48:31.406760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.438787 tst         register_default_mass.py: using MSISDN 1018
22:48:31.454155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.484332 tst         register_default_mass.py: using MSISDN 1019
22:48:31.498620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.528559 tst         register_default_mass.py: using MSISDN 1020
22:48:31.542820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.573106 tst         register_default_mass.py: using MSISDN 1021
22:48:31.587455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.617509 tst         register_default_mass.py: using MSISDN 1022
22:48:31.631747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.669613 tst         register_default_mass.py: using MSISDN 1023
22:48:31.687163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.717340 tst         register_default_mass.py: using MSISDN 1024
22:48:31.731835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.762036 tst         register_default_mass.py: using MSISDN 1025
22:48:31.776277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.806445 tst         register_default_mass.py: using MSISDN 1026
22:48:31.820736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.852772 tst         register_default_mass.py: using MSISDN 1027
22:48:31.868031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.898189 tst         register_default_mass.py: using MSISDN 1028
22:48:31.912602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.943017 tst         register_default_mass.py: using MSISDN 1029
22:48:31.957270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.987830 tst         register_default_mass.py: using MSISDN 1030
22:48:32.002250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.032424 tst         register_default_mass.py: using MSISDN 1031
22:48:32.046429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.084161 tst         register_default_mass.py: using MSISDN 1032
22:48:32.094491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.123002 tst         register_default_mass.py: using MSISDN 1033
22:48:32.136016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.164926 tst         register_default_mass.py: using MSISDN 1034
22:48:32.178475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.207462 tst         register_default_mass.py: using MSISDN 1035
22:48:32.221151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.256526 tst         register_default_mass.py: using MSISDN 1036
22:48:32.273330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.302472 tst         register_default_mass.py: using MSISDN 1037
22:48:32.316452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.345494 tst         register_default_mass.py: using MSISDN 1038
22:48:32.359240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.388125 tst         register_default_mass.py: using MSISDN 1039
22:48:32.401670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.436772 tst         register_default_mass.py: using MSISDN 1040
22:48:32.453460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.483448 tst         register_default_mass.py: using MSISDN 1041
22:48:32.497946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.528183 tst         register_default_mass.py: using MSISDN 1042
22:48:32.542420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.572497 tst         register_default_mass.py: using MSISDN 1043
22:48:32.586771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.618242 tst         register_default_mass.py: using MSISDN 1044
22:48:32.633164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.668740 tst         register_default_mass.py: using MSISDN 1045
22:48:32.685287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.715645 tst         register_default_mass.py: using MSISDN 1046
22:48:32.730259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.759715 tst         register_default_mass.py: using MSISDN 1047
22:48:32.773782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.813301 tst         register_default_mass.py: using MSISDN 1048
22:48:32.831126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.868707 tst         register_default_mass.py: using MSISDN 1049
22:48:32.886307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.917113 tst         register_default_mass.py: using MSISDN 1050
22:48:32.931979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.962512 tst         register_default_mass.py: using MSISDN 1051
22:48:32.976917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.012019 tst         register_default_mass.py: using MSISDN 1052
22:48:33.028724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.059203 tst         register_default_mass.py: using MSISDN 1053
22:48:33.073818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.103391 tst         register_default_mass.py: using MSISDN 1054
22:48:33.117485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.146948 tst         register_default_mass.py: using MSISDN 1055
22:48:33.160833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.191835 tst         register_default_mass.py: using MSISDN 1056
22:48:33.206459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.236672 tst         register_default_mass.py: using MSISDN 1057
22:48:33.250980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.281707 tst         register_default_mass.py: using MSISDN 1058
22:48:33.296319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.327085 tst         register_default_mass.py: using MSISDN 1059
22:48:33.341667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.372038 tst         register_default_mass.py: using MSISDN 1060
22:48:33.386464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.424848 tst         register_default_mass.py: using MSISDN 1061
22:48:33.442504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.473038 tst         register_default_mass.py: using MSISDN 1062
22:48:33.487772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.518341 tst         register_default_mass.py: using MSISDN 1063
22:48:33.532881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.563551 tst         register_default_mass.py: using MSISDN 1064
22:48:33.578109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.613182 tst         register_default_mass.py: using MSISDN 1065
22:48:33.629716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.660443 tst         register_default_mass.py: using MSISDN 1066
22:48:33.675145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.705708 tst         register_default_mass.py: using MSISDN 1067
22:48:33.720201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.750989 tst         register_default_mass.py: using MSISDN 1068
22:48:33.765458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.795077 tst         register_default_mass.py: using MSISDN 1069
22:48:33.809323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.845780 tst         register_default_mass.py: using MSISDN 1070
22:48:33.862759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.893258 tst         register_default_mass.py: using MSISDN 1071
22:48:33.907891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.937241 tst         register_default_mass.py: using MSISDN 1072
22:48:33.951220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.981625 tst         register_default_mass.py: using MSISDN 1073
22:48:33.995930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.034543 tst         register_default_mass.py: using MSISDN 1074
22:48:34.052502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.083537 tst         register_default_mass.py: using MSISDN 1075
22:48:34.098545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.128984 tst         register_default_mass.py: using MSISDN 1076
22:48:34.143472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.173991 tst         register_default_mass.py: using MSISDN 1077
22:48:34.188513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.224813 tst         register_default_mass.py: using MSISDN 1078
22:48:34.241799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.272369 tst         register_default_mass.py: using MSISDN 1079
22:48:34.286916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.317072 tst         register_default_mass.py: using MSISDN 1080
22:48:34.331466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.361439 tst         register_default_mass.py: using MSISDN 1081
22:48:34.369664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.400985 tst         register_default_mass.py: using MSISDN 1082
22:48:34.406532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.436732 tst         register_default_mass.py: using MSISDN 1083
22:48:34.444790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.474309 tst         register_default_mass.py: using MSISDN 1084
22:48:34.483138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.513379 tst         register_default_mass.py: using MSISDN 1085
22:48:34.527491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.557315 tst         register_default_mass.py: using MSISDN 1086
22:48:34.571267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.609471 tst         register_default_mass.py: using MSISDN 1087
22:48:34.627028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.658049 tst         register_default_mass.py: using MSISDN 1088
22:48:34.673072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.703764 tst         register_default_mass.py: using MSISDN 1089
22:48:34.718382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.749436 tst         register_default_mass.py: using MSISDN 1090
22:48:34.760142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.791246 tst         register_default_mass.py: using MSISDN 1091
22:48:34.806096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.836842 tst         register_default_mass.py: using MSISDN 1092
22:48:34.851427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.881977 tst         register_default_mass.py: using MSISDN 1093
22:48:34.896441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.927158 tst         register_default_mass.py: using MSISDN 1094
22:48:34.941728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.979834 tst         register_default_mass.py: using MSISDN 1095
22:48:34.997517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.027971 tst         register_default_mass.py: using MSISDN 1096
22:48:35.042513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.072573 tst         register_default_mass.py: using MSISDN 1097
22:48:35.086819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.117212 tst         register_default_mass.py: using MSISDN 1098
22:48:35.131518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.168737 tst         register_default_mass.py: using MSISDN 1099
22:48:35.186168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.216096 tst         register_default_mass.py: using MSISDN 1100
22:48:35.230377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.321607 run                             mass: Starting testcase
22:48:35.327081 run                             mass: Pre-launching all virtphy's
22:48:35.332473 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.345489 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:35.351506 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.364420 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:35.370484 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.383205 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:35.389154 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.401883 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:35.407758 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.420411 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.426311 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.439003 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.444925 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.457672 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.463622 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.476429 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.482390 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.495143 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.501067 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.513853 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.519791 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.532547 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.538500 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.551221 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:35.557144 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.569856 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:35.575726 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.588518 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:35.594514 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.607265 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:35.613163 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.625893 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:35.631790 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.644482 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:35.650417 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.663117 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:35.669009 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.681725 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:35.687671 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.700436 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:35.706327 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.719031 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:35.724953 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.737680 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:35.743577 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.756271 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:35.762209 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.774971 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:35.780991 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.793745 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:35.799716 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.812614 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:35.818652 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.831739 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:35.837676 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.850464 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:35.856382 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.869071 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:35.874924 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.887650 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:35.893541 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.906294 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:35.912229 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.924959 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:35.930897 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.943584 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:35.949469 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.962259 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:35.968196 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.980960 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:35.986842 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.999789 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:36.005796 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.018936 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:36.024996 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.038131 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:36.044173 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.057199 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:36.063287 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.076318 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:36.082351 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.095176 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:36.101260 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.114404 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:36.120339 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.133098 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:36.138996 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.151822 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:36.157777 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.170554 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:36.176443 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.189254 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:36.195168 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.207909 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:36.213822 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.226557 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:36.232466 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.245240 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:36.251207 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.263958 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:36.269971 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.282759 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:36.288664 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.301711 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:36.307769 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.320847 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:36.326849 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.339812 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:36.345820 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.358743 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:36.364721 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.377681 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:36.383674 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.396459 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:36.402335 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.415063 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.420987 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.433704 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.439554 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.452293 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.458153 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.470865 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.476743 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.489612 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.495517 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.508406 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.514253 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.526980 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.533001 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.545935 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:36.552038 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.564973 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:36.570944 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.583827 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:36.589705 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.602446 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:36.608368 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.621136 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:36.627068 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.640038 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:36.646064 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.659061 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:36.665018 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.677793 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:36.683719 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.696456 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:36.702373 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.715103 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:36.721267 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.734036 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:36.740111 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.752889 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:36.758846 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.771750 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:36.777675 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.790723 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:36.796724 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.809688 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:36.815780 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.828960 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:36.835027 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.848050 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:36.854121 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.867106 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:36.873163 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.886126 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:36.892163 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.905116 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:36.911300 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.924734 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:36.930979 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.944384 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:36.950431 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.963622 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:36.969631 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.982811 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:36.988870 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.001966 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:37.007882 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.020808 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:37.026721 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.039524 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:37.045440 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.058218 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:37.064106 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.076904 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:37.082798 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.095572 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:37.101545 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.114297 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:37.120224 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.132940 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:37.138842 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.151609 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:37.157506 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.170277 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:37.176274 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.189288 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:37.195500 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.208611 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:37.214543 run                             mass: Checking if sockets are in the filesystem
22:48:37.245654 run                osmo-ms-mob/00000: Starting mobile
22:48:37.258858 run       osmo-ms-mob/00000(pid=134): Launched
22:48:37.270195 run                             mass: MS start registered  {at=536743.478513933, delay=0.005394658073782921, ms=00000}
22:48:41.461540 run                osmo-ms-mob/00001: Starting mobile
22:48:41.478350 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.489049 run                             mass: MS start registered  {at=536747.697366599, delay=0.0045062529388815165, ms=00001}
22:48:42.461087 run                             mass: MS performed LU  {at=536748.669289577, lu_delay=5.190775644034147, ms=00000}
22:48:43.261302 run                osmo-ms-mob/00002: Starting mobile
22:48:43.278083 run       osmo-ms-mob/00002(pid=136): Launched
22:48:43.288669 run                             mass: MS start registered  {at=536749.496984472, delay=0.004545998061075807, ms=00002}
22:48:44.558463 run                osmo-ms-mob/00003: Starting mobile
22:48:44.571171 run       osmo-ms-mob/00003(pid=137): Launched
22:48:44.581825 run                             mass: MS start registered  {at=536750.790144222, delay=0.004671889008022845, ms=00003}
22:48:45.652933 run                osmo-ms-mob/00004: Starting mobile
22:48:45.669444 run       osmo-ms-mob/00004(pid=138): Launched
22:48:45.679962 run                             mass: MS start registered  {at=536751.888281662, delay=0.004463070072233677, ms=00004}
22:48:46.227418 run                             mass: MS performed LU  {at=536752.435618566, lu_delay=4.738251967006363, ms=00001}
22:48:46.630823 run                osmo-ms-mob/00005: Starting mobile
22:48:46.644594 run       osmo-ms-mob/00005(pid=139): Launched
22:48:46.655359 run                             mass: MS start registered  {at=536752.863677178, delay=0.004445768077857792, ms=00005}
22:48:47.561795 run                osmo-ms-mob/00006: Starting mobile
22:48:47.578903 run       osmo-ms-mob/00006(pid=140): Launched
22:48:47.589599 run                             mass: MS start registered  {at=536753.797910836, delay=0.004789737984538078, ms=00006}
22:48:48.129034 run                             mass: MS performed LU  {at=536754.337239444, lu_delay=4.840254971990362, ms=00002}
22:48:48.461546 run                osmo-ms-mob/00007: Starting mobile
22:48:48.478518 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.489422 run                             mass: MS start registered  {at=536754.697736848, delay=0.004932636045850813, ms=00007}
22:48:49.230214 run                osmo-ms-mob/00008: Starting mobile
22:48:49.243198 run       osmo-ms-mob/00008(pid=142): Launched
22:48:49.253924 run                             mass: MS start registered  {at=536755.462243601, delay=0.004807463032193482, ms=00008}
22:48:49.962489 run                osmo-ms-mob/00009: Starting mobile
22:48:49.991962 run       osmo-ms-mob/00009(pid=143): Launched
22:48:49.998140 run                             mass: MS performed LU  {at=536756.206465372, lu_delay=5.4163211500272155, ms=00003}
22:48:50.004058 run                             mass: MS start registered  {at=536756.212393174, delay=0.005946541903540492, ms=00009}
22:48:50.665122 run                osmo-ms-mob/00010: Starting mobile
22:48:50.678739 run       osmo-ms-mob/00010(pid=144): Launched
22:48:50.689434 run                             mass: MS start registered  {at=536756.897752738, delay=0.004532589926384389, ms=00010}
22:48:51.229930 run                osmo-ms-mob/00011: Starting mobile
22:48:51.242814 run       osmo-ms-mob/00011(pid=145): Launched
22:48:51.253588 run                             mass: MS start registered  {at=536757.461909923, delay=0.004721776000224054, ms=00011}
22:48:51.861407 run                osmo-ms-mob/00012: Starting mobile
22:48:51.877070 run       osmo-ms-mob/00012(pid=146): Launched
22:48:51.887986 run                             mass: MS start registered  {at=536758.096308719, delay=0.004554598010145128, ms=00012}
22:48:51.894360 run                             mass: MS performed LU  {at=536758.102685838, lu_delay=5.239008659962565, ms=00005}
22:48:51.921706 run                             mass: MS performed LU  {at=536758.129976481, lu_delay=6.241694818949327, ms=00004}
22:48:52.462014 run                osmo-ms-mob/00013: Starting mobile
22:48:52.478601 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.489383 run                             mass: MS start registered  {at=536758.6977028, delay=0.004650939023122191, ms=00013}
22:48:53.043564 run                osmo-ms-mob/00014: Starting mobile
22:48:53.057740 run       osmo-ms-mob/00014(pid=148): Launched
22:48:53.068463 run                             mass: MS start registered  {at=536759.276784706, delay=0.004584116046316922, ms=00014}
22:48:53.662244 run                osmo-ms-mob/00015: Starting mobile
22:48:53.679872 run       osmo-ms-mob/00015(pid=149): Launched
22:48:53.690664 run                             mass: MS start registered  {at=536759.898983581, delay=0.004526405013166368, ms=00015}
22:48:53.759183 run                             mass: MS performed LU  {at=536759.967394416, lu_delay=5.2696575679583475, ms=00007}
22:48:53.823202 run                             mass: MS performed LU  {at=536760.031406309, lu_delay=6.233495473046787, ms=00006}
22:48:54.160898 run                osmo-ms-mob/00016: Starting mobile
22:48:54.174032 run       osmo-ms-mob/00016(pid=150): Launched
22:48:54.180292 run                             mass: MS performed LU  {at=536760.388618959, lu_delay=4.92637535801623, ms=00008}
22:48:54.186498 run                             mass: MS start registered  {at=536760.394831282, delay=0.006231667939573526, ms=00016}
22:48:54.631883 run                osmo-ms-mob/00017: Starting mobile
22:48:54.644911 run       osmo-ms-mob/00017(pid=151): Launched
22:48:54.655971 run                             mass: MS start registered  {at=536760.864289049, delay=0.0048688879469409585, ms=00017}
22:48:55.253139 run                osmo-ms-mob/00018: Starting mobile
22:48:55.269070 run       osmo-ms-mob/00018(pid=152): Launched
22:48:55.279672 run                             mass: MS start registered  {at=536761.487980978, delay=0.004576670005917549, ms=00018}
22:48:55.651853 run                osmo-ms-mob/00019: Starting mobile
22:48:55.668121 run       osmo-ms-mob/00019(pid=153): Launched
22:48:55.674239 run                             mass: MS performed LU  {at=536761.882566967, lu_delay=5.670173793099821, ms=00009}
22:48:55.680098 run                             mass: MS start registered  {at=536761.888432692, delay=0.005883047007955611, ms=00019}
22:48:55.686655 run                             mass: MS performed LU  {at=536761.894978327, lu_delay=4.997225589002483, ms=00010}
22:48:56.170415 run                osmo-ms-mob/00020: Starting mobile
22:48:56.187369 run       osmo-ms-mob/00020(pid=154): Launched
22:48:56.198220 run                             mass: MS start registered  {at=536762.406536602, delay=0.004717979929409921, ms=00020}
22:48:56.644836 run                osmo-ms-mob/00021: Starting mobile
22:48:56.659446 run       osmo-ms-mob/00021(pid=155): Launched
22:48:56.670190 run                             mass: MS start registered  {at=536762.878507658, delay=0.004625638015568256, ms=00021}
22:48:57.043743 run                osmo-ms-mob/00022: Starting mobile
22:48:57.057550 run       osmo-ms-mob/00022(pid=156): Launched
22:48:57.068368 run                             mass: MS start registered  {at=536763.276687062, delay=0.004768876940943301, ms=00022}
22:48:57.562967 run                osmo-ms-mob/00023: Starting mobile
22:48:57.579559 run       osmo-ms-mob/00023(pid=157): Launched
22:48:57.585651 run                             mass: MS performed LU  {at=536763.793979562, lu_delay=5.0962767619639635, ms=00013}
22:48:57.591747 run                             mass: MS performed LU  {at=536763.800080875, lu_delay=5.703772156033665, ms=00012}
22:48:57.597519 run                             mass: MS start registered  {at=536763.805853495, delay=0.011893131071701646, ms=00023}
22:48:57.659103 run                             mass: MS performed LU  {at=536763.867323353, lu_delay=6.405413429951295, ms=00011}
22:48:57.686949 run                osmo-ms-mob/00024: Starting mobile
22:48:57.699937 run       osmo-ms-mob/00024(pid=158): Launched
22:48:57.710557 run                             mass: MS start registered  {at=536763.918879248, delay=0.004558258922770619, ms=00024}
22:48:57.912269 run                             mass: MS performed LU  {at=536764.120485546, lu_delay=4.843700839905068, ms=00014}
22:48:58.443108 run                osmo-ms-mob/00025: Starting mobile
22:48:58.456922 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.467915 run                             mass: MS start registered  {at=536764.67621644, delay=0.004933988093398511, ms=00025}
22:48:58.854060 run                osmo-ms-mob/00026: Starting mobile
22:48:58.867163 run       osmo-ms-mob/00026(pid=160): Launched
22:48:58.878173 run                             mass: MS start registered  {at=536765.086492989, delay=0.004802288953214884, ms=00026}
22:48:59.229957 run                osmo-ms-mob/00027: Starting mobile
22:48:59.242901 run       osmo-ms-mob/00027(pid=161): Launched
22:48:59.253670 run                             mass: MS start registered  {at=536765.461989083, delay=0.0046849140198901296, ms=00027}
22:48:59.342652 run                             mass: MS performed LU  {at=536765.550877006, lu_delay=5.651893425034359, ms=00015}
22:48:59.425615 run                             mass: MS performed LU  {at=536765.633851869, lu_delay=5.239020587061532, ms=00016}
22:48:59.452532 run                             mass: MS performed LU  {at=536765.660836398, lu_delay=4.796547349076718, ms=00017}
22:48:59.493949 run                osmo-ms-mob/00028: Starting mobile
22:48:59.509606 run       osmo-ms-mob/00028(pid=162): Launched
22:48:59.520287 run                             mass: MS start registered  {at=536765.728610009, delay=0.004491218947805464, ms=00028}
22:49:00.044076 run                osmo-ms-mob/00029: Starting mobile
22:49:00.057954 run       osmo-ms-mob/00029(pid=163): Launched
22:49:00.069223 run                             mass: MS start registered  {at=536766.277538149, delay=0.005025801016017795, ms=00029}
22:49:00.440564 run                osmo-ms-mob/00030: Starting mobile
22:49:00.453877 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.464807 run                             mass: MS start registered  {at=536766.673120816, delay=0.00483871903270483, ms=00030}
22:49:00.842418 run                osmo-ms-mob/00031: Starting mobile
22:49:00.856352 run       osmo-ms-mob/00031(pid=165): Launched
22:49:00.867159 run                             mass: MS start registered  {at=536767.075480636, delay=0.004628908936865628, ms=00031}
22:49:01.161134 run                osmo-ms-mob/00032: Starting mobile
22:49:01.177956 run       osmo-ms-mob/00032(pid=166): Launched
22:49:01.188914 run                             mass: MS start registered  {at=536767.397232588, delay=0.004809067002497613, ms=00032}
22:49:01.290897 run                             mass: MS performed LU  {at=536767.499115427, lu_delay=5.092578825075179, ms=00020}
22:49:01.355437 run                             mass: MS performed LU  {at=536767.563655807, lu_delay=6.07567482907325, ms=00018}
22:49:01.424322 run                             mass: MS performed LU  {at=536767.63256645, lu_delay=4.754058792022988, ms=00021}
22:49:01.453199 run                osmo-ms-mob/00033: Starting mobile
22:49:01.466346 run       osmo-ms-mob/00033(pid=167): Launched
22:49:01.472359 run                             mass: MS performed LU  {at=536767.680687294, lu_delay=5.7922546019544825, ms=00019}
22:49:01.478286 run                             mass: MS start registered  {at=536767.686613035, delay=0.005943763069808483, ms=00033}
22:49:01.969393 run                osmo-ms-mob/00034: Starting mobile
22:49:01.986165 run       osmo-ms-mob/00034(pid=168): Launched
22:49:01.997622 run                             mass: MS start registered  {at=536768.20593927, delay=0.005102308001369238, ms=00034}
22:49:02.239611 run                osmo-ms-mob/00035: Starting mobile
22:49:02.252635 run       osmo-ms-mob/00035(pid=169): Launched
22:49:02.263398 run                             mass: MS start registered  {at=536768.471718861, delay=0.004582757013849914, ms=00035}
22:49:02.645982 run                osmo-ms-mob/00036: Starting mobile
22:49:02.660355 run       osmo-ms-mob/00036(pid=170): Launched
22:49:02.671140 run                             mass: MS start registered  {at=536768.879459512, delay=0.004674337920732796, ms=00036}
22:49:03.061806 run                osmo-ms-mob/00037: Starting mobile
22:49:03.078635 run       osmo-ms-mob/00037(pid=171): Launched
22:49:03.089681 run                             mass: MS start registered  {at=536769.298003204, delay=0.004602072993293405, ms=00037}
22:49:03.108107 run                             mass: MS performed LU  {at=536769.316419134, lu_delay=6.039732072036713, ms=00022}
22:49:03.191974 run                             mass: MS performed LU  {at=536769.400206797, lu_delay=4.723990357015282, ms=00025}
22:49:03.219686 run                osmo-ms-mob/00038: Starting mobile
22:49:03.232801 run       osmo-ms-mob/00038(pid=172): Launched
22:49:03.239056 run                             mass: MS performed LU  {at=536769.447384075, lu_delay=5.528504827059805, ms=00024}
22:49:03.244992 run                             mass: MS start registered  {at=536769.453326662, delay=0.005959373898804188, ms=00038}
22:49:03.363574 run                             mass: MS performed LU  {at=536769.571772775, lu_delay=5.765919280005619, ms=00023}
22:49:03.392765 run                osmo-ms-mob/00039: Starting mobile
22:49:03.405921 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.416627 run                             mass: MS start registered  {at=536769.624948252, delay=0.004672728944569826, ms=00039}
22:49:04.030579 run                osmo-ms-mob/00040: Starting mobile
22:49:04.044042 run       osmo-ms-mob/00040(pid=174): Launched
22:49:04.056477 run                             mass: MS start registered  {at=536770.264792697, delay=0.005990494042634964, ms=00040}
22:49:04.344544 run                osmo-ms-mob/00041: Starting mobile
22:49:04.358612 run       osmo-ms-mob/00041(pid=175): Launched
22:49:04.369620 run                             mass: MS start registered  {at=536770.577935266, delay=0.004981908947229385, ms=00041}
22:49:04.640526 run                osmo-ms-mob/00042: Starting mobile
22:49:04.654459 run       osmo-ms-mob/00042(pid=176): Launched
22:49:04.665272 run                             mass: MS start registered  {at=536770.873594056, delay=0.0046325159491971135, ms=00042}
22:49:05.052531 run                osmo-ms-mob/00043: Starting mobile
22:49:05.069319 run       osmo-ms-mob/00043(pid=177): Launched
22:49:05.075323 run                             mass: MS performed LU  {at=536771.283650935, lu_delay=6.197157946066, ms=00026}
22:49:05.081089 run                             mass: MS start registered  {at=536771.289425172, delay=0.005792543990537524, ms=00043}
22:49:05.121784 run                             mass: MS performed LU  {at=536771.330011004, lu_delay=5.052472854964435, ms=00029}
22:49:05.142061 run                osmo-ms-mob/00044: Starting mobile
22:49:05.154955 run       osmo-ms-mob/00044(pid=178): Launched
22:49:05.165671 run                             mass: MS start registered  {at=536771.373995022, delay=0.004622024018317461, ms=00044}
22:49:05.189519 run                             mass: MS performed LU  {at=536771.397810908, lu_delay=4.72469009202905, ms=00030}
22:49:05.207417 run                             mass: MS performed LU  {at=536771.415728636, lu_delay=5.953739552991465, ms=00027}
22:49:05.221073 run                osmo-ms-mob/00045: Starting mobile
22:49:05.234101 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.245312 run                             mass: MS start registered  {at=536771.453627137, delay=0.005062595009803772, ms=00045}
22:49:05.262824 run                             mass: MS performed LU  {at=536771.471131337, lu_delay=5.742521328036673, ms=00028}
22:49:05.942075 run                osmo-ms-mob/00046: Starting mobile
22:49:05.955852 run       osmo-ms-mob/00046(pid=180): Launched
22:49:05.966592 run                             mass: MS start registered  {at=536772.174912532, delay=0.004648071946576238, ms=00046}
22:49:06.227361 run                osmo-ms-mob/00047: Starting mobile
22:49:06.241488 run       osmo-ms-mob/00047(pid=181): Launched
22:49:06.252927 run                             mass: MS start registered  {at=536772.461235979, delay=0.004964862950146198, ms=00047}
22:49:06.534932 run                osmo-ms-mob/00048: Starting mobile
22:49:06.549094 run       osmo-ms-mob/00048(pid=182): Launched
22:49:06.560173 run                             mass: MS start registered  {at=536772.768490977, delay=0.0048342839581891894, ms=00048}
22:49:06.830316 run                osmo-ms-mob/00049: Starting mobile
22:49:06.843375 run       osmo-ms-mob/00049(pid=183): Launched
22:49:06.854338 run                             mass: MS start registered  {at=536773.062658557, delay=0.0030240589985623956, ms=00049}
22:49:06.873963 run                             mass: MS performed LU  {at=536773.082215979, lu_delay=5.395602943957783, ms=00033}
22:49:06.957746 run                             mass: MS performed LU  {at=536773.165964105, lu_delay=6.090483469073661, ms=00031}
22:49:06.986203 run                osmo-ms-mob/00050: Starting mobile
22:49:06.999381 run       osmo-ms-mob/00050(pid=184): Launched
22:49:07.005451 run                             mass: MS performed LU  {at=536773.213779987, lu_delay=4.742061125929467, ms=00035}
22:49:07.011310 run                             mass: MS start registered  {at=536773.219645007, delay=0.005882866098545492, ms=00050}
22:49:07.128905 run                             mass: MS performed LU  {at=536773.337122932, lu_delay=5.131183661986142, ms=00034}
22:49:07.164905 run                             mass: MS performed LU  {at=536773.373133734, lu_delay=5.975901145953685, ms=00032}
22:49:07.180464 run                osmo-ms-mob/00051: Starting mobile
22:49:07.194010 run       osmo-ms-mob/00051(pid=185): Launched
22:49:07.204811 run                             mass: MS start registered  {at=536773.41313192, delay=0.00465425499714911, ms=00051}
22:49:07.843466 run                osmo-ms-mob/00052: Starting mobile
22:49:07.857637 run       osmo-ms-mob/00052(pid=186): Launched
22:49:07.868539 run                             mass: MS start registered  {at=536774.076859438, delay=0.004866146948188543, ms=00052}
22:49:08.143420 run                osmo-ms-mob/00053: Starting mobile
22:49:08.157347 run       osmo-ms-mob/00053(pid=187): Launched
22:49:08.168156 run                             mass: MS start registered  {at=536774.376476634, delay=0.0045351439621299505, ms=00053}
22:49:08.430150 run                osmo-ms-mob/00054: Starting mobile
22:49:08.443562 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.454354 run                             mass: MS start registered  {at=536774.662674816, delay=0.00464938092045486, ms=00054}
22:49:08.730393 run                osmo-ms-mob/00055: Starting mobile
22:49:08.743820 run       osmo-ms-mob/00055(pid=189): Launched
22:49:08.754903 run                             mass: MS start registered  {at=536774.963223839, delay=0.004669645917601883, ms=00055}
22:49:08.822081 run                             mass: MS performed LU  {at=536775.030304627, lu_delay=5.576977965072729, ms=00038}
22:49:08.887051 run                             mass: MS performed LU  {at=536775.095292664, lu_delay=5.797289459966123, ms=00037}
22:49:08.902052 run                osmo-ms-mob/00056: Starting mobile
22:49:08.915171 run       osmo-ms-mob/00056(pid=190): Launched
22:49:08.925967 run                             mass: MS start registered  {at=536775.134288442, delay=0.004798474023118615, ms=00056}
22:49:08.955051 run                             mass: MS performed LU  {at=536775.163294817, lu_delay=5.5383465649792925, ms=00039}
22:49:08.973776 run                             mass: MS performed LU  {at=536775.182084666, lu_delay=6.302625154028647, ms=00036}
22:49:08.987958 run                osmo-ms-mob/00057: Starting mobile
22:49:09.001175 run       osmo-ms-mob/00057(pid=191): Launched
22:49:09.012208 run                             mass: MS start registered  {at=536775.220517717, delay=0.00491556990891695, ms=00057}
22:49:09.029447 run                             mass: MS performed LU  {at=536775.237718832, lu_delay=4.9729261349420995, ms=00040}
22:49:09.302546 run                             mass: MS performed LU  {at=536775.510764395, lu_delay=4.9328291290439665, ms=00041}
22:49:09.742464 run                osmo-ms-mob/00058: Starting mobile
22:49:09.756169 run       osmo-ms-mob/00058(pid=192): Launched
22:49:09.770046 run                             mass: MS start registered  {at=536775.978354572, delay=0.007630168925970793, ms=00058}
22:49:10.040393 run                osmo-ms-mob/00059: Starting mobile
22:49:10.054206 run       osmo-ms-mob/00059(pid=193): Launched
22:49:10.065729 run                             mass: MS start registered  {at=536776.274041468, delay=0.005335053079761565, ms=00059}
22:49:10.330798 run                osmo-ms-mob/00060: Starting mobile
22:49:10.344202 run       osmo-ms-mob/00060(pid=194): Launched
22:49:10.355057 run                             mass: MS start registered  {at=536776.563377484, delay=0.004597748978994787, ms=00060}
22:49:10.639904 run                             mass: MS performed LU  {at=536776.848123173, lu_delay=5.4741281509632245, ms=00044}
22:49:10.698780 run                osmo-ms-mob/00061: Starting mobile
22:49:10.716483 run       osmo-ms-mob/00061(pid=195): Launched
22:49:10.722812 run                             mass: MS performed LU  {at=536776.931139283, lu_delay=6.057545226998627, ms=00042}
22:49:10.728715 run                             mass: MS start registered  {at=536776.937049832, delay=0.005930133978836238, ms=00061}
22:49:10.749675 run                             mass: MS performed LU  {at=536776.957994748, lu_delay=4.7830822160467505, ms=00046}
22:49:10.761149 run                osmo-ms-mob/00062: Starting mobile
22:49:10.774343 run       osmo-ms-mob/00062(pid=196): Launched
22:49:10.785029 run                             mass: MS start registered  {at=536776.993345383, delay=0.004474531975574791, ms=00062}
22:49:10.930687 run                             mass: MS performed LU  {at=536777.138880566, lu_delay=5.685253428993747, ms=00045}
22:49:10.967768 run                             mass: MS performed LU  {at=536777.175983756, lu_delay=4.714747776975855, ms=00047}
22:49:10.987282 run                osmo-ms-mob/00063: Starting mobile
22:49:11.000467 run       osmo-ms-mob/00063(pid=197): Launched
22:49:11.011544 run                             mass: MS start registered  {at=536777.219867179, delay=0.004704475053586066, ms=00063}
22:49:11.743453 run                osmo-ms-mob/00064: Starting mobile
22:49:11.757419 run       osmo-ms-mob/00064(pid=198): Launched
22:49:11.768150 run                             mass: MS start registered  {at=536777.976472441, delay=0.004701607045717537, ms=00064}
22:49:12.141909 run                osmo-ms-mob/00065: Starting mobile
22:49:12.155503 run       osmo-ms-mob/00065(pid=199): Launched
22:49:12.166730 run                             mass: MS start registered  {at=536778.375043424, delay=0.005194276920519769, ms=00065}
22:49:12.430349 run                osmo-ms-mob/00066: Starting mobile
22:49:12.443598 run       osmo-ms-mob/00066(pid=200): Launched
22:49:12.454445 run                             mass: MS start registered  {at=536778.662766101, delay=0.004885948961600661, ms=00066}
22:49:12.588055 run                             mass: MS performed LU  {at=536778.796267873, lu_delay=4.7194084350485355, ms=00052}
22:49:12.653082 run                             mass: MS performed LU  {at=536778.861320346, lu_delay=5.641675338963978, ms=00050}
22:49:12.740028 run                             mass: MS performed LU  {at=536778.948251604, lu_delay=6.1797606269828975, ms=00048}
22:49:12.784232 run                osmo-ms-mob/00067: Starting mobile
22:49:12.798216 run       osmo-ms-mob/00067(pid=201): Launched
22:49:12.804237 run                             mass: MS performed LU  {at=536779.012563094, lu_delay=5.949904537061229, ms=00049}
22:49:12.810033 run                             mass: MS start registered  {at=536779.01836741, delay=0.0058243360836058855, ms=00067}
22:49:13.067501 run                             mass: MS performed LU  {at=536779.27571866, lu_delay=4.89924202603288, ms=00053}
22:49:13.093381 run                osmo-ms-mob/00068: Starting mobile
22:49:13.107040 run       osmo-ms-mob/00068(pid=202): Launched
22:49:13.117956 run                             mass: MS start registered  {at=536779.326276834, delay=0.004788208985701203, ms=00068}
22:49:13.541897 run                osmo-ms-mob/00069: Starting mobile
22:49:13.555213 run       osmo-ms-mob/00069(pid=203): Launched
22:49:13.566594 run                             mass: MS start registered  {at=536779.774911804, delay=0.005320172989740968, ms=00069}
22:49:13.663806 run                             mass: MS performed LU  {at=536779.872036514, lu_delay=3.597995045944117, ms=00059}
22:49:13.977277 run                osmo-ms-mob/00070: Starting mobile
22:49:13.993535 run       osmo-ms-mob/00070(pid=204): Launched
22:49:14.004741 run                             mass: MS start registered  {at=536780.213058467, delay=0.005166114075109363, ms=00070}
22:49:14.330792 run                osmo-ms-mob/00071: Starting mobile
22:49:14.346187 run       osmo-ms-mob/00071(pid=205): Launched
22:49:14.357548 run                             mass: MS start registered  {at=536780.565866004, delay=0.005122930975630879, ms=00071}
22:49:14.406838 run                             mass: MS performed LU  {at=536780.615050652, lu_delay=5.952375835971907, ms=00054}
22:49:14.517201 run                             mass: MS performed LU  {at=536780.725422477, lu_delay=5.591134035028517, ms=00056}
22:49:14.697030 run                             mass: MS performed LU  {at=536780.905250589, lu_delay=4.926896017044783, ms=00058}
22:49:14.747512 run                osmo-ms-mob/00072: Starting mobile
22:49:14.767008 run       osmo-ms-mob/00072(pid=206): Launched
22:49:14.773124 run                             mass: MS performed LU  {at=536780.981450288, lu_delay=5.76093257102184, ms=00057}
22:49:14.778963 run                             mass: MS start registered  {at=536780.987297648, delay=0.005866013001650572, ms=00072}
22:49:15.144181 run                osmo-ms-mob/00073: Starting mobile
22:49:15.158519 run       osmo-ms-mob/00073(pid=207): Launched
22:49:15.169970 run                             mass: MS start registered  {at=536781.378284601, delay=0.00519734900444746, ms=00073}
22:49:15.543808 run                osmo-ms-mob/00074: Starting mobile
22:49:15.558611 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.570005 run                             mass: MS start registered  {at=536781.778323919, delay=0.004780583083629608, ms=00074}
22:49:15.926573 run                osmo-ms-mob/00075: Starting mobile
22:49:15.940304 run       osmo-ms-mob/00075(pid=209): Launched
22:49:15.951382 run                             mass: MS start registered  {at=536782.159705553, delay=0.00488691998180002, ms=00075}
22:49:16.271216 run                             mass: MS performed LU  {at=536782.479429691, lu_delay=5.916052207001485, ms=00060}
22:49:16.353718 run                             mass: MS performed LU  {at=536782.561944454, lu_delay=5.342077274923213, ms=00063}
22:49:16.396436 run                osmo-ms-mob/00076: Starting mobile
22:49:16.410332 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.416642 run                             mass: MS performed LU  {at=536782.624969883, lu_delay=4.648497442016378, ms=00064}
22:49:16.422601 run                             mass: MS start registered  {at=536782.630935353, delay=0.005983714014291763, ms=00076}
22:49:16.562187 run                             mass: MS performed LU  {at=536782.770410546, lu_delay=5.777065163012594, ms=00062}
22:49:16.853423 run                osmo-ms-mob/00077: Starting mobile
22:49:16.869756 run       osmo-ms-mob/00077(pid=211): Launched
22:49:16.880560 run                             mass: MS start registered  {at=536783.088877478, delay=0.004778258036822081, ms=00077}
22:49:17.343426 run                osmo-ms-mob/00078: Starting mobile
22:49:17.357231 run       osmo-ms-mob/00078(pid=212): Launched
22:49:17.368920 run                             mass: MS start registered  {at=536783.577241314, delay=0.0054185319459065795, ms=00078}
22:49:17.743695 run                osmo-ms-mob/00079: Starting mobile
22:49:17.757472 run       osmo-ms-mob/00079(pid=213): Launched
22:49:17.768831 run                             mass: MS start registered  {at=536783.97714851, delay=0.005351488012820482, ms=00079}
22:49:18.171716 run                             mass: MS performed LU  {at=536784.379920062, lu_delay=6.004876638064161, ms=00065}
22:49:18.213730 run                osmo-ms-mob/00080: Starting mobile
22:49:18.229315 run       osmo-ms-mob/00080(pid=214): Launched
22:49:18.240443 run                             mass: MS start registered  {at=536784.448765433, delay=0.005137149011716247, ms=00080}
22:49:18.254498 run                             mass: MS performed LU  {at=536784.462821505, lu_delay=5.444454094977118, ms=00067}
22:49:18.282179 run                             mass: MS performed LU  {at=536784.490405745, lu_delay=5.827639644034207, ms=00066}
22:49:18.462730 run                             mass: MS performed LU  {at=536784.670947921, lu_delay=4.896036116988398, ms=00069}
22:49:18.499697 run                             mass: MS performed LU  {at=536784.707921184, lu_delay=5.381644350010902, ms=00068}
22:49:18.528951 run                osmo-ms-mob/00081: Starting mobile
22:49:18.541898 run       osmo-ms-mob/00081(pid=215): Launched
22:49:18.553219 run                             mass: MS start registered  {at=536784.761542721, delay=0.005241015926003456, ms=00081}
22:49:19.141594 run                osmo-ms-mob/00082: Starting mobile
22:49:19.155445 run       osmo-ms-mob/00082(pid=216): Launched
22:49:19.167087 run                             mass: MS start registered  {at=536785.375408957, delay=0.005596240051090717, ms=00082}
22:49:19.743222 run                osmo-ms-mob/00083: Starting mobile
22:49:19.757191 run       osmo-ms-mob/00083(pid=217): Launched
22:49:19.768768 run                             mass: MS start registered  {at=536785.977089273, delay=0.005393033032305539, ms=00083}
22:49:20.120486 run                             mass: MS performed LU  {at=536786.328677655, lu_delay=5.341380006982945, ms=00072}
22:49:20.184304 run                             mass: MS performed LU  {at=536786.392520822, lu_delay=5.826654818025418, ms=00071}
22:49:20.236025 run                osmo-ms-mob/00084: Starting mobile
22:49:20.250881 run       osmo-ms-mob/00084(pid=218): Launched
22:49:20.259276 run                             mass: MS performed LU  {at=536786.467603604, lu_delay=6.25454513693694, ms=00070}
22:49:20.265787 run                             mass: MS start registered  {at=536786.474119563, delay=0.006533246021717787, ms=00084}
22:49:20.271754 run                             mass: MS performed LU  {at=536786.480081549, lu_delay=5.10179694800172, ms=00073}
22:49:20.563692 run                             mass: MS performed LU  {at=536786.771883702, lu_delay=4.993559782975353, ms=00074}
22:49:20.754031 run                osmo-ms-mob/00085: Starting mobile
22:49:20.770127 run       osmo-ms-mob/00085(pid=219): Launched
22:49:20.781628 run                             mass: MS start registered  {at=536786.989934465, delay=0.00547371304128319, ms=00085}
22:49:21.326380 run                osmo-ms-mob/00086: Starting mobile
22:49:21.339980 run       osmo-ms-mob/00086(pid=220): Launched
22:49:21.352908 run                             mass: MS start registered  {at=536787.561226051, delay=0.006498875911347568, ms=00086}
22:49:21.945740 run                osmo-ms-mob/00087: Starting mobile
22:49:21.960195 run       osmo-ms-mob/00087(pid=221): Launched
22:49:21.966454 run                             mass: MS performed LU  {at=536788.174780372, lu_delay=5.543845018954016, ms=00076}
22:49:21.972533 run                             mass: MS start registered  {at=536788.180865595, delay=0.006104544037953019, ms=00087}
22:49:22.020001 run                             mass: MS performed LU  {at=536788.228319736, lu_delay=4.651078421971761, ms=00078}
22:49:22.047556 run                             mass: MS performed LU  {at=536788.255880173, lu_delay=6.0961746199755, ms=00075}
22:49:22.191615 run                             mass: MS performed LU  {at=536788.399807997, lu_delay=5.310930519015528, ms=00077}
22:49:22.546988 run                osmo-ms-mob/00088: Starting mobile
22:49:22.560741 run       osmo-ms-mob/00088(pid=222): Launched
22:49:22.573413 run                             mass: MS start registered  {at=536788.781730937, delay=0.005710678989998996, ms=00088}
22:49:23.144037 run                osmo-ms-mob/00089: Starting mobile
22:49:23.158382 run       osmo-ms-mob/00089(pid=223): Launched
22:49:23.169552 run                             mass: MS start registered  {at=536789.377873429, delay=0.0051217739237472415, ms=00089}
22:49:23.730814 run                osmo-ms-mob/00090: Starting mobile
22:49:23.743581 run       osmo-ms-mob/00090(pid=224): Launched
22:49:23.754767 run                             mass: MS start registered  {at=536789.96308625, delay=0.005174714024178684, ms=00090}
22:49:23.885403 run                             mass: MS performed LU  {at=536790.093450561, lu_delay=5.6446851280052215, ms=00080}
22:49:23.949460 run                             mass: MS performed LU  {at=536790.157678607, lu_delay=6.180530096986331, ms=00079}
22:49:24.019551 run                             mass: MS performed LU  {at=536790.227769627, lu_delay=4.852360669989139, ms=00082}
22:49:24.043502 run                             mass: MS performed LU  {at=536790.251832526, lu_delay=5.490289804991335, ms=00081}
22:49:24.469678 run                osmo-ms-mob/00091: Starting mobile
22:49:24.485994 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.497299 run                             mass: MS start registered  {at=536790.705619915, delay=0.005191839998587966, ms=00091}
22:49:25.143595 run                osmo-ms-mob/00092: Starting mobile
22:49:25.157485 run       osmo-ms-mob/00092(pid=226): Launched
22:49:25.168501 run                             mass: MS start registered  {at=536791.376822681, delay=0.004941013059578836, ms=00092}
22:49:25.704050 run                             mass: MS performed LU  {at=536791.912265664, lu_delay=4.922331198933534, ms=00085}
22:49:25.786597 run                             mass: MS performed LU  {at=536791.994825838, lu_delay=6.017736564972438, ms=00083}
22:49:25.813657 run                             mass: MS performed LU  {at=536792.021906091, lu_delay=5.547786528011784, ms=00084}
22:49:25.856254 run                osmo-ms-mob/00093: Starting mobile
22:49:25.870282 run       osmo-ms-mob/00093(pid=227): Launched
22:49:25.881388 run                             mass: MS start registered  {at=536792.089710996, delay=0.005040719988755882, ms=00093}
22:49:25.957975 run                             mass: MS performed LU  {at=536792.166192108, lu_delay=4.604966056998819, ms=00086}
22:49:26.840980 run                osmo-ms-mob/00094: Starting mobile
22:49:26.854885 run       osmo-ms-mob/00094(pid=228): Launched
22:49:26.866402 run                             mass: MS start registered  {at=536793.074719108, delay=0.005252457922324538, ms=00094}
22:49:27.651058 run                             mass: MS performed LU  {at=536793.859231732, lu_delay=5.077500795014203, ms=00088}
22:49:27.705681 run                osmo-ms-mob/00095: Starting mobile
22:49:27.721262 run       osmo-ms-mob/00095(pid=229): Launched
22:49:27.727441 run                             mass: MS performed LU  {at=536793.935769928, lu_delay=5.754904333036393, ms=00087}
22:49:27.733317 run                             mass: MS start registered  {at=536793.941651797, delay=0.005900206044316292, ms=00095}
22:49:28.020992 run                             mass: MS performed LU  {at=536794.229211461, lu_delay=22.939786289003678, ms=00043}
22:49:28.037985 run                             mass: MS performed LU  {at=536794.246229123, lu_delay=4.86835569399409, ms=00089}
22:49:28.730901 run                osmo-ms-mob/00096: Starting mobile
22:49:28.744329 run       osmo-ms-mob/00096(pid=230): Launched
22:49:28.755783 run                             mass: MS start registered  {at=536794.964093208, delay=0.0053585589630529284, ms=00096}
22:49:29.552620 run                             mass: MS performed LU  {at=536795.760837175, lu_delay=5.055217259912752, ms=00091}
22:49:29.580265 run                             mass: MS performed LU  {at=536795.788511647, lu_delay=5.825425397022627, ms=00090}
22:49:29.704669 run                             mass: MS performed LU  {at=536795.912887024, lu_delay=22.499755103955977, ms=00051}
22:49:29.759599 run                osmo-ms-mob/00097: Starting mobile
22:49:29.774314 run       osmo-ms-mob/00097(pid=231): Launched
22:49:29.785367 run                             mass: MS start registered  {at=536795.993686713, delay=0.004965166095644236, ms=00097}
22:49:31.171666 run                osmo-ms-mob/00098: Starting mobile
22:49:31.188056 run       osmo-ms-mob/00098(pid=232): Launched
22:49:31.199121 run                             mass: MS start registered  {at=536797.407439686, delay=0.004892935045063496, ms=00098}
22:49:31.417378 run                             mass: MS performed LU  {at=536797.625552168, lu_delay=6.248729486949742, ms=00092}
22:49:31.481678 run                             mass: MS performed LU  {at=536797.689897279, lu_delay=5.600186283001676, ms=00093}
22:49:31.551048 run                             mass: MS performed LU  {at=536797.759267435, lu_delay=4.684548327000812, ms=00094}
22:49:31.568930 run                             mass: MS performed LU  {at=536797.777162276, lu_delay=22.81393843702972, ms=00055}
22:49:32.959945 run                osmo-ms-mob/00099: Starting mobile
22:49:32.976084 run       osmo-ms-mob/00099(pid=233): Launched
22:49:32.982314 run                             mass: All started... {duration=55.76215298799798, too_slow=0}
22:49:32.988189 run                             mass: MS start registered  {at=536799.196517283, delay=0.0058684590039774776, ms=00099}
22:49:33.318320 run                             mass: MS performed LU  {at=536799.526538689, lu_delay=5.584886892000213, ms=00095}
22:49:33.581740 run                             mass: MS performed LU  {at=536799.789959133, lu_delay=4.82586592505686, ms=00096}
22:49:33.705548 run                             mass: MS performed LU  {at=536799.913765488, lu_delay=22.976715655997396, ms=00061}
22:49:35.182849 run                             mass: MS performed LU  {at=536801.391069943, lu_delay=5.3973832299234346, ms=00097}
22:49:37.083763 run                             mass: MS performed LU  {at=536803.291954254, lu_delay=5.884514568024315, ms=00098}
22:49:38.950069 run                             mass: MS performed LU  {at=536805.158286967, lu_delay=5.96176968398504, ms=00099}
22:49:38.973223 run                             mass: Tests done {all_completed=True, max=22.976715655997396, min=3.597995045944117}
22:49:38.979080 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.984704 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:38.988167 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:38.991560 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:38.994993 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:38.998410 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.001938 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:39.005542 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.009076 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:39.012527 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.016016 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:39.019576 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.023148 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:39.026742 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:39.030268 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:39.033827 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:39.037393 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:39.040974 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:39.044560 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:39.048039 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:39.051612 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:39.055715 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:39.059682 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:39.063244 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:39.066777 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:39.070346 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:39.073928 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:39.077454 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:39.081014 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:39.084564 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:39.088114 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:39.091817 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:39.095387 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:39.098837 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:39.102334 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:39.105825 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:39.109506 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:39.113040 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:39.116538 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:39.120291 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:39.123745 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:39.127153 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:39.130570 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:39.133963 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:39.137539 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:39.141084 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:39.144639 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:39.148166 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:39.151723 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:39.155407 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:39.158996 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:39.162504 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:39.166064 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:39.169615 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:39.173178 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:39.176723 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:39.180273 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:39.183973 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:39.187555 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:39.191121 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:39.194683 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:39.198625 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:39.202202 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:39.205758 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:39.209318 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:39.212893 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:39.216445 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:39.219989 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:39.223531 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:39.227098 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:39.230664 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:39.234220 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:39.237835 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:39.241929 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:39.245501 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:39.249057 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:39.252618 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:39.256189 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:39.259759 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:39.263337 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:39.266921 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:39.270486 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:39.274052 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:39.277642 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:39.281325 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:39.285361 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:39.289401 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:39.292984 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:39.296560 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:39.300133 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:39.303706 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:39.307267 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:39.310842 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:39.314393 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:39.317956 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:39.321530 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:39.325089 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:39.328728 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:39.332289 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:39.335844 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:39.339389 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:39.343123 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:39.346711 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:39.350312 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:39.353871 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:39.357434 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:39.361004 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:39.364562 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:39.368123 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:39.371703 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:39.375280 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:39.378850 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:39.382411 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:39.385965 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:39.389525 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:39.393100 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:39.396664 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:39.400189 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:39.403597 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:39.406981 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:39.410387 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:39.413796 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:39.417200 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:39.420624 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:39.424031 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:39.427433 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:39.430825 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:39.434224 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:39.437623 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:39.441025 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:39.444424 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:39.447818 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:39.451212 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:39.454633 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:39.458029 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:39.461419 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:39.464819 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:39.468208 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:39.471604 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:39.474999 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:39.478401 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:39.481796 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:39.485207 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:39.488598 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:39.491994 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:39.495387 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:39.498786 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:39.502199 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:39.505594 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:39.508989 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:39.512396 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:39.515817 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:39.519204 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:39.522611 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:39.526028 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:39.529423 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:39.532816 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:39.536204 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:39.539595 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:39.542992 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:39.546395 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:39.549813 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:39.553208 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:39.556612 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:39.560001 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:39.563388 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:39.566794 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:39.570196 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:39.573601 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:39.577004 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:39.580404 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:39.583802 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:39.587200 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:39.590597 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:39.594008 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:39.597405 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:39.600801 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:39.604223 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:39.607610 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:39.611001 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:39.614419 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:39.617817 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:39.621215 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:39.624634 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:39.628036 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:39.631432 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:39.634822 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:39.638199 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:39.641619 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:39.645029 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:39.648443 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:39.651845 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:39.655245 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:39.658639 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:39.662037 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:39.665415 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:39.668810 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:39.672200 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:39.675589 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:39.678989 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:39.682383 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:39.685790 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:39.689178 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:39.692571 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:39.695962 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:39.699362 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:39.702764 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:39.706174 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:39.709577 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:39.712971 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:39.716362 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:39.719752 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:39.723146 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:39.726532 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:39.729936 ---      ParallelTerminationStrategy: PID 21 died...
22:49:39.731461 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:39.735210 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.736731 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:39.740453 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.741982 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:39.745754 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.747283 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:39.751033 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.752545 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:39.756318 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.757858 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:39.761625 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.763141 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:39.766902 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.768427 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:39.772222 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.773741 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:39.777527 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.779059 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:39.782850 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.784379 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:39.788175 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.789705 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:39.793497 ---      ParallelTerminationStrategy: PID 34 died...
22:49:39.795044 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:39.798834 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.800369 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:39.804146 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.805678 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:39.809458 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.810991 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:39.814791 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.816338 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:39.820120 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.821652 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:39.825435 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.826955 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:39.830774 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.832295 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:39.836076 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.837598 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:39.841350 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.842869 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:39.846648 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.848172 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:39.851935 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.853447 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:39.857214 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.858728 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:39.862506 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.864027 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:39.867781 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.869306 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:39.873068 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.874581 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:39.878357 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.879883 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:39.883643 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.885182 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:39.888955 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.890475 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:39.894266 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.895797 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:39.899558 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.901089 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:39.904851 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.906375 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:39.910140 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.911653 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:39.915421 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.916954 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:39.920724 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.922242 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:39.926031 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.927552 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:39.931316 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.932848 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:39.936641 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.938163 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:39.941939 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.943465 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:39.947228 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.948763 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:39.952529 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.954060 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:39.957823 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.959340 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:39.963107 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.964638 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:39.968406 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.969928 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:39.975898 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.977426 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:39.981075 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.982545 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:39.986186 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.987650 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:39.991291 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.992770 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:39.996415 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.997886 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:40.001550 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.003010 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:40.006638 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.008108 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:40.011729 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.013200 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:40.016845 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.018312 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:40.021937 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.023399 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:40.027057 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.028535 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:40.032165 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.033631 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:40.037281 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.038738 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:40.042389 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.043872 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:40.047507 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.049002 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:40.052644 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.054117 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:40.057800 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.059268 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:40.062903 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.064401 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:40.068041 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.069508 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:40.073156 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.074632 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:40.078276 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.079765 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:40.083405 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.084880 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:40.088512 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.089990 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:40.093629 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.095093 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:40.098748 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.100224 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:40.103860 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.105332 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:40.108969 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.110437 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:40.114088 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.115554 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:40.119196 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.120681 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:40.124304 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.125783 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:40.129415 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.130889 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:40.134516 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.136004 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:40.139623 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.141094 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:40.144720 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.146184 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:40.149807 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.151278 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:40.154913 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.156387 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:40.160048 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.161522 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:40.165149 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.166622 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:40.170283 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.171760 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:40.175414 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.176923 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:40.180669 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.182129 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:40.185755 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.187220 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:40.190865 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.192337 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:40.195997 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.197490 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:40.201139 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.202604 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:40.206262 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.207733 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:40.211357 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.212820 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:40.216469 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.217938 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:40.221586 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.223057 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:40.226701 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.228213 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:40.231864 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.233347 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:40.237012 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.238492 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:40.242177 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.243672 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:40.247328 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.248832 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:40.252501 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.253993 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:40.257655 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.259141 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:40.262832 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.264323 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:40.267992 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.269482 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:40.273138 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.274628 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:40.278290 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.279772 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:40.283417 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.284913 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:40.288581 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.290069 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:40.293751 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.295237 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:40.298916 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.300408 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:40.304103 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.305662 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:40.309463 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.310950 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:40.314611 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.316092 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:40.319824 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.321315 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:40.325033 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.326529 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:40.330250 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.331740 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:40.335451 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.336976 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:40.340660 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.342144 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:40.345840 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.347310 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:40.350987 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.352492 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:40.356166 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.357646 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:40.361331 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.362814 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:40.366487 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.367992 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:40.371677 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.373168 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:40.376863 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.378349 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:40.382030 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.383504 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:40.387218 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.388712 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:40.392401 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.393890 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:40.397587 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.399075 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:40.402766 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.404251 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:40.407916 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.409409 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:40.413105 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.414588 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:40.418280 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.419770 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:40.423466 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.424959 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:40.428728 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.430284 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:40.434146 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.435705 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:40.439447 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.440937 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:40.444620 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.446105 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:40.449805 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.451286 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:40.454988 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.456474 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:40.460152 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.461625 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:40.465322 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.466811 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:40.470516 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.472014 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:40.475697 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.477178 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:40.480882 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.482366 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:40.486062 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.487547 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:40.491241 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.492759 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:40.496453 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.497939 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:40.501732 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.503274 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:40.507111 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.508669 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:40.512506 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.514047 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:40.517879 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.519428 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:40.523264 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.524823 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:40.528661 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.530198 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:40.534039 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.535581 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:40.539411 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.540953 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:40.544791 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.546340 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:40.550198 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.551736 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:40.555469 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.556951 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:40.560649 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.562134 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:40.565808 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.567291 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:40.570957 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.572452 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:40.576122 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.577592 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:40.581266 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.582743 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:40.586438 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.587920 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:40.591605 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.593091 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:40.596769 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.598243 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:40.601958 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.603446 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:40.607118 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.608604 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:40.612279 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.613762 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:40.617450 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.618928 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:40.622602 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.624085 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:40.627765 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.629240 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:40.632922 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.634404 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:40.638089 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.639555 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:40.643232 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.644714 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:40.648420 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.649909 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:40.653591 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.655072 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:40.658747 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.660240 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:40.663909 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.665393 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:40.669067 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.670554 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:40.674247 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.675746 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:40.679444 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.680928 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:40.684649 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.686148 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:40.689841 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.691325 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:40.695002 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.696493 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:40.700175 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.701658 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:40.705343 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.706824 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:40.710507 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.712014 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:40.715686 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.717171 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:40.720854 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.722329 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:40.726055 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.727538 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:40.731234 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.732719 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:40.736394 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.737870 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:40.741544 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.743020 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:40.746734 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.748227 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:40.751944 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.753437 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:40.757140 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.758629 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:40.762358 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.763851 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:40.767556 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.769055 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:40.772762 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.774251 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:40.777960 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.779443 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:40.783156 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.784657 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:40.788402 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.789895 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:40.793634 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.795196 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:40.799101 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.800689 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:40.804566 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.806123 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:40.809997 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.811559 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:40.815425 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.816987 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:40.820890 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.822451 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:40.826334 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.827903 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:40.831617 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.833126 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:44.237278 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.243297 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8229 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.318790 tst                       trial-8229: Storing JUnit report in /build/trial-8229/run.2026-02-01_22-48-17/trial-8229.xml

--------------------------------------------------------------------------------------------
trial-8229 PASS
--------------------------------------------------------------------------------------------
22:49:44.329677 tst                       trial-8229: trial-8229: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8229/inst
+ cd trial-8229
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-01 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8229-run.tgz run.2026-02-01_22-48-17
+ tar czf /build/trial-8229-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-01_08_35_57.tgz osmo-bts-oc2g.build-2026-02-01_00_51_34.tgz osmo-bts-sysmo.build-2026-02-01_00_51_23.tgz osmo-bts.build-2026-02-01_00_51_39.tgz osmo-ggsn.build-2026-02-01_20_42_33.tgz osmo-hlr.build-2026-02-01_16_38_44.tgz osmo-hnbgw.build-2026-02-01_07_37_37.tgz osmo-mgw.build-2026-02-01_08_33_06.tgz osmo-msc.build-2026-02-01_08_39_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-01_07_34_49.tgz osmo-pcu-sysmo.build-2026-02-01_07_34_51.tgz osmo-pcu.build-2026-02-01_07_34_58.tgz osmo-sgsn.build-2026-02-01_20_49_48.tgz osmo-stp.build-2026-02-01_01_05_49.tgz osmo-trx.build-2026-02-01_00_11_13.tgz osmocom-bb.build-2026-02-01_21_18_02.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