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 7916
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3557944834167726041.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-8366
+ 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 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

#19 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#19 CACHED

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

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

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

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

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

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

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

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

#28 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:051c3d1df1dc413edc5661442f48e6819c1036f8e7e5a1d4724100169e4f735e 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=8367 -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-19 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8367
+ mkdir -p trial-8367
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-19_13_27_00.tgz osmo-bts-oc2g.build-2026-06-19_00_51_50.tgz osmo-bts-sysmo.build-2026-06-19_00_51_51.tgz osmo-bts.build-2026-06-19_00_51_54.tgz osmo-ggsn.build-2026-06-19_20_42_56.tgz osmo-hlr.build-2026-06-19_16_36_53.tgz osmo-hnbgw.build-2026-06-19_13_30_58.tgz osmo-mgw.build-2026-06-19_08_33_06.tgz osmo-msc.build-2026-06-19_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-19_07_34_43.tgz osmo-pcu-sysmo.build-2026-06-19_07_34_44.tgz osmo-pcu.build-2026-06-19_07_34_51.tgz osmo-sgsn.build-2026-06-19_20_48_25.tgz osmo-stp.build-2026-06-19_13_25_47.tgz osmo-trx.build-2026-06-19_14_22_02.tgz osmocom-bb.build-2026-06-19_21_17_10.tgz srslte.build-19.tgz trial-8367
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-19_13_27_00.md5 osmo-bts-oc2g.build-2026-06-19_00_51_50.md5 osmo-bts-sysmo.build-2026-06-19_00_51_51.md5 osmo-bts.build-2026-06-19_00_51_54.md5 osmo-ggsn.build-2026-06-19_20_42_56.md5 osmo-hlr.build-2026-06-19_16_36_53.md5 osmo-hnbgw.build-2026-06-19_13_30_58.md5 osmo-mgw.build-2026-06-19_08_33_06.md5 osmo-msc.build-2026-06-19_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-19_07_34_43.md5 osmo-pcu-sysmo.build-2026-06-19_07_34_44.md5 osmo-pcu.build-2026-06-19_07_34_51.md5 osmo-sgsn.build-2026-06-19_20_48_25.md5 osmo-stp.build-2026-06-19_13_25_47.md5 osmo-trx.build-2026-06-19_14_22_02.md5 osmocom-bb.build-2026-06-19_21_17_10.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-19_13_27_00.md5 osmo-bts-oc2g.build-2026-06-19_00_51_50.md5 osmo-bts-sysmo.build-2026-06-19_00_51_51.md5 osmo-bts.build-2026-06-19_00_51_54.md5 osmo-ggsn.build-2026-06-19_20_42_56.md5 osmo-hlr.build-2026-06-19_16_36_53.md5 osmo-hnbgw.build-2026-06-19_13_30_58.md5 osmo-mgw.build-2026-06-19_08_33_06.md5 osmo-msc.build-2026-06-19_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-19_07_34_43.md5 osmo-pcu-sysmo.build-2026-06-19_07_34_44.md5 osmo-pcu.build-2026-06-19_07_34_51.md5 osmo-sgsn.build-2026-06-19_20_48_25.md5 osmo-stp.build-2026-06-19_13_25_47.md5 osmo-trx.build-2026-06-19_14_22_02.md5 osmocom-bb.build-2026-06-19_21_17_10.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-8367 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8367'
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-8367
--------------------------------------------------------------------------------------------
22:48:17.286959 tst                       trial-8367: Detailed log at /build/trial-8367/run.2026-06-19_22-48-17/log

---------------------------------------------------------------------
trial-8367 netreg_mass
---------------------------------------------------------------------
22:48:17.493648 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.493994 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.494764 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.495925 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.533669 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.534455 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.535596 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.599401 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-8367 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.600181 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.615161 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.615664 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.616114 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.616554 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.617000 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.617448 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.617886 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.648553 tst         register_default_mass.py: using LAC 2
22:48:17.670685 tst         register_default_mass.py: using RAC 2
22:48:17.697392 tst         register_default_mass.py: using CellId 2
22:48:17.726827 tst         register_default_mass.py: using BVCI 3
22:48:17.740514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.741212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.741786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.742320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.742830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.743346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.743837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.744337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.744846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.745363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.745878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.746407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.746945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.747471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.747986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.748515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.749039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.749548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.750050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.750571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.751067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.751587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.752112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.752631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.753151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.753673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.754190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.754698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.755231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.755752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.756255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.756764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.757294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.757813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.758333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.758864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.759379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.759893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.760422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.760934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.761438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.761962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.762490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.762996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.763499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.764019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.764532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.765041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.765560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.766074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.766594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.767105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.767634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.768144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.768639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.770192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.770717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.772242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.772770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.774294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.774811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792796 tst      register_default_mass.py:21: Launching a simple network
22:48:17.802738 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.921140 run            create_hlr_db(pid=20): Launched
22:48:18.935075 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.951098 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.965683 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.971169 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.161335 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.176298 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.181819 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.600632 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.615471 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.629793 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.744465 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.758997 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.764560 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.787709 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.802415 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.807971 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.125375 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.140388 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.167244 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.340114 run         osmo-bts-virtual(pid=34): Launched
22:48:30.375468 tst         register_default_mass.py: using MSISDN 1001
22:48:30.389873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.428797 tst         register_default_mass.py: using MSISDN 1002
22:48:30.446276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.477079 tst         register_default_mass.py: using MSISDN 1003
22:48:30.491838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.522548 tst         register_default_mass.py: using MSISDN 1004
22:48:30.537057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.568048 tst         register_default_mass.py: using MSISDN 1005
22:48:30.582617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.613487 tst         register_default_mass.py: using MSISDN 1006
22:48:30.628096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.658840 tst         register_default_mass.py: using MSISDN 1007
22:48:30.673146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.703813 tst         register_default_mass.py: using MSISDN 1008
22:48:30.718098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.748563 tst         register_default_mass.py: using MSISDN 1009
22:48:30.762945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.793633 tst         register_default_mass.py: using MSISDN 1010
22:48:30.808109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.838624 tst         register_default_mass.py: using MSISDN 1011
22:48:30.852961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.883707 tst         register_default_mass.py: using MSISDN 1012
22:48:30.898210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.928831 tst         register_default_mass.py: using MSISDN 1013
22:48:30.943234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.973810 tst         register_default_mass.py: using MSISDN 1014
22:48:30.988343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.018700 tst         register_default_mass.py: using MSISDN 1015
22:48:31.033027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.063373 tst         register_default_mass.py: using MSISDN 1016
22:48:31.077766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.107934 tst         register_default_mass.py: using MSISDN 1017
22:48:31.120611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.150816 tst         register_default_mass.py: using MSISDN 1018
22:48:31.164868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.195325 tst         register_default_mass.py: using MSISDN 1019
22:48:31.209582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.240030 tst         register_default_mass.py: using MSISDN 1020
22:48:31.254382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.284777 tst         register_default_mass.py: using MSISDN 1021
22:48:31.299071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.329607 tst         register_default_mass.py: using MSISDN 1022
22:48:31.344003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.374370 tst         register_default_mass.py: using MSISDN 1023
22:48:31.388812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.418978 tst         register_default_mass.py: using MSISDN 1024
22:48:31.433045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.463451 tst         register_default_mass.py: using MSISDN 1025
22:48:31.477766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.508224 tst         register_default_mass.py: using MSISDN 1026
22:48:31.522600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.553186 tst         register_default_mass.py: using MSISDN 1027
22:48:31.567679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.597971 tst         register_default_mass.py: using MSISDN 1028
22:48:31.612363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.642723 tst         register_default_mass.py: using MSISDN 1029
22:48:31.656970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.687576 tst         register_default_mass.py: using MSISDN 1030
22:48:31.702071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.732860 tst         register_default_mass.py: using MSISDN 1031
22:48:31.747415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.778112 tst         register_default_mass.py: using MSISDN 1032
22:48:31.792735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.823441 tst         register_default_mass.py: using MSISDN 1033
22:48:31.837923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.868599 tst         register_default_mass.py: using MSISDN 1034
22:48:31.883182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.914218 tst         register_default_mass.py: using MSISDN 1035
22:48:31.928905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.959948 tst         register_default_mass.py: using MSISDN 1036
22:48:31.974500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.005004 tst         register_default_mass.py: using MSISDN 1037
22:48:32.019336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.049889 tst         register_default_mass.py: using MSISDN 1038
22:48:32.064332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.095206 tst         register_default_mass.py: using MSISDN 1039
22:48:32.109874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.140620 tst         register_default_mass.py: using MSISDN 1040
22:48:32.155176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.185925 tst         register_default_mass.py: using MSISDN 1041
22:48:32.200472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.231443 tst         register_default_mass.py: using MSISDN 1042
22:48:32.246035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.276625 tst         register_default_mass.py: using MSISDN 1043
22:48:32.291142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.322021 tst         register_default_mass.py: using MSISDN 1044
22:48:32.336645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.367590 tst         register_default_mass.py: using MSISDN 1045
22:48:32.382200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.412985 tst         register_default_mass.py: using MSISDN 1046
22:48:32.427391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.458565 tst         register_default_mass.py: using MSISDN 1047
22:48:32.473094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.507799 tst         register_default_mass.py: using MSISDN 1048
22:48:32.524245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.554812 tst         register_default_mass.py: using MSISDN 1049
22:48:32.569356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.599890 tst         register_default_mass.py: using MSISDN 1050
22:48:32.614422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.644855 tst         register_default_mass.py: using MSISDN 1051
22:48:32.659222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.689927 tst         register_default_mass.py: using MSISDN 1052
22:48:32.704496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.735286 tst         register_default_mass.py: using MSISDN 1053
22:48:32.749796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.780609 tst         register_default_mass.py: using MSISDN 1054
22:48:32.795178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.825814 tst         register_default_mass.py: using MSISDN 1055
22:48:32.840262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.870914 tst         register_default_mass.py: using MSISDN 1056
22:48:32.885539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.916179 tst         register_default_mass.py: using MSISDN 1057
22:48:32.930694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.961266 tst         register_default_mass.py: using MSISDN 1058
22:48:32.975735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.006336 tst         register_default_mass.py: using MSISDN 1059
22:48:33.020786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.051310 tst         register_default_mass.py: using MSISDN 1060
22:48:33.065623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.096500 tst         register_default_mass.py: using MSISDN 1061
22:48:33.111227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.141795 tst         register_default_mass.py: using MSISDN 1062
22:48:33.156200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.195203 tst         register_default_mass.py: using MSISDN 1063
22:48:33.212973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.243813 tst         register_default_mass.py: using MSISDN 1064
22:48:33.258681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.289526 tst         register_default_mass.py: using MSISDN 1065
22:48:33.304091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.334418 tst         register_default_mass.py: using MSISDN 1066
22:48:33.348754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.379406 tst         register_default_mass.py: using MSISDN 1067
22:48:33.393942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.424538 tst         register_default_mass.py: using MSISDN 1068
22:48:33.439062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.469476 tst         register_default_mass.py: using MSISDN 1069
22:48:33.483893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.514484 tst         register_default_mass.py: using MSISDN 1070
22:48:33.528752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.559419 tst         register_default_mass.py: using MSISDN 1071
22:48:33.573894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.604804 tst         register_default_mass.py: using MSISDN 1072
22:48:33.619430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.649984 tst         register_default_mass.py: using MSISDN 1073
22:48:33.664494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.695217 tst         register_default_mass.py: using MSISDN 1074
22:48:33.709739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.740520 tst         register_default_mass.py: using MSISDN 1075
22:48:33.755082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.785699 tst         register_default_mass.py: using MSISDN 1076
22:48:33.800178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.830893 tst         register_default_mass.py: using MSISDN 1077
22:48:33.845365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.875930 tst         register_default_mass.py: using MSISDN 1078
22:48:33.890511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.921185 tst         register_default_mass.py: using MSISDN 1079
22:48:33.935801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.966306 tst         register_default_mass.py: using MSISDN 1080
22:48:33.980762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.011293 tst         register_default_mass.py: using MSISDN 1081
22:48:34.025757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.056312 tst         register_default_mass.py: using MSISDN 1082
22:48:34.070747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.101500 tst         register_default_mass.py: using MSISDN 1083
22:48:34.115959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.146673 tst         register_default_mass.py: using MSISDN 1084
22:48:34.161162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.199573 tst         register_default_mass.py: using MSISDN 1085
22:48:34.217121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.247721 tst         register_default_mass.py: using MSISDN 1086
22:48:34.262429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.293040 tst         register_default_mass.py: using MSISDN 1087
22:48:34.307561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.338356 tst         register_default_mass.py: using MSISDN 1088
22:48:34.353016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.392532 tst         register_default_mass.py: using MSISDN 1089
22:48:34.410277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.441048 tst         register_default_mass.py: using MSISDN 1090
22:48:34.456009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.486685 tst         register_default_mass.py: using MSISDN 1091
22:48:34.501099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.531606 tst         register_default_mass.py: using MSISDN 1092
22:48:34.545989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.576639 tst         register_default_mass.py: using MSISDN 1093
22:48:34.591315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.622088 tst         register_default_mass.py: using MSISDN 1094
22:48:34.636721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.667499 tst         register_default_mass.py: using MSISDN 1095
22:48:34.681925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.712495 tst         register_default_mass.py: using MSISDN 1096
22:48:34.726943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.757812 tst         register_default_mass.py: using MSISDN 1097
22:48:34.772421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.803215 tst         register_default_mass.py: using MSISDN 1098
22:48:34.817899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.848631 tst         register_default_mass.py: using MSISDN 1099
22:48:34.863167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.893892 tst         register_default_mass.py: using MSISDN 1100
22:48:34.908368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.000023 run                             mass: Starting testcase
22:48:35.005509 run                             mass: Pre-launching all virtphy's
22:48:35.010872 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.023742 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.029701 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.042528 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.048456 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.061195 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.067175 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.079991 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.085966 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.098763 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.104687 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.117471 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.123462 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.136235 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.142102 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.154778 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.160650 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.173341 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.179280 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.191992 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.197898 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.210589 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.216490 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.229150 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.235084 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.247775 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.253734 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.266441 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.272406 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.285098 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.291107 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.303858 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.309772 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.322546 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.328574 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.341401 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.347313 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.360076 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.366046 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.378813 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.384736 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.397567 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.403574 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.416339 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.422318 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.434991 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.440883 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.453669 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.459733 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.472555 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.478608 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.491394 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.497396 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.510313 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.516257 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.529002 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.535015 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.547777 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.553776 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.566615 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.572587 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.585371 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.591329 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.604068 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.609967 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.622830 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.628675 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.641415 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.647347 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.660086 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.666057 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.678969 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.684917 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.697676 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.703679 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.716524 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.722599 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.735315 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.741308 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.754130 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.760018 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.772859 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.778813 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.791630 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.797551 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.810419 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.816383 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.829156 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.835118 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.847943 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.853896 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.866739 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.872675 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.885504 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.891433 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.904204 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.910163 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.922912 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.928784 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.941477 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.947434 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.960402 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.966340 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.979274 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.985184 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.997979 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.004039 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.016774 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.022790 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.035609 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.041570 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.054447 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.060410 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.073151 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.079115 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.091891 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.097812 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.110621 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.116600 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.129354 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.135329 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.148074 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.154032 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.166847 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.172756 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.185513 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.191632 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.204462 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.210522 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.223300 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.229215 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.242140 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.248102 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.261010 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.267028 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.279817 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.285799 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.298626 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.304586 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.317410 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.323410 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.336228 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.342217 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.355067 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.360985 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.373849 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.379843 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.392674 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.398619 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.411397 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.417345 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.430220 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.436168 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.449098 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.455046 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.467783 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.473887 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.486809 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.492945 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.505790 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.511732 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.524620 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.530681 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.543509 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.549524 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.562426 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.568434 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.581212 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.587185 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.600029 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.605963 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.618840 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.624760 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.637513 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.643512 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.656303 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.662402 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.675196 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.681268 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.694103 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.700067 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.713033 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.719018 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.731979 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.737936 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.750840 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.756799 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.769591 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.775583 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.788410 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.794380 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.807174 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.813138 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.826004 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.831985 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.844798 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.850763 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.863636 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.869559 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.882397 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.888287 run                             mass: Checking if sockets are in the filesystem
22:48:36.920947 run                osmo-ms-mob/00000: Starting mobile
22:48:36.934035 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.946470 run                             mass: MS start registered  {at=2820245.240295276, delay=0.006426661275327206, ms=00000}
22:48:41.136482 run                osmo-ms-mob/00001: Starting mobile
22:48:41.153328 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.164179 run                             mass: MS start registered  {at=2820249.458000384, delay=0.004847462754696608, ms=00001}
22:48:42.168163 run                             mass: MS performed LU  {at=2820250.461869712, lu_delay=5.221574435941875, ms=00000}
22:48:42.943339 run                osmo-ms-mob/00002: Starting mobile
22:48:42.959453 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.969871 run                             mass: MS start registered  {at=2820251.263693377, delay=0.004528489895164967, ms=00002}
22:48:44.235445 run                osmo-ms-mob/00003: Starting mobile
22:48:44.252521 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.263202 run                             mass: MS start registered  {at=2820252.55702665, delay=0.004608372692018747, ms=00003}
22:48:45.319072 run                osmo-ms-mob/00004: Starting mobile
22:48:45.336034 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.346760 run                             mass: MS start registered  {at=2820253.640582339, delay=0.004624465014785528, ms=00004}
22:48:45.933809 run                             mass: MS performed LU  {at=2820254.227529308, lu_delay=4.76952892402187, ms=00001}
22:48:46.316415 run                osmo-ms-mob/00005: Starting mobile
22:48:46.330060 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.340805 run                             mass: MS start registered  {at=2820254.634628806, delay=0.0048220958560705185, ms=00005}
22:48:47.204242 run                osmo-ms-mob/00006: Starting mobile
22:48:47.216976 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.227514 run                             mass: MS start registered  {at=2820255.521340585, delay=0.004487634636461735, ms=00006}
22:48:47.835390 run                             mass: MS performed LU  {at=2820256.129100042, lu_delay=4.865406665019691, ms=00002}
22:48:48.136003 run                osmo-ms-mob/00007: Starting mobile
22:48:48.152696 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.163232 run                             mass: MS start registered  {at=2820256.457057904, delay=0.004613889846950769, ms=00007}
22:48:48.904066 run                osmo-ms-mob/00008: Starting mobile
22:48:48.916956 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.927862 run                             mass: MS start registered  {at=2820257.221691096, delay=0.004811367020010948, ms=00008}
22:48:49.604144 run                osmo-ms-mob/00009: Starting mobile
22:48:49.617230 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.628101 run                             mass: MS start registered  {at=2820257.921925862, delay=0.004919399041682482, ms=00009}
22:48:49.700081 run                             mass: MS performed LU  {at=2820257.993798539, lu_delay=5.436771889217198, ms=00003}
22:48:50.335735 run                osmo-ms-mob/00010: Starting mobile
22:48:50.352287 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.363219 run                             mass: MS start registered  {at=2820258.657045265, delay=0.004923849366605282, ms=00010}
22:48:50.902922 run                osmo-ms-mob/00011: Starting mobile
22:48:50.915805 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.926738 run                             mass: MS start registered  {at=2820259.220566688, delay=0.004868545103818178, ms=00011}
22:48:51.535550 run                osmo-ms-mob/00012: Starting mobile
22:48:51.552253 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.563709 run                             mass: MS start registered  {at=2820259.857534617, delay=0.005303625017404556, ms=00012}
22:48:51.601803 run                             mass: MS performed LU  {at=2820259.895547947, lu_delay=6.254965608008206, ms=00004}
22:48:51.629198 run                             mass: MS performed LU  {at=2820259.922985784, lu_delay=5.288356977980584, ms=00005}
22:48:52.135061 run                osmo-ms-mob/00013: Starting mobile
22:48:52.152067 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.162785 run                             mass: MS start registered  {at=2820260.456611445, delay=0.004792888183146715, ms=00013}
22:48:52.704494 run                osmo-ms-mob/00014: Starting mobile
22:48:52.717657 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.728213 run                             mass: MS start registered  {at=2820261.022039648, delay=0.004566814284771681, ms=00014}
22:48:53.335464 run                osmo-ms-mob/00015: Starting mobile
22:48:53.352282 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.362811 run                             mass: MS start registered  {at=2820261.656634272, delay=0.0045606838539242744, ms=00015}
22:48:53.466306 run                             mass: MS performed LU  {at=2820261.759999621, lu_delay=6.23865903634578, ms=00006}
22:48:53.530703 run                             mass: MS performed LU  {at=2820261.824417321, lu_delay=5.367359417025, ms=00007}
22:48:53.815822 run                osmo-ms-mob/00016: Starting mobile
22:48:53.829346 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.835525 run                             mass: MS performed LU  {at=2820262.12936011, lu_delay=4.9076690138317645, ms=00008}
22:48:53.841283 run                             mass: MS start registered  {at=2820262.135125876, delay=0.005782234016805887, ms=00016}
22:48:54.317315 run                osmo-ms-mob/00017: Starting mobile
22:48:54.331115 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.341892 run                             mass: MS start registered  {at=2820262.635720791, delay=0.004553603939712048, ms=00017}
22:48:54.936318 run                osmo-ms-mob/00018: Starting mobile
22:48:54.953029 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.963565 run                             mass: MS start registered  {at=2820263.257391184, delay=0.004604041110724211, ms=00018}
22:48:55.266222 run                             mass: MS performed LU  {at=2820263.559921662, lu_delay=4.902876396663487, ms=00010}
22:48:55.288153 run                osmo-ms-mob/00019: Starting mobile
22:48:55.301077 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.311653 run                             mass: MS start registered  {at=2820263.605483443, delay=0.004597546998411417, ms=00019}
22:48:55.366884 run                             mass: MS performed LU  {at=2820263.660632271, lu_delay=5.73870640899986, ms=00009}
22:48:55.394200 run                             mass: MS performed LU  {at=2820263.687919709, lu_delay=4.46735302079469, ms=00011}
22:48:55.834916 run                osmo-ms-mob/00020: Starting mobile
22:48:55.851848 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.862567 run                             mass: MS start registered  {at=2820264.156394069, delay=0.004792653024196625, ms=00020}
22:48:56.315728 run                osmo-ms-mob/00021: Starting mobile
22:48:56.329137 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.340331 run                             mass: MS start registered  {at=2820264.634157747, delay=0.005194204859435558, ms=00021}
22:48:56.715979 run                osmo-ms-mob/00022: Starting mobile
22:48:56.729353 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.740229 run                             mass: MS start registered  {at=2820265.03405454, delay=0.004773549269884825, ms=00022}
22:48:57.235665 run                osmo-ms-mob/00023: Starting mobile
22:48:57.248572 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.254547 run                             mass: MS performed LU  {at=2820265.548381021, lu_delay=5.69084640359506, ms=00012}
22:48:57.260319 run                             mass: MS start registered  {at=2820265.554161545, delay=0.005797164980322123, ms=00023}
22:48:57.296823 run                             mass: MS performed LU  {at=2820265.59057637, lu_delay=5.133964924607426, ms=00013}
22:48:57.605263 run                osmo-ms-mob/00024: Starting mobile
22:48:57.618424 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.624409 run                             mass: MS performed LU  {at=2820265.918243443, lu_delay=4.896203794982284, ms=00014}
22:48:57.630499 run                             mass: MS start registered  {at=2820265.92434129, delay=0.00611530989408493, ms=00024}
22:48:58.104821 run                osmo-ms-mob/00025: Starting mobile
22:48:58.117749 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.128735 run                             mass: MS start registered  {at=2820266.422561325, delay=0.004990471061319113, ms=00025}
22:48:58.526200 run                osmo-ms-mob/00026: Starting mobile
22:48:58.542403 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.553355 run                             mass: MS start registered  {at=2820266.847179035, delay=0.004982725251466036, ms=00026}
22:48:58.926998 run                osmo-ms-mob/00027: Starting mobile
22:48:58.943128 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.953812 run                             mass: MS start registered  {at=2820267.247641814, delay=0.004723620135337114, ms=00027}
22:48:59.032078 run                             mass: MS performed LU  {at=2820267.325808741, lu_delay=5.669174469076097, ms=00015}
22:48:59.132999 run                             mass: MS performed LU  {at=2820267.426726448, lu_delay=4.791005657054484, ms=00017}
22:48:59.160309 run                             mass: MS performed LU  {at=2820267.454067291, lu_delay=5.318941415287554, ms=00016}
22:48:59.175274 run                osmo-ms-mob/00028: Starting mobile
22:48:59.188264 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.199113 run                             mass: MS start registered  {at=2820267.492944496, delay=0.0048912991769611835, ms=00028}
22:48:59.743379 run                osmo-ms-mob/00029: Starting mobile
22:48:59.760007 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.770574 run                             mass: MS start registered  {at=2820268.064402947, delay=0.004618004430085421, ms=00029}
22:49:00.104935 run                osmo-ms-mob/00030: Starting mobile
22:49:00.117888 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.128987 run                             mass: MS start registered  {at=2820268.422815427, delay=0.004926163237541914, ms=00030}
22:49:00.507692 run                osmo-ms-mob/00031: Starting mobile
22:49:00.520603 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.531726 run                             mass: MS start registered  {at=2820268.825553136, delay=0.00485602393746376, ms=00031}
22:49:00.835809 run                osmo-ms-mob/00032: Starting mobile
22:49:00.852434 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.863312 run                             mass: MS start registered  {at=2820269.15714003, delay=0.004855380859225988, ms=00032}
22:49:00.997666 run                             mass: MS performed LU  {at=2820269.291393429, lu_delay=4.657235682010651, ms=00021}
22:49:01.062484 run                             mass: MS performed LU  {at=2820269.356209984, lu_delay=6.098818799946457, ms=00018}
22:49:01.090326 run                osmo-ms-mob/00033: Starting mobile
22:49:01.103374 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.113937 run                             mass: MS start registered  {at=2820269.40776615, delay=0.004632250871509314, ms=00033}
22:49:01.168103 run                             mass: MS performed LU  {at=2820269.461843955, lu_delay=5.856360511854291, ms=00019}
22:49:01.626223 run                osmo-ms-mob/00034: Starting mobile
22:49:01.642891 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.653449 run                             mass: MS start registered  {at=2820269.947275848, delay=0.004623797256499529, ms=00034}
22:49:01.917975 run                osmo-ms-mob/00035: Starting mobile
22:49:01.931631 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.942853 run                             mass: MS start registered  {at=2820270.236677027, delay=0.0052793207578361034, ms=00035}
22:49:02.303814 run                osmo-ms-mob/00036: Starting mobile
22:49:02.317283 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.328617 run                             mass: MS start registered  {at=2820270.622444946, delay=0.005152557976543903, ms=00036}
22:49:02.735385 run                osmo-ms-mob/00037: Starting mobile
22:49:02.751801 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.762451 run                             mass: MS start registered  {at=2820271.056279119, delay=0.0046319602988660336, ms=00037}
22:49:02.796796 run                             mass: MS performed LU  {at=2820271.090547645, lu_delay=4.667986319866031, ms=00025}
22:49:02.899467 run                             mass: MS performed LU  {at=2820271.193192253, lu_delay=6.159137712791562, ms=00022}
22:49:02.928180 run                osmo-ms-mob/00038: Starting mobile
22:49:02.941100 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.947106 run                             mass: MS performed LU  {at=2820271.240941601, lu_delay=5.3166003110818565, ms=00024}
22:49:02.952806 run                             mass: MS start registered  {at=2820271.246648611, delay=0.005724600050598383, ms=00038}
22:49:03.070317 run                             mass: MS performed LU  {at=2820271.364042602, lu_delay=5.809881057124585, ms=00023}
22:49:03.099438 run                osmo-ms-mob/00039: Starting mobile
22:49:03.112318 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.123010 run                             mass: MS start registered  {at=2820271.416841587, delay=0.004671771079301834, ms=00039}
22:49:03.705924 run                osmo-ms-mob/00040: Starting mobile
22:49:03.718969 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.730531 run                             mass: MS start registered  {at=2820272.024347541, delay=0.005377659108489752, ms=00040}
22:49:04.016539 run                osmo-ms-mob/00041: Starting mobile
22:49:04.030376 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.041176 run                             mass: MS start registered  {at=2820272.33500516, delay=0.004874669015407562, ms=00041}
22:49:04.316492 run                osmo-ms-mob/00042: Starting mobile
22:49:04.330067 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.340986 run                             mass: MS start registered  {at=2820272.634815546, delay=0.00499132601544261, ms=00042}
22:49:04.746614 run                osmo-ms-mob/00043: Starting mobile
22:49:04.763075 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.768991 run                             mass: MS performed LU  {at=2820273.062826201, lu_delay=6.21564716566354, ms=00026}
22:49:04.774767 run                             mass: MS performed LU  {at=2820273.068609269, lu_delay=4.6457938416861, ms=00030}
22:49:04.780433 run                             mass: MS start registered  {at=2820273.074275635, delay=0.011467192322015762, ms=00043}
22:49:04.791047 run                osmo-ms-mob/00044: Starting mobile
22:49:04.803851 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.814399 run                             mass: MS start registered  {at=2820273.108230905, delay=0.004559386055916548, ms=00044}
22:49:04.827870 run                             mass: MS performed LU  {at=2820273.121701656, lu_delay=5.057298708707094, ms=00029}
22:49:04.971701 run                             mass: MS performed LU  {at=2820273.265426149, lu_delay=5.772481652908027, ms=00028}
22:49:04.985700 run                osmo-ms-mob/00045: Starting mobile
22:49:04.999168 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.005242 run                             mass: MS performed LU  {at=2820273.29905335, lu_delay=6.051411536056548, ms=00027}
22:49:05.011022 run                             mass: MS start registered  {at=2820273.304864106, delay=0.0058298297226428986, ms=00045}
22:49:05.618589 run                osmo-ms-mob/00046: Starting mobile
22:49:05.632695 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.643655 run                             mass: MS start registered  {at=2820273.93748243, delay=0.004940858110785484, ms=00046}
22:49:05.918069 run                osmo-ms-mob/00047: Starting mobile
22:49:05.932110 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.943096 run                             mass: MS start registered  {at=2820274.236919265, delay=0.0050273858942091465, ms=00047}
22:49:06.216513 run                osmo-ms-mob/00048: Starting mobile
22:49:06.230390 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.241107 run                             mass: MS start registered  {at=2820274.534934041, delay=0.004749017301946878, ms=00048}
22:49:06.535753 run                osmo-ms-mob/00049: Starting mobile
22:49:06.552358 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.561712 run                             mass: MS performed LU  {at=2820274.855540075, lu_delay=4.908264226745814, ms=00034}
22:49:06.567512 run                             mass: MS start registered  {at=2820274.861354196, delay=0.008601854089647532, ms=00049}
22:49:06.664938 run                             mass: MS performed LU  {at=2820274.95865081, lu_delay=5.550884660333395, ms=00033}
22:49:06.678763 run                osmo-ms-mob/00050: Starting mobile
22:49:06.691757 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.697779 run                             mass: MS performed LU  {at=2820274.991615992, lu_delay=4.754938965197653, ms=00035}
22:49:06.703466 run                             mass: MS start registered  {at=2820274.997308306, delay=0.00570935383439064, ms=00050}
22:49:06.836178 run                             mass: MS performed LU  {at=2820275.129903622, lu_delay=6.304350486025214, ms=00031}
22:49:06.891088 run                             mass: MS performed LU  {at=2820275.184820893, lu_delay=6.02768086316064, ms=00032}
22:49:06.918686 run                osmo-ms-mob/00051: Starting mobile
22:49:06.931680 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.942431 run                             mass: MS start registered  {at=2820275.236261822, delay=0.004777718801051378, ms=00051}
22:49:07.520012 run                osmo-ms-mob/00052: Starting mobile
22:49:07.551335 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.562631 run                             mass: MS start registered  {at=2820275.856451193, delay=0.005340432748198509, ms=00052}
22:49:07.817610 run                osmo-ms-mob/00053: Starting mobile
22:49:07.831892 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.843024 run                             mass: MS start registered  {at=2820276.136852029, delay=0.0051973238587379456, ms=00053}
22:49:08.114866 run                osmo-ms-mob/00054: Starting mobile
22:49:08.128420 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.139198 run                             mass: MS start registered  {at=2820276.433027475, delay=0.004844347946345806, ms=00054}
22:49:08.415621 run                osmo-ms-mob/00055: Starting mobile
22:49:08.429227 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.440537 run                             mass: MS start registered  {at=2820276.734358948, delay=0.00536743039265275, ms=00055}
22:49:08.529444 run                             mass: MS performed LU  {at=2820276.823175574, lu_delay=5.576526963151991, ms=00038}
22:49:08.594025 run                             mass: MS performed LU  {at=2820276.887738988, lu_delay=6.265294041950256, ms=00036}
22:49:08.620414 run                osmo-ms-mob/00056: Starting mobile
22:49:08.633293 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.643988 run                             mass: MS start registered  {at=2820276.937819471, delay=0.004726693034172058, ms=00056}
22:49:08.700071 run                             mass: MS performed LU  {at=2820276.993808517, lu_delay=5.576966930180788, ms=00039}
22:49:08.738352 run                             mass: MS performed LU  {at=2820277.032084846, lu_delay=5.0077373050153255, ms=00040}
22:49:08.758551 run                osmo-ms-mob/00057: Starting mobile
22:49:08.771933 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.782747 run                             mass: MS start registered  {at=2820277.076575371, delay=0.004779895767569542, ms=00057}
22:49:08.990448 run                             mass: MS performed LU  {at=2820277.284150911, lu_delay=4.9491457510739565, ms=00041}
22:49:09.416826 run                osmo-ms-mob/00058: Starting mobile
22:49:09.430706 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.441403 run                             mass: MS start registered  {at=2820277.735232805, delay=0.004767664708197117, ms=00058}
22:49:09.718835 run                osmo-ms-mob/00059: Starting mobile
22:49:09.732671 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.743371 run                             mass: MS start registered  {at=2820278.037196536, delay=0.004747448954731226, ms=00059}
22:49:10.016604 run                osmo-ms-mob/00060: Starting mobile
22:49:10.030126 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.040810 run                             mass: MS start registered  {at=2820278.334638083, delay=0.004826052114367485, ms=00060}
22:49:10.329310 run                             mass: MS performed LU  {at=2820278.623036603, lu_delay=5.3181724972091615, ms=00045}
22:49:10.360327 run                osmo-ms-mob/00061: Starting mobile
22:49:10.375293 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.386167 run                             mass: MS start registered  {at=2820278.679984631, delay=0.004954270087182522, ms=00061}
22:49:10.430485 run                             mass: MS performed LU  {at=2820278.724233086, lu_delay=4.4873138214461505, ms=00047}
22:49:10.458091 run                             mass: MS performed LU  {at=2820278.751890901, lu_delay=4.814408470876515, ms=00046}
22:49:10.473016 run                osmo-ms-mob/00062: Starting mobile
22:49:10.485676 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.496467 run                             mass: MS start registered  {at=2820278.790297599, delay=0.004924978129565716, ms=00062}
22:49:10.602200 run                             mass: MS performed LU  {at=2820278.895911091, lu_delay=5.787680185865611, ms=00044}
22:49:10.657157 run                             mass: MS performed LU  {at=2820278.950882352, lu_delay=5.876606716774404, ms=00043}
22:49:10.682712 run                osmo-ms-mob/00063: Starting mobile
22:49:10.695748 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.701703 run                             mass: MS performed LU  {at=2820278.995539316, lu_delay=6.360723769757897, ms=00042}
22:49:10.707460 run                             mass: MS start registered  {at=2820279.001301429, delay=0.005778223741799593, ms=00063}
22:49:11.417403 run                osmo-ms-mob/00064: Starting mobile
22:49:11.431055 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.441982 run                             mass: MS start registered  {at=2820279.735809661, delay=0.004843063186854124, ms=00064}
22:49:11.713912 run                             mass: MS performed LU  {at=2820280.007640397, lu_delay=3.870788368396461, ms=00053}
22:49:11.743698 run                osmo-ms-mob/00065: Starting mobile
22:49:11.756896 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.767877 run                             mass: MS start registered  {at=2820280.061703027, delay=0.004844275303184986, ms=00065}
22:49:12.116949 run                osmo-ms-mob/00066: Starting mobile
22:49:12.130640 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.141510 run                             mass: MS start registered  {at=2820280.435339572, delay=0.004743412137031555, ms=00066}
22:49:12.230409 run                             mass: MS performed LU  {at=2820280.524128227, lu_delay=5.287866405211389, ms=00051}
22:49:12.295647 run                             mass: MS performed LU  {at=2820280.589373694, lu_delay=4.7329225009307265, ms=00052}
22:49:12.359262 run                             mass: MS performed LU  {at=2820280.653010368, lu_delay=5.791656171903014, ms=00049}
22:49:12.385962 run                osmo-ms-mob/00067: Starting mobile
22:49:12.399022 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.410082 run                             mass: MS start registered  {at=2820280.70391098, delay=0.005175701808184385, ms=00067}
22:49:12.521972 run                             mass: MS performed LU  {at=2820280.815685129, lu_delay=6.280751087702811, ms=00048}
22:49:12.830376 run                osmo-ms-mob/00068: Starting mobile
22:49:12.845108 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.856218 run                             mass: MS start registered  {at=2820281.15004256, delay=0.0050637987442314625, ms=00068}
22:49:13.217059 run                osmo-ms-mob/00069: Starting mobile
22:49:13.230663 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.241681 run                             mass: MS start registered  {at=2820281.535510579, delay=0.004823174327611923, ms=00069}
22:49:13.616735 run                osmo-ms-mob/00070: Starting mobile
22:49:13.630379 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.641687 run                             mass: MS start registered  {at=2820281.935516277, delay=0.005103646777570248, ms=00070}
22:49:14.033714 run                osmo-ms-mob/00071: Starting mobile
22:49:14.048899 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.059571 run                             mass: MS start registered  {at=2820282.353398454, delay=0.004759277682751417, ms=00071}
22:49:14.094865 run                             mass: MS performed LU  {at=2820282.388604644, lu_delay=5.312029273249209, ms=00057}
22:49:14.132920 run                             mass: MS performed LU  {at=2820282.426664642, lu_delay=5.488845170941204, ms=00056}
22:49:14.224680 run                             mass: MS performed LU  {at=2820282.518405531, lu_delay=5.784046582877636, ms=00055}
22:49:14.252122 run                osmo-ms-mob/00072: Starting mobile
22:49:14.264821 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.275910 run                             mass: MS start registered  {at=2820282.569737796, delay=0.004699631128460169, ms=00072}
22:49:14.422629 run                             mass: MS performed LU  {at=2820282.716352939, lu_delay=4.679156403057277, ms=00059}
22:49:14.446565 run                             mass: MS performed LU  {at=2820282.740404433, lu_delay=5.005171628203243, ms=00058}
22:49:14.845526 run                osmo-ms-mob/00073: Starting mobile
22:49:14.861892 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.872913 run                             mass: MS start registered  {at=2820283.166736215, delay=0.005036794114857912, ms=00073}
22:49:15.119926 run                             mass: MS performed LU  {at=2820283.413655028, lu_delay=6.980627553071827, ms=00054}
22:49:15.148849 run                osmo-ms-mob/00074: Starting mobile
22:49:15.161835 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.172924 run                             mass: MS start registered  {at=2820283.466751313, delay=0.004923094995319843, ms=00074}
22:49:15.230982 run                             mass: MS performed LU  {at=2820283.524725396, lu_delay=4.844740765169263, ms=00061}
22:49:15.643579 run                osmo-ms-mob/00075: Starting mobile
22:49:15.659817 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.670650 run                             mass: MS start registered  {at=2820283.964451255, delay=0.004876733757555485, ms=00075}
22:49:15.959047 run                             mass: MS performed LU  {at=2820284.252774005, lu_delay=5.918135921936482, ms=00060}
22:49:15.996250 run                             mass: MS performed LU  {at=2820284.289993615, lu_delay=5.2886921861208975, ms=00063}
22:49:16.020203 run                osmo-ms-mob/00076: Starting mobile
22:49:16.033355 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.044306 run                             mass: MS start registered  {at=2820284.338133927, delay=0.005047990009188652, ms=00076}
22:49:16.124960 run                             mass: MS performed LU  {at=2820284.418696582, lu_delay=4.68288692086935, ms=00064}
22:49:16.543961 run                osmo-ms-mob/00077: Starting mobile
22:49:16.560069 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.570909 run                             mass: MS start registered  {at=2820284.864738668, delay=0.004912561737000942, ms=00077}
22:49:17.018381 run                osmo-ms-mob/00078: Starting mobile
22:49:17.032225 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.043191 run                             mass: MS start registered  {at=2820285.33701978, delay=0.004921496380120516, ms=00078}
22:49:17.416808 run                osmo-ms-mob/00079: Starting mobile
22:49:17.430811 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.441651 run                             mass: MS start registered  {at=2820285.735478971, delay=0.004919757135212421, ms=00079}
22:49:17.860795 run                             mass: MS performed LU  {at=2820286.154518293, lu_delay=5.450607313308865, ms=00067}
22:49:17.886951 run                osmo-ms-mob/00080: Starting mobile
22:49:17.900166 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.906250 run                             mass: MS performed LU  {at=2820286.200083964, lu_delay=5.0500414040870965, ms=00068}
22:49:17.912010 run                             mass: MS start registered  {at=2820286.205852911, delay=0.005789660848677158, ms=00080}
22:49:17.952318 run                             mass: MS performed LU  {at=2820286.246043592, lu_delay=5.810704020317644, ms=00066}
22:49:18.179500 run                             mass: MS performed LU  {at=2820286.47322595, lu_delay=22.316831880714744, ms=00020}
22:49:18.206608 run                             mass: MS performed LU  {at=2820286.500361462, lu_delay=4.964850882999599, ms=00069}
22:49:18.220877 run                osmo-ms-mob/00081: Starting mobile
22:49:18.233927 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.245075 run                             mass: MS start registered  {at=2820286.538902739, delay=0.005228897091001272, ms=00081}
22:49:18.821330 run                osmo-ms-mob/00082: Starting mobile
22:49:18.835424 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.846608 run                             mass: MS start registered  {at=2820287.14043566, delay=0.004682663828134537, ms=00082}
22:49:18.950088 run                             mass: MS performed LU  {at=2820287.243793899, lu_delay=7.182090871967375, ms=00065}
22:49:18.972400 run                             mass: MS performed LU  {at=2820287.266226806, lu_delay=4.912828352302313, ms=00071}
22:49:19.051871 run                             mass: MS performed LU  {at=2820287.345601934, lu_delay=5.410085657145828, ms=00070}
22:49:19.417631 run                osmo-ms-mob/00083: Starting mobile
22:49:19.431693 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.442549 run                             mass: MS start registered  {at=2820287.736377287, delay=0.0049062492325901985, ms=00083}
22:49:19.725592 run                             mass: MS performed LU  {at=2820288.019323171, lu_delay=4.552571858279407, ms=00074}
22:49:19.762014 run                             mass: MS performed LU  {at=2820288.055759084, lu_delay=4.889022869057953, ms=00073}
22:49:19.793877 run                osmo-ms-mob/00084: Starting mobile
22:49:19.807687 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.813882 run                             mass: MS performed LU  {at=2820288.107715965, lu_delay=5.537978168576956, ms=00072}
22:49:19.819719 run                             mass: MS start registered  {at=2820288.113561498, delay=0.005863085854798555, ms=00084}
22:49:20.444587 run                osmo-ms-mob/00085: Starting mobile
22:49:20.461622 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.472814 run                             mass: MS start registered  {at=2820288.766639398, delay=0.005065633915364742, ms=00085}
22:49:21.018068 run                osmo-ms-mob/00086: Starting mobile
22:49:21.032126 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.042998 run                             mass: MS start registered  {at=2820289.336826448, delay=0.0049859327264130116, ms=00086}
22:49:21.638622 run                osmo-ms-mob/00087: Starting mobile
22:49:21.656255 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.662461 run                             mass: MS performed LU  {at=2820289.956293152, lu_delay=5.091554484330118, ms=00077}
22:49:21.668198 run                             mass: MS start registered  {at=2820289.962040158, delay=0.0057657151482999325, ms=00087}
22:49:21.710345 run                             mass: MS performed LU  {at=2820290.004067895, lu_delay=4.6670481148175895, ms=00078}
22:49:21.727002 run                             mass: MS performed LU  {at=2820290.020799815, lu_delay=5.682665888220072, ms=00076}
22:49:21.900278 run                             mass: MS performed LU  {at=2820290.194006314, lu_delay=6.229555059224367, ms=00075}
22:49:22.234485 run                osmo-ms-mob/00088: Starting mobile
22:49:22.249736 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.260624 run                             mass: MS start registered  {at=2820290.554450625, delay=0.0049642352387309074, ms=00088}
22:49:22.803083 run                osmo-ms-mob/00089: Starting mobile
22:49:22.816281 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.827165 run                             mass: MS start registered  {at=2820291.120993515, delay=0.004739119205623865, ms=00089}
22:49:23.404017 run                osmo-ms-mob/00090: Starting mobile
22:49:23.416871 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.427720 run                             mass: MS start registered  {at=2820291.721548446, delay=0.004710294771939516, ms=00090}
22:49:23.491418 run                             mass: MS performed LU  {at=2820291.785122077, lu_delay=6.049643105827272, ms=00079}
22:49:23.527537 run                             mass: MS performed LU  {at=2820291.821281049, lu_delay=4.6808453891426325, ms=00082}
22:49:23.657653 run                             mass: MS performed LU  {at=2820291.9513785, lu_delay=5.745525589212775, ms=00080}
22:49:23.801177 run                             mass: MS performed LU  {at=2820292.094905862, lu_delay=5.5560031230561435, ms=00081}
22:49:24.135255 run                osmo-ms-mob/00091: Starting mobile
22:49:24.151540 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.162643 run                             mass: MS start registered  {at=2820292.456470466, delay=0.004649507347494364, ms=00091}
22:49:24.817586 run                osmo-ms-mob/00092: Starting mobile
22:49:24.831269 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.842097 run                             mass: MS start registered  {at=2820293.135926277, delay=0.0048063769936561584, ms=00092}
22:49:25.476366 run                             mass: MS performed LU  {at=2820293.770089611, lu_delay=6.033712323755026, ms=00083}
22:49:25.493571 run                             mass: MS performed LU  {at=2820293.787324735, lu_delay=5.673763236962259, ms=00084}
22:49:25.535130 run                osmo-ms-mob/00093: Starting mobile
22:49:25.549840 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.555868 run                             mass: MS performed LU  {at=2820293.849706303, lu_delay=5.083066904917359, ms=00085}
22:49:25.561575 run                             mass: MS start registered  {at=2820293.855418756, delay=0.005727583076804876, ms=00093}
22:49:25.628153 run                             mass: MS performed LU  {at=2820293.921878216, lu_delay=4.585051767993718, ms=00086}
22:49:25.666353 run                             mass: MS performed LU  {at=2820293.960103596, lu_delay=22.90382447699085, ms=00037}
22:49:26.504503 run                osmo-ms-mob/00094: Starting mobile
22:49:26.517455 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.528348 run                             mass: MS start registered  {at=2820294.82217762, delay=0.004889796022325754, ms=00094}
22:49:27.257173 run                             mass: MS performed LU  {at=2820295.550896897, lu_delay=4.996446271892637, ms=00088}
22:49:27.293683 run                             mass: MS performed LU  {at=2820295.587425338, lu_delay=4.466431823093444, ms=00089}
22:49:27.343736 run                osmo-ms-mob/00095: Starting mobile
22:49:27.358451 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.369198 run                             mass: MS start registered  {at=2820295.663027737, delay=0.004829869605600834, ms=00095}
22:49:27.422777 run                             mass: MS performed LU  {at=2820295.716481609, lu_delay=5.754441450815648, ms=00087}
22:49:28.416687 run                osmo-ms-mob/00096: Starting mobile
22:49:28.430174 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.441278 run                             mass: MS start registered  {at=2820296.735106071, delay=0.005068468861281872, ms=00096}
22:49:29.241267 run                             mass: MS performed LU  {at=2820297.534957868, lu_delay=5.07848740182817, ms=00091}
22:49:29.259511 run                             mass: MS performed LU  {at=2820297.553283647, lu_delay=5.831735201179981, ms=00090}
22:49:29.287467 run                             mass: MS performed LU  {at=2820297.581234827, lu_delay=22.583926521241665, ms=00050}
22:49:29.330850 run                osmo-ms-mob/00097: Starting mobile
22:49:29.345873 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.356726 run                             mass: MS start registered  {at=2820297.650556881, delay=0.004985172767192125, ms=00097}
22:49:29.393308 run                             mass: MS performed LU  {at=2820297.687053146, lu_delay=4.551126868929714, ms=00092}
22:49:30.835031 run                osmo-ms-mob/00098: Starting mobile
22:49:30.851988 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.863187 run                             mass: MS start registered  {at=2820299.157002765, delay=0.00536661222577095, ms=00098}
22:49:31.023207 run                             mass: MS performed LU  {at=2820299.316931696, lu_delay=5.461512940004468, ms=00093}
22:49:31.189392 run                             mass: MS performed LU  {at=2820299.483119387, lu_delay=4.66094176704064, ms=00094}
22:49:32.625868 run                osmo-ms-mob/00099: Starting mobile
22:49:32.641759 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.647853 run                             mass: All started... {duration=55.75398267200217, too_slow=0}
22:49:32.653611 run                             mass: MS start registered  {at=2820300.94744684, delay=0.005751866847276688, ms=00099}
22:49:33.007400 run                             mass: MS performed LU  {at=2820301.301129445, lu_delay=5.6381017081439495, ms=00095}
22:49:33.260704 run                             mass: MS performed LU  {at=2820301.554427209, lu_delay=22.764129609800875, ms=00062}
22:49:33.288174 run                             mass: MS performed LU  {at=2820301.581927461, lu_delay=4.846821390092373, ms=00096}
22:49:34.955181 run                             mass: MS performed LU  {at=2820303.248905091, lu_delay=5.5983482101000845, ms=00097}
22:49:36.773302 run                             mass: MS performed LU  {at=2820305.067007424, lu_delay=5.91000465862453, ms=00098}
22:49:38.674881 run                             mass: MS performed LU  {at=2820306.968605216, lu_delay=6.0211583762429655, ms=00099}
22:49:38.685028 run                             mass: Tests done {all_completed=True, max=22.90382447699085, min=3.870788368396461}
22:49:38.690370 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.695538 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.698704 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.701836 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.704972 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.708116 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.711349 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.714588 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.717789 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.721020 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.724285 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.727482 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.730707 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.733934 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.737132 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.740431 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.743739 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.747054 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.750419 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.754116 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.757926 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.761251 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.764500 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.767822 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.771148 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.775136 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.778529 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.781830 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.785162 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.788519 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.791885 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.795206 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.798715 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.802128 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.805551 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.808972 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.812367 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.815773 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.819414 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.822819 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.826229 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.829658 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.833073 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.836491 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.840109 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.843937 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.847445 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.850877 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.854766 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.858198 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.861608 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.865674 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.869539 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.872911 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.876205 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.879572 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.882921 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.886248 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.889547 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.892847 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.896212 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.899494 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.903202 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.906585 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.909963 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.913327 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.916592 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.919880 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.923130 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.926405 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.929721 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.933004 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.936269 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.939561 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.942887 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.946175 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.949453 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.952860 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.956185 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.959893 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.963175 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.966475 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.969761 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.973019 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.976272 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.979675 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.982957 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.986265 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.989623 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.992892 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.996196 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.999489 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.002829 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.006087 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.009341 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.012668 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.016789 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.020277 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.023514 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.026848 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.030083 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.033420 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.036705 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.040001 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.043248 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.046581 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.049890 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.053139 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.056461 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.059699 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.063042 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.066333 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.069571 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.072861 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.076148 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.079433 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.082657 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.085800 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.088961 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.092130 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.095284 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.098436 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.101569 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.104724 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.107877 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.111042 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.114192 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.117349 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.120504 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.123649 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.126812 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.129957 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.133107 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.136268 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.139422 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.142569 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.145707 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.148848 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.151990 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.155152 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.158297 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.161435 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.164591 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.167743 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.170888 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.174038 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.177195 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.180346 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.183491 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.186631 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.189773 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.192920 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.196073 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.199218 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.202356 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.205490 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.208632 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.211779 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.214924 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.218072 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.221220 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.224378 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.227534 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.230680 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.233817 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.236959 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.240100 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.243246 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.246387 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.249523 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.252660 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.255813 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.258967 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.262098 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.265250 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.268390 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.271530 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.274669 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.277802 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.280938 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.284075 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.287209 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.290362 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.293495 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.296640 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.299787 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.302928 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.306068 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.309204 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.312346 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.315490 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.318634 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.321776 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.324918 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.328063 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.331205 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.334349 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.337484 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.340633 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.343780 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.346925 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.350069 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.353215 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.356375 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.359522 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.362659 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.365795 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.368933 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.372068 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.375211 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.378352 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.381493 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.384640 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.387795 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.390948 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.392374 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.395856 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.397259 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.400719 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.402121 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.405590 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.407000 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.410457 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.411857 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.415331 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.416738 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.420200 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.421605 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.425114 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.426577 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.430064 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.431482 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.434996 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.436408 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.439898 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.441303 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.444797 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.446211 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.449703 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.451137 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.454632 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.456050 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.459539 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.460953 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.464440 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.465856 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.469333 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.470748 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.474248 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.475661 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.479142 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.480555 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.484029 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.485445 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.488916 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.490350 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.493809 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.495221 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.498698 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.500103 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.503555 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.504956 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.508413 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.509820 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.513285 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.514696 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.518142 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.519539 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.523005 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.524395 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.527843 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.529243 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.532731 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.534157 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.537721 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.539166 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.542684 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.544122 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.547651 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.549078 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.552583 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.554006 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.557533 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.558953 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.562502 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.563924 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.567433 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.568849 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.572372 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.573790 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.577312 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.578751 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.582272 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.583700 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.587204 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.588627 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.592156 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.593575 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.597081 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.598519 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.602041 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.603466 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.606997 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.608424 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.611943 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.613377 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.616914 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.618348 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.621873 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.623310 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.626822 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.628217 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.631678 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.633073 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.636522 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.637925 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.641378 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.642780 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.646247 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.647649 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.651092 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.652487 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.655943 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.657334 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.660783 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.662191 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.665634 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.667045 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.670506 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.671903 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.675355 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.676750 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.680212 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.681603 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.685066 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.686469 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.689901 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.691302 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.694744 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.696134 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.699598 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.700989 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.704437 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.705834 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.709289 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.710687 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.714131 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.715531 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.718984 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.720383 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.723825 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.725222 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.728685 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.730094 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.733581 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.735011 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.738522 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.739947 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.743483 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.744909 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.748436 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.749862 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.753389 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.754817 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.758340 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.759770 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.763285 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.764714 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.768240 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.769673 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.773230 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.774679 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.778212 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.779654 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.783197 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.784630 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.788164 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.789585 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.793151 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.794587 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.798114 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.799555 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.803105 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.804534 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.808064 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.809501 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.813039 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.814475 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.817984 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.819413 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.822931 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.824358 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.827876 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.829309 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.832825 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.834261 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.837798 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.839230 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.842749 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.844175 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.847705 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.849130 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.852664 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.854083 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.857595 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.859021 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.862557 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.863984 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.867493 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.868918 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.872427 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.873846 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.877372 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.878797 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.882323 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.883747 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.887265 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.888686 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.892205 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.893622 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.897143 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.898574 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.902091 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.903527 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.907049 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.908470 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.911992 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.913421 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.916972 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.918400 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.921907 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.923328 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.926848 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.928271 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.931788 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.933215 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.936819 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.938265 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.941787 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.943215 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.946761 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.948188 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.951733 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.953162 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.956713 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.958137 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.961675 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.963137 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.966680 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.968118 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.971678 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.973113 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.976662 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.978088 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.981640 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.983076 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.986624 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.988066 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.991614 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.993039 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.996583 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.998003 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.001537 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.002980 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.006516 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.007936 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.011482 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.012903 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.016475 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.017907 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.021444 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.022875 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.026426 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.027858 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.031426 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.032857 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.036419 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.037844 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.041403 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.042831 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.046386 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.047808 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.051348 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.052775 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.056323 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.057754 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.061298 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.062741 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.066281 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.067710 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.071255 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.072678 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.076219 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.077638 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.081167 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.082610 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.086146 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.087579 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.091121 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.092542 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.096084 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.097510 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.101048 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.102472 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.106012 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.107460 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.111002 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.112430 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.115970 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.117398 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.120935 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.122366 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.125892 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.127340 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.130880 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.132303 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.135844 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.137272 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.140815 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.142250 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.145781 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.147241 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.150798 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.152226 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.155783 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.157212 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.160753 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.162180 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.165746 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.167204 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.170737 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.172155 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.175683 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.177119 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.180675 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.182094 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.185651 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.187076 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.190617 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.192046 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.195587 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.197008 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.200557 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.201980 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.205522 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.206957 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.210509 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.211934 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.215507 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.216937 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.220478 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.221906 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.225465 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.226904 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.230455 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.231878 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.235428 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.236859 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.240422 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.241848 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.245397 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.246841 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.250403 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.251822 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.255396 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.256840 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.260387 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.261811 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.265367 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.266798 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.270341 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.271768 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.275326 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.276751 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.280291 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.281717 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.285270 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.286707 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.290249 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.291680 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.295225 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.296643 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.300207 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.301636 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.305189 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.306647 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.310187 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.311611 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.315161 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.316593 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.320153 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.321579 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.325138 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.326576 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.330112 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.331553 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.335112 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.336536 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.340110 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.341537 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.345110 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.346551 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.350079 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.351526 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.355070 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.356501 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.360040 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.361460 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.365000 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.366443 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.369992 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.371432 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.374973 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.376403 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.379959 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.381389 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.384944 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.386379 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.389917 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.391360 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.394925 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.396360 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.399934 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.401373 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.404935 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.406372 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.409923 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.411354 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.414910 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.416340 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.419908 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.421347 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.424925 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.426359 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.429915 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.431350 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.434911 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.436352 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.840497 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.846961 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8367 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.912151 tst                       trial-8367: Storing JUnit report in /build/trial-8367/run.2026-06-19_22-48-17/trial-8367.xml

--------------------------------------------------------------------------------------------
trial-8367 PASS
--------------------------------------------------------------------------------------------
22:49:43.922335 tst                       trial-8367: trial-8367: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8367/inst
+ cd trial-8367
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-19 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8367-run.tgz run.2026-06-19_22-48-17
+ tar czf /build/trial-8367-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-19_13_27_00.tgz osmo-bts-oc2g.build-2026-06-19_00_51_50.tgz osmo-bts-sysmo.build-2026-06-19_00_51_51.tgz osmo-bts.build-2026-06-19_00_51_54.tgz osmo-ggsn.build-2026-06-19_20_42_56.tgz osmo-hlr.build-2026-06-19_16_36_53.tgz osmo-hnbgw.build-2026-06-19_13_30_58.tgz osmo-mgw.build-2026-06-19_08_33_06.tgz osmo-msc.build-2026-06-19_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-19_07_34_43.tgz osmo-pcu-sysmo.build-2026-06-19_07_34_44.tgz osmo-pcu.build-2026-06-19_07_34_51.tgz osmo-sgsn.build-2026-06-19_20_48_25.tgz osmo-stp.build-2026-06-19_13_25_47.tgz osmo-trx.build-2026-06-19_14_22_02.tgz osmocom-bb.build-2026-06-19_21_17_10.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