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 7912
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16790241054602489869.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-8364
+ 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 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#24 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e1e79eb18cc6b3bb4bf672a6a872a40f55174e753db68ac820567bc666445fb1 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8365 -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-17 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8365
+ mkdir -p trial-8365
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-17_13_29_30.tgz osmo-bts-oc2g.build-2026-06-17_00_52_31.tgz osmo-bts-sysmo.build-2026-06-17_00_52_08.tgz osmo-bts.build-2026-06-17_00_52_19.tgz osmo-ggsn.build-2026-06-17_20_42_53.tgz osmo-hlr.build-2026-06-17_16_36_54.tgz osmo-hnbgw.build-2026-06-17_13_30_53.tgz osmo-mgw.build-2026-06-17_08_33_07.tgz osmo-msc.build-2026-06-17_13_35_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-17_07_34_44.tgz osmo-pcu-sysmo.build-2026-06-17_07_34_46.tgz osmo-pcu.build-2026-06-17_07_34_53.tgz osmo-sgsn.build-2026-06-17_20_48_13.tgz osmo-stp.build-2026-06-17_13_25_38.tgz osmo-trx.build-2026-06-17_14_21_58.tgz osmocom-bb.build-2026-06-17_21_17_17.tgz srslte.build-19.tgz trial-8365
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-17_13_29_30.md5 osmo-bts-oc2g.build-2026-06-17_00_52_31.md5 osmo-bts-sysmo.build-2026-06-17_00_52_08.md5 osmo-bts.build-2026-06-17_00_52_19.md5 osmo-ggsn.build-2026-06-17_20_42_53.md5 osmo-hlr.build-2026-06-17_16_36_54.md5 osmo-hnbgw.build-2026-06-17_13_30_53.md5 osmo-mgw.build-2026-06-17_08_33_07.md5 osmo-msc.build-2026-06-17_13_35_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-17_07_34_44.md5 osmo-pcu-sysmo.build-2026-06-17_07_34_46.md5 osmo-pcu.build-2026-06-17_07_34_53.md5 osmo-sgsn.build-2026-06-17_20_48_13.md5 osmo-stp.build-2026-06-17_13_25_38.md5 osmo-trx.build-2026-06-17_14_21_58.md5 osmocom-bb.build-2026-06-17_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-17_13_29_30.md5 osmo-bts-oc2g.build-2026-06-17_00_52_31.md5 osmo-bts-sysmo.build-2026-06-17_00_52_08.md5 osmo-bts.build-2026-06-17_00_52_19.md5 osmo-ggsn.build-2026-06-17_20_42_53.md5 osmo-hlr.build-2026-06-17_16_36_54.md5 osmo-hnbgw.build-2026-06-17_13_30_53.md5 osmo-mgw.build-2026-06-17_08_33_07.md5 osmo-msc.build-2026-06-17_13_35_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-17_07_34_44.md5 osmo-pcu-sysmo.build-2026-06-17_07_34_46.md5 osmo-pcu.build-2026-06-17_07_34_53.md5 osmo-sgsn.build-2026-06-17_20_48_13.md5 osmo-stp.build-2026-06-17_13_25_38.md5 osmo-trx.build-2026-06-17_14_21_58.md5 osmocom-bb.build-2026-06-17_21_17_17.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-8365 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8365'
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-8365
--------------------------------------------------------------------------------------------
22:48:17.309232 tst                       trial-8365: Detailed log at /build/trial-8365/run.2026-06-17_22-48-17/log

---------------------------------------------------------------------
trial-8365 netreg_mass
---------------------------------------------------------------------
22:48:17.516128 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.516479 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.517233 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.518377 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.560057 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.560925 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.562078 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.625427 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-8365 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.626168 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.641246 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.641763 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.642219 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.642658 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.643088 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.643544 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.643978 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.675254 tst         register_default_mass.py: using LAC 2
22:48:17.697550 tst         register_default_mass.py: using RAC 2
22:48:17.724264 tst         register_default_mass.py: using CellId 2
22:48:17.753643 tst         register_default_mass.py: using BVCI 3
22:48:17.767404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.768089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.768664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.770181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.770680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.772207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.772704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.774238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.774757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.794488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.794993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.795499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.796008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.796526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.798070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.798576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.799094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.799612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.806855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.807890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.808901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.809910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.810927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.811932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.812937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.813968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.814475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.815519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.816514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.817534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.818565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.819632 tst      register_default_mass.py:21: Launching a simple network
22:48:17.829650 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.948703 run            create_hlr_db(pid=20): Launched
22:48:18.963134 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.987363 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.002626 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.008415 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.203651 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.218495 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.224149 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.643962 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.658913 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.673494 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.813200 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.828101 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.833753 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.857170 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.872221 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.877896 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.195198 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.210464 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.236706 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.416331 run         osmo-bts-virtual(pid=34): Launched
22:48:30.453021 tst         register_default_mass.py: using MSISDN 1001
22:48:30.467467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.507557 tst         register_default_mass.py: using MSISDN 1002
22:48:30.525453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.556637 tst         register_default_mass.py: using MSISDN 1003
22:48:30.571727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.602907 tst         register_default_mass.py: using MSISDN 1004
22:48:30.617834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.649054 tst         register_default_mass.py: using MSISDN 1005
22:48:30.663829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.695227 tst         register_default_mass.py: using MSISDN 1006
22:48:30.710034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.741214 tst         register_default_mass.py: using MSISDN 1007
22:48:30.755927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.787158 tst         register_default_mass.py: using MSISDN 1008
22:48:30.801835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.833160 tst         register_default_mass.py: using MSISDN 1009
22:48:30.848012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.879127 tst         register_default_mass.py: using MSISDN 1010
22:48:30.893904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.925049 tst         register_default_mass.py: using MSISDN 1011
22:48:30.939841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.971438 tst         register_default_mass.py: using MSISDN 1012
22:48:30.986256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.017454 tst         register_default_mass.py: using MSISDN 1013
22:48:31.032167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.063155 tst         register_default_mass.py: using MSISDN 1014
22:48:31.077832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.109135 tst         register_default_mass.py: using MSISDN 1015
22:48:31.123894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.155128 tst         register_default_mass.py: using MSISDN 1016
22:48:31.169901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.201337 tst         register_default_mass.py: using MSISDN 1017
22:48:31.216135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.247433 tst         register_default_mass.py: using MSISDN 1018
22:48:31.262279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.293517 tst         register_default_mass.py: using MSISDN 1019
22:48:31.308444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.339537 tst         register_default_mass.py: using MSISDN 1020
22:48:31.354214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.385269 tst         register_default_mass.py: using MSISDN 1021
22:48:31.400042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.431242 tst         register_default_mass.py: using MSISDN 1022
22:48:31.446049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.477344 tst         register_default_mass.py: using MSISDN 1023
22:48:31.492183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.523549 tst         register_default_mass.py: using MSISDN 1024
22:48:31.538413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.569666 tst         register_default_mass.py: using MSISDN 1025
22:48:31.584530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.615886 tst         register_default_mass.py: using MSISDN 1026
22:48:31.630802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.661961 tst         register_default_mass.py: using MSISDN 1027
22:48:31.676818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.707758 tst         register_default_mass.py: using MSISDN 1028
22:48:31.722438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.753675 tst         register_default_mass.py: using MSISDN 1029
22:48:31.768537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.799920 tst         register_default_mass.py: using MSISDN 1030
22:48:31.814769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.845517 tst         register_default_mass.py: using MSISDN 1031
22:48:31.860233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.890471 tst         register_default_mass.py: using MSISDN 1032
22:48:31.904822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.935504 tst         register_default_mass.py: using MSISDN 1033
22:48:31.950037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.980693 tst         register_default_mass.py: using MSISDN 1034
22:48:31.995202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.026255 tst         register_default_mass.py: using MSISDN 1035
22:48:32.040993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.071937 tst         register_default_mass.py: using MSISDN 1036
22:48:32.086659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.117624 tst         register_default_mass.py: using MSISDN 1037
22:48:32.132245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.163331 tst         register_default_mass.py: using MSISDN 1038
22:48:32.178045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.208824 tst         register_default_mass.py: using MSISDN 1039
22:48:32.223406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.254533 tst         register_default_mass.py: using MSISDN 1040
22:48:32.269276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.300155 tst         register_default_mass.py: using MSISDN 1041
22:48:32.314762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.345843 tst         register_default_mass.py: using MSISDN 1042
22:48:32.360649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.391766 tst         register_default_mass.py: using MSISDN 1043
22:48:32.406546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.437639 tst         register_default_mass.py: using MSISDN 1044
22:48:32.452415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.483554 tst         register_default_mass.py: using MSISDN 1045
22:48:32.498326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.529591 tst         register_default_mass.py: using MSISDN 1046
22:48:32.544376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.575645 tst         register_default_mass.py: using MSISDN 1047
22:48:32.590453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.621568 tst         register_default_mass.py: using MSISDN 1048
22:48:32.636357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.667589 tst         register_default_mass.py: using MSISDN 1049
22:48:32.682516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.713540 tst         register_default_mass.py: using MSISDN 1050
22:48:32.728252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.759269 tst         register_default_mass.py: using MSISDN 1051
22:48:32.773981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.805140 tst         register_default_mass.py: using MSISDN 1052
22:48:32.820010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.850590 tst         register_default_mass.py: using MSISDN 1053
22:48:32.865106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.896263 tst         register_default_mass.py: using MSISDN 1054
22:48:32.911025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.941911 tst         register_default_mass.py: using MSISDN 1055
22:48:32.956555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.987379 tst         register_default_mass.py: using MSISDN 1056
22:48:33.001974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.032832 tst         register_default_mass.py: using MSISDN 1057
22:48:33.047484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.078424 tst         register_default_mass.py: using MSISDN 1058
22:48:33.093100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.124251 tst         register_default_mass.py: using MSISDN 1059
22:48:33.139022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.169980 tst         register_default_mass.py: using MSISDN 1060
22:48:33.184716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.215865 tst         register_default_mass.py: using MSISDN 1061
22:48:33.230632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.261766 tst         register_default_mass.py: using MSISDN 1062
22:48:33.276571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.307733 tst         register_default_mass.py: using MSISDN 1063
22:48:33.322600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.353465 tst         register_default_mass.py: using MSISDN 1064
22:48:33.368141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.399135 tst         register_default_mass.py: using MSISDN 1065
22:48:33.413811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.445162 tst         register_default_mass.py: using MSISDN 1066
22:48:33.460058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.490945 tst         register_default_mass.py: using MSISDN 1067
22:48:33.505709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.537281 tst         register_default_mass.py: using MSISDN 1068
22:48:33.552009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.582896 tst         register_default_mass.py: using MSISDN 1069
22:48:33.597507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.627297 tst         register_default_mass.py: using MSISDN 1070
22:48:33.641351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.671110 tst         register_default_mass.py: using MSISDN 1071
22:48:33.685080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.716192 tst         register_default_mass.py: using MSISDN 1072
22:48:33.730789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.761856 tst         register_default_mass.py: using MSISDN 1073
22:48:33.776621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.807483 tst         register_default_mass.py: using MSISDN 1074
22:48:33.822067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.852650 tst         register_default_mass.py: using MSISDN 1075
22:48:33.867187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.897959 tst         register_default_mass.py: using MSISDN 1076
22:48:33.912627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.943763 tst         register_default_mass.py: using MSISDN 1077
22:48:33.958555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.989587 tst         register_default_mass.py: using MSISDN 1078
22:48:34.004218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.035145 tst         register_default_mass.py: using MSISDN 1079
22:48:34.049768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.080242 tst         register_default_mass.py: using MSISDN 1080
22:48:34.094736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.125681 tst         register_default_mass.py: using MSISDN 1081
22:48:34.140405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.169805 tst         register_default_mass.py: using MSISDN 1082
22:48:34.183822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.213864 tst         register_default_mass.py: using MSISDN 1083
22:48:34.228145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.257819 tst         register_default_mass.py: using MSISDN 1084
22:48:34.271871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.302574 tst         register_default_mass.py: using MSISDN 1085
22:48:34.317017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.347992 tst         register_default_mass.py: using MSISDN 1086
22:48:34.362649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.393957 tst         register_default_mass.py: using MSISDN 1087
22:48:34.408786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.440074 tst         register_default_mass.py: using MSISDN 1088
22:48:34.454850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.485750 tst         register_default_mass.py: using MSISDN 1089
22:48:34.500382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.531374 tst         register_default_mass.py: using MSISDN 1090
22:48:34.546100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.576993 tst         register_default_mass.py: using MSISDN 1091
22:48:34.591618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.622803 tst         register_default_mass.py: using MSISDN 1092
22:48:34.637580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.668797 tst         register_default_mass.py: using MSISDN 1093
22:48:34.683563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.714557 tst         register_default_mass.py: using MSISDN 1094
22:48:34.729234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.760485 tst         register_default_mass.py: using MSISDN 1095
22:48:34.775313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.806650 tst         register_default_mass.py: using MSISDN 1096
22:48:34.821252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.852402 tst         register_default_mass.py: using MSISDN 1097
22:48:34.867053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.898420 tst         register_default_mass.py: using MSISDN 1098
22:48:34.913233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.944190 tst         register_default_mass.py: using MSISDN 1099
22:48:34.958858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.990211 tst         register_default_mass.py: using MSISDN 1100
22:48:35.005064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.096531 run                             mass: Starting testcase
22:48:35.102069 run                             mass: Pre-launching all virtphy's
22:48:35.107534 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.120651 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.126738 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.139697 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.145750 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.158672 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.164688 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.177654 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.183716 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.196527 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.202547 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.215460 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.221489 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.234280 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.240233 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.253029 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.259057 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.271975 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.277952 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.290862 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.296867 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.309758 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.315730 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.328616 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.334594 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.347497 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.353559 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.366498 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.372455 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.385331 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.391304 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.404222 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.410253 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.423188 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.429136 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.442090 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.448136 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.461072 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.467061 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.479954 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.485888 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.498802 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.504826 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.517802 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.523799 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.536732 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.542714 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.555802 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.561851 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.574948 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.580911 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.593967 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.600015 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.613016 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.619093 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.632142 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.638227 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.651283 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.657289 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.670382 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.676446 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.689495 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.695568 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.708632 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.714677 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.727725 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.733807 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.746891 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.752902 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.765946 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.771991 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.785016 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.791039 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.804107 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.810301 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.823427 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.829470 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.842483 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.848466 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.861477 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.867430 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.880485 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.886466 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.899401 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.905373 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.918340 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.924358 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.937285 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.943307 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.956162 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.962148 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.975051 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.981015 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.993944 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.999888 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.012793 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.018773 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.031670 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.037666 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.050757 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.056730 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.069752 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.075701 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.088720 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.094687 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.107765 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.113724 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.126666 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.132676 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.145623 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.151637 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.164603 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.170664 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.183577 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.189603 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.202472 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.208462 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.221364 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.227402 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.240344 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.246400 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.259329 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.265330 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.278477 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.284506 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.297500 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.303532 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.316487 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.322616 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.335539 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.341633 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.354682 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.360657 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.373573 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.379513 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.392456 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.398445 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.411384 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.417361 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.430322 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.436304 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.449286 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.455232 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.468155 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.474135 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.487221 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.493204 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.506209 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.512307 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.525317 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.531384 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.544334 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.550290 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.563367 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.569422 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.582459 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.588437 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.601354 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.607319 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.620299 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.626288 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.639311 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.645275 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.658206 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.664238 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.677191 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.683165 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.696101 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.702055 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.715033 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.720970 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.733936 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.739896 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.752968 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.758983 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.772031 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.778047 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.791030 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.797106 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.810076 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.816263 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.829309 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.835355 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.848298 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.854327 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.867324 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.873310 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.886293 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.892250 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.905214 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.911201 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.924124 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.930152 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.943043 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.949026 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.962012 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.967999 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.981011 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.987098 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.000138 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.006102 run                             mass: Checking if sockets are in the filesystem
22:48:37.038334 run                osmo-ms-mob/00000: Starting mobile
22:48:37.051647 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.062982 run                             mass: MS start registered  {at=2647445.356807939, delay=0.005149916745722294, ms=00000}
22:48:41.254047 run                osmo-ms-mob/00001: Starting mobile
22:48:41.270696 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.281379 run                             mass: MS start registered  {at=2647449.575190646, delay=0.004606115166097879, ms=00001}
22:48:42.253599 run                             mass: MS performed LU  {at=2647450.547307036, lu_delay=5.190499097108841, ms=00000}
22:48:43.053430 run                osmo-ms-mob/00002: Starting mobile
22:48:43.070292 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.080911 run                             mass: MS start registered  {at=2647451.374730807, delay=0.0046121166087687016, ms=00002}
22:48:44.354432 run                osmo-ms-mob/00003: Starting mobile
22:48:44.371130 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.381652 run                             mass: MS start registered  {at=2647452.675480783, delay=0.0045232512056827545, ms=00003}
22:48:45.445241 run                osmo-ms-mob/00004: Starting mobile
22:48:45.461889 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.472472 run                             mass: MS start registered  {at=2647453.7662989, delay=0.004302490036934614, ms=00004}
22:48:46.019427 run                             mass: MS performed LU  {at=2647454.313142613, lu_delay=4.737951966933906, ms=00001}
22:48:46.453927 run                osmo-ms-mob/00005: Starting mobile
22:48:46.470851 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.481493 run                             mass: MS start registered  {at=2647454.775319305, delay=0.00460084667429328, ms=00005}
22:48:47.345697 run                osmo-ms-mob/00006: Starting mobile
22:48:47.362356 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.373041 run                             mass: MS start registered  {at=2647455.666866408, delay=0.0046505010686814785, ms=00006}
22:48:47.920984 run                             mass: MS performed LU  {at=2647456.214694153, lu_delay=4.8399633462540805, ms=00002}
22:48:48.254214 run                osmo-ms-mob/00007: Starting mobile
22:48:48.270979 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.281842 run                             mass: MS start registered  {at=2647456.575666821, delay=0.004873229190707207, ms=00007}
22:48:49.022584 run                osmo-ms-mob/00008: Starting mobile
22:48:49.035737 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.046507 run                             mass: MS start registered  {at=2647457.34033757, delay=0.004732467699795961, ms=00008}
22:48:49.752963 run                osmo-ms-mob/00009: Starting mobile
22:48:49.769986 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.780711 run                             mass: MS start registered  {at=2647458.074539101, delay=0.004759117029607296, ms=00009}
22:48:49.786867 run                             mass: MS performed LU  {at=2647458.080702703, lu_delay=5.405221919994801, ms=00003}
22:48:50.454331 run                osmo-ms-mob/00010: Starting mobile
22:48:50.471324 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.481981 run                             mass: MS start registered  {at=2647458.775810332, delay=0.004611053969711065, ms=00010}
22:48:51.021690 run                osmo-ms-mob/00011: Starting mobile
22:48:51.034593 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.045298 run                             mass: MS start registered  {at=2647459.339126912, delay=0.004641836974769831, ms=00011}
22:48:51.622613 run                osmo-ms-mob/00012: Starting mobile
22:48:51.635664 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.646364 run                             mass: MS start registered  {at=2647459.940191996, delay=0.004468721803277731, ms=00012}
22:48:51.686629 run                             mass: MS performed LU  {at=2647459.980368842, lu_delay=6.214069942012429, ms=00004}
22:48:51.714770 run                             mass: MS performed LU  {at=2647460.008517012, lu_delay=5.233197707217187, ms=00005}
22:48:52.253326 run                osmo-ms-mob/00013: Starting mobile
22:48:52.270096 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.281266 run                             mass: MS start registered  {at=2647460.575087662, delay=0.005086647812277079, ms=00013}
22:48:52.822837 run                osmo-ms-mob/00014: Starting mobile
22:48:52.836028 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.847249 run                             mass: MS start registered  {at=2647461.141072231, delay=0.00514755304902792, ms=00014}
22:48:53.422423 run                osmo-ms-mob/00015: Starting mobile
22:48:53.435620 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.446216 run                             mass: MS start registered  {at=2647461.740021479, delay=0.004473653621971607, ms=00015}
22:48:53.550815 run                             mass: MS performed LU  {at=2647461.844532182, lu_delay=5.268865360878408, ms=00007}
22:48:53.616338 run                             mass: MS performed LU  {at=2647461.910052811, lu_delay=6.243186402600259, ms=00006}
22:48:53.953520 run                osmo-ms-mob/00016: Starting mobile
22:48:53.970113 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.976381 run                             mass: MS performed LU  {at=2647462.270214067, lu_delay=4.929876497015357, ms=00008}
22:48:53.982343 run                             mass: MS start registered  {at=2647462.276184952, delay=0.0059887440875172615, ms=00016}
22:48:54.434231 run                osmo-ms-mob/00017: Starting mobile
22:48:54.448223 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.459006 run                             mass: MS start registered  {at=2647462.752832624, delay=0.00465386500582099, ms=00017}
22:48:55.053996 run                osmo-ms-mob/00018: Starting mobile
22:48:55.070696 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.081299 run                             mass: MS start registered  {at=2647463.375128033, delay=0.004593373276293278, ms=00018}
22:48:55.444586 run                osmo-ms-mob/00019: Starting mobile
22:48:55.460943 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.467031 run                             mass: MS performed LU  {at=2647463.76086558, lu_delay=4.985055247787386, ms=00010}
22:48:55.472833 run                             mass: MS start registered  {at=2647463.766676399, delay=0.005828076973557472, ms=00019}
22:48:55.479035 run                             mass: MS performed LU  {at=2647463.772866529, lu_delay=5.698327427729964, ms=00009}
22:48:55.952973 run                osmo-ms-mob/00020: Starting mobile
22:48:55.969980 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.980709 run                             mass: MS start registered  {at=2647464.274534319, delay=0.004669026006013155, ms=00020}
22:48:56.422522 run                osmo-ms-mob/00021: Starting mobile
22:48:56.435624 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.446615 run                             mass: MS start registered  {at=2647464.740440246, delay=0.004716364201158285, ms=00021}
22:48:56.822236 run                osmo-ms-mob/00022: Starting mobile
22:48:56.835385 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.846447 run                             mass: MS start registered  {at=2647465.14026876, delay=0.005047358572483063, ms=00022}
22:48:57.345362 run                osmo-ms-mob/00023: Starting mobile
22:48:57.361539 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.367534 run                             mass: MS performed LU  {at=2647465.661369256, lu_delay=6.322242344263941, ms=00011}
22:48:57.373246 run                             mass: MS start registered  {at=2647465.667089381, delay=0.005737154744565487, ms=00023}
22:48:57.451178 run                             mass: MS performed LU  {at=2647465.744909295, lu_delay=5.169821633026004, ms=00013}
22:48:57.704093 run                             mass: MS performed LU  {at=2647465.997818716, lu_delay=4.856746484991163, ms=00014}
22:48:57.734762 run                osmo-ms-mob/00024: Starting mobile
22:48:57.749519 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.760460 run                             mass: MS start registered  {at=2647466.054283423, delay=0.00485627306625247, ms=00024}
22:48:58.235573 run                osmo-ms-mob/00025: Starting mobile
22:48:58.249285 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.260511 run                             mass: MS start registered  {at=2647466.554335849, delay=0.005214749835431576, ms=00025}
22:48:58.622199 run                osmo-ms-mob/00026: Starting mobile
22:48:58.635973 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.647125 run                             mass: MS start registered  {at=2647466.940953284, delay=0.005025763995945454, ms=00026}
22:48:59.052773 run                osmo-ms-mob/00027: Starting mobile
22:48:59.069376 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.080138 run                             mass: MS start registered  {at=2647467.373964696, delay=0.004735963419079781, ms=00027}
22:48:59.134851 run                             mass: MS performed LU  {at=2647467.428591415, lu_delay=4.675758790690452, ms=00017}
22:48:59.217935 run                             mass: MS performed LU  {at=2647467.511664466, lu_delay=5.235479514114559, ms=00016}
22:48:59.244697 run                             mass: MS performed LU  {at=2647467.53850805, lu_delay=5.798486571293324, ms=00015}
22:48:59.282049 run                osmo-ms-mob/00028: Starting mobile
22:48:59.296761 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.307230 run                             mass: MS start registered  {at=2647467.60106021, delay=0.004484232980757952, ms=00028}
22:48:59.856246 run                osmo-ms-mob/00029: Starting mobile
22:48:59.876823 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.888979 run                             mass: MS start registered  {at=2647468.182804717, delay=0.005683300085365772, ms=00029}
22:49:00.235228 run                osmo-ms-mob/00030: Starting mobile
22:49:00.249048 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.259858 run                             mass: MS start registered  {at=2647468.553684626, delay=0.004657220561057329, ms=00030}
22:49:00.652997 run                osmo-ms-mob/00031: Starting mobile
22:49:00.669842 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.680596 run                             mass: MS start registered  {at=2647468.974424425, delay=0.00482720322906971, ms=00031}
22:49:00.921774 run                osmo-ms-mob/00032: Starting mobile
22:49:00.934953 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.945497 run                             mass: MS start registered  {at=2647469.239324274, delay=0.00441192789003253, ms=00032}
22:49:00.981112 run                             mass: MS performed LU  {at=2647469.274853378, lu_delay=5.899725344963372, ms=00018}
22:49:00.998043 run                             mass: MS performed LU  {at=2647469.291873364, lu_delay=5.525196964852512, ms=00019}
22:49:01.082492 run                             mass: MS performed LU  {at=2647469.376238426, lu_delay=4.63579818001017, ms=00021}
22:49:01.110721 run                osmo-ms-mob/00033: Starting mobile
22:49:01.123980 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.134677 run                             mass: MS start registered  {at=2647469.428507816, delay=0.004615066107362509, ms=00033}
22:49:01.272659 run                             mass: MS performed LU  {at=2647469.566385356, lu_delay=5.291851036716253, ms=00020}
22:49:01.759480 run                osmo-ms-mob/00034: Starting mobile
22:49:01.777183 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.788423 run                             mass: MS start registered  {at=2647470.082248657, delay=0.005056126043200493, ms=00034}
22:49:02.035945 run                osmo-ms-mob/00035: Starting mobile
22:49:02.049905 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.060895 run                             mass: MS start registered  {at=2647470.354723325, delay=0.004887884017080069, ms=00035}
22:49:02.432389 run                osmo-ms-mob/00036: Starting mobile
22:49:02.445825 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.456859 run                             mass: MS start registered  {at=2647470.750687194, delay=0.004665384069085121, ms=00036}
22:49:02.844677 run                osmo-ms-mob/00037: Starting mobile
22:49:02.860907 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.872255 run                             mass: MS start registered  {at=2647471.166080332, delay=0.005232934840023518, ms=00037}
22:49:02.900324 run                             mass: MS performed LU  {at=2647471.194127485, lu_delay=5.139844062272459, ms=00024}
22:49:02.984242 run                             mass: MS performed LU  {at=2647471.277971756, lu_delay=4.7236359072849154, ms=00025}
22:49:03.012478 run                osmo-ms-mob/00038: Starting mobile
22:49:03.025590 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.031604 run                             mass: MS performed LU  {at=2647471.325442161, lu_delay=6.185173401143402, ms=00022}
22:49:03.037419 run                             mass: MS start registered  {at=2647471.331262439, delay=0.005835234187543392, ms=00038}
22:49:03.174115 run                             mass: MS performed LU  {at=2647471.467823461, lu_delay=5.800734080374241, ms=00023}
22:49:03.188531 run                osmo-ms-mob/00039: Starting mobile
22:49:03.201698 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.212550 run                             mass: MS start registered  {at=2647471.506381951, delay=0.004834191873669624, ms=00039}
22:49:03.823432 run                osmo-ms-mob/00040: Starting mobile
22:49:03.836844 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.848515 run                             mass: MS start registered  {at=2647472.142323526, delay=0.005180097185075283, ms=00040}
22:49:04.122237 run                osmo-ms-mob/00041: Starting mobile
22:49:04.135543 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.146990 run                             mass: MS start registered  {at=2647472.440817212, delay=0.005104681011289358, ms=00041}
22:49:04.422313 run                osmo-ms-mob/00042: Starting mobile
22:49:04.435485 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.446579 run                             mass: MS start registered  {at=2647472.74040695, delay=0.0047649177722632885, ms=00042}
22:49:04.747399 run                             mass: MS performed LU  {at=2647473.041123131, lu_delay=5.667158434633166, ms=00027}
22:49:04.762195 run                osmo-ms-mob/00043: Starting mobile
22:49:04.776009 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.782268 run                             mass: MS performed LU  {at=2647473.076098588, lu_delay=4.893293870612979, ms=00029}
22:49:04.788119 run                             mass: MS start registered  {at=2647473.081961802, delay=0.005881341174244881, ms=00043}
22:49:04.913239 run                             mass: MS performed LU  {at=2647473.206966477, lu_delay=4.653281851205975, ms=00030}
22:49:04.928703 run                osmo-ms-mob/00044: Starting mobile
22:49:04.942112 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.953038 run                             mass: MS start registered  {at=2647473.246868828, delay=0.004843167029321194, ms=00044}
22:49:05.038185 run                             mass: MS performed LU  {at=2647473.331864866, lu_delay=5.730804656166583, ms=00028}
22:49:05.445462 run                osmo-ms-mob/00045: Starting mobile
22:49:05.462029 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.473267 run                             mass: MS start registered  {at=2647473.767092302, delay=0.005071728024631739, ms=00045}
22:49:05.735048 run                osmo-ms-mob/00046: Starting mobile
22:49:05.749058 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.759957 run                             mass: MS start registered  {at=2647474.053785913, delay=0.004682830069214106, ms=00046}
22:49:05.807984 run                             mass: MS performed LU  {at=2647474.101728936, lu_delay=7.16077565215528, ms=00026}
22:49:06.035780 run                osmo-ms-mob/00047: Starting mobile
22:49:06.049788 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.060533 run                             mass: MS start registered  {at=2647474.354359659, delay=0.004578375723212957, ms=00047}
22:49:06.321594 run                osmo-ms-mob/00048: Starting mobile
22:49:06.334795 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.345352 run                             mass: MS start registered  {at=2647474.639180875, delay=0.004475561901926994, ms=00048}
22:49:06.645438 run                osmo-ms-mob/00049: Starting mobile
22:49:06.662043 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.668372 run                             mass: MS performed LU  {at=2647474.962205469, lu_delay=4.87995681213215, ms=00034}
22:49:06.674264 run                             mass: MS start registered  {at=2647474.968104565, delay=0.0059166341088712215, ms=00049}
22:49:06.703972 run                             mass: MS performed LU  {at=2647474.997769827, lu_delay=4.643046502023935, ms=00035}
22:49:06.717827 run                osmo-ms-mob/00050: Starting mobile
22:49:06.731183 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.741892 run                             mass: MS start registered  {at=2647475.035721566, delay=0.004629628267139196, ms=00050}
22:49:06.777309 run                             mass: MS performed LU  {at=2647475.071034324, lu_delay=5.642526507843286, ms=00033}
22:49:06.957816 run                             mass: MS performed LU  {at=2647475.251543774, lu_delay=6.012219499796629, ms=00032}
22:49:06.975751 run                             mass: MS performed LU  {at=2647475.269504924, lu_delay=6.295080498792231, ms=00031}
22:49:07.033527 run                osmo-ms-mob/00051: Starting mobile
22:49:07.049592 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.060255 run                             mass: MS start registered  {at=2647475.354084777, delay=0.00464584631845355, ms=00051}
22:49:07.636134 run                osmo-ms-mob/00052: Starting mobile
22:49:07.650162 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.660919 run                             mass: MS start registered  {at=2647475.954747599, delay=0.00472981994971633, ms=00052}
22:49:07.924816 run                osmo-ms-mob/00053: Starting mobile
22:49:07.938330 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.949014 run                             mass: MS start registered  {at=2647476.24284311, delay=0.004655512049794197, ms=00053}
22:49:08.222418 run                osmo-ms-mob/00054: Starting mobile
22:49:08.235305 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.245800 run                             mass: MS start registered  {at=2647476.539630465, delay=0.004498003050684929, ms=00054}
22:49:08.512080 run                             mass: MS performed LU  {at=2647476.805790515, lu_delay=6.055103321094066, ms=00036}
22:49:08.541802 run                osmo-ms-mob/00055: Starting mobile
22:49:08.555261 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.561514 run                             mass: MS performed LU  {at=2647476.855349138, lu_delay=4.713025611825287, ms=00040}
22:49:08.567721 run                             mass: MS start registered  {at=2647476.861560954, delay=0.006229571998119354, ms=00055}
22:49:08.573587 run                             mass: MS performed LU  {at=2647476.867425108, lu_delay=5.536162668839097, ms=00038}
22:49:08.584404 run                osmo-ms-mob/00056: Starting mobile
22:49:08.597895 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.608784 run                             mass: MS start registered  {at=2647476.902612428, delay=0.004712691064924002, ms=00056}
22:49:08.877404 run                             mass: MS performed LU  {at=2647477.171130413, lu_delay=5.664748462382704, ms=00039}
22:49:09.103510 run                             mass: MS performed LU  {at=2647477.397236613, lu_delay=4.9564194008708, ms=00041}
22:49:09.151573 run                osmo-ms-mob/00057: Starting mobile
22:49:09.169896 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.180756 run                             mass: MS start registered  {at=2647477.47458175, delay=0.00465058907866478, ms=00057}
22:49:09.537034 run                osmo-ms-mob/00058: Starting mobile
22:49:09.551125 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.562612 run                             mass: MS start registered  {at=2647477.856437409, delay=0.005213637836277485, ms=00058}
22:49:09.601925 run                             mass: MS performed LU  {at=2647477.895669143, lu_delay=6.729588811285794, ms=00037}
22:49:09.699233 run                             mass: MS performed LU  {at=2647477.99296518, lu_delay=4.225872877985239, ms=00045}
22:49:09.729099 run                osmo-ms-mob/00059: Starting mobile
22:49:09.742534 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.748895 run                             mass: MS performed LU  {at=2647478.042728824, lu_delay=3.688369165174663, ms=00047}
22:49:09.754786 run                             mass: MS start registered  {at=2647478.048627516, delay=0.005916604772210121, ms=00059}
22:49:10.158852 run                osmo-ms-mob/00060: Starting mobile
22:49:10.174971 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.186062 run                             mass: MS start registered  {at=2647478.479890488, delay=0.004771211184561253, ms=00060}
22:49:10.433082 run                             mass: MS performed LU  {at=2647478.726811662, lu_delay=4.673025748692453, ms=00046}
22:49:10.463360 run                osmo-ms-mob/00061: Starting mobile
22:49:10.476896 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.483311 run                             mass: MS performed LU  {at=2647478.777145871, lu_delay=5.695184068754315, ms=00043}
22:49:10.489358 run                             mass: MS performed LU  {at=2647478.783199526, lu_delay=6.042792575899512, ms=00042}
22:49:10.495190 run                             mass: MS start registered  {at=2647478.789032329, delay=0.01190461777150631, ms=00061}
22:49:10.526633 run                osmo-ms-mob/00062: Starting mobile
22:49:10.540207 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.552875 run                             mass: MS start registered  {at=2647478.846694253, delay=0.006400927901268005, ms=00062}
22:49:10.741955 run                             mass: MS performed LU  {at=2647479.035686507, lu_delay=5.788817679043859, ms=00044}
22:49:11.164985 run                osmo-ms-mob/00063: Starting mobile
22:49:11.182366 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.193802 run                             mass: MS start registered  {at=2647479.487625233, delay=0.005313951056450605, ms=00063}
22:49:11.537471 run                osmo-ms-mob/00064: Starting mobile
22:49:11.551647 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.562760 run                             mass: MS start registered  {at=2647479.856585558, delay=0.004778868053108454, ms=00064}
22:49:11.952728 run                osmo-ms-mob/00065: Starting mobile
22:49:11.968389 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.978942 run                             mass: MS start registered  {at=2647480.272768353, delay=0.004494707100093365, ms=00065}
22:49:12.222639 run                osmo-ms-mob/00066: Starting mobile
22:49:12.235706 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.246387 run                             mass: MS start registered  {at=2647480.540217363, delay=0.004650608636438847, ms=00066}
22:49:12.278833 run                             mass: MS performed LU  {at=2647480.572615869, lu_delay=5.536894302815199, ms=00050}
22:49:12.296439 run                             mass: MS performed LU  {at=2647480.590261181, lu_delay=5.622156615834683, ms=00049}
22:49:12.398190 run                             mass: MS performed LU  {at=2647480.691889831, lu_delay=4.737142231781036, ms=00052}
22:49:12.426607 run                osmo-ms-mob/00067: Starting mobile
22:49:12.439683 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.450274 run                             mass: MS start registered  {at=2647480.744104946, delay=0.004541381262242794, ms=00067}
22:49:12.570173 run                             mass: MS performed LU  {at=2647480.863883406, lu_delay=6.224702531006187, ms=00048}
22:49:12.661747 run                             mass: MS performed LU  {at=2647480.955488802, lu_delay=4.712645691819489, ms=00053}
22:49:12.690058 run                osmo-ms-mob/00068: Starting mobile
22:49:12.703164 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.713893 run                             mass: MS start registered  {at=2647481.00772437, delay=0.004696705844253302, ms=00068}
22:49:13.257270 run                             mass: MS performed LU  {at=2647481.550983523, lu_delay=6.196898745838553, ms=00051}
22:49:13.291980 run                osmo-ms-mob/00069: Starting mobile
22:49:13.306138 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.317335 run                             mass: MS start registered  {at=2647481.611152718, delay=0.005062582902610302, ms=00069}
22:49:13.455576 run                             mass: MS performed LU  {at=2647481.749265159, lu_delay=4.274683408904821, ms=00057}
22:49:13.480259 run                             mass: MS performed LU  {at=2647481.77409536, lu_delay=3.9176579513587058, ms=00058}
22:49:13.660565 run                             mass: MS performed LU  {at=2647481.954298923, lu_delay=22.01410692697391, ms=00012}
22:49:13.685968 run                osmo-ms-mob/00070: Starting mobile
22:49:13.699585 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.710440 run                             mass: MS start registered  {at=2647482.004268999, delay=0.004827343393117189, ms=00070}
22:49:14.162752 run                osmo-ms-mob/00071: Starting mobile
22:49:14.179653 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.190761 run                             mass: MS start registered  {at=2647482.484584425, delay=0.004927712958306074, ms=00071}
22:49:14.236981 run                             mass: MS performed LU  {at=2647482.530697984, lu_delay=5.991067518945783, ms=00054}
22:49:14.253852 run                             mass: MS performed LU  {at=2647482.547691183, lu_delay=5.686130229383707, ms=00055}
22:49:14.271265 run                             mass: MS performed LU  {at=2647482.565080618, lu_delay=5.662468189839274, ms=00056}
22:49:14.284682 run                osmo-ms-mob/00072: Starting mobile
22:49:14.298473 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.309231 run                             mass: MS start registered  {at=2647482.603059594, delay=0.0045580388978123665, ms=00072}
22:49:14.525770 run                             mass: MS performed LU  {at=2647482.819507372, lu_delay=4.770879856310785, ms=00059}
22:49:14.964857 run                osmo-ms-mob/00073: Starting mobile
22:49:14.983190 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.994192 run                             mass: MS start registered  {at=2647483.28802007, delay=0.004738318268209696, ms=00073}
22:49:15.336118 run                osmo-ms-mob/00074: Starting mobile
22:49:15.351941 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.364101 run                             mass: MS start registered  {at=2647483.657920682, delay=0.005298546049743891, ms=00074}
22:49:15.721799 run                osmo-ms-mob/00075: Starting mobile
22:49:15.734964 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.746044 run                             mass: MS start registered  {at=2647484.039873579, delay=0.004925282206386328, ms=00075}
22:49:16.164119 run                             mass: MS performed LU  {at=2647484.457845407, lu_delay=5.611151154153049, ms=00062}
22:49:16.204253 run                osmo-ms-mob/00076: Starting mobile
22:49:16.219814 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.225863 run                             mass: MS performed LU  {at=2647484.519699449, lu_delay=5.730667120311409, ms=00061}
22:49:16.231787 run                             mass: MS start registered  {at=2647484.525630278, delay=0.005947201978415251, ms=00076}
22:49:16.280190 run                             mass: MS performed LU  {at=2647484.573895287, lu_delay=4.71730972873047, ms=00064}
22:49:16.300144 run                             mass: MS performed LU  {at=2647484.593984102, lu_delay=5.106358869001269, ms=00063}
22:49:16.311447 run                osmo-ms-mob/00077: Starting mobile
22:49:16.324613 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.335537 run                             mass: MS start registered  {at=2647484.629359874, delay=0.004900685977190733, ms=00077}
22:49:17.137027 run                osmo-ms-mob/00078: Starting mobile
22:49:17.151046 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.161709 run                             mass: MS start registered  {at=2647485.455535206, delay=0.004618970211595297, ms=00078}
22:49:17.534906 run                osmo-ms-mob/00079: Starting mobile
22:49:17.548743 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.559492 run                             mass: MS start registered  {at=2647485.853321332, delay=0.004663011059165001, ms=00079}
22:49:17.964591 run                             mass: MS performed LU  {at=2647486.258315793, lu_delay=4.647163074929267, ms=00069}
22:49:18.020767 run                osmo-ms-mob/00080: Starting mobile
22:49:18.035915 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.042126 run                             mass: MS performed LU  {at=2647486.335960175, lu_delay=5.3282358050346375, ms=00068}
22:49:18.047989 run                             mass: MS performed LU  {at=2647486.341831585, lu_delay=5.597726638894528, ms=00067}
22:49:18.053723 run                             mass: MS start registered  {at=2647486.347566207, delay=0.011624275706708431, ms=00080}
22:49:18.273505 run                             mass: MS performed LU  {at=2647486.567231295, lu_delay=6.294462942052633, ms=00065}
22:49:18.297478 run                             mass: MS performed LU  {at=2647486.591317016, lu_delay=4.587048016954213, ms=00070}
22:49:18.308551 run                osmo-ms-mob/00081: Starting mobile
22:49:18.321665 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.332495 run                             mass: MS start registered  {at=2647486.626321991, delay=0.0046969871036708355, ms=00081}
22:49:18.935818 run                osmo-ms-mob/00082: Starting mobile
22:49:18.950101 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.961185 run                             mass: MS start registered  {at=2647487.255009466, delay=0.005102102644741535, ms=00082}
22:49:19.554012 run                osmo-ms-mob/00083: Starting mobile
22:49:19.570751 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.581505 run                             mass: MS start registered  {at=2647487.875332829, delay=0.004585321061313152, ms=00083}
22:49:19.912198 run                             mass: MS performed LU  {at=2647488.205891706, lu_delay=4.917871635872871, ms=00073}
22:49:19.938013 run                             mass: MS performed LU  {at=2647488.231843447, lu_delay=5.628783852793276, ms=00072}
22:49:19.962136 run                osmo-ms-mob/00084: Starting mobile
22:49:19.975341 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.981404 run                             mass: MS performed LU  {at=2647488.275241719, lu_delay=5.790657293982804, ms=00071}
22:49:19.987261 run                             mass: MS start registered  {at=2647488.281104108, delay=0.005877700634300709, ms=00084}
22:49:20.045517 run                             mass: MS performed LU  {at=2647488.339245193, lu_delay=4.681324511300772, ms=00074}
22:49:20.556754 run                osmo-ms-mob/00085: Starting mobile
22:49:20.574902 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.585618 run                             mass: MS start registered  {at=2647488.879446898, delay=0.004620187915861607, ms=00085}
22:49:21.132149 run                osmo-ms-mob/00086: Starting mobile
22:49:21.146350 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.157483 run                             mass: MS start registered  {at=2647489.451313015, delay=0.0051277619786560535, ms=00086}
22:49:21.755706 run                osmo-ms-mob/00087: Starting mobile
22:49:21.772973 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.779181 run                             mass: MS performed LU  {at=2647490.073015602, lu_delay=5.443655727896839, ms=00077}
22:49:21.784976 run                             mass: MS performed LU  {at=2647490.078818439, lu_delay=5.553188160993159, ms=00076}
22:49:21.790694 run                             mass: MS start registered  {at=2647490.084537212, delay=0.011539585888385773, ms=00087}
22:49:21.947193 run                             mass: MS performed LU  {at=2647490.240918997, lu_delay=6.201045418158174, ms=00075}
22:49:22.003967 run                             mass: MS performed LU  {at=2647490.297704258, lu_delay=4.842169051989913, ms=00078}
22:49:22.363156 run                osmo-ms-mob/00088: Starting mobile
22:49:22.379757 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.390908 run                             mass: MS start registered  {at=2647490.684733518, delay=0.00510981073603034, ms=00088}
22:49:22.935216 run                osmo-ms-mob/00089: Starting mobile
22:49:22.949340 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.960473 run                             mass: MS start registered  {at=2647491.254301201, delay=0.005017401184886694, ms=00089}
22:49:23.521952 run                osmo-ms-mob/00090: Starting mobile
22:49:23.535001 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.546379 run                             mass: MS start registered  {at=2647491.840205696, delay=0.005381586030125618, ms=00090}
22:49:23.677542 run                             mass: MS performed LU  {at=2647491.9712634, lu_delay=6.117942067794502, ms=00079}
22:49:23.695398 run                             mass: MS performed LU  {at=2647491.98914311, lu_delay=5.641576902940869, ms=00080}
22:49:23.723083 run                             mass: MS performed LU  {at=2647492.01683752, lu_delay=4.7618280542083085, ms=00082}
22:49:23.977247 run                             mass: MS performed LU  {at=2647492.270973709, lu_delay=5.64465171797201, ms=00081}
22:49:24.235327 run                osmo-ms-mob/00091: Starting mobile
22:49:24.249112 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.260259 run                             mass: MS start registered  {at=2647492.55408817, delay=0.005135843064635992, ms=00091}
22:49:24.954251 run                osmo-ms-mob/00092: Starting mobile
22:49:24.971119 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.982349 run                             mass: MS start registered  {at=2647493.276179547, delay=0.005254237912595272, ms=00092}
22:49:25.459339 run                             mass: MS performed LU  {at=2647493.753065725, lu_delay=5.471961617004126, ms=00084}
22:49:25.495882 run                             mass: MS performed LU  {at=2647493.789624537, lu_delay=4.910177638754249, ms=00085}
22:49:25.712409 run                             mass: MS performed LU  {at=2647494.006135477, lu_delay=6.13080264814198, ms=00083}
22:49:25.769939 run                osmo-ms-mob/00093: Starting mobile
22:49:25.785110 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.796383 run                             mass: MS start registered  {at=2647494.090209307, delay=0.005224014166742563, ms=00093}
22:49:26.634667 run                osmo-ms-mob/00094: Starting mobile
22:49:26.648792 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.660031 run                             mass: MS start registered  {at=2647494.953860084, delay=0.004917477257549763, ms=00094}
22:49:27.443691 run                             mass: MS performed LU  {at=2647495.737391371, lu_delay=5.652854159008712, ms=00087}
22:49:27.501431 run                osmo-ms-mob/00095: Starting mobile
22:49:27.516802 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.522900 run                             mass: MS performed LU  {at=2647495.816736323, lu_delay=5.132002804894, ms=00088}
22:49:27.528754 run                             mass: MS start registered  {at=2647495.822596482, delay=0.005876860115677118, ms=00095}
22:49:27.725095 run                             mass: MS performed LU  {at=2647496.018824076, lu_delay=6.567511060740799, ms=00086}
22:49:27.743240 run                             mass: MS performed LU  {at=2647496.03701863, lu_delay=4.782717429101467, ms=00089}
22:49:28.522257 run                osmo-ms-mob/00096: Starting mobile
22:49:28.535714 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.547237 run                             mass: MS start registered  {at=2647496.841058827, delay=0.005418230779469013, ms=00096}
22:49:29.225570 run                             mass: MS performed LU  {at=2647497.519294362, lu_delay=5.67908866610378, ms=00090}
22:49:29.478744 run                             mass: MS performed LU  {at=2647497.772470729, lu_delay=5.218382558785379, ms=00091}
22:49:29.622143 run                osmo-ms-mob/00097: Starting mobile
22:49:29.635111 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.645987 run                             mass: MS start registered  {at=2647497.939816573, delay=0.004852649290114641, ms=00097}
22:49:29.732380 run                             mass: MS performed LU  {at=2647498.026106156, lu_delay=4.749926608987153, ms=00092}
22:49:30.961392 run                osmo-ms-mob/00098: Starting mobile
22:49:30.977986 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.989116 run                             mass: MS start registered  {at=2647499.282945139, delay=0.005098397843539715, ms=00098}
22:49:31.209736 run                             mass: MS performed LU  {at=2647499.503468882, lu_delay=5.413259574677795, ms=00093}
22:49:31.463419 run                             mass: MS performed LU  {at=2647499.75714393, lu_delay=4.803283846005797, ms=00094}
22:49:32.757946 run                osmo-ms-mob/00099: Starting mobile
22:49:32.771459 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.777536 run                             mass: All started... {duration=55.765760105103254, too_slow=0}
22:49:32.783667 run                             mass: MS start registered  {at=2647501.077503615, delay=0.0061251320876181126, ms=00099}
22:49:33.138344 run                             mass: MS performed LU  {at=2647501.432069662, lu_delay=5.609473180025816, ms=00095}
22:49:33.156992 run                             mass: MS performed LU  {at=2647501.450708922, lu_delay=4.6096500949934125, ms=00096}
22:49:33.226657 run                             mass: MS performed LU  {at=2647501.520383248, lu_delay=23.040492760017514, ms=00060}
22:49:34.974875 run                             mass: MS performed LU  {at=2647503.268568641, lu_delay=5.328752067871392, ms=00097}
22:49:35.229246 run                             mass: MS performed LU  {at=2647503.522973138, lu_delay=22.982755775097758, ms=00066}
22:49:36.904657 run                             mass: MS performed LU  {at=2647505.198386155, lu_delay=5.91544101620093, ms=00098}
22:49:38.741778 run                             mass: MS performed LU  {at=2647507.035494964, lu_delay=5.957991349045187, ms=00099}
22:49:38.764992 run                             mass: Tests done {all_completed=True, max=23.040492760017514, min=3.688369165174663}
22:49:38.770754 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.775943 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.779157 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.782314 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.785544 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.788729 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.791970 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.795241 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.798514 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.801689 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.804896 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.808105 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.811365 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.814685 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.817911 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.821237 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.824563 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.827906 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.831296 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.834686 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.837952 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.841323 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.844693 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.848061 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.851451 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.854867 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.858270 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.861538 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.865356 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.868707 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.872067 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.875381 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.878787 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.882127 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.885700 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.889063 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.892430 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.895851 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.899250 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.902894 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.906885 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.910325 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.913715 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.917082 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.920496 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.923849 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.927259 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.930833 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.934146 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.937490 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.940902 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.944322 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.947845 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.951282 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.954695 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.958103 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.961526 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.964944 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.968364 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.971786 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.975304 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.978740 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.982155 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.985575 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.988994 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.992405 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.995804 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.999202 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.002576 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.005930 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.009297 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.012677 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.016041 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.019421 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.022816 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.026330 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.030191 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.033626 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.037000 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.040385 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.043792 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.047160 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.050532 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.053891 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.057282 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.061228 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.064599 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.067969 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.071369 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.074748 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.078121 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.081508 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.084903 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.088282 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.091653 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.095037 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.098423 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.101745 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.105116 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.108413 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.111792 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.115175 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.118575 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.121839 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.125217 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.128521 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.132359 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.135748 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.139199 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.142625 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.146021 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.149351 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.152773 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.156213 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.159631 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.163066 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.166370 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.169640 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.172910 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.176192 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.179406 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.182602 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.185788 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.188997 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.192200 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.195398 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.198597 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.201777 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.204988 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.208234 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.211474 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.214667 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.217852 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.221049 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.224265 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.227466 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.230669 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.233866 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.237021 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.240187 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.243353 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.246508 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.249659 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.252820 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.255958 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.259105 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.262263 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.265408 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.268594 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.271748 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.274895 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.278057 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.281205 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.284352 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.287492 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.290640 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.293781 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.296936 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.300079 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.303236 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.306387 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.309527 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.312675 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.315824 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.318979 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.322127 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.325262 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.328411 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.331563 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.334707 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.337850 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.340993 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.344141 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.347292 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.350443 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.353592 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.356740 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.359895 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.363049 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.366194 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.369340 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.372492 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.375631 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.378782 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.381921 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.385069 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.388231 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.391377 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.394528 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.397679 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.400832 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.403990 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.407135 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.410296 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.413442 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.416597 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.419756 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.422911 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.426061 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.429239 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.432394 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.435541 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.438687 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.441829 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.444982 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.448128 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.451284 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.454432 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.457573 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.460724 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.463870 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.467034 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.470187 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.473330 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.476499 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.477924 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.481407 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.482829 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.486307 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.487729 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.491210 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.492619 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.496074 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.497489 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.500995 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.502420 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.505893 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.507319 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.510814 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.512232 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.515747 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.517167 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.520664 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.522070 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.525594 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.527012 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.530526 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.531937 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.535436 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.536859 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.540370 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.541796 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.545295 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.546711 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.550215 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.551639 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.555147 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.556568 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.560069 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.561480 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.564998 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.566419 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.569890 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.571322 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.574800 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.576204 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.579693 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.581098 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.584561 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.585964 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.589436 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.590837 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.594296 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.595700 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.599157 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.600562 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.604034 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.605430 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.608885 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.610289 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.613732 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.615151 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.618608 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.620005 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.623452 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.624847 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.628309 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.629707 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.633184 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.634590 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.638052 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.639468 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.642922 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.644327 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.647795 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.649200 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.652658 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.654051 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.657504 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.658908 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.662375 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.663779 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.667259 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.668653 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.672128 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.673525 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.676984 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.678401 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.681863 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.683265 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.686728 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.688133 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.691601 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.693002 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.696475 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.697878 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.701332 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.702736 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.706201 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.707593 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.711079 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.712481 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.715943 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.717354 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.720812 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.722226 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.725717 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.727143 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.730672 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.732096 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.735631 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.737062 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.740578 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.742008 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.745532 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.746976 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.750498 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.751928 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.755482 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.756912 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.760449 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.761877 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.765412 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.766847 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.770386 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.771811 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.775341 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.776769 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.780305 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.781731 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.785257 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.786700 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.790222 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.791654 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.795194 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.796621 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.800150 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.801583 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.805144 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.806584 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.810130 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.811573 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.815116 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.816547 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.820104 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.821533 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.825078 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.826536 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.830065 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.831498 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.835038 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.836471 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.840026 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.841454 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.844995 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.846445 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.849976 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.851413 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.854958 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.856388 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.859932 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.861363 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.864897 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.866326 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.869864 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.871303 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.874838 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.876268 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.879802 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.881235 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.884769 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.886215 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.889734 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.891172 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.894720 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.896146 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.899673 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.901104 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.904659 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.906085 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.909633 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.911063 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.914589 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.916011 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.919548 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.920971 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.924506 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.925928 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.929474 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.930908 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.934458 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.935895 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.939424 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.940844 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.944381 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.945805 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.949346 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.950789 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.954333 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.955742 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.959219 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.960618 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.964091 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.965493 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.968956 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.970364 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.973820 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.975239 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.978704 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.980100 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.983575 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.984977 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.988453 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.989853 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.993329 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.994733 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.998223 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.999640 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.003127 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.004528 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.007994 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.009394 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.012865 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.014276 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.017735 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.019154 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.022632 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.024039 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.027512 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.028921 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.032443 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.033851 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.037354 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.038765 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.042268 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.043667 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.047177 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.048585 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.052086 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.053493 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.056969 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.058376 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.061847 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.063256 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.066745 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.068156 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.071645 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.073043 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.076527 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.077935 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.081428 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.082849 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.086351 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.087761 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.091273 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.092676 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.096171 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.097578 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.101063 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.102471 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.105950 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.107353 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.110837 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.112244 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.115745 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.117153 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.120638 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.122039 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.125541 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.126950 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.130443 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.131843 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.135330 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.136730 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.140234 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.141638 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.145127 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.146539 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.150013 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.151426 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.154908 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.156307 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.159786 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.161182 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.164672 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.166079 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.169559 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.170982 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.174464 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.175866 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.179356 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.180760 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.184248 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.185652 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.189132 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.190545 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.194027 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.195448 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.198918 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.200320 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.203823 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.205226 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.208714 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.210116 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.213596 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.215005 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.218505 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.219910 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.223394 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.224799 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.228289 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.229698 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.233182 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.234599 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.238076 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.239481 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.242971 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.244376 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.247859 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.249266 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.252764 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.254177 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.257673 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.259096 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.262586 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.263993 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.267513 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.268910 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.272407 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.273805 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.277297 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.278705 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.282194 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.283599 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.287084 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.288481 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.291983 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.293389 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.296883 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.298296 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.301833 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.303247 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.306785 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.308206 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.311704 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.313110 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.316658 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.318084 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.321659 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.323098 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.326640 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.328073 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.331626 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.333052 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.336592 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.338018 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.341568 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.343014 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.346560 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.347992 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.351532 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.352949 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.356479 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.357900 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.361455 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.362890 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.366454 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.367884 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.371435 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.372866 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.376438 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.377870 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.381420 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.382850 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.386412 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.387836 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.391369 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.392796 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.396346 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.397769 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.401318 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.402765 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.406314 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.407795 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.411357 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.412779 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.416336 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.417761 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.421328 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.422752 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.426296 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.427728 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.431282 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.432707 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.436272 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.437704 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.441254 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.442699 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.446259 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.447688 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.451244 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.452667 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.456207 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.457634 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.461187 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.462608 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.466147 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.467592 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.471153 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.472580 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.476136 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.477560 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.481120 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.482550 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.486099 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.487530 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.491023 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.492435 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.495906 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.497306 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.500780 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.502183 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.505678 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.507108 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.510597 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.512003 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.515500 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.516907 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.921137 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.927299 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8365 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.003356 tst                       trial-8365: Storing JUnit report in /build/trial-8365/run.2026-06-17_22-48-17/trial-8365.xml

--------------------------------------------------------------------------------------------
trial-8365 PASS
--------------------------------------------------------------------------------------------
22:49:44.013390 tst                       trial-8365: trial-8365: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8365/inst
+ cd trial-8365
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-17 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8365-run.tgz run.2026-06-17_22-48-17
+ tar czf /build/trial-8365-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-17_13_29_30.tgz osmo-bts-oc2g.build-2026-06-17_00_52_31.tgz osmo-bts-sysmo.build-2026-06-17_00_52_08.tgz osmo-bts.build-2026-06-17_00_52_19.tgz osmo-ggsn.build-2026-06-17_20_42_53.tgz osmo-hlr.build-2026-06-17_16_36_54.tgz osmo-hnbgw.build-2026-06-17_13_30_53.tgz osmo-mgw.build-2026-06-17_08_33_07.tgz osmo-msc.build-2026-06-17_13_35_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-17_07_34_44.tgz osmo-pcu-sysmo.build-2026-06-17_07_34_46.tgz osmo-pcu.build-2026-06-17_07_34_53.tgz osmo-sgsn.build-2026-06-17_20_48_13.tgz osmo-stp.build-2026-06-17_13_25_38.tgz osmo-trx.build-2026-06-17_14_21_58.tgz osmocom-bb.build-2026-06-17_21_17_17.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