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 7918
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13873256212341296576.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-8367
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [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
#7 CACHED

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

#9 [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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#10 CACHED

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

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

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

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

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

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

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

#18 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#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 [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
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:4e8da688e369c6f9092d802158bf1e319ee3abb4e58c167a83ff2141bdc369cd done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8368 -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-06-20 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8368
+ mkdir -p trial-8368
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-20_13_28_00.tgz osmo-bts-oc2g.build-2026-06-20_00_51_45.tgz osmo-bts-sysmo.build-2026-06-20_00_51_54.tgz osmo-bts.build-2026-06-20_00_52_03.tgz osmo-ggsn.build-2026-06-20_20_42_54.tgz osmo-hlr.build-2026-06-20_16_36_54.tgz osmo-hnbgw.build-2026-06-20_13_32_00.tgz osmo-mgw.build-2026-06-20_08_33_09.tgz osmo-msc.build-2026-06-20_13_36_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-20_07_34_50.tgz osmo-pcu-sysmo.build-2026-06-20_07_34_53.tgz osmo-pcu.build-2026-06-20_07_34_59.tgz osmo-sgsn.build-2026-06-20_20_48_21.tgz osmo-stp.build-2026-06-20_13_26_10.tgz osmo-trx.build-2026-06-20_14_22_04.tgz osmocom-bb.build-2026-06-20_21_17_19.tgz srslte.build-19.tgz trial-8368
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-20_13_28_00.md5 osmo-bts-oc2g.build-2026-06-20_00_51_45.md5 osmo-bts-sysmo.build-2026-06-20_00_51_54.md5 osmo-bts.build-2026-06-20_00_52_03.md5 osmo-ggsn.build-2026-06-20_20_42_54.md5 osmo-hlr.build-2026-06-20_16_36_54.md5 osmo-hnbgw.build-2026-06-20_13_32_00.md5 osmo-mgw.build-2026-06-20_08_33_09.md5 osmo-msc.build-2026-06-20_13_36_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-20_07_34_50.md5 osmo-pcu-sysmo.build-2026-06-20_07_34_53.md5 osmo-pcu.build-2026-06-20_07_34_59.md5 osmo-sgsn.build-2026-06-20_20_48_21.md5 osmo-stp.build-2026-06-20_13_26_10.md5 osmo-trx.build-2026-06-20_14_22_04.md5 osmocom-bb.build-2026-06-20_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-20_13_28_00.md5 osmo-bts-oc2g.build-2026-06-20_00_51_45.md5 osmo-bts-sysmo.build-2026-06-20_00_51_54.md5 osmo-bts.build-2026-06-20_00_52_03.md5 osmo-ggsn.build-2026-06-20_20_42_54.md5 osmo-hlr.build-2026-06-20_16_36_54.md5 osmo-hnbgw.build-2026-06-20_13_32_00.md5 osmo-mgw.build-2026-06-20_08_33_09.md5 osmo-msc.build-2026-06-20_13_36_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-20_07_34_50.md5 osmo-pcu-sysmo.build-2026-06-20_07_34_53.md5 osmo-pcu.build-2026-06-20_07_34_59.md5 osmo-sgsn.build-2026-06-20_20_48_21.md5 osmo-stp.build-2026-06-20_13_26_10.md5 osmo-trx.build-2026-06-20_14_22_04.md5 osmocom-bb.build-2026-06-20_21_17_19.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8368 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8368'
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-8368
--------------------------------------------------------------------------------------------
22:48:16.381266 tst                       trial-8368: Detailed log at /build/trial-8368/run.2026-06-20_22-48-16/log

---------------------------------------------------------------------
trial-8368 netreg_mass
---------------------------------------------------------------------
22:48:16.588204 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.588570 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.589358 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.590537 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.632503 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.633390 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.634599 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.713132 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-8368 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.713915 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.728919 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.729438 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.729886 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.730344 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.730797 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.731251 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.731692 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.762031 tst         register_default_mass.py: using LAC 2
22:48:16.786332 tst         register_default_mass.py: using RAC 2
22:48:16.819978 tst         register_default_mass.py: using CellId 2
22:48:16.850914 tst         register_default_mass.py: using BVCI 3
22:48:16.864914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.865593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.866711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.867758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.868796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.869862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.870916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.871980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.872513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.873568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.874623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.875679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.876750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.877797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.878865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.879388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.879912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.880968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.881485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.882019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.882563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.883628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.884673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.885202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.885723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.886776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.887823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.888344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.888857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.889903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.890964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.891480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.892535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.893052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.893581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.894654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.895708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.896227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.896759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.897826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.898879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.899418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.899947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.900499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.901555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.902092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.902626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.903756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.904274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.904782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.905823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.906848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.907366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.907881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.908930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.909438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.909944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.910986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.911497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.912033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.912551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.913062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.913599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.914125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.914642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.915161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.915683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.916747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.917267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.917789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.918371 tst      register_default_mass.py:21: Launching a simple network
22:48:16.928306 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.047803 run            create_hlr_db(pid=20): Launched
22:48:18.062371 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.086724 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.101869 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.107454 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.298956 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.313661 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.319249 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.739114 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.753846 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.768702 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.896007 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.910854 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.916446 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.939515 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.954335 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.959972 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.274934 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.289858 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.316216 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.489570 run         osmo-bts-virtual(pid=34): Launched
22:48:29.525816 tst         register_default_mass.py: using MSISDN 1001
22:48:29.540017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.579845 tst         register_default_mass.py: using MSISDN 1002
22:48:29.597370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.628291 tst         register_default_mass.py: using MSISDN 1003
22:48:29.642882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.673784 tst         register_default_mass.py: using MSISDN 1004
22:48:29.688174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.719023 tst         register_default_mass.py: using MSISDN 1005
22:48:29.733492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.764297 tst         register_default_mass.py: using MSISDN 1006
22:48:29.778650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.809535 tst         register_default_mass.py: using MSISDN 1007
22:48:29.823958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.854724 tst         register_default_mass.py: using MSISDN 1008
22:48:29.868977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.899919 tst         register_default_mass.py: using MSISDN 1009
22:48:29.914280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.945122 tst         register_default_mass.py: using MSISDN 1010
22:48:29.959488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.989986 tst         register_default_mass.py: using MSISDN 1011
22:48:30.004218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.034813 tst         register_default_mass.py: using MSISDN 1012
22:48:30.049104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.079916 tst         register_default_mass.py: using MSISDN 1013
22:48:30.094222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.125412 tst         register_default_mass.py: using MSISDN 1014
22:48:30.139961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.171122 tst         register_default_mass.py: using MSISDN 1015
22:48:30.185671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.216503 tst         register_default_mass.py: using MSISDN 1016
22:48:30.230787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.261948 tst         register_default_mass.py: using MSISDN 1017
22:48:30.276474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.307738 tst         register_default_mass.py: using MSISDN 1018
22:48:30.322366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.353413 tst         register_default_mass.py: using MSISDN 1019
22:48:30.367790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.398737 tst         register_default_mass.py: using MSISDN 1020
22:48:30.413112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.444284 tst         register_default_mass.py: using MSISDN 1021
22:48:30.458791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.489803 tst         register_default_mass.py: using MSISDN 1022
22:48:30.504150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.543748 tst         register_default_mass.py: using MSISDN 1023
22:48:30.561300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.592419 tst         register_default_mass.py: using MSISDN 1024
22:48:30.607101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.638178 tst         register_default_mass.py: using MSISDN 1025
22:48:30.652710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.683630 tst         register_default_mass.py: using MSISDN 1026
22:48:30.698062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.728810 tst         register_default_mass.py: using MSISDN 1027
22:48:30.743147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.774012 tst         register_default_mass.py: using MSISDN 1028
22:48:30.788528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.819510 tst         register_default_mass.py: using MSISDN 1029
22:48:30.833961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.864933 tst         register_default_mass.py: using MSISDN 1030
22:48:30.879421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.910362 tst         register_default_mass.py: using MSISDN 1031
22:48:30.924832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.955545 tst         register_default_mass.py: using MSISDN 1032
22:48:30.969900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.000841 tst         register_default_mass.py: using MSISDN 1033
22:48:31.015247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.046365 tst         register_default_mass.py: using MSISDN 1034
22:48:31.060893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.091529 tst         register_default_mass.py: using MSISDN 1035
22:48:31.105722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.136637 tst         register_default_mass.py: using MSISDN 1036
22:48:31.150998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.181855 tst         register_default_mass.py: using MSISDN 1037
22:48:31.196340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.227010 tst         register_default_mass.py: using MSISDN 1038
22:48:31.241269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.272289 tst         register_default_mass.py: using MSISDN 1039
22:48:31.286674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.317515 tst         register_default_mass.py: using MSISDN 1040
22:48:31.331834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.362844 tst         register_default_mass.py: using MSISDN 1041
22:48:31.377166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.408125 tst         register_default_mass.py: using MSISDN 1042
22:48:31.422540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.453618 tst         register_default_mass.py: using MSISDN 1043
22:48:31.468145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.498703 tst         register_default_mass.py: using MSISDN 1044
22:48:31.512976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.543831 tst         register_default_mass.py: using MSISDN 1045
22:48:31.558123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.588677 tst         register_default_mass.py: using MSISDN 1046
22:48:31.602816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.633889 tst         register_default_mass.py: using MSISDN 1047
22:48:31.648294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.679150 tst         register_default_mass.py: using MSISDN 1048
22:48:31.693568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.724554 tst         register_default_mass.py: using MSISDN 1049
22:48:31.738965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.778606 tst         register_default_mass.py: using MSISDN 1050
22:48:31.796157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.827179 tst         register_default_mass.py: using MSISDN 1051
22:48:31.841784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.872431 tst         register_default_mass.py: using MSISDN 1052
22:48:31.880966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.911810 tst         register_default_mass.py: using MSISDN 1053
22:48:31.925848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.956644 tst         register_default_mass.py: using MSISDN 1054
22:48:31.970911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.001806 tst         register_default_mass.py: using MSISDN 1055
22:48:32.016175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.047140 tst         register_default_mass.py: using MSISDN 1056
22:48:32.061483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.092630 tst         register_default_mass.py: using MSISDN 1057
22:48:32.107145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.138027 tst         register_default_mass.py: using MSISDN 1058
22:48:32.152443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.183445 tst         register_default_mass.py: using MSISDN 1059
22:48:32.197912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.229134 tst         register_default_mass.py: using MSISDN 1060
22:48:32.243680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.274514 tst         register_default_mass.py: using MSISDN 1061
22:48:32.288897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.319924 tst         register_default_mass.py: using MSISDN 1062
22:48:32.334425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.365655 tst         register_default_mass.py: using MSISDN 1063
22:48:32.380222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.411037 tst         register_default_mass.py: using MSISDN 1064
22:48:32.425333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.456611 tst         register_default_mass.py: using MSISDN 1065
22:48:32.471153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.501899 tst         register_default_mass.py: using MSISDN 1066
22:48:32.516260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.546932 tst         register_default_mass.py: using MSISDN 1067
22:48:32.561191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.592152 tst         register_default_mass.py: using MSISDN 1068
22:48:32.606502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.637236 tst         register_default_mass.py: using MSISDN 1069
22:48:32.651533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.682392 tst         register_default_mass.py: using MSISDN 1070
22:48:32.696810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.727441 tst         register_default_mass.py: using MSISDN 1071
22:48:32.741708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.772634 tst         register_default_mass.py: using MSISDN 1072
22:48:32.787000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.817838 tst         register_default_mass.py: using MSISDN 1073
22:48:32.832193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.863173 tst         register_default_mass.py: using MSISDN 1074
22:48:32.877604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.908343 tst         register_default_mass.py: using MSISDN 1075
22:48:32.922589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.953464 tst         register_default_mass.py: using MSISDN 1076
22:48:32.967808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.998518 tst         register_default_mass.py: using MSISDN 1077
22:48:33.012245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.042982 tst         register_default_mass.py: using MSISDN 1078
22:48:33.057212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.088068 tst         register_default_mass.py: using MSISDN 1079
22:48:33.102330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.132928 tst         register_default_mass.py: using MSISDN 1080
22:48:33.147133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.177899 tst         register_default_mass.py: using MSISDN 1081
22:48:33.192180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.223036 tst         register_default_mass.py: using MSISDN 1082
22:48:33.237350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.268041 tst         register_default_mass.py: using MSISDN 1083
22:48:33.282290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.313135 tst         register_default_mass.py: using MSISDN 1084
22:48:33.327408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.358146 tst         register_default_mass.py: using MSISDN 1085
22:48:33.372453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.402934 tst         register_default_mass.py: using MSISDN 1086
22:48:33.413874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.444726 tst         register_default_mass.py: using MSISDN 1087
22:48:33.458930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.489800 tst         register_default_mass.py: using MSISDN 1088
22:48:33.504133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.543402 tst         register_default_mass.py: using MSISDN 1089
22:48:33.560988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.591764 tst         register_default_mass.py: using MSISDN 1090
22:48:33.606365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.637229 tst         register_default_mass.py: using MSISDN 1091
22:48:33.651550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.682211 tst         register_default_mass.py: using MSISDN 1092
22:48:33.696439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.726966 tst         register_default_mass.py: using MSISDN 1093
22:48:33.741217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.772076 tst         register_default_mass.py: using MSISDN 1094
22:48:33.786383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.817233 tst         register_default_mass.py: using MSISDN 1095
22:48:33.831535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.862221 tst         register_default_mass.py: using MSISDN 1096
22:48:33.876581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.907262 tst         register_default_mass.py: using MSISDN 1097
22:48:33.921401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.952163 tst         register_default_mass.py: using MSISDN 1098
22:48:33.966571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.997388 tst         register_default_mass.py: using MSISDN 1099
22:48:34.011739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.042419 tst         register_default_mass.py: using MSISDN 1100
22:48:34.056868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.148272 run                             mass: Starting testcase
22:48:34.153766 run                             mass: Pre-launching all virtphy's
22:48:34.159177 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.172123 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.178213 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.191123 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.197173 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.210010 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.215957 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.228849 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.234866 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.247607 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.253504 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.266279 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.272245 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.285024 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.290952 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.303729 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.309685 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.322480 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.328385 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.341156 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.347100 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.359862 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.365806 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.378670 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.384701 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.397519 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.403568 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.416368 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.422271 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.435050 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.441072 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.453937 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.459846 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.472653 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.478597 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.491348 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.497280 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.510038 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.515962 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.528783 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.534666 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.547391 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.553307 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.566074 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.572036 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.584826 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.590796 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.603595 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.609526 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.622463 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.628390 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.641299 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.647277 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.660166 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.666109 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.678955 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.684946 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.697763 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.703773 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.716577 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.722535 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.735328 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.741261 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.754074 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.759986 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.772795 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.778735 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.791536 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.797429 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.810229 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.816195 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.828994 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.834954 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.847707 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.853574 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.866297 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.872319 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.885102 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.891168 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.903947 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.909825 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.922735 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.928643 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.941594 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.947539 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.960320 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.966217 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.978971 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.984883 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.997585 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.003518 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.016456 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.022425 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.035221 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.041083 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.053905 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.059815 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.072574 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.078492 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.091239 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.097102 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.110053 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.115943 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.128765 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.134691 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.147417 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.153415 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.166184 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.172148 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.184974 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.190895 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.203653 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.209593 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.222321 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.228174 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.240882 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.246779 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.259556 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.265495 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.278289 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.284138 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.296872 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.302763 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.315519 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.321461 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.334210 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.340200 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.352933 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.358930 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.371779 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.377652 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.390521 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.396398 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.409345 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.415268 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.428138 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.434094 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.447009 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.452902 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.465627 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.471515 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.484298 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.490166 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.502971 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.508835 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.521584 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.527451 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.540205 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.546098 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.558815 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.564693 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.577586 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.583523 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.596413 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.602326 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.615140 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.621169 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.634093 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.640120 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.652983 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.658968 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.671871 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.677790 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.690622 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.696544 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.709383 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.715295 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.728119 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.734042 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.746896 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.752814 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.765663 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.771675 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.784587 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.790520 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.803394 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.809322 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.822385 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.828320 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.841302 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.847272 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.860282 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.866242 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.879253 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.885184 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.898040 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.904055 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.916922 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.922888 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.935855 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.941845 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.954753 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.960677 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.973531 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.979483 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.992334 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.998295 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.011136 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.017019 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.029848 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.035856 run                             mass: Checking if sockets are in the filesystem
22:48:36.068502 run                osmo-ms-mob/00000: Starting mobile
22:48:36.081432 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.092852 run                             mass: MS start registered  {at=2906644.386676785, delay=0.005490010138601065, ms=00000}
22:48:40.282462 run                osmo-ms-mob/00001: Starting mobile
22:48:40.299844 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.310586 run                             mass: MS start registered  {at=2906648.604410402, delay=0.0044878521002829075, ms=00001}
22:48:41.318948 run                             mass: MS performed LU  {at=2906649.612652849, lu_delay=5.2259760638698936, ms=00000}
22:48:42.051509 run                osmo-ms-mob/00002: Starting mobile
22:48:42.064406 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.075021 run                             mass: MS start registered  {at=2906650.368844185, delay=0.004615298938006163, ms=00002}
22:48:43.351938 run                osmo-ms-mob/00003: Starting mobile
22:48:43.365050 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.375541 run                             mass: MS start registered  {at=2906651.669365095, delay=0.004501915071159601, ms=00003}
22:48:44.451527 run                osmo-ms-mob/00004: Starting mobile
22:48:44.464414 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.474768 run                             mass: MS start registered  {at=2906652.768593932, delay=0.004332011099904776, ms=00004}
22:48:45.084541 run                             mass: MS performed LU  {at=2906653.378254397, lu_delay=4.773843994829804, ms=00001}
22:48:45.459787 run                osmo-ms-mob/00005: Starting mobile
22:48:45.475273 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.485910 run                             mass: MS start registered  {at=2906653.779735631, delay=0.004504261072725058, ms=00005}
22:48:46.355689 run                osmo-ms-mob/00006: Starting mobile
22:48:46.368606 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.378995 run                             mass: MS start registered  {at=2906654.672824288, delay=0.004434495698660612, ms=00006}
22:48:46.985804 run                             mass: MS performed LU  {at=2906655.279514759, lu_delay=4.910670573823154, ms=00002}
22:48:47.283527 run                osmo-ms-mob/00007: Starting mobile
22:48:47.300339 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.310784 run                             mass: MS start registered  {at=2906655.604613152, delay=0.004480247851461172, ms=00007}
22:48:48.051878 run                osmo-ms-mob/00008: Starting mobile
22:48:48.064704 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.075540 run                             mass: MS start registered  {at=2906656.369366564, delay=0.004581144079566002, ms=00008}
22:48:48.783758 run                osmo-ms-mob/00009: Starting mobile
22:48:48.800370 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.811085 run                             mass: MS start registered  {at=2906657.104912352, delay=0.0045122187584638596, ms=00009}
22:48:48.849295 run                             mass: MS performed LU  {at=2906657.143031667, lu_delay=5.473666572012007, ms=00003}
22:48:49.490589 run                osmo-ms-mob/00010: Starting mobile
22:48:49.506774 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.517558 run                             mass: MS start registered  {at=2906657.811384163, delay=0.0046584210358560085, ms=00010}
22:48:50.073793 run                osmo-ms-mob/00011: Starting mobile
22:48:50.089743 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.100250 run                             mass: MS start registered  {at=2906658.394072911, delay=0.004578714724630117, ms=00011}
22:48:50.655607 run                osmo-ms-mob/00012: Starting mobile
22:48:50.668716 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.679203 run                             mass: MS start registered  {at=2906658.973031135, delay=0.00449193362146616, ms=00012}
22:48:50.751625 run                             mass: MS performed LU  {at=2906659.045337821, lu_delay=6.2767438888549805, ms=00004}
22:48:50.777960 run                             mass: MS performed LU  {at=2906659.071771114, lu_delay=5.29203548328951, ms=00005}
22:48:51.291601 run                osmo-ms-mob/00013: Starting mobile
22:48:51.308133 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.318692 run                             mass: MS start registered  {at=2906659.612518013, delay=0.004540177993476391, ms=00013}
22:48:51.856210 run                osmo-ms-mob/00014: Starting mobile
22:48:51.869403 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.880570 run                             mass: MS start registered  {at=2906660.174372549, delay=0.005116125103086233, ms=00014}
22:48:52.451933 run                osmo-ms-mob/00015: Starting mobile
22:48:52.464829 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.475628 run                             mass: MS start registered  {at=2906660.769455881, delay=0.004800730850547552, ms=00015}
22:48:52.615872 run                             mass: MS performed LU  {at=2906660.909591196, lu_delay=5.3049780442379415, ms=00007}
22:48:52.680462 run                             mass: MS performed LU  {at=2906660.974174595, lu_delay=6.301350307185203, ms=00006}
22:48:52.984825 run                osmo-ms-mob/00016: Starting mobile
22:48:53.002560 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.008577 run                             mass: MS performed LU  {at=2906661.302411703, lu_delay=4.9330451390706, ms=00008}
22:48:53.014582 run                             mass: MS start registered  {at=2906661.308423136, delay=0.0060293180868029594, ms=00016}
22:48:53.451495 run                osmo-ms-mob/00017: Starting mobile
22:48:53.465059 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.476524 run                             mass: MS start registered  {at=2906661.770349624, delay=0.005364933982491493, ms=00017}
22:48:54.084332 run                osmo-ms-mob/00018: Starting mobile
22:48:54.101025 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.111611 run                             mass: MS start registered  {at=2906662.405440358, delay=0.004646982066333294, ms=00018}
22:48:54.414953 run                             mass: MS performed LU  {at=2906662.708680431, lu_delay=4.897296268027276, ms=00010}
22:48:54.429372 run                osmo-ms-mob/00019: Starting mobile
22:48:54.442299 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.453405 run                             mass: MS start registered  {at=2906662.747233055, delay=0.005189142189919949, ms=00019}
22:48:54.516799 run                             mass: MS performed LU  {at=2906662.810525183, lu_delay=4.4164522723294795, ms=00011}
22:48:54.543234 run                             mass: MS performed LU  {at=2906662.836986694, lu_delay=5.732074342202395, ms=00009}
22:48:54.991615 run                osmo-ms-mob/00020: Starting mobile
22:48:55.007369 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.018506 run                             mass: MS start registered  {at=2906663.312332186, delay=0.005175441969186068, ms=00020}
22:48:55.451606 run                osmo-ms-mob/00021: Starting mobile
22:48:55.464740 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.475571 run                             mass: MS start registered  {at=2906663.769401867, delay=0.0048380629159510136, ms=00021}
22:48:55.852272 run                osmo-ms-mob/00022: Starting mobile
22:48:55.865292 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.876038 run                             mass: MS start registered  {at=2906664.169867718, delay=0.0047604539431631565, ms=00022}
22:48:56.384487 run                osmo-ms-mob/00023: Starting mobile
22:48:56.401065 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.407177 run                             mass: MS performed LU  {at=2906664.701012487, lu_delay=5.088494474068284, ms=00013}
22:48:56.413054 run                             mass: MS start registered  {at=2906664.706896103, delay=0.005900113843381405, ms=00023}
22:48:56.446408 run                             mass: MS performed LU  {at=2906664.740171144, lu_delay=5.76714000897482, ms=00012}
22:48:56.753453 run                osmo-ms-mob/00024: Starting mobile
22:48:56.766639 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.772686 run                             mass: MS performed LU  {at=2906665.066520633, lu_delay=4.892148084007204, ms=00014}
22:48:56.778818 run                             mass: MS start registered  {at=2906665.07265963, delay=0.006155656650662422, ms=00024}
22:48:57.256858 run                osmo-ms-mob/00025: Starting mobile
22:48:57.281181 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.292228 run                             mass: MS start registered  {at=2906665.586054737, delay=0.004881556145846844, ms=00025}
22:48:57.671004 run                osmo-ms-mob/00026: Starting mobile
22:48:57.686118 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.697464 run                             mass: MS start registered  {at=2906665.991290791, delay=0.005041653756052256, ms=00026}
22:48:58.075600 run                osmo-ms-mob/00027: Starting mobile
22:48:58.091727 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.102238 run                             mass: MS start registered  {at=2906666.396065513, delay=0.004515971057116985, ms=00027}
22:48:58.180740 run                             mass: MS performed LU  {at=2906666.474449995, lu_delay=4.704100370872766, ms=00017}
22:48:58.282874 run                             mass: MS performed LU  {at=2906666.576604391, lu_delay=5.807148510124534, ms=00015}
22:48:58.310120 run                             mass: MS performed LU  {at=2906666.603868805, lu_delay=5.295445668976754, ms=00016}
22:48:58.324389 run                osmo-ms-mob/00028: Starting mobile
22:48:58.337310 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.347918 run                             mass: MS start registered  {at=2906666.641749283, delay=0.0046398816630244255, ms=00028}
22:48:58.891504 run                osmo-ms-mob/00029: Starting mobile
22:48:58.907724 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.918362 run                             mass: MS start registered  {at=2906667.21218936, delay=0.004676108248531818, ms=00029}
22:48:59.265111 run                osmo-ms-mob/00030: Starting mobile
22:48:59.278964 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.289882 run                             mass: MS start registered  {at=2906667.583709015, delay=0.004878236912190914, ms=00030}
22:48:59.683257 run                osmo-ms-mob/00031: Starting mobile
22:48:59.698498 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.709142 run                             mass: MS start registered  {at=2906668.002970946, delay=0.004530942998826504, ms=00031}
22:48:59.952127 run                osmo-ms-mob/00032: Starting mobile
22:48:59.965054 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.975807 run                             mass: MS start registered  {at=2906668.2696326, delay=0.004714717622846365, ms=00032}
22:49:00.147454 run                             mass: MS performed LU  {at=2906668.441178719, lu_delay=5.128846533130854, ms=00020}
22:49:00.212440 run                             mass: MS performed LU  {at=2906668.506167108, lu_delay=6.100726750213653, ms=00018}
22:49:00.256797 run                osmo-ms-mob/00033: Starting mobile
22:49:00.270735 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.279370 run                             mass: MS performed LU  {at=2906668.573197452, lu_delay=4.8037955849431455, ms=00021}
22:49:00.285251 run                             mass: MS start registered  {at=2906668.579093288, delay=0.008457176387310028, ms=00033}
22:49:00.782611 run                osmo-ms-mob/00034: Starting mobile
22:49:00.798611 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.809892 run                             mass: MS start registered  {at=2906669.103716116, delay=0.005225666798651218, ms=00034}
22:49:01.064948 run                osmo-ms-mob/00035: Starting mobile
22:49:01.078610 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.089502 run                             mass: MS start registered  {at=2906669.38332824, delay=0.0049047330394387245, ms=00035}
22:49:01.454256 run                osmo-ms-mob/00036: Starting mobile
22:49:01.478510 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.489378 run                             mass: MS start registered  {at=2906669.783208823, delay=0.004560012836009264, ms=00036}
22:49:01.852110 run                osmo-ms-mob/00037: Starting mobile
22:49:01.864944 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.875640 run                             mass: MS start registered  {at=2906670.169445633, delay=0.004655887838453054, ms=00037}
22:49:01.946801 run                             mass: MS performed LU  {at=2906670.240527516, lu_delay=5.167867886368185, ms=00024}
22:49:02.048795 run                             mass: MS performed LU  {at=2906670.342521173, lu_delay=4.756466435734183, ms=00025}
22:49:02.077286 run                osmo-ms-mob/00038: Starting mobile
22:49:02.090361 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.096390 run                             mass: MS performed LU  {at=2906670.390227042, lu_delay=5.683330939151347, ms=00023}
22:49:02.102101 run                             mass: MS start registered  {at=2906670.395943547, delay=0.005733101163059473, ms=00038}
22:49:02.219657 run                             mass: MS performed LU  {at=2906670.513390565, lu_delay=6.343522846698761, ms=00022}
22:49:02.248639 run                osmo-ms-mob/00039: Starting mobile
22:49:02.261559 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.272213 run                             mass: MS start registered  {at=2906670.566041377, delay=0.004705545958131552, ms=00039}
22:49:02.883809 run                osmo-ms-mob/00040: Starting mobile
22:49:02.901193 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.912035 run                             mass: MS start registered  {at=2906671.20585923, delay=0.004696197807788849, ms=00040}
22:49:03.151856 run                osmo-ms-mob/00041: Starting mobile
22:49:03.165042 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.175814 run                             mass: MS start registered  {at=2906671.469642171, delay=0.00473855109885335, ms=00041}
22:49:03.464519 run                osmo-ms-mob/00042: Starting mobile
22:49:03.478037 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.488722 run                             mass: MS start registered  {at=2906671.782550651, delay=0.004756808280944824, ms=00042}
22:49:03.891917 run                osmo-ms-mob/00043: Starting mobile
22:49:03.908142 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.914402 run                             mass: MS performed LU  {at=2906672.2082364, lu_delay=6.216945609077811, ms=00026}
22:49:03.920145 run                             mass: MS start registered  {at=2906672.213987271, delay=0.005768481642007828, ms=00043}
22:49:03.977810 run                             mass: MS performed LU  {at=2906672.271532753, lu_delay=5.629783470183611, ms=00028}
22:49:04.019489 run                osmo-ms-mob/00044: Starting mobile
22:49:04.033377 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.043953 run                             mass: MS start registered  {at=2906672.337781587, delay=0.004422239027917385, ms=00044}
22:49:04.050233 run                             mass: MS performed LU  {at=2906672.344068525, lu_delay=5.131879164837301, ms=00029}
22:49:04.122120 run                             mass: MS performed LU  {at=2906672.415846836, lu_delay=6.019781322684139, ms=00027}
22:49:04.149769 run                osmo-ms-mob/00045: Starting mobile
22:49:04.162750 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.168668 run                             mass: MS performed LU  {at=2906672.462504967, lu_delay=4.878795952070504, ms=00030}
22:49:04.174514 run                             mass: MS start registered  {at=2906672.46835652, delay=0.005868263076990843, ms=00045}
22:49:04.763684 run                osmo-ms-mob/00046: Starting mobile
22:49:04.777268 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.788451 run                             mass: MS start registered  {at=2906673.082279316, delay=0.004763762000948191, ms=00046}
22:49:05.051816 run                osmo-ms-mob/00047: Starting mobile
22:49:05.065212 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.075971 run                             mass: MS start registered  {at=2906673.369799695, delay=0.004721968900412321, ms=00047}
22:49:05.386158 run                osmo-ms-mob/00048: Starting mobile
22:49:05.403317 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.413995 run                             mass: MS start registered  {at=2906673.707822034, delay=0.004717862233519554, ms=00048}
22:49:05.664273 run                osmo-ms-mob/00049: Starting mobile
22:49:05.677945 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.688703 run                             mass: MS start registered  {at=2906673.982531243, delay=0.004679729230701923, ms=00049}
22:49:05.712736 run                             mass: MS performed LU  {at=2906674.006547744, lu_delay=5.427454455755651, ms=00033}
22:49:05.814310 run                             mass: MS performed LU  {at=2906674.108038944, lu_delay=6.105067998170853, ms=00031}
22:49:05.842241 run                osmo-ms-mob/00050: Starting mobile
22:49:05.855272 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.861292 run                             mass: MS performed LU  {at=2906674.155130126, lu_delay=5.885497526265681, ms=00032}
22:49:05.867107 run                             mass: MS start registered  {at=2906674.160950163, delay=0.0058359187096357346, ms=00050}
22:49:05.985972 run                             mass: MS performed LU  {at=2906674.279696866, lu_delay=5.175980750005692, ms=00034}
22:49:06.040288 run                             mass: MS performed LU  {at=2906674.334015622, lu_delay=4.950687381904572, ms=00035}
22:49:06.065747 run                osmo-ms-mob/00051: Starting mobile
22:49:06.078791 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.089475 run                             mass: MS start registered  {at=2906674.383305649, delay=0.004689079709351063, ms=00051}
22:49:06.664447 run                osmo-ms-mob/00052: Starting mobile
22:49:06.678735 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.690671 run                             mass: MS start registered  {at=2906674.984489873, delay=0.005574124865233898, ms=00052}
22:49:06.966325 run                osmo-ms-mob/00053: Starting mobile
22:49:06.980225 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.991128 run                             mass: MS start registered  {at=2906675.284955173, delay=0.004704996012151241, ms=00053}
22:49:07.262840 run                osmo-ms-mob/00054: Starting mobile
22:49:07.276535 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.287227 run                             mass: MS start registered  {at=2906675.581056007, delay=0.004786725156009197, ms=00054}
22:49:07.552382 run                osmo-ms-mob/00055: Starting mobile
22:49:07.565214 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.576302 run                             mass: MS start registered  {at=2906675.870106638, delay=0.005116610787808895, ms=00055}
22:49:07.678703 run                             mass: MS performed LU  {at=2906675.972430867, lu_delay=4.7665716372430325, ms=00040}
22:49:07.743705 run                             mass: MS performed LU  {at=2906676.037451054, lu_delay=5.641507506836206, ms=00038}
22:49:07.770601 run                osmo-ms-mob/00056: Starting mobile
22:49:07.783643 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.794378 run                             mass: MS start registered  {at=2906676.08820932, delay=0.0047180186957120895, ms=00056}
22:49:07.811674 run                             mass: MS performed LU  {at=2906676.105502648, lu_delay=5.539461270906031, ms=00039}
22:49:07.849585 run                             mass: MS performed LU  {at=2906676.143335918, lu_delay=5.973890285007656, ms=00037}
22:49:07.870433 run                osmo-ms-mob/00057: Starting mobile
22:49:07.883383 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.889643 run                             mass: MS performed LU  {at=2906676.183476458, lu_delay=6.400267635006458, ms=00036}
22:49:07.895483 run                             mass: MS start registered  {at=2906676.189325163, delay=0.005865536164492369, ms=00057}
22:49:08.139763 run                             mass: MS performed LU  {at=2906676.433491752, lu_delay=4.963849580846727, ms=00041}
22:49:08.565051 run                osmo-ms-mob/00058: Starting mobile
22:49:08.578786 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.589516 run                             mass: MS start registered  {at=2906676.883345003, delay=0.004805480595678091, ms=00058}
22:49:08.866256 run                osmo-ms-mob/00059: Starting mobile
22:49:08.880033 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.890919 run                             mass: MS start registered  {at=2906677.184745268, delay=0.0047371420077979565, ms=00059}
22:49:09.164245 run                osmo-ms-mob/00060: Starting mobile
22:49:09.177802 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.188638 run                             mass: MS start registered  {at=2906677.482466472, delay=0.005012137815356255, ms=00060}
22:49:09.478321 run                             mass: MS performed LU  {at=2906677.772045794, lu_delay=4.689766477793455, ms=00046}
22:49:09.506743 run                osmo-ms-mob/00061: Starting mobile
22:49:09.519866 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.525889 run                             mass: MS performed LU  {at=2906677.819725508, lu_delay=5.351368987932801, ms=00045}
22:49:09.531706 run                             mass: MS start registered  {at=2906677.82554876, delay=0.005840690340846777, ms=00061}
22:49:09.579991 run                             mass: MS performed LU  {at=2906677.873733252, lu_delay=4.503933556843549, ms=00047}
22:49:09.602025 run                osmo-ms-mob/00062: Starting mobile
22:49:09.615036 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.625744 run                             mass: MS start registered  {at=2906677.919574711, delay=0.004843132104724646, ms=00062}
22:49:09.806076 run                             mass: MS performed LU  {at=2906678.099800893, lu_delay=6.3172502419911325, ms=00042}
22:49:09.829962 run                             mass: MS performed LU  {at=2906678.123799759, lu_delay=5.9098124881275, ms=00043}
22:49:09.841013 run                osmo-ms-mob/00063: Starting mobile
22:49:09.854013 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.864893 run                             mass: MS start registered  {at=2906678.158721292, delay=0.004952454939484596, ms=00063}
22:49:10.502965 run                             mass: MS performed LU  {at=2906678.796669911, lu_delay=6.45888832397759, ms=00044}
22:49:10.517720 run                osmo-ms-mob/00064: Starting mobile
22:49:10.530843 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.541693 run                             mass: MS start registered  {at=2906678.835520162, delay=0.004882494919002056, ms=00064}
22:49:10.862875 run                             mass: MS performed LU  {at=2906679.156604792, lu_delay=3.871649619191885, ms=00053}
22:49:10.893250 run                osmo-ms-mob/00065: Starting mobile
22:49:10.906479 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.917703 run                             mass: MS start registered  {at=2906679.211531245, delay=0.005132514052093029, ms=00065}
22:49:11.264359 run                osmo-ms-mob/00066: Starting mobile
22:49:11.278068 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.289206 run                             mass: MS start registered  {at=2906679.583033702, delay=0.005046333651989698, ms=00066}
22:49:11.342931 run                             mass: MS performed LU  {at=2906679.63667643, lu_delay=5.475726266857237, ms=00050}
22:49:11.379593 run                             mass: MS performed LU  {at=2906679.673346829, lu_delay=5.96552479499951, ms=00048}
22:49:11.508769 run                             mass: MS performed LU  {at=2906679.802505302, lu_delay=5.819974058773369, ms=00049}
22:49:11.523463 run                osmo-ms-mob/00067: Starting mobile
22:49:11.536453 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.547286 run                             mass: MS start registered  {at=2906679.841115264, delay=0.004709961358457804, ms=00067}
22:49:11.653514 run                             mass: MS performed LU  {at=2906679.947243404, lu_delay=4.962753531057388, ms=00052}
22:49:11.676949 run                             mass: MS performed LU  {at=2906679.9707869, lu_delay=5.587481250986457, ms=00051}
22:49:11.688648 run                osmo-ms-mob/00068: Starting mobile
22:49:11.701799 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.712627 run                             mass: MS start registered  {at=2906680.006455167, delay=0.004914446268230677, ms=00068}
22:49:12.368844 run                osmo-ms-mob/00069: Starting mobile
22:49:12.382960 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.394017 run                             mass: MS start registered  {at=2906680.687832163, delay=0.00469577219337225, ms=00069}
22:49:12.761211 run                osmo-ms-mob/00070: Starting mobile
22:49:12.775313 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.786613 run                             mass: MS start registered  {at=2906681.080437016, delay=0.005321064032614231, ms=00070}
22:49:13.174095 run                osmo-ms-mob/00071: Starting mobile
22:49:13.190105 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.200889 run                             mass: MS start registered  {at=2906681.494716579, delay=0.0049420869909226894, ms=00071}
22:49:13.243788 run                             mass: MS performed LU  {at=2906681.537495725, lu_delay=5.44928640499711, ms=00056}
22:49:13.327500 run                             mass: MS performed LU  {at=2906681.621226302, lu_delay=5.431901138741523, ms=00057}
22:49:13.350808 run                             mass: MS performed LU  {at=2906681.644643822, lu_delay=5.774537184275687, ms=00055}
22:49:13.361840 run                osmo-ms-mob/00072: Starting mobile
22:49:13.374681 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.385462 run                             mass: MS start registered  {at=2906681.679294146, delay=0.0048524159938097, ms=00072}
22:49:13.517013 run                             mass: MS performed LU  {at=2906681.810736999, lu_delay=6.229680991731584, ms=00054}
22:49:13.571651 run                             mass: MS performed LU  {at=2906681.865393302, lu_delay=4.98204829916358, ms=00058}
22:49:13.593949 run                             mass: MS performed LU  {at=2906681.887786948, lu_delay=4.703041680157185, ms=00059}
22:49:13.604941 run                osmo-ms-mob/00073: Starting mobile
22:49:13.617788 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.628613 run                             mass: MS start registered  {at=2906681.922443732, delay=0.00493314303457737, ms=00073}
22:49:14.352042 run                osmo-ms-mob/00074: Starting mobile
22:49:14.364972 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.375682 run                             mass: MS start registered  {at=2906682.669507992, delay=0.004734054207801819, ms=00074}
22:49:14.774265 run                osmo-ms-mob/00075: Starting mobile
22:49:14.790676 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.801545 run                             mass: MS start registered  {at=2906683.095374324, delay=0.004889366682618856, ms=00075}
22:49:15.145219 run                             mass: MS performed LU  {at=2906683.438944061, lu_delay=5.519369349814951, ms=00062}
22:49:15.188679 run                osmo-ms-mob/00076: Starting mobile
22:49:15.202428 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.213532 run                             mass: MS start registered  {at=2906683.50736155, delay=0.0051503307186067104, ms=00076}
22:49:15.274701 run                             mass: MS performed LU  {at=2906683.568424735, lu_delay=5.409703443292528, ms=00063}
22:49:15.418194 run                             mass: MS performed LU  {at=2906683.711901736, lu_delay=6.229435264132917, ms=00060}
22:49:15.682625 run                osmo-ms-mob/00077: Starting mobile
22:49:15.697847 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.708711 run                             mass: MS start registered  {at=2906684.002539924, delay=0.004958361852914095, ms=00077}
22:49:16.165777 run                osmo-ms-mob/00078: Starting mobile
22:49:16.179585 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.190373 run                             mass: MS start registered  {at=2906684.484202924, delay=0.0047834450379014015, ms=00078}
22:49:16.583670 run                osmo-ms-mob/00079: Starting mobile
22:49:16.599301 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.610124 run                             mass: MS start registered  {at=2906684.903950865, delay=0.004822018090635538, ms=00079}
22:49:17.075044 run                osmo-ms-mob/00080: Starting mobile
22:49:17.091274 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.097580 run                             mass: MS performed LU  {at=2906685.391413053, lu_delay=4.703580889850855, ms=00069}
22:49:17.103588 run                             mass: MS start registered  {at=2906685.397429319, delay=0.006033900193870068, ms=00080}
22:49:17.110584 run                             mass: MS performed LU  {at=2906685.404416006, lu_delay=5.3979608388617635, ms=00068}
22:49:17.138876 run                             mass: MS performed LU  {at=2906685.432681209, lu_delay=5.59156594472006, ms=00067}
22:49:17.246006 run                             mass: MS performed LU  {at=2906685.539732261, lu_delay=5.956698559224606, ms=00066}
22:49:17.275302 run                osmo-ms-mob/00081: Starting mobile
22:49:17.288606 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.294672 run                             mass: MS performed LU  {at=2906685.588507713, lu_delay=6.37697646766901, ms=00065}
22:49:17.300840 run                             mass: MS start registered  {at=2906685.594680577, delay=0.006190762855112553, ms=00081}
22:49:17.337515 run                             mass: MS performed LU  {at=2906685.631297882, lu_delay=22.884064827114344, ms=00019}
22:49:17.951929 run                osmo-ms-mob/00082: Starting mobile
22:49:17.965314 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.976400 run                             mass: MS start registered  {at=2906686.270227162, delay=0.004915561061352491, ms=00082}
22:49:18.200980 run                             mass: MS performed LU  {at=2906686.494703888, lu_delay=4.572260155808181, ms=00073}
22:49:18.551320 run                osmo-ms-mob/00083: Starting mobile
22:49:18.564413 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.575279 run                             mass: MS start registered  {at=2906686.869106788, delay=0.004761922173202038, ms=00083}
22:49:18.911233 run                             mass: MS performed LU  {at=2906687.204955475, lu_delay=4.535447482950985, ms=00074}
22:49:18.948938 run                             mass: MS performed LU  {at=2906687.242683334, lu_delay=5.74796675471589, ms=00071}
22:49:18.968146 run                osmo-ms-mob/00084: Starting mobile
22:49:18.981225 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.992088 run                             mass: MS start registered  {at=2906687.285914718, delay=0.004843586124479771, ms=00084}
22:49:19.041445 run                             mass: MS performed LU  {at=2906687.335163656, lu_delay=6.254726639948785, ms=00070}
22:49:19.240122 run                             mass: MS performed LU  {at=2906687.533853778, lu_delay=5.8545596320182085, ms=00072}
22:49:19.584259 run                osmo-ms-mob/00085: Starting mobile
22:49:19.600484 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.611638 run                             mass: MS start registered  {at=2906687.905457599, delay=0.005116395186632872, ms=00085}
22:49:20.165279 run                osmo-ms-mob/00086: Starting mobile
22:49:20.179154 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.189993 run                             mass: MS start registered  {at=2906688.483817615, delay=0.004738680087029934, ms=00086}
22:49:20.783245 run                osmo-ms-mob/00087: Starting mobile
22:49:20.800611 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.812260 run                             mass: MS start registered  {at=2906689.106069699, delay=0.005534250754863024, ms=00087}
22:49:20.858782 run                             mass: MS performed LU  {at=2906689.152507179, lu_delay=5.1499672550708055, ms=00077}
22:49:20.882618 run                             mass: MS performed LU  {at=2906689.176454965, lu_delay=5.669093415141106, ms=00076}
22:49:20.904779 run                             mass: MS performed LU  {at=2906689.198531937, lu_delay=4.714329012669623, ms=00078}
22:49:21.011078 run                             mass: MS performed LU  {at=2906689.304803201, lu_delay=6.209428877104074, ms=00075}
22:49:21.383684 run                osmo-ms-mob/00088: Starting mobile
22:49:21.400687 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.411515 run                             mass: MS start registered  {at=2906689.705341022, delay=0.004765198100358248, ms=00088}
22:49:21.952420 run                osmo-ms-mob/00089: Starting mobile
22:49:21.965705 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.976819 run                             mass: MS start registered  {at=2906690.27064612, delay=0.004953138064593077, ms=00089}
22:49:22.583918 run                osmo-ms-mob/00090: Starting mobile
22:49:22.600972 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.612552 run                             mass: MS start registered  {at=2906690.906379227, delay=0.0056030941195786, ms=00090}
22:49:22.677128 run                             mass: MS performed LU  {at=2906690.970846918, lu_delay=5.376166340894997, ms=00081}
22:49:22.806908 run                             mass: MS performed LU  {at=2906691.100635192, lu_delay=5.703205872792751, ms=00080}
22:49:22.932495 run                             mass: MS performed LU  {at=2906691.22621749, lu_delay=6.322266625240445, ms=00079}
22:49:23.264845 run                osmo-ms-mob/00091: Starting mobile
22:49:23.278754 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.289558 run                             mass: MS start registered  {at=2906691.583388182, delay=0.004847086034715176, ms=00091}
22:49:23.964042 run                osmo-ms-mob/00092: Starting mobile
22:49:23.978305 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.989469 run                             mass: MS start registered  {at=2906692.283298496, delay=0.00504530593752861, ms=00092}
22:49:24.625410 run                             mass: MS performed LU  {at=2906692.919140307, lu_delay=5.013682708144188, ms=00085}
22:49:24.642762 run                             mass: MS performed LU  {at=2906692.936501463, lu_delay=5.650586744770408, ms=00084}
22:49:24.684883 run                osmo-ms-mob/00093: Starting mobile
22:49:24.699730 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.705669 run                             mass: MS performed LU  {at=2906692.999507404, lu_delay=6.130400615744293, ms=00083}
22:49:24.711452 run                             mass: MS start registered  {at=2906693.005294909, delay=0.005802988540381193, ms=00093}
22:49:24.777127 run                             mass: MS performed LU  {at=2906693.070850682, lu_delay=4.587033066898584, ms=00086}
22:49:25.651300 run                osmo-ms-mob/00094: Starting mobile
22:49:25.664195 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.675337 run                             mass: MS start registered  {at=2906693.969166931, delay=0.0050865663215518, ms=00094}
22:49:26.442884 run                             mass: MS performed LU  {at=2906694.736585325, lu_delay=5.031244303099811, ms=00088}
22:49:26.494373 run                osmo-ms-mob/00095: Starting mobile
22:49:26.510349 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.521152 run                             mass: MS start registered  {at=2906694.814981951, delay=0.004775593988597393, ms=00095}
22:49:26.572256 run                             mass: MS performed LU  {at=2906694.865983009, lu_delay=5.759913309942931, ms=00087}
22:49:26.933007 run                             mass: MS performed LU  {at=2906695.226733526, lu_delay=4.95608740625903, ms=00089}
22:49:27.550580 run                osmo-ms-mob/00096: Starting mobile
22:49:27.563594 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.574503 run                             mass: MS start registered  {at=2906695.868332904, delay=0.004999540746212006, ms=00096}
22:49:28.391215 run                             mass: MS performed LU  {at=2906696.684917767, lu_delay=5.778538540005684, ms=00090}
22:49:28.408758 run                             mass: MS performed LU  {at=2906696.702542607, lu_delay=5.119154425337911, ms=00091}
22:49:28.652233 run                osmo-ms-mob/00097: Starting mobile
22:49:28.665190 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.676407 run                             mass: MS start registered  {at=2906696.970235382, delay=0.005144946277141571, ms=00097}
22:49:28.908032 run                             mass: MS performed LU  {at=2906697.201762406, lu_delay=4.918463909998536, ms=00092}
22:49:29.952471 run                osmo-ms-mob/00098: Starting mobile
22:49:29.965707 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.976700 run                             mass: MS start registered  {at=2906698.270523978, delay=0.005009077023714781, ms=00098}
22:49:30.338558 run                             mass: MS performed LU  {at=2906698.632291019, lu_delay=5.626996110193431, ms=00093}
22:49:30.642321 run                             mass: MS performed LU  {at=2906698.936060475, lu_delay=4.966893543954939, ms=00094}
22:49:31.791223 run                osmo-ms-mob/00099: Starting mobile
22:49:31.807401 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.813342 run                             mass: All started... {duration=55.771919822786, too_slow=0}
22:49:31.819156 run                             mass: MS start registered  {at=2906700.112991441, delay=0.005806866101920605, ms=00099}
22:49:32.157462 run                             mass: MS performed LU  {at=2906700.451185058, lu_delay=5.636203106958419, ms=00095}
22:49:32.175076 run                             mass: MS performed LU  {at=2906700.468811272, lu_delay=21.633291110396385, ms=00064}
22:49:32.308930 run                             mass: MS performed LU  {at=2906700.602652383, lu_delay=22.777103622909635, ms=00061}
22:49:32.438795 run                             mass: MS performed LU  {at=2906700.732519176, lu_delay=4.864186272025108, ms=00096}
22:49:34.104990 run                             mass: MS performed LU  {at=2906702.398715473, lu_delay=5.42848009057343, ms=00097}
22:49:35.922679 run                             mass: MS performed LU  {at=2906704.216363235, lu_delay=5.945839256979525, ms=00098}
22:49:37.824494 run                             mass: MS performed LU  {at=2906706.118218655, lu_delay=6.005227214191109, ms=00099}
22:49:39.924267 run                             mass: MS performed LU  {at=2906708.217972635, lu_delay=21.947745472658426, ms=00082}
22:49:39.933340 run                             mass: Tests done {all_completed=True, max=22.884064827114344, min=3.871649619191885}
22:49:39.938759 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:39.943967 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.947145 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.950289 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.953544 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.956711 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.959994 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.963225 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.966442 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.969810 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.973037 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.976261 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.979477 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.982703 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.986017 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.989355 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.992703 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.996058 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.999413 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.002740 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.006190 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.009680 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.013236 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.016524 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.019886 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.023249 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.026610 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.029952 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.033259 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.036619 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.039914 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.043272 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.046592 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.049931 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.053284 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.056619 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.059905 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.063264 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.066804 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.070180 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.073515 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.076865 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.080209 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.083575 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.087025 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.090390 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.093668 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.097012 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.100314 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.103621 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.106966 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.110554 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.114129 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.117541 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.121117 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.124508 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.127878 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.131421 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.134819 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.138651 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.141920 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.145345 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.148653 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.152062 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.155446 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.159271 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.162680 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.166079 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.169456 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.172858 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.176200 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.179576 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.182983 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.186386 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.189774 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.193147 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.196461 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.199811 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.203052 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.206403 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.209636 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.212955 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.216245 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.219464 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.222752 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.226029 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.229299 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.232529 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.235819 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.239031 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.242373 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.245600 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.248888 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.252128 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.255433 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.258697 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.262218 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.265817 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.269629 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.272954 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.276278 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.279553 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.282827 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.286160 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.289457 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.292748 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.296113 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.299414 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.302752 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.306069 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.309338 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.312689 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.316011 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.319321 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.322594 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.325874 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.329165 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.332418 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.335660 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.338894 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.342134 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.345374 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.348618 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.351851 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.355088 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.358324 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.361559 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.364794 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.368041 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.371297 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.374541 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.377781 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.381020 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.384263 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.387499 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.390742 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.393989 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.397231 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.400471 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.403707 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.406948 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.410179 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.413407 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.416648 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.419876 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.423114 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.426348 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.429577 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.432806 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.436040 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.439288 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.442531 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.445765 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.448996 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.452231 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.455463 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.458698 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.461921 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.465156 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.468402 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.471642 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.474874 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.478096 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.481349 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.484590 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.487833 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.491070 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.494305 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.497532 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.500773 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.503999 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.507241 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.510479 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.513708 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.516954 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.520192 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.523431 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.526667 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.529911 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.533147 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.536386 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.539625 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.542865 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.546098 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.549333 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.552573 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.555802 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.559032 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.562262 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.565487 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.568738 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.571986 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.575231 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.578469 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.581705 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.584946 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.588192 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.591431 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.594677 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.597912 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.601149 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.604395 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.607653 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.610898 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.614121 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.617367 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.620606 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.623849 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.627102 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.630345 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.633582 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.636830 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.640062 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.643309 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.646563 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.648017 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.651603 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.653056 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.656600 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.658037 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.661599 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.663039 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.666575 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.668016 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.671582 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.673019 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.676580 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.678024 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.681578 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.683025 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.686613 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.688054 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.691598 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.693042 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.696618 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.698061 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.701631 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.703083 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.706656 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.708101 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.711668 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.713111 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.716694 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.718140 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.721703 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.723160 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.726723 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.728164 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.731723 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.733167 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.736759 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.738200 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.741758 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.743210 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.746754 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.748193 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.751751 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.753181 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.756709 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.758140 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.761672 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.763113 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.766668 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.768107 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.771644 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.773078 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.776628 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.778061 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.781601 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.783049 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.786586 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.788016 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.791576 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.793015 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.796561 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.798000 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.801550 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.802992 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.806532 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.807966 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.811495 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.812924 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.816490 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.817921 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.821469 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.822910 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.826458 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.827887 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.831423 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.832853 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.836413 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.837841 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.841392 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.842834 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.846380 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.847807 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.851348 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.852780 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.856325 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.857750 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.861295 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.862731 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.866278 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.867709 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.871248 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.872683 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.876235 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.877677 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.881220 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.882663 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.886206 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.887632 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.891177 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.892612 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.896156 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.897586 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.901126 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.902586 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.906133 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.907572 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.911122 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.912545 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.916080 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.917509 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.921051 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.922484 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.926032 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.927470 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.931010 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.932445 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.936004 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.937443 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.940990 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.942430 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.945970 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.947426 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.950967 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.952403 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.955969 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.957405 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.960950 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.962385 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.965924 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.967369 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.970923 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.972351 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.975905 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.977347 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.980909 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.982355 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.985887 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.987327 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.990879 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.992307 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.995846 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.997280 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.000873 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.002329 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.005866 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.007332 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.010882 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.012310 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.015859 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.017298 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.020842 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.022281 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.025825 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.027268 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.030813 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.032248 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.035808 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.037247 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.040811 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.042260 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.045806 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.047249 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.050821 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.052258 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.055800 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.057232 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.060792 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.062224 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.065761 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.067225 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.070773 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.072205 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.075757 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.077187 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.080737 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.082169 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.085710 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.087164 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.090717 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.092150 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.095693 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.097118 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.100677 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.102110 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.105663 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.107103 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.110661 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.112104 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.115689 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.117137 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.120701 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.122135 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.125701 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.127143 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.130710 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.132144 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.135697 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.137132 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.140697 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.142137 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.145693 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.147138 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.150699 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.152134 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.155695 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.157127 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.160686 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.162121 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.165677 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.167119 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.170669 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.172107 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.175680 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.177120 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.180674 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.182116 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.185673 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.187148 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.190728 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.192164 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.195741 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.197182 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.200734 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.202173 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.205729 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.207178 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.210740 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.212178 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.215755 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.217198 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.220774 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.222209 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.225768 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.227209 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.230764 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.232197 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.235764 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.237195 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.240750 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.242181 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.245748 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.247181 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.250741 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.252175 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.255754 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.257185 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.260746 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.262192 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.265756 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.267200 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.270762 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.272197 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.275787 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.277218 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.280798 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.282239 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.285802 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.287241 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.290827 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.292265 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.295819 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.297256 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.300813 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.302251 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.305812 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.307274 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.310836 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.312275 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.315852 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.317292 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.320851 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.322302 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.325852 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.327295 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.330872 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.332308 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.335868 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.337300 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.340885 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.342321 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.345870 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.347310 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.350860 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.352290 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.355866 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.357298 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.360889 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.362323 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.365870 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.367311 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.370863 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.372301 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.375860 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.377290 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.380841 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.382278 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.385839 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.387275 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.390829 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.392258 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.395815 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.397240 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.400814 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.402249 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.405810 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.407255 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.410816 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.412256 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.415818 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.417242 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.420798 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.422231 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.425781 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.427216 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.430768 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.432198 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.435764 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.437190 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.440745 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.442187 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.445730 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.447164 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.450731 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.452160 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.455706 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.457130 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.460681 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.462111 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.465668 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.467102 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.470691 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.472122 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.475669 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.477094 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.480642 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.482074 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.485636 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.487072 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.490633 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.492060 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.495650 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.497091 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.500641 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.502073 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.505639 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.507067 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.510624 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.512055 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.515637 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.517062 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.520617 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.522043 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.525591 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.527039 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.530587 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.532017 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.535577 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.537010 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.540553 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.541984 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.545543 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.546988 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.550544 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.551972 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.555527 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.556961 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.560539 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.561972 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.565522 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.566965 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.570535 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.571966 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.575512 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.576939 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.580496 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.581925 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.585498 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.586934 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.590493 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.591922 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.595479 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.596910 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.600463 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.601888 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.605438 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.606881 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.610440 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.611864 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.615407 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.616838 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.620386 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.621807 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.625359 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.626789 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.630363 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.631799 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.635349 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.636783 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.640345 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.641770 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.645342 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.646773 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.650328 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.651750 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.655323 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.656745 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.660317 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.661754 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.665312 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.666769 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.670331 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.671758 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.675324 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.676755 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.680316 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.681741 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.685289 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.686720 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.690296 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.691726 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.695285 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.696709 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.700256 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.701682 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.105943 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.111771 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8368 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.176899 tst                       trial-8368: Storing JUnit report in /build/trial-8368/run.2026-06-20_22-48-16/trial-8368.xml

--------------------------------------------------------------------------------------------
trial-8368 PASS
--------------------------------------------------------------------------------------------
22:49:45.187109 tst                       trial-8368: trial-8368: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8368/inst
+ cd trial-8368
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-20 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8368-run.tgz run.2026-06-20_22-48-16
+ tar czf /build/trial-8368-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-20_13_28_00.tgz osmo-bts-oc2g.build-2026-06-20_00_51_45.tgz osmo-bts-sysmo.build-2026-06-20_00_51_54.tgz osmo-bts.build-2026-06-20_00_52_03.tgz osmo-ggsn.build-2026-06-20_20_42_54.tgz osmo-hlr.build-2026-06-20_16_36_54.tgz osmo-hnbgw.build-2026-06-20_13_32_00.tgz osmo-mgw.build-2026-06-20_08_33_09.tgz osmo-msc.build-2026-06-20_13_36_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-20_07_34_50.tgz osmo-pcu-sysmo.build-2026-06-20_07_34_53.tgz osmo-pcu.build-2026-06-20_07_34_59.tgz osmo-sgsn.build-2026-06-20_20_48_21.tgz osmo-stp.build-2026-06-20_13_26_10.tgz osmo-trx.build-2026-06-20_14_22_04.tgz osmocom-bb.build-2026-06-20_21_17_19.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS