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 7842
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4929119573202889519.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-8329
+ 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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0382018ae9afa276a3e776434057eb6c1cf8ad5a90ad7a7bfaac7bfffed7f79c done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8330 -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-05-13 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8330
+ mkdir -p trial-8330
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-13_13_29_23.tgz osmo-bts-oc2g.build-2026-05-13_00_52_00.tgz osmo-bts-sysmo.build-2026-05-13_00_51_56.tgz osmo-bts.build-2026-05-13_00_52_00.tgz osmo-ggsn.build-2026-05-13_20_43_10.tgz osmo-hlr.build-2026-05-13_16_36_56.tgz osmo-hnbgw.build-2026-05-13_13_29_20.tgz osmo-mgw.build-2026-05-13_08_33_08.tgz osmo-msc.build-2026-05-13_13_33_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-13_07_35_16.tgz osmo-pcu-sysmo.build-2026-05-13_07_35_07.tgz osmo-pcu.build-2026-05-13_07_35_18.tgz osmo-sgsn.build-2026-05-13_20_48_26.tgz osmo-stp.build-2026-05-13_13_25_43.tgz osmo-trx.build-2026-05-13_14_21_59.tgz osmocom-bb.build-2026-05-13_21_17_25.tgz srslte.build-19.tgz trial-8330
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-13_13_29_23.md5 osmo-bts-oc2g.build-2026-05-13_00_52_00.md5 osmo-bts-sysmo.build-2026-05-13_00_51_56.md5 osmo-bts.build-2026-05-13_00_52_00.md5 osmo-ggsn.build-2026-05-13_20_43_10.md5 osmo-hlr.build-2026-05-13_16_36_56.md5 osmo-hnbgw.build-2026-05-13_13_29_20.md5 osmo-mgw.build-2026-05-13_08_33_08.md5 osmo-msc.build-2026-05-13_13_33_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-13_07_35_16.md5 osmo-pcu-sysmo.build-2026-05-13_07_35_07.md5 osmo-pcu.build-2026-05-13_07_35_18.md5 osmo-sgsn.build-2026-05-13_20_48_26.md5 osmo-stp.build-2026-05-13_13_25_43.md5 osmo-trx.build-2026-05-13_14_21_59.md5 osmocom-bb.build-2026-05-13_21_17_25.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-13_13_29_23.md5 osmo-bts-oc2g.build-2026-05-13_00_52_00.md5 osmo-bts-sysmo.build-2026-05-13_00_51_56.md5 osmo-bts.build-2026-05-13_00_52_00.md5 osmo-ggsn.build-2026-05-13_20_43_10.md5 osmo-hlr.build-2026-05-13_16_36_56.md5 osmo-hnbgw.build-2026-05-13_13_29_20.md5 osmo-mgw.build-2026-05-13_08_33_08.md5 osmo-msc.build-2026-05-13_13_33_18.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-13_07_35_16.md5 osmo-pcu-sysmo.build-2026-05-13_07_35_07.md5 osmo-pcu.build-2026-05-13_07_35_18.md5 osmo-sgsn.build-2026-05-13_20_48_26.md5 osmo-stp.build-2026-05-13_13_25_43.md5 osmo-trx.build-2026-05-13_14_21_59.md5 osmocom-bb.build-2026-05-13_21_17_25.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-8330 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8330'
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-8330
--------------------------------------------------------------------------------------------
22:48:17.014090 tst                       trial-8330: Detailed log at /build/trial-8330/run.2026-05-13_22-48-17/log

---------------------------------------------------------------------
trial-8330 netreg_mass
---------------------------------------------------------------------
22:48:17.221117 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.221479 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.222234 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.223362 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.264512 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.265342 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.266498 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.328946 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-8330 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.329700 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.344673 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.345184 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.345628 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.346056 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.346500 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.346943 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.347370 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.377930 tst         register_default_mass.py: using LAC 2
22:48:17.400358 tst         register_default_mass.py: using RAC 2
22:48:17.426965 tst         register_default_mass.py: using CellId 2
22:48:17.456475 tst         register_default_mass.py: using BVCI 3
22:48:17.470266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.470962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.471540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.472067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.472573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.473085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.473581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.474084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.474615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.475121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.475619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.476135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.476651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.477172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.477699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.478218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.478731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.479263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.479782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.480291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.480819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.481337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.481854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.482382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.482894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.483401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.483921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.484436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.484944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.485449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.485965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.486477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.486995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.487523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.488044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.488568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.489077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.489589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.490114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.490617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.491124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.491640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.492158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.492659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.493175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.493679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.494183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.494705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.495729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.496777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.497797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.498818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.499855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.500862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.501884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.502918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.503939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.504957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.505968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.506970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.507545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.508560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.509560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.510572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.511575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.512585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.513601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.514592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.515607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.516631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.517639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.518655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.519647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.520664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.521664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522219 tst      register_default_mass.py:21: Launching a simple network
22:48:17.532167 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.651504 run            create_hlr_db(pid=20): Launched
22:48:18.665875 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.681992 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.696831 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.702461 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.891833 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.906732 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.912377 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.332714 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.347689 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.362342 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.502566 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.517585 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.523207 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.546471 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.561369 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.566965 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.882425 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.897397 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.923450 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.096044 run         osmo-bts-virtual(pid=34): Launched
22:48:30.152874 tst         register_default_mass.py: using MSISDN 1001
22:48:30.167635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.206706 tst         register_default_mass.py: using MSISDN 1002
22:48:30.223924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.254872 tst         register_default_mass.py: using MSISDN 1003
22:48:30.269537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.299995 tst         register_default_mass.py: using MSISDN 1004
22:48:30.314340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.344990 tst         register_default_mass.py: using MSISDN 1005
22:48:30.359154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.390071 tst         register_default_mass.py: using MSISDN 1006
22:48:30.404350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.434790 tst         register_default_mass.py: using MSISDN 1007
22:48:30.448872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.479643 tst         register_default_mass.py: using MSISDN 1008
22:48:30.493958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.524702 tst         register_default_mass.py: using MSISDN 1009
22:48:30.539021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.569887 tst         register_default_mass.py: using MSISDN 1010
22:48:30.584251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.614985 tst         register_default_mass.py: using MSISDN 1011
22:48:30.629399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.660315 tst         register_default_mass.py: using MSISDN 1012
22:48:30.674602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.705298 tst         register_default_mass.py: using MSISDN 1013
22:48:30.719568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.750184 tst         register_default_mass.py: using MSISDN 1014
22:48:30.764412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.795202 tst         register_default_mass.py: using MSISDN 1015
22:48:30.809546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.840399 tst         register_default_mass.py: using MSISDN 1016
22:48:30.854790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.885788 tst         register_default_mass.py: using MSISDN 1017
22:48:30.900265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.931001 tst         register_default_mass.py: using MSISDN 1018
22:48:30.945295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.975973 tst         register_default_mass.py: using MSISDN 1019
22:48:30.990271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.020878 tst         register_default_mass.py: using MSISDN 1020
22:48:31.035159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.065892 tst         register_default_mass.py: using MSISDN 1021
22:48:31.080212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.110782 tst         register_default_mass.py: using MSISDN 1022
22:48:31.125016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.155655 tst         register_default_mass.py: using MSISDN 1023
22:48:31.169989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.200704 tst         register_default_mass.py: using MSISDN 1024
22:48:31.215064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.245672 tst         register_default_mass.py: using MSISDN 1025
22:48:31.259707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.290193 tst         register_default_mass.py: using MSISDN 1026
22:48:31.304350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.334888 tst         register_default_mass.py: using MSISDN 1027
22:48:31.349150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.379512 tst         register_default_mass.py: using MSISDN 1028
22:48:31.393704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.423986 tst         register_default_mass.py: using MSISDN 1029
22:48:31.438046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.468839 tst         register_default_mass.py: using MSISDN 1030
22:48:31.483201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.514002 tst         register_default_mass.py: using MSISDN 1031
22:48:31.528309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.558645 tst         register_default_mass.py: using MSISDN 1032
22:48:31.572612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.603099 tst         register_default_mass.py: using MSISDN 1033
22:48:31.617331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.647635 tst         register_default_mass.py: using MSISDN 1034
22:48:31.661806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.692090 tst         register_default_mass.py: using MSISDN 1035
22:48:31.706237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.736790 tst         register_default_mass.py: using MSISDN 1036
22:48:31.750899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.781475 tst         register_default_mass.py: using MSISDN 1037
22:48:31.795637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.826063 tst         register_default_mass.py: using MSISDN 1038
22:48:31.840210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.870529 tst         register_default_mass.py: using MSISDN 1039
22:48:31.884673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.915006 tst         register_default_mass.py: using MSISDN 1040
22:48:31.929157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.959656 tst         register_default_mass.py: using MSISDN 1041
22:48:31.973978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.004470 tst         register_default_mass.py: using MSISDN 1042
22:48:32.018795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.049265 tst         register_default_mass.py: using MSISDN 1043
22:48:32.063452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.093921 tst         register_default_mass.py: using MSISDN 1044
22:48:32.107955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.138393 tst         register_default_mass.py: using MSISDN 1045
22:48:32.152535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.183020 tst         register_default_mass.py: using MSISDN 1046
22:48:32.197321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.227756 tst         register_default_mass.py: using MSISDN 1047
22:48:32.241936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.272040 tst         register_default_mass.py: using MSISDN 1048
22:48:32.286104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.316488 tst         register_default_mass.py: using MSISDN 1049
22:48:32.330635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.360884 tst         register_default_mass.py: using MSISDN 1050
22:48:32.375058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.405372 tst         register_default_mass.py: using MSISDN 1051
22:48:32.419439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.449724 tst         register_default_mass.py: using MSISDN 1052
22:48:32.463880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.494407 tst         register_default_mass.py: using MSISDN 1053
22:48:32.508587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.538695 tst         register_default_mass.py: using MSISDN 1054
22:48:32.552726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.583100 tst         register_default_mass.py: using MSISDN 1055
22:48:32.597187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.627504 tst         register_default_mass.py: using MSISDN 1056
22:48:32.641601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.671538 tst         register_default_mass.py: using MSISDN 1057
22:48:32.685592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.715653 tst         register_default_mass.py: using MSISDN 1058
22:48:32.729726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.759513 tst         register_default_mass.py: using MSISDN 1059
22:48:32.773428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.803616 tst         register_default_mass.py: using MSISDN 1060
22:48:32.817646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.848009 tst         register_default_mass.py: using MSISDN 1061
22:48:32.862270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.892471 tst         register_default_mass.py: using MSISDN 1062
22:48:32.906513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.937125 tst         register_default_mass.py: using MSISDN 1063
22:48:32.951386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.981674 tst         register_default_mass.py: using MSISDN 1064
22:48:32.995737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.026011 tst         register_default_mass.py: using MSISDN 1065
22:48:33.040089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.070217 tst         register_default_mass.py: using MSISDN 1066
22:48:33.084194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.114452 tst         register_default_mass.py: using MSISDN 1067
22:48:33.128590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.158861 tst         register_default_mass.py: using MSISDN 1068
22:48:33.172927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.203115 tst         register_default_mass.py: using MSISDN 1069
22:48:33.217043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.247347 tst         register_default_mass.py: using MSISDN 1070
22:48:33.261448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.291487 tst         register_default_mass.py: using MSISDN 1071
22:48:33.305613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.335779 tst         register_default_mass.py: using MSISDN 1072
22:48:33.349885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.380363 tst         register_default_mass.py: using MSISDN 1073
22:48:33.394328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.428196 tst         register_default_mass.py: using MSISDN 1074
22:48:33.444024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.474293 tst         register_default_mass.py: using MSISDN 1075
22:48:33.488575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.518789 tst         register_default_mass.py: using MSISDN 1076
22:48:33.532751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.562658 tst         register_default_mass.py: using MSISDN 1077
22:48:33.576578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.606462 tst         register_default_mass.py: using MSISDN 1078
22:48:33.620268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.650252 tst         register_default_mass.py: using MSISDN 1079
22:48:33.664168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.694596 tst         register_default_mass.py: using MSISDN 1080
22:48:33.708796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.738969 tst         register_default_mass.py: using MSISDN 1081
22:48:33.752996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.783178 tst         register_default_mass.py: using MSISDN 1082
22:48:33.797056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.826805 tst         register_default_mass.py: using MSISDN 1083
22:48:33.840628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.870892 tst         register_default_mass.py: using MSISDN 1084
22:48:33.884911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.915301 tst         register_default_mass.py: using MSISDN 1085
22:48:33.929497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.959583 tst         register_default_mass.py: using MSISDN 1086
22:48:33.973563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.003788 tst         register_default_mass.py: using MSISDN 1087
22:48:34.017887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.048053 tst         register_default_mass.py: using MSISDN 1088
22:48:34.061997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.091990 tst         register_default_mass.py: using MSISDN 1089
22:48:34.105954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.136081 tst         register_default_mass.py: using MSISDN 1090
22:48:34.150036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.179917 tst         register_default_mass.py: using MSISDN 1091
22:48:34.193788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.223609 tst         register_default_mass.py: using MSISDN 1092
22:48:34.237596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.267639 tst         register_default_mass.py: using MSISDN 1093
22:48:34.281645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.311525 tst         register_default_mass.py: using MSISDN 1094
22:48:34.325487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.355907 tst         register_default_mass.py: using MSISDN 1095
22:48:34.370085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.399994 tst         register_default_mass.py: using MSISDN 1096
22:48:34.413873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.444032 tst         register_default_mass.py: using MSISDN 1097
22:48:34.458030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.488023 tst         register_default_mass.py: using MSISDN 1098
22:48:34.502187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.532681 tst         register_default_mass.py: using MSISDN 1099
22:48:34.546766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.577112 tst         register_default_mass.py: using MSISDN 1100
22:48:34.591174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.682658 run                             mass: Starting testcase
22:48:34.688186 run                             mass: Pre-launching all virtphy's
22:48:34.693586 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.706684 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.712641 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.725390 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.731390 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.744150 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.750128 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.762972 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.769077 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.782025 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.788001 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.800687 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.806582 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.819311 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.825220 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.837886 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.843828 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.856574 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.862464 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.875239 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.881242 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.894226 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.900266 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.913253 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.919273 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.932268 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.938277 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.951200 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.957191 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.970113 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.976076 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.988952 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.995004 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.008026 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.014045 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.026956 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.033042 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.045946 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.051981 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.064917 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.070808 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.083654 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.089571 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.102358 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.108282 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.121051 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.126958 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.139675 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.145627 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.158373 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.164275 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.177033 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.182943 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.195718 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.201672 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.214434 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.220357 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.233148 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.239031 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.251956 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.257869 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.270653 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.276611 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.289436 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.295425 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.308228 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.314213 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.327066 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.333149 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.346034 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.352070 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.365014 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.370940 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.383715 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.389816 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.402741 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.408809 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.421778 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.427801 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.440765 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.446740 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.459740 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.465778 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.478764 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.484911 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.497869 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.503977 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.516928 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.522894 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.535955 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.542049 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.555108 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.561199 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.574187 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.580208 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.593167 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.599108 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.611901 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.617805 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.630764 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.636702 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.649463 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.655357 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.668167 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.674115 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.686927 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.692832 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.705642 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.711602 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.724634 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.730580 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.743446 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.749380 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.762108 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.768103 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.780852 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.786843 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.799610 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.805535 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.818259 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.824129 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.836888 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.842764 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.855511 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.861375 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.874104 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.880009 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.892785 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.898712 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.911487 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.917405 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.930138 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.936059 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.948835 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.954900 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.967696 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.973696 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.986479 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.992407 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.005355 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.011255 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.024174 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.030117 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.042913 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.048849 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.061630 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.067525 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.080347 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.086371 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.099362 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.105431 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.118404 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.124442 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.137465 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.143454 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.156398 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.162431 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.175363 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.181415 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.194508 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.200516 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.213619 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.219525 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.232357 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.238431 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.251259 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.257265 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.270052 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.275964 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.288740 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.294633 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.307418 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.313370 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.326109 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.332073 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.344982 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.350952 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.363958 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.369940 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.382840 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.388819 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.401760 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.407798 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.420790 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.426945 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.439984 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.446121 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.459040 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.464980 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.477917 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.483827 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.496783 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.502735 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.515577 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.521570 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.534447 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.540447 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.553449 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.559385 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.572228 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.578105 run                             mass: Checking if sockets are in the filesystem
22:48:36.610251 run                osmo-ms-mob/00000: Starting mobile
22:48:36.623133 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.633951 run                             mass: MS start registered  {at=128258.922235888, delay=0.004811943013919517, ms=00000}
22:48:40.826273 run                osmo-ms-mob/00001: Starting mobile
22:48:40.843077 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.853646 run                             mass: MS start registered  {at=128263.141931098, delay=0.004580441003781743, ms=00001}
22:48:41.932440 run                             mass: MS performed LU  {at=128264.220605243, lu_delay=5.298369354990427, ms=00000}
22:48:42.617093 run                osmo-ms-mob/00002: Starting mobile
22:48:42.633351 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.644179 run                             mass: MS start registered  {at=128264.932457189, delay=0.004612581004039384, ms=00002}
22:48:43.925578 run                osmo-ms-mob/00003: Starting mobile
22:48:43.942514 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.952982 run                             mass: MS start registered  {at=128266.241267767, delay=0.004453055007616058, ms=00003}
22:48:45.016586 run                osmo-ms-mob/00004: Starting mobile
22:48:45.032888 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.043628 run                             mass: MS start registered  {at=128267.331912979, delay=0.004664344000048004, ms=00004}
22:48:45.699102 run                             mass: MS performed LU  {at=128267.987271296, lu_delay=4.8453401980077615, ms=00001}
22:48:46.025413 run                osmo-ms-mob/00005: Starting mobile
22:48:46.042512 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.053058 run                             mass: MS start registered  {at=128268.341341904, delay=0.004444153993972577, ms=00005}
22:48:46.893866 run                osmo-ms-mob/00006: Starting mobile
22:48:46.907156 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.917851 run                             mass: MS start registered  {at=128269.206137824, delay=0.004657395998947322, ms=00006}
22:48:47.599867 run                             mass: MS performed LU  {at=128269.887989202, lu_delay=4.955532013002085, ms=00002}
22:48:47.826351 run                osmo-ms-mob/00007: Starting mobile
22:48:47.843441 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.854181 run                             mass: MS start registered  {at=128270.142466442, delay=0.004735137001262046, ms=00007}
22:48:48.593410 run                osmo-ms-mob/00008: Starting mobile
22:48:48.606249 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.617378 run                             mass: MS start registered  {at=128270.905661549, delay=0.005133204991579987, ms=00008}
22:48:49.324577 run                osmo-ms-mob/00009: Starting mobile
22:48:49.341508 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.352145 run                             mass: MS start registered  {at=128271.640432025, delay=0.004611614000168629, ms=00009}
22:48:49.464348 run                             mass: MS performed LU  {at=128271.752523204, lu_delay=5.511255436998908, ms=00003}
22:48:50.025865 run                osmo-ms-mob/00010: Starting mobile
22:48:50.042939 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.054358 run                             mass: MS start registered  {at=128272.342644201, delay=0.005037251001340337, ms=00010}
22:48:50.594039 run                osmo-ms-mob/00011: Starting mobile
22:48:50.607096 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.618126 run                             mass: MS start registered  {at=128272.906408045, delay=0.0047129330050665885, ms=00011}
22:48:51.194051 run                osmo-ms-mob/00012: Starting mobile
22:48:51.206940 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.217592 run                             mass: MS start registered  {at=128273.505874372, delay=0.0046454900002572685, ms=00012}
22:48:51.366213 run                             mass: MS performed LU  {at=128273.654390464, lu_delay=6.322477484995034, ms=00004}
22:48:51.393810 run                             mass: MS performed LU  {at=128273.68198633, lu_delay=4.475848506001057, ms=00006}
22:48:51.410735 run                             mass: MS performed LU  {at=128273.699024094, lu_delay=5.357682190006017, ms=00005}
22:48:51.833842 run                osmo-ms-mob/00013: Starting mobile
22:48:51.859289 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.870217 run                             mass: MS start registered  {at=128274.158504616, delay=0.0043896459974348545, ms=00013}
22:48:52.406094 run                osmo-ms-mob/00014: Starting mobile
22:48:52.419705 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.430696 run                             mass: MS start registered  {at=128274.718981469, delay=0.004445430007763207, ms=00014}
22:48:53.005282 run                osmo-ms-mob/00015: Starting mobile
22:48:53.019066 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.029822 run                             mass: MS start registered  {at=128275.318108157, delay=0.004665750995627604, ms=00015}
22:48:53.229597 run                             mass: MS performed LU  {at=128275.517766818, lu_delay=5.375300375992083, ms=00007}
22:48:53.525258 run                osmo-ms-mob/00016: Starting mobile
22:48:53.542058 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.552719 run                             mass: MS start registered  {at=128275.841006173, delay=0.004530608988716267, ms=00016}
22:48:53.599737 run                             mass: MS performed LU  {at=128275.887888507, lu_delay=4.982226958003594, ms=00008}
22:48:54.024018 run                osmo-ms-mob/00017: Starting mobile
22:48:54.040282 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.051323 run                             mass: MS start registered  {at=128276.339606506, delay=0.004749421990709379, ms=00017}
22:48:54.625698 run                osmo-ms-mob/00018: Starting mobile
22:48:54.642724 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.653516 run                             mass: MS start registered  {at=128276.94180436, delay=0.004646622997825034, ms=00018}
22:48:55.021017 run                osmo-ms-mob/00019: Starting mobile
22:48:55.037918 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.048418 run                             mass: MS start registered  {at=128277.33670537, delay=0.004407221000292338, ms=00019}
22:48:55.131910 run                             mass: MS performed LU  {at=128277.420094098, lu_delay=5.077449896998587, ms=00010}
22:48:55.158139 run                             mass: MS performed LU  {at=128277.44641475, lu_delay=4.540006704992265, ms=00011}
22:48:55.176638 run                             mass: MS performed LU  {at=128277.464914415, lu_delay=5.824482390002231, ms=00009}
22:48:55.525458 run                osmo-ms-mob/00020: Starting mobile
22:48:55.542510 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.553206 run                             mass: MS start registered  {at=128277.841491717, delay=0.004530535006779246, ms=00020}
22:48:56.006157 run                osmo-ms-mob/00021: Starting mobile
22:48:56.020060 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.030885 run                             mass: MS start registered  {at=128278.319169959, delay=0.004519617999903858, ms=00021}
22:48:56.394351 run                osmo-ms-mob/00022: Starting mobile
22:48:56.407246 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.417742 run                             mass: MS start registered  {at=128278.706025684, delay=0.004386576008982956, ms=00022}
22:48:56.915719 run                osmo-ms-mob/00023: Starting mobile
22:48:56.931997 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.938160 run                             mass: MS performed LU  {at=128279.22645345, lu_delay=5.067948833995615, ms=00013}
22:48:56.943978 run                             mass: MS performed LU  {at=128279.232278401, lu_delay=5.726404029002879, ms=00012}
22:48:56.949966 run                             mass: MS start registered  {at=128279.238265667, delay=0.011830121991806664, ms=00023}
22:48:56.996121 run                             mass: MS performed LU  {at=128279.28430314, lu_delay=4.56532167099067, ms=00014}
22:48:57.017879 run                osmo-ms-mob/00024: Starting mobile
22:48:57.030848 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.041316 run                             mass: MS start registered  {at=128279.329605828, delay=0.004357471989351325, ms=00024}
22:48:57.794473 run                osmo-ms-mob/00025: Starting mobile
22:48:57.807481 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.818869 run                             mass: MS start registered  {at=128280.107149531, delay=0.005026414000894874, ms=00025}
22:48:58.194562 run                osmo-ms-mob/00026: Starting mobile
22:48:58.207538 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.218681 run                             mass: MS start registered  {at=128280.506965951, delay=0.005177672006539069, ms=00026}
22:48:58.594088 run                osmo-ms-mob/00027: Starting mobile
22:48:58.607341 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.618225 run                             mass: MS start registered  {at=128280.906507737, delay=0.004867109004408121, ms=00027}
22:48:58.897447 run                             mass: MS performed LU  {at=128281.185628105, lu_delay=5.867519948005793, ms=00015}
22:48:58.929585 run                osmo-ms-mob/00028: Starting mobile
22:48:58.944326 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.950348 run                             mass: MS performed LU  {at=128281.238640432, lu_delay=4.899033926005359, ms=00017}
22:48:58.956157 run                             mass: MS performed LU  {at=128281.244456591, lu_delay=5.403450418001739, ms=00016}
22:48:58.961863 run                             mass: MS start registered  {at=128281.250164816, delay=0.011542120992089622, ms=00028}
22:48:59.426563 run                osmo-ms-mob/00029: Starting mobile
22:48:59.444154 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.454774 run                             mass: MS start registered  {at=128281.743061484, delay=0.00462340000376571, ms=00029}
22:48:59.807315 run                osmo-ms-mob/00030: Starting mobile
22:48:59.821328 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.832154 run                             mass: MS start registered  {at=128282.120440712, delay=0.004692495000199415, ms=00030}
22:49:00.194181 run                osmo-ms-mob/00031: Starting mobile
22:49:00.207764 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.218671 run                             mass: MS start registered  {at=128282.506949559, delay=0.004796319000888616, ms=00031}
22:49:00.528770 run                osmo-ms-mob/00032: Starting mobile
22:49:00.544740 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.555490 run                             mass: MS start registered  {at=128282.843779184, delay=0.004713285990874283, ms=00032}
22:49:00.660393 run                             mass: MS performed LU  {at=128282.948576833, lu_delay=5.107085116003873, ms=00020}
22:49:00.678479 run                             mass: MS performed LU  {at=128282.966690502, lu_delay=5.629985131992726, ms=00019}
22:49:00.761471 run                             mass: MS performed LU  {at=128283.049653625, lu_delay=6.10784926499764, ms=00018}
22:49:00.789345 run                osmo-ms-mob/00033: Starting mobile
22:49:00.802230 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.812859 run                             mass: MS start registered  {at=128283.10114867, delay=0.004550974001176655, ms=00033}
22:49:00.932717 run                             mass: MS performed LU  {at=128283.220900716, lu_delay=4.901730757002952, ms=00021}
22:49:01.187486 run                             mass: MS performed LU  {at=128283.475673485, lu_delay=4.769647800989333, ms=00022}
22:49:01.242805 run                osmo-ms-mob/00034: Starting mobile
22:49:01.258030 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.268836 run                             mass: MS start registered  {at=128283.557124556, delay=0.004698688993812539, ms=00034}
22:49:01.594155 run                osmo-ms-mob/00035: Starting mobile
22:49:01.607528 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.619176 run                             mass: MS start registered  {at=128283.90745931, delay=0.005313442990882322, ms=00035}
22:49:01.993172 run                osmo-ms-mob/00036: Starting mobile
22:49:02.006417 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.017032 run                             mass: MS start registered  {at=128284.305319919, delay=0.004556428000796586, ms=00036}
22:49:02.424053 run                osmo-ms-mob/00037: Starting mobile
22:49:02.439513 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.450287 run                             mass: MS start registered  {at=128284.738572591, delay=0.004787988000316545, ms=00037}
22:49:02.662805 run                             mass: MS performed LU  {at=128284.950987298, lu_delay=4.843837766995421, ms=00025}
22:49:02.678526 run                osmo-ms-mob/00038: Starting mobile
22:49:02.691973 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.697989 run                             mass: MS performed LU  {at=128284.986284594, lu_delay=5.65667876599764, ms=00024}
22:49:02.703780 run                             mass: MS start registered  {at=128284.992080606, delay=0.0058125240029767156, ms=00038}
22:49:02.709735 run                             mass: MS performed LU  {at=128284.998032226, lu_delay=4.491066274989862, ms=00026}
22:49:02.720512 run                osmo-ms-mob/00039: Starting mobile
22:49:02.733635 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.744001 run                             mass: MS start registered  {at=128285.032292299, delay=0.004386311004054733, ms=00039}
22:49:02.852371 run                             mass: MS performed LU  {at=128285.140541194, lu_delay=5.902275527012534, ms=00023}
22:49:03.394769 run                osmo-ms-mob/00040: Starting mobile
22:49:03.407970 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.419082 run                             mass: MS start registered  {at=128285.70736768, delay=0.005104869007482193, ms=00040}
22:49:03.706916 run                osmo-ms-mob/00041: Starting mobile
22:49:03.720804 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.731644 run                             mass: MS start registered  {at=128286.019927296, delay=0.004857078005443327, ms=00041}
22:49:04.005536 run                osmo-ms-mob/00042: Starting mobile
22:49:04.019988 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.031934 run                             mass: MS start registered  {at=128286.320222407, delay=0.0011403300013625994, ms=00042}
22:49:04.416690 run                osmo-ms-mob/00043: Starting mobile
22:49:04.433716 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.439874 run                             mass: MS performed LU  {at=128286.728166005, lu_delay=4.607725293011754, ms=00030}
22:49:04.446043 run                             mass: MS performed LU  {at=128286.734341725, lu_delay=5.484176908998052, ms=00028}
22:49:04.451784 run                             mass: MS start registered  {at=128286.740084627, delay=0.011939518008148298, ms=00043}
22:49:04.463027 run                osmo-ms-mob/00044: Starting mobile
22:49:04.476271 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.486980 run                             mass: MS start registered  {at=128286.775265772, delay=0.004219994996674359, ms=00044}
22:49:04.528317 run                             mass: MS performed LU  {at=128286.816501452, lu_delay=5.073439968007733, ms=00029}
22:49:04.698675 run                             mass: MS performed LU  {at=128286.986859989, lu_delay=6.0803522520000115, ms=00027}
22:49:04.728073 run                osmo-ms-mob/00045: Starting mobile
22:49:04.741461 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.752126 run                             mass: MS start registered  {at=128287.040415431, delay=0.004582135996315628, ms=00045}
22:49:04.952772 run                             mass: MS performed LU  {at=128287.240955727, lu_delay=4.734006168000633, ms=00031}
22:49:05.325893 run                osmo-ms-mob/00046: Starting mobile
22:49:05.342683 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.353671 run                             mass: MS start registered  {at=128287.64195786, delay=0.004844031005632132, ms=00046}
22:49:05.593928 run                osmo-ms-mob/00047: Starting mobile
22:49:05.607168 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.618047 run                             mass: MS start registered  {at=128287.906334722, delay=0.004458245006389916, ms=00047}
22:49:05.907800 run                osmo-ms-mob/00048: Starting mobile
22:49:05.922557 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.933547 run                             mass: MS start registered  {at=128288.2218333, delay=0.004870656004641205, ms=00048}
22:49:06.215119 run                osmo-ms-mob/00049: Starting mobile
22:49:06.231131 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.242137 run                             mass: MS start registered  {at=128288.530420919, delay=0.0049487220094306394, ms=00049}
22:49:06.456762 run                             mass: MS performed LU  {at=128288.744946922, lu_delay=5.187822366002365, ms=00034}
22:49:06.470676 run                osmo-ms-mob/00050: Starting mobile
22:49:06.483939 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.490009 run                             mass: MS performed LU  {at=128288.778305222, lu_delay=4.472985303000314, ms=00036}
22:49:06.495851 run                             mass: MS start registered  {at=128288.784152305, delay=0.005863087993930094, ms=00050}
22:49:06.618766 run                             mass: MS performed LU  {at=128288.906956527, lu_delay=6.063177343006828, ms=00032}
22:49:06.642566 run                             mass: MS performed LU  {at=128288.930862509, lu_delay=5.829713839004398, ms=00033}
22:49:06.653536 run                osmo-ms-mob/00051: Starting mobile
22:49:06.666691 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.677491 run                             mass: MS start registered  {at=128288.965779731, delay=0.004806892000488006, ms=00051}
22:49:07.193239 run                osmo-ms-mob/00052: Starting mobile
22:49:07.206124 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.216808 run                             mass: MS start registered  {at=128289.505095237, delay=0.004594668993377127, ms=00052}
22:49:07.507780 run                osmo-ms-mob/00053: Starting mobile
22:49:07.522033 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.532831 run                             mass: MS start registered  {at=128289.821118949, delay=0.004760340001666918, ms=00053}
22:49:07.807133 run                osmo-ms-mob/00054: Starting mobile
22:49:07.821039 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.831814 run                             mass: MS start registered  {at=128290.12010109, delay=0.003044457989744842, ms=00054}
22:49:08.093383 run                osmo-ms-mob/00055: Starting mobile
22:49:08.106576 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.117338 run                             mass: MS start registered  {at=128290.405625766, delay=0.004550825004116632, ms=00055}
22:49:08.192438 run                             mass: MS performed LU  {at=128290.480623049, lu_delay=5.742050458007725, ms=00037}
22:49:08.216525 run                             mass: MS performed LU  {at=128290.504821145, lu_delay=4.484893849003129, ms=00041}
22:49:08.228052 run                osmo-ms-mob/00056: Starting mobile
22:49:08.241379 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.252329 run                             mass: MS start registered  {at=128290.540616831, delay=0.004491254003369249, ms=00056}
22:49:08.293494 run                             mass: MS performed LU  {at=128290.581695678, lu_delay=5.5494033790018875, ms=00039}
22:49:08.464166 run                             mass: MS performed LU  {at=128290.752349837, lu_delay=5.0449821569927735, ms=00040}
22:49:08.493538 run                osmo-ms-mob/00057: Starting mobile
22:49:08.506800 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.512890 run                             mass: MS performed LU  {at=128290.801184049, lu_delay=5.809103443010827, ms=00038}
22:49:08.518722 run                             mass: MS start registered  {at=128290.80702349, delay=0.005856604999280535, ms=00057}
22:49:09.107734 run                osmo-ms-mob/00058: Starting mobile
22:49:09.121514 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.132720 run                             mass: MS start registered  {at=128291.421003903, delay=0.005157605002750643, ms=00058}
22:49:09.408080 run                osmo-ms-mob/00059: Starting mobile
22:49:09.422052 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.435101 run                             mass: MS start registered  {at=128291.723387194, delay=0.006655473000137135, ms=00059}
22:49:09.724754 run                osmo-ms-mob/00060: Starting mobile
22:49:09.740191 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.751430 run                             mass: MS start registered  {at=128292.039716405, delay=0.005104658994241618, ms=00060}
22:49:10.114753 run                osmo-ms-mob/00061: Starting mobile
22:49:10.131321 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.142096 run                             mass: MS start registered  {at=128292.430381657, delay=0.004622498003300279, ms=00061}
22:49:10.148393 run                             mass: MS performed LU  {at=128292.436686851, lu_delay=5.396271420002449, ms=00045}
22:49:10.241650 run                             mass: MS performed LU  {at=128292.529815717, lu_delay=5.789731090000714, ms=00043}
22:49:10.258700 run                osmo-ms-mob/00062: Starting mobile
22:49:10.272323 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.283001 run                             mass: MS start registered  {at=128292.571287566, delay=0.004605162001098506, ms=00062}
22:49:10.402366 run                             mass: MS performed LU  {at=128292.690553892, lu_delay=4.784219169989228, ms=00047}
22:49:10.420194 run                             mass: MS performed LU  {at=128292.708437015, lu_delay=5.933171242999379, ms=00044}
22:49:10.437208 run                osmo-ms-mob/00063: Starting mobile
22:49:10.450570 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.456691 run                             mass: MS performed LU  {at=128292.744979179, lu_delay=6.424756772001274, ms=00042}
22:49:10.462550 run                             mass: MS start registered  {at=128292.750851272, delay=0.005894342000829056, ms=00063}
22:49:11.107752 run                osmo-ms-mob/00064: Starting mobile
22:49:11.122099 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.132955 run                             mass: MS start registered  {at=128293.42124217, delay=0.004517045003012754, ms=00064}
22:49:11.256806 run                             mass: MS performed LU  {at=128293.544997463, lu_delay=5.323164162997273, ms=00048}
22:49:11.352759 run                             mass: MS performed LU  {at=128293.640947053, lu_delay=5.998989193001762, ms=00046}
22:49:11.477639 run                             mass: MS performed LU  {at=128293.765841788, lu_delay=3.944722839005408, ms=00053}
22:49:11.508281 run                osmo-ms-mob/00065: Starting mobile
22:49:11.521561 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.532348 run                             mass: MS start registered  {at=128293.820634055, delay=0.004701116995420307, ms=00065}
22:49:11.808045 run                osmo-ms-mob/00066: Starting mobile
22:49:11.822476 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.833346 run                             mass: MS start registered  {at=128294.121626153, delay=0.0038614500081166625, ms=00066}
22:49:11.957533 run                             mass: MS performed LU  {at=128294.245656936, lu_delay=5.279877204986406, ms=00051}
22:49:11.975805 run                             mass: MS performed LU  {at=128294.263979717, lu_delay=5.733558797990554, ms=00049}
22:49:12.209101 run                osmo-ms-mob/00067: Starting mobile
22:49:12.223606 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.234872 run                             mass: MS start registered  {at=128294.523154892, delay=0.004904697998426855, ms=00067}
22:49:12.247412 run                             mass: MS performed LU  {at=128294.535699537, lu_delay=5.030604300001869, ms=00052}
22:49:12.507906 run                osmo-ms-mob/00068: Starting mobile
22:49:12.521797 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.532814 run                             mass: MS start registered  {at=128294.821087182, delay=0.004888208000920713, ms=00068}
22:49:12.906828 run                osmo-ms-mob/00069: Starting mobile
22:49:12.921923 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.933230 run                             mass: MS start registered  {at=128295.221516762, delay=0.00491745000181254, ms=00069}
22:49:13.307580 run                osmo-ms-mob/00070: Starting mobile
22:49:13.321735 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.332530 run                             mass: MS start registered  {at=128295.620816483, delay=0.004718058000435121, ms=00070}
22:49:13.707842 run                osmo-ms-mob/00071: Starting mobile
22:49:13.721909 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.732678 run                             mass: MS start registered  {at=128296.020963965, delay=0.0045909309992566705, ms=00071}
22:49:13.915597 run                             mass: MS performed LU  {at=128296.203782426, lu_delay=5.798156660006498, ms=00055}
22:49:13.932579 run                             mass: MS performed LU  {at=128296.220794812, lu_delay=5.413771322011598, ms=00057}
22:49:13.951161 run                osmo-ms-mob/00072: Starting mobile
22:49:13.964352 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.974994 run                             mass: MS start registered  {at=128296.2632839, delay=0.00463434100674931, ms=00072}
22:49:14.006668 run                             mass: MS performed LU  {at=128296.294872207, lu_delay=4.873868303999188, ms=00058}
22:49:14.177765 run                             mass: MS performed LU  {at=128296.465955723, lu_delay=4.742568529007258, ms=00059}
22:49:14.200363 run                             mass: MS performed LU  {at=128296.488659245, lu_delay=5.948042414005613, ms=00056}
22:49:14.211448 run                osmo-ms-mob/00073: Starting mobile
22:49:14.224674 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.235598 run                             mass: MS start registered  {at=128296.523885829, delay=0.004729438995127566, ms=00073}
22:49:14.782328 run                             mass: MS performed LU  {at=128297.070514985, lu_delay=6.950413894999656, ms=00054}
22:49:14.907932 run                osmo-ms-mob/00074: Starting mobile
22:49:14.921949 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.932728 run                             mass: MS start registered  {at=128297.221011517, delay=0.004698781995102763, ms=00074}
22:49:15.017945 run                             mass: MS performed LU  {at=128297.306146877, lu_delay=3.884904706996167, ms=00064}
22:49:15.042272 run                             mass: MS performed LU  {at=128297.330566639, lu_delay=5.290850233999663, ms=00060}
22:49:15.325169 run                osmo-ms-mob/00075: Starting mobile
22:49:15.341235 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.351949 run                             mass: MS start registered  {at=128297.640237885, delay=0.00460955299786292, ms=00075}
22:49:15.741332 run                             mass: MS performed LU  {at=128298.029522702, lu_delay=5.27867143000185, ms=00063}
22:49:15.794825 run                osmo-ms-mob/00076: Starting mobile
22:49:15.810592 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.816950 run                             mass: MS performed LU  {at=128298.105242424, lu_delay=5.533954858008656, ms=00062}
22:49:15.822817 run                             mass: MS start registered  {at=128298.111117486, delay=0.005892881003092043, ms=00076}
22:49:16.193556 run                osmo-ms-mob/00077: Starting mobile
22:49:16.206909 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.217911 run                             mass: MS start registered  {at=128298.506194104, delay=0.00481654801114928, ms=00077}
22:49:16.706860 run                osmo-ms-mob/00078: Starting mobile
22:49:16.720663 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.731459 run                             mass: MS start registered  {at=128299.019746939, delay=0.004812165003386326, ms=00078}
22:49:17.094449 run                osmo-ms-mob/00079: Starting mobile
22:49:17.107905 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.118752 run                             mass: MS start registered  {at=128299.40703612, delay=0.004638746991986409, ms=00079}
22:49:17.594616 run                osmo-ms-mob/00080: Starting mobile
22:49:17.608144 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.619157 run                             mass: MS start registered  {at=128299.907440016, delay=0.004891648000921123, ms=00080}
22:49:17.708079 run                             mass: MS performed LU  {at=128299.996238168, lu_delay=6.175604112999281, ms=00065}
22:49:17.754634 run                             mass: MS performed LU  {at=128300.042816435, lu_delay=5.921190281995223, ms=00066}
22:49:17.778736 run                             mass: MS performed LU  {at=128300.067033302, lu_delay=5.245946119990549, ms=00068}
22:49:17.841628 run                             mass: MS performed LU  {at=128300.1298105, lu_delay=5.6066556080040755, ms=00067}
22:49:17.870255 run                osmo-ms-mob/00081: Starting mobile
22:49:17.883289 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.894043 run                             mass: MS start registered  {at=128300.182328515, delay=0.00482052999723237, ms=00081}
22:49:17.914609 run                             mass: MS performed LU  {at=128300.202887276, lu_delay=4.981370513996808, ms=00069}
22:49:17.934292 run                             mass: MS performed LU  {at=128300.222474679, lu_delay=4.601658195999335, ms=00070}
22:49:18.495061 run                osmo-ms-mob/00082: Starting mobile
22:49:18.508583 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.519511 run                             mass: MS start registered  {at=128300.807799498, delay=0.004797874993528239, ms=00082}
22:49:19.126411 run                osmo-ms-mob/00083: Starting mobile
22:49:19.141821 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.152585 run                             mass: MS start registered  {at=128301.440872626, delay=0.004732450004667044, ms=00083}
22:49:19.507634 run                             mass: MS performed LU  {at=128301.795817299, lu_delay=5.774853334005456, ms=00071}
22:49:19.538381 run                osmo-ms-mob/00084: Starting mobile
22:49:19.554013 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.560462 run                             mass: MS performed LU  {at=128301.848755067, lu_delay=5.585471166996285, ms=00072}
22:49:19.566811 run                             mass: MS performed LU  {at=128301.855109022, lu_delay=4.634097504997044, ms=00074}
22:49:19.572702 run                             mass: MS start registered  {at=128301.861001834, delay=0.01226514000154566, ms=00084}
22:49:19.835142 run                             mass: MS performed LU  {at=128302.12332273, lu_delay=5.599436901000445, ms=00073}
22:49:20.125539 run                osmo-ms-mob/00085: Starting mobile
22:49:20.142846 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.153909 run                             mass: MS start registered  {at=128302.442183855, delay=0.005021420001867227, ms=00085}
22:49:20.707601 run                osmo-ms-mob/00086: Starting mobile
22:49:20.721807 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.732648 run                             mass: MS start registered  {at=128303.020935664, delay=0.004721642995718867, ms=00086}
22:49:21.332761 run                osmo-ms-mob/00087: Starting mobile
22:49:21.349090 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.359798 run                             mass: MS start registered  {at=128303.648082192, delay=0.004730269996798597, ms=00087}
22:49:21.473417 run                             mass: MS performed LU  {at=128303.761437472, lu_delay=5.650319986001705, ms=00076}
22:49:21.496433 run                             mass: MS performed LU  {at=128303.784729634, lu_delay=5.278535530000227, ms=00077}
22:49:21.519302 run                             mass: MS performed LU  {at=128303.807502681, lu_delay=6.1672647959931055, ms=00075}
22:49:21.843093 run                             mass: MS performed LU  {at=128304.131256393, lu_delay=4.724220272997627, ms=00079}
22:49:21.884525 run                osmo-ms-mob/00088: Starting mobile
22:49:21.902118 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.913374 run                             mass: MS start registered  {at=128304.201660153, delay=0.004524602001765743, ms=00088}
22:49:22.505738 run                osmo-ms-mob/00089: Starting mobile
22:49:22.519438 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.530436 run                             mass: MS start registered  {at=128304.818721558, delay=0.0049664389953250065, ms=00089}
22:49:23.133332 run                osmo-ms-mob/00090: Starting mobile
22:49:23.149509 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.160286 run                             mass: MS start registered  {at=128305.448574822, delay=0.004774336004629731, ms=00090}
22:49:23.291621 run                             mass: MS performed LU  {at=128305.579806627, lu_delay=5.397478112005047, ms=00081}
22:49:23.315452 run                             mass: MS performed LU  {at=128305.60374699, lu_delay=5.696306974001345, ms=00080}
22:49:23.509295 run                             mass: MS performed LU  {at=128305.7974777, lu_delay=4.989678202007781, ms=00082}
22:49:23.564741 run                             mass: MS performed LU  {at=128305.852937165, lu_delay=21.9454778549989, ms=00035}
22:49:23.825204 run                osmo-ms-mob/00091: Starting mobile
22:49:23.840522 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.851344 run                             mass: MS start registered  {at=128306.1396328, delay=0.00479468799312599, ms=00091}
22:49:24.509873 run                osmo-ms-mob/00092: Starting mobile
22:49:24.524001 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.535328 run                             mass: MS start registered  {at=128306.82360936, delay=0.005255026000668295, ms=00092}
22:49:25.239367 run                             mass: MS performed LU  {at=128307.527524462, lu_delay=5.666522628001985, ms=00084}
22:49:25.295232 run                osmo-ms-mob/00093: Starting mobile
22:49:25.310230 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.316362 run                             mass: MS performed LU  {at=128307.604655943, lu_delay=6.16378331699525, ms=00083}
22:49:25.322263 run                             mass: MS start registered  {at=128307.610563933, delay=0.005925933000980876, ms=00093}
22:49:25.521376 run                             mass: MS performed LU  {at=128307.809559177, lu_delay=5.367375321991858, ms=00085}
22:49:25.609231 run                             mass: MS performed LU  {at=128307.897413887, lu_delay=4.87647822299914, ms=00086}
22:49:26.206875 run                osmo-ms-mob/00094: Starting mobile
22:49:26.220811 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.232415 run                             mass: MS start registered  {at=128308.520699695, delay=0.005352396998205222, ms=00094}
22:49:27.057620 run                             mass: MS performed LU  {at=128309.345802014, lu_delay=5.6977198219974525, ms=00087}
22:49:27.112797 run                osmo-ms-mob/00095: Starting mobile
22:49:27.127745 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.138725 run                             mass: MS start registered  {at=128309.42701194, delay=0.004946355998981744, ms=00095}
22:49:27.275115 run                             mass: MS performed LU  {at=128309.563296358, lu_delay=5.361636204994284, ms=00088}
22:49:27.313619 run                             mass: MS performed LU  {at=128309.601838172, lu_delay=4.7831166140094865, ms=00089}
22:49:28.106619 run                osmo-ms-mob/00096: Starting mobile
22:49:28.120588 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.131797 run                             mass: MS start registered  {at=128310.420084203, delay=0.005151011995621957, ms=00096}
22:49:29.005914 run                             mass: MS performed LU  {at=128311.294099303, lu_delay=5.84552448100294, ms=00090}
22:49:29.023517 run                             mass: MS performed LU  {at=128311.311764196, lu_delay=5.172131396000623, ms=00091}
22:49:29.065856 run                osmo-ms-mob/00097: Starting mobile
22:49:29.081028 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.092318 run                             mass: MS start registered  {at=128311.380606974, delay=0.005315944988979027, ms=00097}
22:49:29.287271 run                             mass: MS performed LU  {at=128311.575454118, lu_delay=22.791301813005703, ms=00050}
22:49:29.540955 run                             mass: MS performed LU  {at=128311.829137098, lu_delay=5.005527738001547, ms=00092}
22:49:30.524609 run                osmo-ms-mob/00098: Starting mobile
22:49:30.541296 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.552470 run                             mass: MS start registered  {at=128312.840753709, delay=0.005085792989120819, ms=00098}
22:49:30.786984 run                             mass: MS performed LU  {at=128313.075170566, lu_delay=5.464606632987852, ms=00093}
22:49:31.275631 run                             mass: MS performed LU  {at=128313.563802738, lu_delay=5.043103043004521, ms=00094}
22:49:32.333883 run                osmo-ms-mob/00099: Starting mobile
22:49:32.352224 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.358242 run                             mass: All started... {duration=55.774551509995945, too_slow=0}
22:49:32.363956 run                             mass: MS start registered  {at=128314.652251408, delay=0.005709288001526147, ms=00099}
22:49:32.771002 run                             mass: MS performed LU  {at=128315.059105183, lu_delay=4.639020980001078, ms=00096}
22:49:32.788976 run                             mass: MS performed LU  {at=128315.077172445, lu_delay=5.650160504999803, ms=00095}
22:49:33.053391 run                             mass: MS performed LU  {at=128315.341573131, lu_delay=22.911191473991494, ms=00061}
22:49:34.719198 run                             mass: MS performed LU  {at=128317.007380642, lu_delay=5.626773668001988, ms=00097}
22:49:36.538166 run                             mass: MS performed LU  {at=128318.826315073, lu_delay=5.985561364010209, ms=00098}
22:49:38.439208 run                             mass: MS performed LU  {at=128320.727391256, lu_delay=6.075139848006074, ms=00099}
22:49:38.701747 run                             mass: MS performed LU  {at=128320.989928328, lu_delay=21.970181388998753, ms=00078}
22:49:38.710902 run                             mass: Tests done {all_completed=True, max=22.911191473991494, min=3.884904706996167}
22:49:38.716320 tst         register_default_mass.py: Test passed (81.4 sec)
22:49:38.721673 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.724935 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.728170 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.731395 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.734621 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.737923 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.741401 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.744930 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.748280 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.751606 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.754945 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.758263 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.761614 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.764983 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.769281 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.772728 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.776300 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.780454 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.783867 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.787258 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.791062 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.794492 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.798147 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.801581 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.805033 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.808467 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.811858 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.815318 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.818993 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.822551 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.826098 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.829616 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.833144 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.836658 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.840583 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.844320 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.847881 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.851414 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.854903 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.858419 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.862081 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.865582 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.869093 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.872634 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.876071 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.879574 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.883106 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.886555 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.890090 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.893560 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.897069 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.900537 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.904068 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.907561 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.911106 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.914657 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.918167 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.921706 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.925246 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.928789 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.932335 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.935950 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.939502 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.943014 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.946550 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.950070 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.953562 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.957103 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.960652 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.964315 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.968075 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.971975 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.975451 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.978966 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.982465 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.985915 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.989375 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.992798 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.996223 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.999616 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.003042 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.006646 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.010949 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.014383 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.018008 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.021382 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.025088 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.028392 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.032228 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.035555 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.038860 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.042211 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.045516 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.048833 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.052261 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.055602 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.058939 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.062267 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.065570 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.068866 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.072689 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.075999 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.079511 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.082800 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.086131 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.089490 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.092789 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.096159 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.099471 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.102832 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.106159 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.109511 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.112919 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.116341 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.119642 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.122937 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.126212 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.129486 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.132764 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.136017 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.139216 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.142420 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.145626 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.148835 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.152048 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.155253 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.158478 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.161702 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.164923 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.168145 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.171349 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.174556 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.177790 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.181002 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.184216 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.187488 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.190759 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.194040 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.197315 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.200570 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.203841 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.207100 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.210372 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.213649 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.216922 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.220188 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.223462 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.226718 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.229972 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.233232 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.236497 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.239764 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.243021 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.246285 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.249548 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.252832 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.256113 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.259392 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.262662 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.265940 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.269214 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.272478 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.275731 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.279009 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.282283 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.285566 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.288834 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.292101 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.295377 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.298642 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.301906 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.305189 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.308458 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.311722 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.315000 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.318263 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.321540 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.324806 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.328087 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.331354 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.334609 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.337880 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.341142 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.344414 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.347678 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.350943 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.354216 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.357476 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.360746 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.364015 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.367278 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.370542 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.373808 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.377077 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.380363 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.383628 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.386894 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.390154 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.393413 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.396683 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.399952 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.403227 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.406487 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.409782 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.413051 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.416312 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.419574 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.422834 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.426098 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.429376 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.432652 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.435920 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.439212 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.442505 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.443988 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.447613 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.449088 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.452683 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.454161 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.457792 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.459283 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.462920 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.464402 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.468061 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.469554 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.473202 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.474690 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.478338 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.479835 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.483491 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.484964 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.488614 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.490082 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.493744 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.495214 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.498887 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.500384 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.504047 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.505527 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.509195 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.510675 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.514343 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.515822 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.519483 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.520970 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.524637 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.526122 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.529780 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.531253 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.534919 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.536409 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.540078 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.541565 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.545209 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.546679 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.550324 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.551807 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.555439 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.556919 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.560570 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.562050 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.565694 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.567175 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.570817 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.572306 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.575940 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.577408 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.581054 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.582511 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.586139 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.587606 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.591246 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.592715 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.596353 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.597824 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.601446 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.602907 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.606575 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.608045 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.611671 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.613149 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.616790 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.618254 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.621907 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.623375 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.627004 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.628489 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.632128 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.633597 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.637239 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.638701 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.642328 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.643806 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.647427 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.648900 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.652553 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.654016 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.657653 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.659110 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.662755 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.664221 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.667867 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.669332 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.672974 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.674445 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.678095 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.679560 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.683202 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.684681 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.688319 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.689798 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.693442 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.694910 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.698537 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.700012 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.703633 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.705101 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.708741 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.710216 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.713829 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.715301 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.718948 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.720427 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.724096 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.725564 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.729186 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.730650 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.734301 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.735772 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.739385 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.740860 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.744496 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.745971 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.749631 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.751106 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.754727 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.756203 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.759848 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.761316 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.764963 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.766437 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.770086 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.771560 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.775198 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.776681 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.780318 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.781805 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.785457 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.786922 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.790567 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.792044 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.795668 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.797148 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.800785 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.802263 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.805889 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.807363 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.811019 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.812522 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.816188 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.817672 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.821307 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.822785 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.826446 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.827935 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.831585 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.833075 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.836718 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.838198 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.841840 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.843311 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.846955 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.848429 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.852065 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.853541 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.857188 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.858667 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.862333 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.863811 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.867451 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.868933 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.872591 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.874070 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.877712 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.879188 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.882833 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.884310 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.887964 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.889446 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.893097 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.894580 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.898250 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.899723 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.903371 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.904867 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.908518 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.909998 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.913648 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.915136 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.918784 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.920278 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.923950 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.925417 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.929065 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.930540 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.934177 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.935650 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.939314 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.940794 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.944437 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.945903 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.949536 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.951007 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.954661 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.956129 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.959779 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.961250 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.964902 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.966378 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.970028 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.971490 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.975133 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.976603 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.980246 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.981733 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.985362 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.986843 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.990481 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.991962 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.995602 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.997077 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.000727 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.002199 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.005823 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.007293 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.010950 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.012433 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.016107 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.017582 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.021262 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.022751 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.026431 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.027908 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.031533 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.033006 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.036656 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.038120 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.041754 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.043370 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.047021 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.048498 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.052121 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.053582 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.057213 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.058671 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.062276 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.063741 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.067344 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.068804 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.072436 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.073895 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.077513 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.078973 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.082605 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.084069 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.087684 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.089153 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.092764 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.094223 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.097861 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.099320 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.102955 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.104415 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.108036 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.109495 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.113123 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.114583 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.118216 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.119676 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.123297 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.124763 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.128401 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.129858 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.133474 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.134941 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.138577 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.140038 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.143646 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.145129 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.148752 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.150219 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.153846 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.155297 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.158916 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.160397 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.164024 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.165474 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.169106 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.170563 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.174185 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.175639 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.179263 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.180740 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.184377 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.185854 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.189472 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.190928 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.194554 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.196030 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.199636 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.201110 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.204741 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.206208 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.209830 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.211290 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.214897 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.216369 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.219985 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.221446 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.225078 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.226529 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.230159 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.231609 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.235235 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.236704 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.240329 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.241789 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.245435 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.246892 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.250510 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.251968 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.255574 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.257042 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.260668 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.262114 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.265745 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.267198 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.270818 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.272286 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.275932 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.277394 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.281045 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.282505 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.286138 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.287597 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.291222 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.292708 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.296343 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.297809 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.301437 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.302898 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.306523 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.307996 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.311605 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.313068 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.316688 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.318141 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.321770 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.323230 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.326861 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.328316 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.331955 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.333422 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.337042 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.338503 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.342134 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.343593 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.347214 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.348691 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.352309 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.353773 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.357409 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.358868 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.362493 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.363964 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.367575 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.369032 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.372672 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.374124 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.377749 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.379213 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.382849 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.384320 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.387942 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.389406 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.393032 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.394496 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.398121 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.399581 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.403209 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.404676 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.408317 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.409777 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.413412 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.414876 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.418523 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.419982 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.423628 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.425098 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.428729 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.430189 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.433813 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.435274 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.438897 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.440385 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.444040 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.445499 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.449136 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.450604 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.454242 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.455712 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.459347 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.460822 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.464476 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.465945 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.469579 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.471046 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.474690 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.476148 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.479780 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.481238 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.484848 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.486318 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.489951 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.491409 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.495045 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.496523 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.500141 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.501602 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.505260 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.506731 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.510359 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.511827 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.515462 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.516927 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.520572 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.522027 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.926275 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.932074 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8330 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.010921 tst                       trial-8330: Storing JUnit report in /build/trial-8330/run.2026-05-13_22-48-17/trial-8330.xml

--------------------------------------------------------------------------------------------
trial-8330 PASS
--------------------------------------------------------------------------------------------
22:49:44.021854 tst                       trial-8330: trial-8330: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.4 sec)
+ exit_code=0
+ rm -rf trial-8330/inst
+ cd trial-8330
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-13 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8330-run.tgz run.2026-05-13_22-48-17
+ tar czf /build/trial-8330-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-13_13_29_23.tgz osmo-bts-oc2g.build-2026-05-13_00_52_00.tgz osmo-bts-sysmo.build-2026-05-13_00_51_56.tgz osmo-bts.build-2026-05-13_00_52_00.tgz osmo-ggsn.build-2026-05-13_20_43_10.tgz osmo-hlr.build-2026-05-13_16_36_56.tgz osmo-hnbgw.build-2026-05-13_13_29_20.tgz osmo-mgw.build-2026-05-13_08_33_08.tgz osmo-msc.build-2026-05-13_13_33_18.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-13_07_35_16.tgz osmo-pcu-sysmo.build-2026-05-13_07_35_07.tgz osmo-pcu.build-2026-05-13_07_35_18.tgz osmo-sgsn.build-2026-05-13_20_48_26.tgz osmo-stp.build-2026-05-13_13_25_43.tgz osmo-trx.build-2026-05-13_14_21_59.tgz osmocom-bb.build-2026-05-13_21_17_25.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