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 7928
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14589503651403250558.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-8371
+ 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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:ebf365583dd6f6ae925ab9a90011f20dec34603a4f4af1aab0107dbcdc3cb870 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8372 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-24 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8372
+ mkdir -p trial-8372
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-24_13_29_12.tgz osmo-bts-oc2g.build-2026-06-24_00_51_47.tgz osmo-bts-sysmo.build-2026-06-24_00_51_50.tgz osmo-bts.build-2026-06-24_00_51_55.tgz osmo-ggsn.build-2026-06-24_20_42_49.tgz osmo-hlr.build-2026-06-24_16_36_51.tgz osmo-hnbgw.build-2026-06-24_13_28_45.tgz osmo-mgw.build-2026-06-24_08_33_04.tgz osmo-msc.build-2026-06-24_13_34_36.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-24_07_34_47.tgz osmo-pcu-sysmo.build-2026-06-24_07_34_49.tgz osmo-pcu.build-2026-06-24_07_34_56.tgz osmo-sgsn.build-2026-06-24_20_48_19.tgz osmo-stp.build-2026-06-24_13_25_41.tgz osmo-trx.build-2026-06-24_14_21_58.tgz osmocom-bb.build-2026-06-24_21_17_22.tgz srslte.build-19.tgz trial-8372
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-24_13_29_12.md5 osmo-bts-oc2g.build-2026-06-24_00_51_47.md5 osmo-bts-sysmo.build-2026-06-24_00_51_50.md5 osmo-bts.build-2026-06-24_00_51_55.md5 osmo-ggsn.build-2026-06-24_20_42_49.md5 osmo-hlr.build-2026-06-24_16_36_51.md5 osmo-hnbgw.build-2026-06-24_13_28_45.md5 osmo-mgw.build-2026-06-24_08_33_04.md5 osmo-msc.build-2026-06-24_13_34_36.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-24_07_34_47.md5 osmo-pcu-sysmo.build-2026-06-24_07_34_49.md5 osmo-pcu.build-2026-06-24_07_34_56.md5 osmo-sgsn.build-2026-06-24_20_48_19.md5 osmo-stp.build-2026-06-24_13_25_41.md5 osmo-trx.build-2026-06-24_14_21_58.md5 osmocom-bb.build-2026-06-24_21_17_22.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-24_13_29_12.md5 osmo-bts-oc2g.build-2026-06-24_00_51_47.md5 osmo-bts-sysmo.build-2026-06-24_00_51_50.md5 osmo-bts.build-2026-06-24_00_51_55.md5 osmo-ggsn.build-2026-06-24_20_42_49.md5 osmo-hlr.build-2026-06-24_16_36_51.md5 osmo-hnbgw.build-2026-06-24_13_28_45.md5 osmo-mgw.build-2026-06-24_08_33_04.md5 osmo-msc.build-2026-06-24_13_34_36.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-24_07_34_47.md5 osmo-pcu-sysmo.build-2026-06-24_07_34_49.md5 osmo-pcu.build-2026-06-24_07_34_56.md5 osmo-sgsn.build-2026-06-24_20_48_19.md5 osmo-stp.build-2026-06-24_13_25_41.md5 osmo-trx.build-2026-06-24_14_21_58.md5 osmocom-bb.build-2026-06-24_21_17_22.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-8372 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8372'
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-8372
--------------------------------------------------------------------------------------------
22:48:17.070267 tst                       trial-8372: Detailed log at /build/trial-8372/run.2026-06-24_22-48-17/log

---------------------------------------------------------------------
trial-8372 netreg_mass
---------------------------------------------------------------------
22:48:17.274862 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.275223 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.275992 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.277161 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.318543 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.319418 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.320585 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.396714 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-8372 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.397456 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.412238 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.412762 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.413212 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.413650 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.414081 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.414554 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.414997 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.446188 tst         register_default_mass.py: using LAC 2
22:48:17.467871 tst         register_default_mass.py: using RAC 2
22:48:17.493358 tst         register_default_mass.py: using CellId 2
22:48:17.521735 tst         register_default_mass.py: using BVCI 3
22:48:17.535115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.564432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.564950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.565474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.565972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.566478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.567006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.567519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.568041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.568574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.569086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.569617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.574369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.574889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.575402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.575909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.576405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.576890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.577371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.577855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.578351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.578830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.579302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.579797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.580280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.580762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.581239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.581733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.582233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.582729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.583216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.583713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.584194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.584670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.585166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.585661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.586661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.587206 tst      register_default_mass.py:21: Launching a simple network
22:48:17.596634 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.714987 run            create_hlr_db(pid=20): Launched
22:48:18.729409 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.745322 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.760208 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.765684 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.956009 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.970478 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.975903 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.396046 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.410690 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.425429 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.552837 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.567356 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.572885 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.595803 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.610361 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.615852 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.932548 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.947423 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.973691 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.148892 run         osmo-bts-virtual(pid=34): Launched
22:48:30.183995 tst         register_default_mass.py: using MSISDN 1001
22:48:30.198511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.238232 tst         register_default_mass.py: using MSISDN 1002
22:48:30.255940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.287110 tst         register_default_mass.py: using MSISDN 1003
22:48:30.296936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.327699 tst         register_default_mass.py: using MSISDN 1004
22:48:30.343545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.374730 tst         register_default_mass.py: using MSISDN 1005
22:48:30.389647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.420849 tst         register_default_mass.py: using MSISDN 1006
22:48:30.435661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.466658 tst         register_default_mass.py: using MSISDN 1007
22:48:30.481411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.512538 tst         register_default_mass.py: using MSISDN 1008
22:48:30.527349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.558530 tst         register_default_mass.py: using MSISDN 1009
22:48:30.573346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.604303 tst         register_default_mass.py: using MSISDN 1010
22:48:30.619008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.649952 tst         register_default_mass.py: using MSISDN 1011
22:48:30.664596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.695719 tst         register_default_mass.py: using MSISDN 1012
22:48:30.710502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.741199 tst         register_default_mass.py: using MSISDN 1013
22:48:30.755854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.786844 tst         register_default_mass.py: using MSISDN 1014
22:48:30.801511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.832389 tst         register_default_mass.py: using MSISDN 1015
22:48:30.846889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.877910 tst         register_default_mass.py: using MSISDN 1016
22:48:30.892706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.923813 tst         register_default_mass.py: using MSISDN 1017
22:48:30.938562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.969480 tst         register_default_mass.py: using MSISDN 1018
22:48:30.984062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.015339 tst         register_default_mass.py: using MSISDN 1019
22:48:31.030001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.060770 tst         register_default_mass.py: using MSISDN 1020
22:48:31.075417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.106243 tst         register_default_mass.py: using MSISDN 1021
22:48:31.120851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.151903 tst         register_default_mass.py: using MSISDN 1022
22:48:31.166585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.197537 tst         register_default_mass.py: using MSISDN 1023
22:48:31.212268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.243251 tst         register_default_mass.py: using MSISDN 1024
22:48:31.257902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.297549 tst         register_default_mass.py: using MSISDN 1025
22:48:31.315440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.346502 tst         register_default_mass.py: using MSISDN 1026
22:48:31.361496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.392301 tst         register_default_mass.py: using MSISDN 1027
22:48:31.407015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.438420 tst         register_default_mass.py: using MSISDN 1028
22:48:31.453326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.483947 tst         register_default_mass.py: using MSISDN 1029
22:48:31.498413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.529379 tst         register_default_mass.py: using MSISDN 1030
22:48:31.543977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.574979 tst         register_default_mass.py: using MSISDN 1031
22:48:31.589633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.620752 tst         register_default_mass.py: using MSISDN 1032
22:48:31.635470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.666416 tst         register_default_mass.py: using MSISDN 1033
22:48:31.681014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.712201 tst         register_default_mass.py: using MSISDN 1034
22:48:31.727121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.758258 tst         register_default_mass.py: using MSISDN 1035
22:48:31.773222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.804187 tst         register_default_mass.py: using MSISDN 1036
22:48:31.818865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.849849 tst         register_default_mass.py: using MSISDN 1037
22:48:31.864572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.895643 tst         register_default_mass.py: using MSISDN 1038
22:48:31.910369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.941378 tst         register_default_mass.py: using MSISDN 1039
22:48:31.955907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.986561 tst         register_default_mass.py: using MSISDN 1040
22:48:32.001111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.032299 tst         register_default_mass.py: using MSISDN 1041
22:48:32.047028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.078251 tst         register_default_mass.py: using MSISDN 1042
22:48:32.093206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.124094 tst         register_default_mass.py: using MSISDN 1043
22:48:32.134219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.164861 tst         register_default_mass.py: using MSISDN 1044
22:48:32.180704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.211797 tst         register_default_mass.py: using MSISDN 1045
22:48:32.226575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.257328 tst         register_default_mass.py: using MSISDN 1046
22:48:32.271939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.302092 tst         register_default_mass.py: using MSISDN 1047
22:48:32.316513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.346542 tst         register_default_mass.py: using MSISDN 1048
22:48:32.360692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.391109 tst         register_default_mass.py: using MSISDN 1049
22:48:32.405420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.436358 tst         register_default_mass.py: using MSISDN 1050
22:48:32.450951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.481844 tst         register_default_mass.py: using MSISDN 1051
22:48:32.496452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.527276 tst         register_default_mass.py: using MSISDN 1052
22:48:32.541852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.572481 tst         register_default_mass.py: using MSISDN 1053
22:48:32.586976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.617846 tst         register_default_mass.py: using MSISDN 1054
22:48:32.632441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.663153 tst         register_default_mass.py: using MSISDN 1055
22:48:32.677675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.708565 tst         register_default_mass.py: using MSISDN 1056
22:48:32.723320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.758058 tst         register_default_mass.py: using MSISDN 1057
22:48:32.774433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.805053 tst         register_default_mass.py: using MSISDN 1058
22:48:32.819714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.850191 tst         register_default_mass.py: using MSISDN 1059
22:48:32.864671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.895336 tst         register_default_mass.py: using MSISDN 1060
22:48:32.909819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.940569 tst         register_default_mass.py: using MSISDN 1061
22:48:32.955185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.985457 tst         register_default_mass.py: using MSISDN 1062
22:48:32.999824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.030607 tst         register_default_mass.py: using MSISDN 1063
22:48:33.045146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.076065 tst         register_default_mass.py: using MSISDN 1064
22:48:33.090680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.121519 tst         register_default_mass.py: using MSISDN 1065
22:48:33.136073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.168185 tst         register_default_mass.py: using MSISDN 1066
22:48:33.183389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.214198 tst         register_default_mass.py: using MSISDN 1067
22:48:33.228836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.259677 tst         register_default_mass.py: using MSISDN 1068
22:48:33.274229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.305142 tst         register_default_mass.py: using MSISDN 1069
22:48:33.319785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.350654 tst         register_default_mass.py: using MSISDN 1070
22:48:33.365285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.395872 tst         register_default_mass.py: using MSISDN 1071
22:48:33.410356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.441224 tst         register_default_mass.py: using MSISDN 1072
22:48:33.455861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.486648 tst         register_default_mass.py: using MSISDN 1073
22:48:33.501279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.532182 tst         register_default_mass.py: using MSISDN 1074
22:48:33.546761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.577676 tst         register_default_mass.py: using MSISDN 1075
22:48:33.592385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.623373 tst         register_default_mass.py: using MSISDN 1076
22:48:33.638103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.668959 tst         register_default_mass.py: using MSISDN 1077
22:48:33.683584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.714433 tst         register_default_mass.py: using MSISDN 1078
22:48:33.729052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.759666 tst         register_default_mass.py: using MSISDN 1079
22:48:33.774108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.804941 tst         register_default_mass.py: using MSISDN 1080
22:48:33.819485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.850321 tst         register_default_mass.py: using MSISDN 1081
22:48:33.864954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.895576 tst         register_default_mass.py: using MSISDN 1082
22:48:33.909964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.940685 tst         register_default_mass.py: using MSISDN 1083
22:48:33.955256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.985760 tst         register_default_mass.py: using MSISDN 1084
22:48:34.000218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.031302 tst         register_default_mass.py: using MSISDN 1085
22:48:34.045797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.076764 tst         register_default_mass.py: using MSISDN 1086
22:48:34.091307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.121987 tst         register_default_mass.py: using MSISDN 1087
22:48:34.136533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.167271 tst         register_default_mass.py: using MSISDN 1088
22:48:34.181787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.212338 tst         register_default_mass.py: using MSISDN 1089
22:48:34.226785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.257792 tst         register_default_mass.py: using MSISDN 1090
22:48:34.272551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.303377 tst         register_default_mass.py: using MSISDN 1091
22:48:34.317897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.348903 tst         register_default_mass.py: using MSISDN 1092
22:48:34.363542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.394432 tst         register_default_mass.py: using MSISDN 1093
22:48:34.409029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.439880 tst         register_default_mass.py: using MSISDN 1094
22:48:34.454536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.485581 tst         register_default_mass.py: using MSISDN 1095
22:48:34.500279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.530958 tst         register_default_mass.py: using MSISDN 1096
22:48:34.545464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.575953 tst         register_default_mass.py: using MSISDN 1097
22:48:34.590391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.621262 tst         register_default_mass.py: using MSISDN 1098
22:48:34.635872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.666517 tst         register_default_mass.py: using MSISDN 1099
22:48:34.680937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.711775 tst         register_default_mass.py: using MSISDN 1100
22:48:34.726404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.818123 run                             mass: Starting testcase
22:48:34.823585 run                             mass: Pre-launching all virtphy's
22:48:34.828937 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.841781 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.847875 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.860683 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.866603 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.879170 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.885060 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.897741 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.903665 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.916365 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.922266 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.934830 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.940715 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.953279 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.959171 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.971686 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.977669 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.990442 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.996323 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.008982 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.014896 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.027569 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.033405 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.045985 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.051798 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.064372 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.070213 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.082817 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.088650 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.101244 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.107077 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.119679 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.125643 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.138281 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.144091 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.156637 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.162518 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.175139 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.180944 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.193640 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.199482 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.212432 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.218301 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.230970 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.236756 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.249365 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.255197 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.267805 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.273626 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.286251 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.292131 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.304871 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.310719 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.323453 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.329336 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.341800 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.347727 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.360346 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.366192 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.378940 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.384771 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.397451 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.403346 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.415860 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.421724 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.434357 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.440223 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.452889 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.458750 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.471403 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.477223 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.489903 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.495741 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.508384 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.514241 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.526905 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.532745 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.545554 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.551399 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.564113 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.569963 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.582668 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.588606 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.601226 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.607137 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.619771 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.625632 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.638323 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.644149 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.656864 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.662735 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.675441 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.681328 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.694041 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.699887 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.712626 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.718502 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.731170 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.737098 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.749802 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.755676 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.768366 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.774371 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.787130 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.793059 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.805699 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.811515 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.824272 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.830078 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.842868 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.848749 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.861386 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.867222 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.879829 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.885616 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.898236 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.904074 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.916682 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.922537 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.935144 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.941002 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.953602 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.959469 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.972129 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.978016 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.990746 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.996564 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.009320 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.015158 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.027879 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.033712 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.046480 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.052335 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.065136 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.071002 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.083753 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.089641 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.102398 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.108308 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.121010 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.126924 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.139646 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.145520 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.158238 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.164153 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.176855 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.182726 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.195513 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.201334 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.214058 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.219935 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.232675 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.238548 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.251340 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.257249 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.270069 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.276004 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.288654 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.294660 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.307372 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.313385 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.326216 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.332103 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.344805 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.350694 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.363355 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.369169 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.381781 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.387627 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.400235 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.406050 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.418648 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.424524 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.437163 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.443019 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.455697 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.461554 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.474165 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.480220 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.492872 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.498892 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.511575 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.517435 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.530238 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.536064 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.548859 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.554740 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.567382 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.573214 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.585867 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.591720 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.604391 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.610229 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.622830 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.628679 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.641297 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.647135 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.659735 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.665555 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.678146 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.683977 run                             mass: Checking if sockets are in the filesystem
22:48:36.716510 run                osmo-ms-mob/00000: Starting mobile
22:48:36.729302 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.741080 run                             mass: MS start registered  {at=3252245.034905258, delay=0.005692123901098967, ms=00000}
22:48:40.931249 run                osmo-ms-mob/00001: Starting mobile
22:48:40.947993 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.959203 run                             mass: MS start registered  {at=3252249.253028951, delay=0.0049543799832463264, ms=00001}
22:48:41.985854 run                             mass: MS performed LU  {at=3252250.279559923, lu_delay=5.244654664769769, ms=00000}
22:48:42.731511 run                osmo-ms-mob/00002: Starting mobile
22:48:42.748395 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.759048 run                             mass: MS start registered  {at=3252251.052871098, delay=0.004740149714052677, ms=00002}
22:48:44.031804 run                osmo-ms-mob/00003: Starting mobile
22:48:44.048435 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.059397 run                             mass: MS start registered  {at=3252252.35322222, delay=0.005021718330681324, ms=00003}
22:48:45.099464 run                osmo-ms-mob/00004: Starting mobile
22:48:45.112228 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.123366 run                             mass: MS start registered  {at=3252253.417188716, delay=0.00515399593859911, ms=00004}
22:48:45.751386 run                             mass: MS performed LU  {at=3252254.045100497, lu_delay=4.792071545962244, ms=00001}
22:48:46.100019 run                osmo-ms-mob/00005: Starting mobile
22:48:46.112728 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.123400 run                             mass: MS start registered  {at=3252254.41722227, delay=0.0047063366509974, ms=00005}
22:48:47.000244 run                osmo-ms-mob/00006: Starting mobile
22:48:47.013055 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.023679 run                             mass: MS start registered  {at=3252255.317508345, delay=0.0046976469457149506, ms=00006}
22:48:47.652566 run                             mass: MS performed LU  {at=3252255.946272976, lu_delay=4.8934018784202635, ms=00002}
22:48:47.931782 run                osmo-ms-mob/00007: Starting mobile
22:48:47.948520 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.959175 run                             mass: MS start registered  {at=3252256.253001796, delay=0.004705446306616068, ms=00007}
22:48:48.699576 run                osmo-ms-mob/00008: Starting mobile
22:48:48.712516 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.723569 run                             mass: MS start registered  {at=3252257.017394482, delay=0.004845265299081802, ms=00008}
22:48:49.432186 run                osmo-ms-mob/00009: Starting mobile
22:48:49.449100 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.459942 run                             mass: MS start registered  {at=3252257.753769612, delay=0.004873807076364756, ms=00009}
22:48:49.517382 run                             mass: MS performed LU  {at=3252257.811098971, lu_delay=5.457876750733703, ms=00003}
22:48:50.131404 run                osmo-ms-mob/00010: Starting mobile
22:48:50.148288 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.159124 run                             mass: MS start registered  {at=3252258.452951916, delay=0.004820207133889198, ms=00010}
22:48:50.700103 run                osmo-ms-mob/00011: Starting mobile
22:48:50.713132 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.723990 run                             mass: MS start registered  {at=3252259.017818392, delay=0.004912758711725473, ms=00011}
22:48:51.331132 run                osmo-ms-mob/00012: Starting mobile
22:48:51.347733 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.358857 run                             mass: MS start registered  {at=3252259.652682146, delay=0.004962204024195671, ms=00012}
22:48:51.419449 run                             mass: MS performed LU  {at=3252259.713164955, lu_delay=6.2959762387908995, ms=00004}
22:48:51.445457 run                             mass: MS performed LU  {at=3252259.739266533, lu_delay=5.322044263128191, ms=00005}
22:48:51.930613 run                osmo-ms-mob/00013: Starting mobile
22:48:51.947545 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.958366 run                             mass: MS start registered  {at=3252260.25219106, delay=0.004949911031872034, ms=00013}
22:48:52.500304 run                osmo-ms-mob/00014: Starting mobile
22:48:52.513308 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.524188 run                             mass: MS start registered  {at=3252260.818018032, delay=0.004915983881801367, ms=00014}
22:48:53.100009 run                osmo-ms-mob/00015: Starting mobile
22:48:53.113011 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.124035 run                             mass: MS start registered  {at=3252261.417862231, delay=0.005015027709305286, ms=00015}
22:48:53.283067 run                             mass: MS performed LU  {at=3252261.576767065, lu_delay=5.323765269014984, ms=00007}
22:48:53.347685 run                             mass: MS performed LU  {at=3252261.641382139, lu_delay=6.323873794171959, ms=00006}
22:48:53.631316 run                osmo-ms-mob/00016: Starting mobile
22:48:53.648041 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.654270 run                             mass: MS performed LU  {at=3252261.94810511, lu_delay=4.930710627697408, ms=00008}
22:48:53.660281 run                             mass: MS start registered  {at=3252261.954121508, delay=0.006034933030605316, ms=00016}
22:48:54.111189 run                osmo-ms-mob/00017: Starting mobile
22:48:54.124971 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.136151 run                             mass: MS start registered  {at=3252262.429978294, delay=0.00499719986692071, ms=00017}
22:48:54.722143 run                osmo-ms-mob/00018: Starting mobile
22:48:54.737854 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.748938 run                             mass: MS start registered  {at=3252263.042766293, delay=0.005048797931522131, ms=00018}
22:48:55.123348 run                osmo-ms-mob/00019: Starting mobile
22:48:55.139740 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.150553 run                             mass: MS start registered  {at=3252263.444377626, delay=0.00488897692412138, ms=00019}
22:48:55.184681 run                             mass: MS performed LU  {at=3252263.4784262, lu_delay=5.025474283844233, ms=00010}
22:48:55.212226 run                             mass: MS performed LU  {at=3252263.505952918, lu_delay=5.752183306030929, ms=00009}
22:48:55.318360 run                             mass: MS performed LU  {at=3252263.61207602, lu_delay=4.594257628079504, ms=00011}
22:48:55.623854 run                osmo-ms-mob/00020: Starting mobile
22:48:55.636855 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.647757 run                             mass: MS start registered  {at=3252263.941585709, delay=0.004922973923385143, ms=00020}
22:48:56.113296 run                osmo-ms-mob/00021: Starting mobile
22:48:56.127179 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.138136 run                             mass: MS start registered  {at=3252264.431965242, delay=0.005017563235014677, ms=00021}
22:48:56.509068 run                osmo-ms-mob/00022: Starting mobile
22:48:56.522141 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.533399 run                             mass: MS start registered  {at=3252264.827226368, delay=0.005311570595949888, ms=00022}
22:48:57.031345 run                osmo-ms-mob/00023: Starting mobile
22:48:57.048180 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.054253 run                             mass: MS performed LU  {at=3252265.348086953, lu_delay=5.095895892940462, ms=00013}
22:48:57.060026 run                             mass: MS start registered  {at=3252265.353867785, delay=0.005799421109259129, ms=00023}
22:48:57.113667 run                             mass: MS performed LU  {at=3252265.407391878, lu_delay=5.754709731787443, ms=00012}
22:48:57.400354 run                osmo-ms-mob/00024: Starting mobile
22:48:57.413186 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.419418 run                             mass: MS performed LU  {at=3252265.713253019, lu_delay=4.895234987139702, ms=00014}
22:48:57.425096 run                             mass: MS start registered  {at=3252265.71893923, delay=0.005701775662600994, ms=00024}
22:48:57.899817 run                osmo-ms-mob/00025: Starting mobile
22:48:57.913074 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.923995 run                             mass: MS start registered  {at=3252266.217823052, delay=0.004734392743557692, ms=00025}
22:48:58.322822 run                osmo-ms-mob/00026: Starting mobile
22:48:58.338836 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.349639 run                             mass: MS start registered  {at=3252266.643468786, delay=0.00483466312289238, ms=00026}
22:48:58.727478 run                osmo-ms-mob/00027: Starting mobile
22:48:58.744011 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.754896 run                             mass: MS start registered  {at=3252267.048721414, delay=0.004919181112200022, ms=00027}
22:48:58.848386 run                             mass: MS performed LU  {at=3252267.142109122, lu_delay=4.712130828294903, ms=00017}
22:48:58.950606 run                             mass: MS performed LU  {at=3252267.244329677, lu_delay=5.826467446051538, ms=00015}
22:48:58.977349 run                             mass: MS performed LU  {at=3252267.271100072, lu_delay=5.316978564020246, ms=00016}
22:48:58.998536 run                osmo-ms-mob/00028: Starting mobile
22:48:59.011337 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.022079 run                             mass: MS start registered  {at=3252267.31591127, delay=0.004787341225892305, ms=00028}
22:48:59.530806 run                osmo-ms-mob/00029: Starting mobile
22:48:59.547932 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.558918 run                             mass: MS start registered  {at=3252267.852744002, delay=0.004897858016192913, ms=00029}
22:48:59.899654 run                osmo-ms-mob/00030: Starting mobile
22:48:59.912625 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.924105 run                             mass: MS start registered  {at=3252268.217933214, delay=0.005199831910431385, ms=00030}
22:49:00.299396 run                osmo-ms-mob/00031: Starting mobile
22:49:00.312313 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.323435 run                             mass: MS start registered  {at=3252268.617261308, delay=0.004818184766918421, ms=00031}
22:49:00.631000 run                osmo-ms-mob/00032: Starting mobile
22:49:00.647894 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.658675 run                             mass: MS start registered  {at=3252268.952504403, delay=0.004730626940727234, ms=00032}
22:49:00.815343 run                             mass: MS performed LU  {at=3252269.109068886, lu_delay=5.167483177036047, ms=00020}
22:49:00.879850 run                             mass: MS performed LU  {at=3252269.173576583, lu_delay=5.729198957327753, ms=00019}
22:49:00.907941 run                osmo-ms-mob/00033: Starting mobile
22:49:00.920776 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.931600 run                             mass: MS start registered  {at=3252269.225429761, delay=0.004740097094327211, ms=00033}
22:49:00.946882 run                             mass: MS performed LU  {at=3252269.240712895, lu_delay=4.8087476529181, ms=00021}
22:49:00.985776 run                             mass: MS performed LU  {at=3252269.27952994, lu_delay=6.236763646826148, ms=00018}
22:49:01.432330 run                osmo-ms-mob/00034: Starting mobile
22:49:01.449553 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.460448 run                             mass: MS start registered  {at=3252269.754275715, delay=0.0047344621270895, ms=00034}
22:49:01.713059 run                osmo-ms-mob/00035: Starting mobile
22:49:01.726524 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.737779 run                             mass: MS start registered  {at=3252270.031605185, delay=0.005120079033076763, ms=00035}
22:49:02.111592 run                osmo-ms-mob/00036: Starting mobile
22:49:02.125255 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.136392 run                             mass: MS start registered  {at=3252270.430217528, delay=0.005143155809491873, ms=00036}
22:49:02.530876 run                osmo-ms-mob/00037: Starting mobile
22:49:02.547308 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.558041 run                             mass: MS start registered  {at=3252270.851870823, delay=0.004809281323105097, ms=00037}
22:49:02.614445 run                             mass: MS performed LU  {at=3252270.908171653, lu_delay=5.189232422970235, ms=00024}
22:49:02.716292 run                             mass: MS performed LU  {at=3252271.010017282, lu_delay=6.182790914084762, ms=00022}
22:49:02.730106 run                osmo-ms-mob/00038: Starting mobile
22:49:02.743114 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.749103 run                             mass: MS performed LU  {at=3252271.042939395, lu_delay=4.825116343330592, ms=00025}
22:49:02.754947 run                             mass: MS start registered  {at=3252271.048788044, delay=0.005865101236850023, ms=00038}
22:49:02.887272 run                             mass: MS performed LU  {at=3252271.180920695, lu_delay=5.8270529098808765, ms=00023}
22:49:02.901290 run                osmo-ms-mob/00039: Starting mobile
22:49:02.914332 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.925380 run                             mass: MS start registered  {at=3252271.219204499, delay=0.005135820712894201, ms=00039}
22:49:03.499241 run                osmo-ms-mob/00040: Starting mobile
22:49:03.511939 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.523306 run                             mass: MS start registered  {at=3252271.817129526, delay=0.0051774620078504086, ms=00040}
22:49:03.796718 run                osmo-ms-mob/00041: Starting mobile
22:49:03.809789 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.820828 run                             mass: MS start registered  {at=3252272.114656855, delay=0.005112635903060436, ms=00041}
22:49:04.113227 run                osmo-ms-mob/00042: Starting mobile
22:49:04.126792 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.137861 run                             mass: MS start registered  {at=3252272.431691071, delay=0.0051560672000050545, ms=00042}
22:49:04.540258 run                osmo-ms-mob/00043: Starting mobile
22:49:04.556834 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.567565 run                             mass: MS start registered  {at=3252272.861391624, delay=0.0047823707573115826, ms=00043}
22:49:04.579881 run                             mass: MS performed LU  {at=3252272.873709647, lu_delay=6.230240860953927, ms=00026}
22:49:04.644946 run                             mass: MS performed LU  {at=3252272.938650271, lu_delay=5.62273900071159, ms=00028}
22:49:04.672174 run                osmo-ms-mob/00044: Starting mobile
22:49:04.684947 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.695787 run                             mass: MS start registered  {at=3252272.989612801, delay=0.004788523074239492, ms=00044}
22:49:04.712713 run                             mass: MS performed LU  {at=3252273.006542114, lu_delay=5.957820700015873, ms=00027}
22:49:04.750792 run                             mass: MS performed LU  {at=3252273.044533836, lu_delay=5.191789834294468, ms=00029}
22:49:04.772370 run                osmo-ms-mob/00045: Starting mobile
22:49:04.785192 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.791463 run                             mass: MS performed LU  {at=3252273.085295964, lu_delay=4.867362750228494, ms=00030}
22:49:04.797171 run                             mass: MS start registered  {at=3252273.091013747, delay=0.005734844598919153, ms=00045}
22:49:05.399730 run                osmo-ms-mob/00046: Starting mobile
22:49:05.412735 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.424159 run                             mass: MS start registered  {at=3252273.717981374, delay=0.005215604789555073, ms=00046}
22:49:05.699739 run                osmo-ms-mob/00047: Starting mobile
22:49:05.712950 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.724025 run                             mass: MS start registered  {at=3252274.017853581, delay=0.005015193019062281, ms=00047}
22:49:05.999806 run                osmo-ms-mob/00048: Starting mobile
22:49:06.012823 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.023806 run                             mass: MS start registered  {at=3252274.317632013, delay=0.004956414923071861, ms=00048}
22:49:06.331154 run                osmo-ms-mob/00049: Starting mobile
22:49:06.347906 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.358645 run                             mass: MS start registered  {at=3252274.65247249, delay=0.004812202882021666, ms=00049}
22:49:06.379070 run                             mass: MS performed LU  {at=3252274.672888698, lu_delay=5.720384295098484, ms=00032}
22:49:06.481665 run                             mass: MS performed LU  {at=3252274.7753896, lu_delay=5.021113885100931, ms=00034}
22:49:06.495517 run                osmo-ms-mob/00050: Starting mobile
22:49:06.508427 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.514455 run                             mass: MS performed LU  {at=3252274.808292326, lu_delay=4.776687141042203, ms=00035}
22:49:06.520148 run                             mass: MS start registered  {at=3252274.813990675, delay=0.005713490769267082, ms=00050}
22:49:06.654293 run                             mass: MS performed LU  {at=3252274.94797721, lu_delay=5.722547448705882, ms=00033}
22:49:06.689401 run                             mass: MS performed LU  {at=3252274.983150363, lu_delay=6.365889055188745, ms=00031}
22:49:06.706172 run                osmo-ms-mob/00051: Starting mobile
22:49:06.719156 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.729977 run                             mass: MS start registered  {at=3252275.023805748, delay=0.004848620388656855, ms=00051}
22:49:07.300228 run                osmo-ms-mob/00052: Starting mobile
22:49:07.313765 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.325063 run                             mass: MS start registered  {at=3252275.618890372, delay=0.0053115421906113625, ms=00052}
22:49:07.614335 run                osmo-ms-mob/00053: Starting mobile
22:49:07.628070 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.639386 run                             mass: MS start registered  {at=3252275.9332051, delay=0.005270346999168396, ms=00053}
22:49:07.912539 run                osmo-ms-mob/00054: Starting mobile
22:49:07.926028 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.936904 run                             mass: MS start registered  {at=3252276.230733098, delay=0.00499814422801137, ms=00054}
22:49:08.200584 run                osmo-ms-mob/00055: Starting mobile
22:49:08.213457 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.224489 run                             mass: MS start registered  {at=3252276.518312809, delay=0.005121630150824785, ms=00055}
22:49:08.347135 run                             mass: MS performed LU  {at=3252276.640839035, lu_delay=4.823709509335458, ms=00040}
22:49:08.411884 run                             mass: MS performed LU  {at=3252276.705610832, lu_delay=5.656822788063437, ms=00038}
22:49:08.427402 run                osmo-ms-mob/00056: Starting mobile
22:49:08.440348 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.451351 run                             mass: MS start registered  {at=3252276.745183524, delay=0.004996926058083773, ms=00056}
22:49:08.479564 run                             mass: MS performed LU  {at=3252276.773338273, lu_delay=6.343120745383203, ms=00036}
22:49:08.516596 run                             mass: MS performed LU  {at=3252276.810314424, lu_delay=5.591109924949706, ms=00039}
22:49:08.537980 run                osmo-ms-mob/00057: Starting mobile
22:49:08.551062 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.557389 run                             mass: MS performed LU  {at=3252276.851222349, lu_delay=5.999351525679231, ms=00037}
22:49:08.563221 run                             mass: MS start registered  {at=3252276.857062517, delay=0.0058592683635652065, ms=00057}
22:49:08.825938 run                             mass: MS performed LU  {at=3252277.119669857, lu_delay=5.0050130020827055, ms=00041}
22:49:09.200261 run                osmo-ms-mob/00058: Starting mobile
22:49:09.213650 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.224795 run                             mass: MS start registered  {at=3252277.518620609, delay=0.005076216999441385, ms=00058}
22:49:09.513676 run                osmo-ms-mob/00059: Starting mobile
22:49:09.527749 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.538792 run                             mass: MS start registered  {at=3252277.832619465, delay=0.004961763042956591, ms=00059}
22:49:09.812721 run                osmo-ms-mob/00060: Starting mobile
22:49:09.826375 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.837202 run                             mass: MS start registered  {at=3252278.131029437, delay=0.0048705036751925945, ms=00060}
22:49:10.145908 run                             mass: MS performed LU  {at=3252278.439632623, lu_delay=6.007941551972181, ms=00042}
22:49:10.176504 run                osmo-ms-mob/00061: Starting mobile
22:49:10.191378 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.202911 run                             mass: MS start registered  {at=3252278.496734665, delay=0.005593910813331604, ms=00061}
22:49:10.247498 run                             mass: MS performed LU  {at=3252278.541244352, lu_delay=5.551631550770253, ms=00044}
22:49:10.275490 run                             mass: MS performed LU  {at=3252278.569273843, lu_delay=5.7078822189942, ms=00043}
22:49:10.290336 run                osmo-ms-mob/00062: Starting mobile
22:49:10.303142 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.313888 run                             mass: MS start registered  {at=3252278.607718581, delay=0.004735198803246021, ms=00062}
22:49:10.419031 run                             mass: MS performed LU  {at=3252278.712754312, lu_delay=4.994772938080132, ms=00046}
22:49:10.455347 run                             mass: MS performed LU  {at=3252278.749091723, lu_delay=5.65807797620073, ms=00045}
22:49:10.479327 run                osmo-ms-mob/00063: Starting mobile
22:49:10.492423 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.498316 run                             mass: MS performed LU  {at=3252278.792153377, lu_delay=4.774299796205014, ms=00047}
22:49:10.504107 run                             mass: MS start registered  {at=3252278.79795003, delay=0.005813914816826582, ms=00063}
22:49:11.212509 run                osmo-ms-mob/00064: Starting mobile
22:49:11.226218 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.237818 run                             mass: MS start registered  {at=3252279.531643582, delay=0.005685181822627783, ms=00064}
22:49:11.614540 run                osmo-ms-mob/00065: Starting mobile
22:49:11.628129 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.639061 run                             mass: MS start registered  {at=3252279.932887651, delay=0.00487406924366951, ms=00065}
22:49:11.912718 run                osmo-ms-mob/00066: Starting mobile
22:49:11.926292 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.937183 run                             mass: MS start registered  {at=3252280.231012374, delay=0.004916456062346697, ms=00066}
22:49:12.112035 run                             mass: MS performed LU  {at=3252280.405761915, lu_delay=4.786871542688459, ms=00052}
22:49:12.177086 run                             mass: MS performed LU  {at=3252280.47081181, lu_delay=6.1531797968782485, ms=00048}
22:49:12.231623 run                osmo-ms-mob/00067: Starting mobile
22:49:12.247029 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.252985 run                             mass: MS performed LU  {at=3252280.546821199, lu_delay=5.89434870891273, ms=00049}
22:49:12.258955 run                             mass: MS start registered  {at=3252280.552797059, delay=0.00599214993417263, ms=00067}
22:49:12.281329 run                             mass: MS performed LU  {at=3252280.575148443, lu_delay=5.551342695020139, ms=00051}
22:49:12.292765 run                osmo-ms-mob/00068: Starting mobile
22:49:12.305771 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.316496 run                             mass: MS start registered  {at=3252280.610323137, delay=0.004881537053734064, ms=00068}
22:49:12.322812 run                             mass: MS performed LU  {at=3252280.616646896, lu_delay=5.802656221203506, ms=00050}
22:49:12.591458 run                             mass: MS performed LU  {at=3252280.88517951, lu_delay=4.951974410098046, ms=00053}
22:49:13.011700 run                osmo-ms-mob/00069: Starting mobile
22:49:13.025352 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.036098 run                             mass: MS start registered  {at=3252281.329927756, delay=0.004592366982251406, ms=00069}
22:49:13.409034 run                osmo-ms-mob/00070: Starting mobile
22:49:13.422142 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.433605 run                             mass: MS start registered  {at=3252281.727426106, delay=0.005537606310099363, ms=00070}
22:49:13.829954 run                osmo-ms-mob/00071: Starting mobile
22:49:13.845098 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.855762 run                             mass: MS start registered  {at=3252282.149590324, delay=0.004690754227340221, ms=00071}
22:49:13.911826 run                             mass: MS performed LU  {at=3252282.205551369, lu_delay=5.460367844905704, ms=00056}
22:49:14.013545 run                             mass: MS performed LU  {at=3252282.307266348, lu_delay=4.788645739201456, ms=00058}
22:49:14.041142 run                             mass: MS performed LU  {at=3252282.334871145, lu_delay=5.477808627765626, ms=00057}
22:49:14.069563 run                osmo-ms-mob/00072: Starting mobile
22:49:14.082357 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.093116 run                             mass: MS start registered  {at=3252282.386943346, delay=0.004847826901823282, ms=00072}
22:49:14.184670 run                             mass: MS performed LU  {at=3252282.478393821, lu_delay=5.960081011988223, ms=00055}
22:49:14.220755 run                             mass: MS performed LU  {at=3252282.514504898, lu_delay=6.283771799877286, ms=00054}
22:49:14.258370 run                             mass: MS performed LU  {at=3252282.552121288, lu_delay=4.719501823186874, ms=00059}
22:49:14.280884 run                osmo-ms-mob/00073: Starting mobile
22:49:14.293561 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.304502 run                             mass: MS start registered  {at=3252282.59832699, delay=0.005032835993915796, ms=00073}
22:49:15.012732 run                osmo-ms-mob/00074: Starting mobile
22:49:15.026593 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.037882 run                             mass: MS start registered  {at=3252283.331708599, delay=0.004679105710238218, ms=00074}
22:49:15.433165 run                osmo-ms-mob/00075: Starting mobile
22:49:15.448406 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.459320 run                             mass: MS start registered  {at=3252283.753147836, delay=0.004958564881235361, ms=00075}
22:49:15.877861 run                             mass: MS performed LU  {at=3252284.171594222, lu_delay=5.373644192237407, ms=00063}
22:49:15.921919 run                osmo-ms-mob/00076: Starting mobile
22:49:15.935647 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.947151 run                             mass: MS start registered  {at=3252284.240978269, delay=0.005500591825693846, ms=00076}
22:49:16.012052 run                             mass: MS performed LU  {at=3252284.305774159, lu_delay=5.809039494022727, ms=00061}
22:49:16.048819 run                             mass: MS performed LU  {at=3252284.342581275, lu_delay=6.211551838088781, ms=00060}
22:49:16.086565 run                             mass: MS performed LU  {at=3252284.380315133, lu_delay=4.848671550862491, ms=00064}
22:49:16.103357 run                osmo-ms-mob/00077: Starting mobile
22:49:16.116672 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.127896 run                             mass: MS start registered  {at=3252284.42172376, delay=0.005103518255054951, ms=00077}
22:49:16.813845 run                osmo-ms-mob/00078: Starting mobile
22:49:16.827861 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.839125 run                             mass: MS start registered  {at=3252285.132946481, delay=0.0052867671474814415, ms=00078}
22:49:17.213286 run                osmo-ms-mob/00079: Starting mobile
22:49:17.227588 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.238782 run                             mass: MS start registered  {at=3252285.532604456, delay=0.005274451803416014, ms=00079}
22:49:17.677927 run                             mass: MS performed LU  {at=3252285.971652855, lu_delay=5.418855796102434, ms=00067}
22:49:17.707126 run                osmo-ms-mob/00080: Starting mobile
22:49:17.720316 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.731575 run                             mass: MS start registered  {at=3252286.025383526, delay=0.005302195902913809, ms=00080}
22:49:17.779337 run                             mass: MS performed LU  {at=3252286.073075183, lu_delay=6.140187532175332, ms=00065}
22:49:17.807160 run                             mass: MS performed LU  {at=3252286.100924175, lu_delay=5.49060103809461, ms=00068}
22:49:17.951819 run                             mass: MS performed LU  {at=3252286.245542591, lu_delay=6.014530216809362, ms=00066}
22:49:17.986555 run                             mass: MS performed LU  {at=3252286.280331651, lu_delay=4.950403895229101, ms=00069}
22:49:18.002915 run                osmo-ms-mob/00081: Starting mobile
22:49:18.015821 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.026958 run                             mass: MS start registered  {at=3252286.320784525, delay=0.005183685105293989, ms=00081}
22:49:18.599594 run                osmo-ms-mob/00082: Starting mobile
22:49:18.612862 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.624420 run                             mass: MS start registered  {at=3252286.918245168, delay=0.005436489824205637, ms=00082}
22:49:19.239451 run                osmo-ms-mob/00083: Starting mobile
22:49:19.255481 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.266495 run                             mass: MS start registered  {at=3252287.560318914, delay=0.00515746558085084, ms=00083}
22:49:19.541939 run                             mass: MS performed LU  {at=3252287.835671755, lu_delay=5.448728409130126, ms=00072}
22:49:19.578519 run                             mass: MS performed LU  {at=3252287.872263107, lu_delay=5.273936117067933, ms=00073}
22:49:19.606608 run                osmo-ms-mob/00084: Starting mobile
22:49:19.620200 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.631455 run                             mass: MS start registered  {at=3252287.925282383, delay=0.0052557759918272495, ms=00084}
22:49:19.642872 run                             mass: MS performed LU  {at=3252287.936701193, lu_delay=5.78711086884141, ms=00071}
22:49:19.852152 run                             mass: MS performed LU  {at=3252288.145873388, lu_delay=4.814164788927883, ms=00074}
22:49:19.888609 run                             mass: MS performed LU  {at=3252288.182350835, lu_delay=6.45492472872138, ms=00070}
22:49:20.231349 run                osmo-ms-mob/00085: Starting mobile
22:49:20.248266 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.260015 run                             mass: MS start registered  {at=3252288.553835971, delay=0.005816885735839605, ms=00085}
22:49:20.813217 run                osmo-ms-mob/00086: Starting mobile
22:49:20.828020 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.839345 run                             mass: MS start registered  {at=3252289.13317178, delay=0.004905601032078266, ms=00086}
22:49:21.431839 run                osmo-ms-mob/00087: Starting mobile
22:49:21.450356 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.456638 run                             mass: MS performed LU  {at=3252289.750471668, lu_delay=5.509493398945779, ms=00076}
22:49:21.462428 run                             mass: MS start registered  {at=3252289.756269658, delay=0.005817677825689316, ms=00087}
22:49:21.545186 run                             mass: MS performed LU  {at=3252289.838905966, lu_delay=4.705959484912455, ms=00078}
22:49:21.572134 run                             mass: MS performed LU  {at=3252289.865887787, lu_delay=5.444164026994258, ms=00077}
22:49:21.717580 run                             mass: MS performed LU  {at=3252290.011301168, lu_delay=6.25815333193168, ms=00075}
22:49:22.038863 run                osmo-ms-mob/00088: Starting mobile
22:49:22.055452 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.067007 run                             mass: MS start registered  {at=3252290.360832584, delay=0.005400972906500101, ms=00088}
22:49:22.599531 run                osmo-ms-mob/00089: Starting mobile
22:49:22.612964 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.624295 run                             mass: MS start registered  {at=3252290.918119771, delay=0.005124264862388372, ms=00089}
22:49:23.210096 run                osmo-ms-mob/00090: Starting mobile
22:49:23.223945 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.235061 run                             mass: MS start registered  {at=3252291.528888795, delay=0.005098992958664894, ms=00090}
22:49:23.409560 run                             mass: MS performed LU  {at=3252291.703275673, lu_delay=5.3824911480769515, ms=00081}
22:49:23.473828 run                             mass: MS performed LU  {at=3252291.767553591, lu_delay=4.849308423232287, ms=00082}
22:49:23.543466 run                             mass: MS performed LU  {at=3252291.837190057, lu_delay=6.304585601203144, ms=00079}
22:49:23.580376 run                             mass: MS performed LU  {at=3252291.874120957, lu_delay=5.848737431224436, ms=00080}
22:49:23.913126 run                osmo-ms-mob/00091: Starting mobile
22:49:23.926959 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.938119 run                             mass: MS start registered  {at=3252292.231948415, delay=0.005256219767034054, ms=00091}
22:49:24.611357 run                osmo-ms-mob/00092: Starting mobile
22:49:24.624783 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.636461 run                             mass: MS start registered  {at=3252292.930282826, delay=0.005822671111673117, ms=00092}
22:49:25.209864 run                             mass: MS performed LU  {at=3252293.503591094, lu_delay=4.949755123350769, ms=00085}
22:49:25.310958 run                             mass: MS performed LU  {at=3252293.604681129, lu_delay=6.044362215325236, ms=00083}
22:49:25.366346 run                osmo-ms-mob/00093: Starting mobile
22:49:25.381368 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.387282 run                             mass: MS performed LU  {at=3252293.681118696, lu_delay=5.755836313124746, ms=00084}
22:49:25.393035 run                             mass: MS start registered  {at=3252293.686878155, delay=0.005775046069175005, ms=00093}
22:49:25.481914 run                             mass: MS performed LU  {at=3252293.775643771, lu_delay=4.6424719910137355, ms=00086}
22:49:26.312671 run                osmo-ms-mob/00094: Starting mobile
22:49:26.326644 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.337750 run                             mass: MS start registered  {at=3252294.631577149, delay=0.005194731988012791, ms=00094}
22:49:27.175630 run                             mass: MS performed LU  {at=3252295.469321227, lu_delay=5.108488643076271, ms=00088}
22:49:27.233400 run                osmo-ms-mob/00095: Starting mobile
22:49:27.248886 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.254946 run                             mass: MS performed LU  {at=3252295.54878126, lu_delay=4.63066148897633, ms=00089}
22:49:27.260744 run                             mass: MS start registered  {at=3252295.554586174, delay=0.005820833146572113, ms=00095}
22:49:27.309086 run                             mass: MS performed LU  {at=3252295.602810354, lu_delay=5.846540695987642, ms=00087}
22:49:28.211741 run                osmo-ms-mob/00096: Starting mobile
22:49:28.225202 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.236543 run                             mass: MS start registered  {at=3252296.530367993, delay=0.00522212591022253, ms=00096}
22:49:29.076640 run                             mass: MS performed LU  {at=3252297.370363319, lu_delay=5.841474523767829, ms=00090}
22:49:29.103869 run                             mass: MS performed LU  {at=3252297.397617365, lu_delay=5.165668949950486, ms=00091}
22:49:29.211095 run                             mass: MS performed LU  {at=3252297.504818708, lu_delay=4.574535882100463, ms=00092}
22:49:29.268654 run                osmo-ms-mob/00097: Starting mobile
22:49:29.283519 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.294437 run                             mass: MS start registered  {at=3252297.588264441, delay=0.0050197322852909565, ms=00097}
22:49:30.630632 run                osmo-ms-mob/00098: Starting mobile
22:49:30.648056 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.659541 run                             mass: MS start registered  {at=3252298.95335918, delay=0.00557367317378521, ms=00098}
22:49:30.941094 run                             mass: MS performed LU  {at=3252299.234782838, lu_delay=4.60320568876341, ms=00094}
22:49:31.005694 run                             mass: MS performed LU  {at=3252299.299419757, lu_delay=5.612541601993144, ms=00093}
22:49:32.399895 run                osmo-ms-mob/00099: Starting mobile
22:49:32.412785 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.418754 run                             mass: All started... {duration=55.72928697708994, too_slow=0}
22:49:32.424367 run                             mass: MS start registered  {at=3252300.718203073, delay=0.005606607999652624, ms=00099}
22:49:32.843053 run                             mass: MS performed LU  {at=3252301.136776389, lu_delay=5.582190215121955, ms=00095}
22:49:33.105834 run                             mass: MS performed LU  {at=3252301.399540764, lu_delay=22.791822182945907, ms=00062}
22:49:33.193718 run                             mass: MS performed LU  {at=3252301.487442863, lu_delay=4.957074870355427, ms=00096}
22:49:34.707129 run                             mass: MS performed LU  {at=3252303.000748074, lu_delay=5.412483633030206, ms=00097}
22:49:36.608862 run                             mass: MS performed LU  {at=3252304.902572468, lu_delay=5.9492132877931, ms=00098}
22:49:38.474753 run                             mass: MS performed LU  {at=3252306.768476885, lu_delay=6.0502738119103014, ms=00099}
22:49:38.497693 run                             mass: Tests done {all_completed=True, max=22.791822182945907, min=4.574535882100463}
22:49:38.503374 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.508537 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.511689 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.514796 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.518115 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.521247 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.524397 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.527600 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.530849 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.534037 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.537233 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.540409 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.543615 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.546831 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.550016 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.553242 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.556500 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.559838 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.563165 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.566475 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.569708 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.572974 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.576291 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.579680 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.582935 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.586210 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.589569 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.593010 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.596859 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.600102 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.603322 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.606635 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.609851 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.613119 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.616568 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.620308 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.623636 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.626967 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.630173 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.633549 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.636897 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.640239 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.643584 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.646931 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.650274 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.653609 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.656969 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.660303 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.663914 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.667576 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.671195 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.674908 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.678302 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.681834 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.685223 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.688618 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.691939 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.695330 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.698716 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.702050 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.705428 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.709007 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.712445 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.716365 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.719763 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.723150 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.726537 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.730361 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.733744 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.737032 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.740428 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.743820 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.747189 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.750531 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.753858 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.757163 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.760472 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.764389 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.767743 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.771096 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.774449 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.777792 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.781495 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.784803 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.788051 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.791388 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.794976 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.798425 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.801684 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.805013 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.808248 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.811590 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.814924 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.818267 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.821489 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.825382 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.828652 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.831924 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.835185 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.838523 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.841821 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.845120 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.848399 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.851770 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.855046 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.858314 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.861645 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.864905 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.868290 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.871644 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.874907 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.878154 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.881696 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.885167 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.888853 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.892101 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.895340 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.898569 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.901727 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.904905 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.908068 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.911240 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.914407 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.917568 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.920728 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.923898 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.927071 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.930229 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.933395 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.936566 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.939724 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.942894 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.946041 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.949211 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.952383 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.955546 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.958715 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.961861 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.965040 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.968204 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.971378 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.974531 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.977696 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.980858 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.984028 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.987183 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.990339 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.993478 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.996645 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.999820 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.002976 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.006131 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.009296 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.012475 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.015641 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.018814 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.021971 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.025136 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.028317 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.031489 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.034668 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.037836 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.041072 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.044335 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.047589 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.050827 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.054079 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.057321 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.060586 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.063841 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.067095 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.070357 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.073607 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.076857 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.080109 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.083306 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.086511 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.089709 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.092914 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.096120 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.099327 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.102523 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.105720 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.108922 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.112119 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.115320 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.118534 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.121733 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.124933 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.128139 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.131351 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.134557 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.137749 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.140954 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.144154 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.147353 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.150549 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.153734 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.156934 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.160137 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.163343 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.166536 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.169730 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.172941 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.176160 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.179363 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.182559 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.185748 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.188949 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.192154 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.195373 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.198579 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.201769 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.204983 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.208229 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.209686 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.213251 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.214707 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.218246 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.219691 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.223243 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.224687 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.228226 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.229674 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.233269 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.234737 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.238301 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.239757 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.243310 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.244762 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.248351 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.249801 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.253366 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.254823 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.258412 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.259863 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.263433 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.264873 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.268491 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.269953 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.273652 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.275168 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.278896 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.280406 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.284139 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.285657 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.289379 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.290899 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.294620 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.296125 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.299836 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.301341 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.305052 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.306576 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.310209 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.311651 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.315182 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.316625 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.320161 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.321594 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.325130 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.326616 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.330259 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.331742 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.335411 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.336893 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.340574 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.342052 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.345700 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.347133 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.350673 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.352105 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.355637 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.357064 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.360607 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.362031 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.365560 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.367037 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.370561 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.371987 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.375540 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.376972 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.380520 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.381944 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.385463 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.386897 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.390426 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.391855 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.395373 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.396790 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.400310 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.401734 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.405266 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.406717 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.410244 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.411664 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.415195 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.416618 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.420128 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.421551 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.425082 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.426520 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.430016 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.431448 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.434960 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.436375 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.439889 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.441315 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.444844 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.446282 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.449800 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.451238 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.454759 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.456192 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.459717 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.461135 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.464668 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.466097 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.469640 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.471074 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.474599 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.476025 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.479553 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.480984 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.484533 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.485953 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.489490 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.490938 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.494461 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.495888 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.499420 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.500847 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.504379 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.505804 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.509328 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.510766 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.514306 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.515731 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.519248 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.520678 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.524202 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.525623 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.529169 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.530600 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.534113 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.535560 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.539129 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.540564 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.544109 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.545540 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.549211 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.550816 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.554497 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.555990 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.559680 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.561165 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.564840 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.566327 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.569988 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.571485 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.575183 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.576669 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.580360 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.581846 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.585529 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.587040 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.590724 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.592208 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.595883 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.597366 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.601063 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.602558 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.606225 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.607713 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.611389 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.612875 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.616586 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.618071 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.621730 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.623223 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.626896 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.628382 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.632059 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.633538 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.637203 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.638713 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.642379 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.643868 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.647548 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.649032 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.652719 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.654219 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.657884 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.659378 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.663063 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.664548 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.668233 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.669721 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.673391 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.674914 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.678587 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.680077 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.683754 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.685238 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.688909 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.690414 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.694084 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.695571 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.699279 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.700766 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.704449 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.705934 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.709601 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.711112 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.714791 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.716274 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.719942 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.721423 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.725100 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.726592 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.730260 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.731751 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.735443 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.736922 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.740609 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.742090 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.745766 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.747278 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.750952 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.752434 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.756105 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.757592 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.761280 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.762766 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.766456 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.767946 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.771616 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.773100 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.776766 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.778255 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.781932 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.783423 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.787133 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.788622 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.792315 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.793809 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.797523 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.799014 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.802702 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.804191 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.807895 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.809389 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.813104 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.814601 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.818286 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.819770 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.823468 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.824956 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.828655 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.830146 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.833840 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.835364 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.839068 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.840561 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.844270 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.845757 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.849452 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.850948 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.854671 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.856155 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.859852 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.861338 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.864904 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.866340 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.869870 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.871303 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.874848 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.876284 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.879868 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.881301 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.884847 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.886286 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.889823 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.891289 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.894834 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.896266 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.899817 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.901240 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.904785 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.906222 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.909763 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.911195 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.914782 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.916212 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.919752 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.921183 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.924745 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.926181 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.929712 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.931166 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.934716 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.936147 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.939704 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.941128 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.944682 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.946108 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.949661 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.951102 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.954644 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.956097 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.959643 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.961072 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.964633 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.966060 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.969598 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.971031 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.974573 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.975997 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.979547 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.980980 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.984543 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.985967 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.989510 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.990965 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.994522 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.995950 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.999520 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.000946 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.004501 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.005924 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.009474 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.010913 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.014462 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.015896 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.019445 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.020874 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.024430 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.025853 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.029387 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.030818 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.034355 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.035782 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.039335 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.040771 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.044329 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.045752 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.049297 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.050744 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.054293 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.055717 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.059280 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.060713 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.064261 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.065682 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.069224 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.070671 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.074218 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.075648 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.079194 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.080626 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.084177 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.085610 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.089179 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.090618 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.094163 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.095598 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.099149 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.100580 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.104133 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.105554 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.109111 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.110566 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.114110 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.115552 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.119112 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.120539 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.124094 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.125529 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.129084 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.130534 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.134068 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.135516 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.139080 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.140516 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.144098 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.145526 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.149077 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.150518 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.154070 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.155521 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.159130 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.160565 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.164140 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.165583 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.169153 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.170603 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.174162 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.175595 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.179179 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.180663 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.184403 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.185902 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.189601 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.191096 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.194800 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.196301 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.200008 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.201447 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.205016 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.206464 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.210011 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.211460 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.215019 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.216456 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.220017 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.221449 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.225013 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.226460 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.230008 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.231450 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.235007 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.236443 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.240014 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.241452 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.245021 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.246462 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.250020 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.251494 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.255050 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.256482 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.260039 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.261477 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.265074 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.266520 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.270072 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.271514 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.275062 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.276498 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.680822 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.686691 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8372 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.770313 tst                       trial-8372: Storing JUnit report in /build/trial-8372/run.2026-06-24_22-48-17/trial-8372.xml

--------------------------------------------------------------------------------------------
trial-8372 PASS
--------------------------------------------------------------------------------------------
22:49:43.780817 tst                       trial-8372: trial-8372: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8372/inst
+ cd trial-8372
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-24 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8372-run.tgz run.2026-06-24_22-48-17
+ tar czf /build/trial-8372-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-24_13_29_12.tgz osmo-bts-oc2g.build-2026-06-24_00_51_47.tgz osmo-bts-sysmo.build-2026-06-24_00_51_50.tgz osmo-bts.build-2026-06-24_00_51_55.tgz osmo-ggsn.build-2026-06-24_20_42_49.tgz osmo-hlr.build-2026-06-24_16_36_51.tgz osmo-hnbgw.build-2026-06-24_13_28_45.tgz osmo-mgw.build-2026-06-24_08_33_04.tgz osmo-msc.build-2026-06-24_13_34_36.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-24_07_34_47.tgz osmo-pcu-sysmo.build-2026-06-24_07_34_49.tgz osmo-pcu.build-2026-06-24_07_34_56.tgz osmo-sgsn.build-2026-06-24_20_48_19.tgz osmo-stp.build-2026-06-24_13_25_41.tgz osmo-trx.build-2026-06-24_14_21_58.tgz osmocom-bb.build-2026-06-24_21_17_22.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