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 7611
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7316416685733763210.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-8225
+ 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
bbbe67c debian-trixie-obs-latest: fix signed-by= path
+ 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 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#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 [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
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8c422c5e287e18a86944e4499ebca013f97af16a39585d5e24570565e1f6779b 0.0s 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=8226 -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-01-29 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8226
+ mkdir -p trial-8226
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-29_13_27_20.tgz osmo-bts-oc2g.build-2026-01-29_00_51_25.tgz osmo-bts-sysmo.build-2026-01-29_00_51_23.tgz osmo-bts.build-2026-01-29_00_51_27.tgz osmo-ggsn.build-2026-01-29_20_42_39.tgz osmo-hlr.build-2026-01-29_16_36_49.tgz osmo-hnbgw.build-2026-01-29_13_31_12.tgz osmo-mgw.build-2026-01-29_08_33_09.tgz osmo-msc.build-2026-01-29_13_35_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-29_07_34_58.tgz osmo-pcu-sysmo.build-2026-01-29_07_35_00.tgz osmo-pcu.build-2026-01-29_07_35_07.tgz osmo-sgsn.build-2026-01-29_20_48_16.tgz osmo-stp.build-2026-01-29_13_26_02.tgz osmo-trx.build-2026-01-29_14_21_32.tgz osmocom-bb.build-2026-01-29_21_17_35.tgz srslte.build-19.tgz trial-8226
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-29_13_27_20.md5 osmo-bts-oc2g.build-2026-01-29_00_51_25.md5 osmo-bts-sysmo.build-2026-01-29_00_51_23.md5 osmo-bts.build-2026-01-29_00_51_27.md5 osmo-ggsn.build-2026-01-29_20_42_39.md5 osmo-hlr.build-2026-01-29_16_36_49.md5 osmo-hnbgw.build-2026-01-29_13_31_12.md5 osmo-mgw.build-2026-01-29_08_33_09.md5 osmo-msc.build-2026-01-29_13_35_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-29_07_34_58.md5 osmo-pcu-sysmo.build-2026-01-29_07_35_00.md5 osmo-pcu.build-2026-01-29_07_35_07.md5 osmo-sgsn.build-2026-01-29_20_48_16.md5 osmo-stp.build-2026-01-29_13_26_02.md5 osmo-trx.build-2026-01-29_14_21_32.md5 osmocom-bb.build-2026-01-29_21_17_35.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-29_13_27_20.md5 osmo-bts-oc2g.build-2026-01-29_00_51_25.md5 osmo-bts-sysmo.build-2026-01-29_00_51_23.md5 osmo-bts.build-2026-01-29_00_51_27.md5 osmo-ggsn.build-2026-01-29_20_42_39.md5 osmo-hlr.build-2026-01-29_16_36_49.md5 osmo-hnbgw.build-2026-01-29_13_31_12.md5 osmo-mgw.build-2026-01-29_08_33_09.md5 osmo-msc.build-2026-01-29_13_35_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-29_07_34_58.md5 osmo-pcu-sysmo.build-2026-01-29_07_35_00.md5 osmo-pcu.build-2026-01-29_07_35_07.md5 osmo-sgsn.build-2026-01-29_20_48_16.md5 osmo-stp.build-2026-01-29_13_26_02.md5 osmo-trx.build-2026-01-29_14_21_32.md5 osmocom-bb.build-2026-01-29_21_17_35.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-8226 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8226'
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-8226
--------------------------------------------------------------------------------------------
22:48:19.714574 tst                       trial-8226: Detailed log at /build/trial-8226/run.2026-01-29_22-48-19/log

---------------------------------------------------------------------
trial-8226 netreg_mass
---------------------------------------------------------------------
22:48:19.916984 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.917352 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.918110 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.919243 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.960239 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.961094 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.962248 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.024039 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-8226 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.024846 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.040153 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.040656 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.041103 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.041536 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.041984 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.042423 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.042854 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.073222 tst         register_default_mass.py: using LAC 2
22:48:20.095897 tst         register_default_mass.py: using RAC 2
22:48:20.123169 tst         register_default_mass.py: using CellId 2
22:48:20.153391 tst         register_default_mass.py: using BVCI 3
22:48:20.167429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.168119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.168716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.169222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.169736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.170240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.170733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.171319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.171843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.172336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.172838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.173331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.173830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.174354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.174860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.175356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.175864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.176381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.176907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.177426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.177936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.178466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.178982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.179490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.180021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.180535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.181026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.181528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.182021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.182517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.183015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.183513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.184013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.184524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.185038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.185545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.186068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.186582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.187109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.187617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.188122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.188639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.189148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.189652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.190169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.190677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.191177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.191704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.192216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.192717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.193223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.193748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.194245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.194748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.195251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.195779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.196287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.196806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.197316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.197810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.198306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.198819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.199330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.199841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.200358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.200868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.201368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.201876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.202392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.202895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.203396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.203906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.204477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.204978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.205489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.205991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.206483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.206975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.207465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.207974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.208465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.208954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.209463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.209961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.210453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.210944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.211455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.211960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.212454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.212965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.213471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.213969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.215490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.215982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.216490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.216994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.217495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.218009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.218514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.219064 tst      register_default_mass.py:21: Launching a simple network
22:48:20.229076 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.348615 run            create_hlr_db(pid=20): Launched
22:48:21.363078 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.379293 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.394124 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.399820 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.583427 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.598463 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.604060 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.020158 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.035299 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.049900 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.177891 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.193094 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.198850 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.222534 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.237710 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.243400 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.555536 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.571154 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.598193 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.771273 run         osmo-bts-virtual(pid=34): Launched
22:48:32.807721 tst         register_default_mass.py: using MSISDN 1001
22:48:32.822559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.863228 tst         register_default_mass.py: using MSISDN 1002
22:48:32.881346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.912759 tst         register_default_mass.py: using MSISDN 1003
22:48:32.927836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.959391 tst         register_default_mass.py: using MSISDN 1004
22:48:32.974476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.005763 tst         register_default_mass.py: using MSISDN 1005
22:48:33.020681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.051918 tst         register_default_mass.py: using MSISDN 1006
22:48:33.066688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.098097 tst         register_default_mass.py: using MSISDN 1007
22:48:33.113257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.144687 tst         register_default_mass.py: using MSISDN 1008
22:48:33.159565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.191251 tst         register_default_mass.py: using MSISDN 1009
22:48:33.206214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.237667 tst         register_default_mass.py: using MSISDN 1010
22:48:33.252653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.283475 tst         register_default_mass.py: using MSISDN 1011
22:48:33.298211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.329842 tst         register_default_mass.py: using MSISDN 1012
22:48:33.344029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.374835 tst         register_default_mass.py: using MSISDN 1013
22:48:33.389531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.421055 tst         register_default_mass.py: using MSISDN 1014
22:48:33.435866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.467511 tst         register_default_mass.py: using MSISDN 1015
22:48:33.482589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.514076 tst         register_default_mass.py: using MSISDN 1016
22:48:33.529192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.560370 tst         register_default_mass.py: using MSISDN 1017
22:48:33.575093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.606419 tst         register_default_mass.py: using MSISDN 1018
22:48:33.621250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.652322 tst         register_default_mass.py: using MSISDN 1019
22:48:33.667024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.698567 tst         register_default_mass.py: using MSISDN 1020
22:48:33.713500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.745058 tst         register_default_mass.py: using MSISDN 1021
22:48:33.760001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.791601 tst         register_default_mass.py: using MSISDN 1022
22:48:33.806626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.837865 tst         register_default_mass.py: using MSISDN 1023
22:48:33.852745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.883979 tst         register_default_mass.py: using MSISDN 1024
22:48:33.898754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.930096 tst         register_default_mass.py: using MSISDN 1025
22:48:33.944905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.976238 tst         register_default_mass.py: using MSISDN 1026
22:48:33.991077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.022668 tst         register_default_mass.py: using MSISDN 1027
22:48:34.037544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.068750 tst         register_default_mass.py: using MSISDN 1028
22:48:34.083434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.114905 tst         register_default_mass.py: using MSISDN 1029
22:48:34.129847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.161165 tst         register_default_mass.py: using MSISDN 1030
22:48:34.176248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.207616 tst         register_default_mass.py: using MSISDN 1031
22:48:34.222560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.253988 tst         register_default_mass.py: using MSISDN 1032
22:48:34.268825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.300307 tst         register_default_mass.py: using MSISDN 1033
22:48:34.315328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.346986 tst         register_default_mass.py: using MSISDN 1034
22:48:34.362099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.393577 tst         register_default_mass.py: using MSISDN 1035
22:48:34.408351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.439558 tst         register_default_mass.py: using MSISDN 1036
22:48:34.454310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.485791 tst         register_default_mass.py: using MSISDN 1037
22:48:34.500640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.531835 tst         register_default_mass.py: using MSISDN 1038
22:48:34.546742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.578004 tst         register_default_mass.py: using MSISDN 1039
22:48:34.592953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.624142 tst         register_default_mass.py: using MSISDN 1040
22:48:34.638774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.670288 tst         register_default_mass.py: using MSISDN 1041
22:48:34.685053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.716035 tst         register_default_mass.py: using MSISDN 1042
22:48:34.730770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.762274 tst         register_default_mass.py: using MSISDN 1043
22:48:34.777275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.808678 tst         register_default_mass.py: using MSISDN 1044
22:48:34.823376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.854240 tst         register_default_mass.py: using MSISDN 1045
22:48:34.868822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.899810 tst         register_default_mass.py: using MSISDN 1046
22:48:34.914473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.945297 tst         register_default_mass.py: using MSISDN 1047
22:48:34.959874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.990812 tst         register_default_mass.py: using MSISDN 1048
22:48:35.005509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.036777 tst         register_default_mass.py: using MSISDN 1049
22:48:35.051529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.082779 tst         register_default_mass.py: using MSISDN 1050
22:48:35.097727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.128808 tst         register_default_mass.py: using MSISDN 1051
22:48:35.143553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.174798 tst         register_default_mass.py: using MSISDN 1052
22:48:35.189667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.220812 tst         register_default_mass.py: using MSISDN 1053
22:48:35.235664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.267120 tst         register_default_mass.py: using MSISDN 1054
22:48:35.282057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.313554 tst         register_default_mass.py: using MSISDN 1055
22:48:35.328481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.359711 tst         register_default_mass.py: using MSISDN 1056
22:48:35.374482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.405789 tst         register_default_mass.py: using MSISDN 1057
22:48:35.420613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.451812 tst         register_default_mass.py: using MSISDN 1058
22:48:35.466657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.498169 tst         register_default_mass.py: using MSISDN 1059
22:48:35.513224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.544201 tst         register_default_mass.py: using MSISDN 1060
22:48:35.558817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.589959 tst         register_default_mass.py: using MSISDN 1061
22:48:35.604752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.635985 tst         register_default_mass.py: using MSISDN 1062
22:48:35.650599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.681864 tst         register_default_mass.py: using MSISDN 1063
22:48:35.696571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.728116 tst         register_default_mass.py: using MSISDN 1064
22:48:35.742672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.773959 tst         register_default_mass.py: using MSISDN 1065
22:48:35.788644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.819957 tst         register_default_mass.py: using MSISDN 1066
22:48:35.834540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.865952 tst         register_default_mass.py: using MSISDN 1067
22:48:35.880778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.916029 tst         register_default_mass.py: using MSISDN 1068
22:48:35.932430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.963551 tst         register_default_mass.py: using MSISDN 1069
22:48:35.978266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.009547 tst         register_default_mass.py: using MSISDN 1070
22:48:36.024193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.055680 tst         register_default_mass.py: using MSISDN 1071
22:48:36.070428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.101589 tst         register_default_mass.py: using MSISDN 1072
22:48:36.116191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.147326 tst         register_default_mass.py: using MSISDN 1073
22:48:36.161857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.193038 tst         register_default_mass.py: using MSISDN 1074
22:48:36.207688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.239151 tst         register_default_mass.py: using MSISDN 1075
22:48:36.253953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.285364 tst         register_default_mass.py: using MSISDN 1076
22:48:36.299969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.331255 tst         register_default_mass.py: using MSISDN 1077
22:48:36.345926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.377579 tst         register_default_mass.py: using MSISDN 1078
22:48:36.392391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.423502 tst         register_default_mass.py: using MSISDN 1079
22:48:36.438133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.469607 tst         register_default_mass.py: using MSISDN 1080
22:48:36.484176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.515536 tst         register_default_mass.py: using MSISDN 1081
22:48:36.530276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.561653 tst         register_default_mass.py: using MSISDN 1082
22:48:36.576195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.607530 tst         register_default_mass.py: using MSISDN 1083
22:48:36.621778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.653093 tst         register_default_mass.py: using MSISDN 1084
22:48:36.667789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.699293 tst         register_default_mass.py: using MSISDN 1085
22:48:36.713930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.745183 tst         register_default_mass.py: using MSISDN 1086
22:48:36.759731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.791192 tst         register_default_mass.py: using MSISDN 1087
22:48:36.806005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.837406 tst         register_default_mass.py: using MSISDN 1088
22:48:36.852013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.883400 tst         register_default_mass.py: using MSISDN 1089
22:48:36.898081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.929289 tst         register_default_mass.py: using MSISDN 1090
22:48:36.944003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.975370 tst         register_default_mass.py: using MSISDN 1091
22:48:36.989843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.021023 tst         register_default_mass.py: using MSISDN 1092
22:48:37.035731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.067264 tst         register_default_mass.py: using MSISDN 1093
22:48:37.081884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.113359 tst         register_default_mass.py: using MSISDN 1094
22:48:37.128268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.159619 tst         register_default_mass.py: using MSISDN 1095
22:48:37.174284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.205860 tst         register_default_mass.py: using MSISDN 1096
22:48:37.220590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.251753 tst         register_default_mass.py: using MSISDN 1097
22:48:37.266386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:37.297964 tst         register_default_mass.py: using MSISDN 1098
22:48:37.312557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:37.343956 tst         register_default_mass.py: using MSISDN 1099
22:48:37.358620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:37.390087 tst         register_default_mass.py: using MSISDN 1100
22:48:37.404877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:37.496996 run                             mass: Starting testcase
22:48:37.502542 run                             mass: Pre-launching all virtphy's
22:48:37.507996 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:37.520986 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:37.527034 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:37.540298 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:37.546422 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:37.559422 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:37.565447 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:37.578623 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:37.584748 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:37.597955 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:37.604188 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:37.617426 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.623562 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.636655 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.642689 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.655488 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.661456 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.674264 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.680416 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.693388 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.699416 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.712419 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.718540 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.731516 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.737553 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.750381 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.756421 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.769258 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.775268 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.788135 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.794097 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.807174 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.813262 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.826141 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.832265 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.845967 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.852331 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.865454 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.871422 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.884280 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.890283 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.903330 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.909433 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.922634 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.928785 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.942096 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.948154 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.961256 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.967398 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.980539 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.986587 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.999703 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.005798 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.018954 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.025114 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.038209 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.044287 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.057311 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.063352 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.076380 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.082442 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.095528 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.101618 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.114659 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.120693 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.133785 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.139831 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.153079 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.159171 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.172359 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.178402 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.191489 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.197572 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.210564 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.216713 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.229700 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.235692 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.248572 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.254559 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:38.267514 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:38.273529 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:38.286599 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:38.292593 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:38.305514 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:38.311526 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:38.324444 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:38.330445 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:38.343346 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:38.349331 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:38.362314 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:38.368307 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:38.381253 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:38.387379 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:38.400295 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:38.406416 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:38.419358 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:38.425361 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:38.438414 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:38.444412 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:38.457449 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:38.463429 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:38.476398 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:38.482378 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:38.495240 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:38.501214 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:38.514138 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:38.520164 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:38.533095 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:38.539063 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:38.551988 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:38.558019 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:38.570984 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:38.576979 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.589869 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.595916 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.608934 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.614940 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.628049 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.634077 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.647254 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.653341 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.666461 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.672562 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.685518 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.691677 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.704727 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.710749 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.723705 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.729719 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.742664 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.748684 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.761600 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.767610 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.780542 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.786528 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.799578 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.805580 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.818507 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.824558 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.837472 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.843472 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.856482 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.862673 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.875708 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.881740 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.894668 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.900685 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.913774 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.919788 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.932896 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.938961 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.951954 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.957959 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.970852 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.976874 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.989757 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.995774 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.008675 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.014628 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.027539 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.033561 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.046555 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.052598 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.065514 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.071500 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.084473 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.090433 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.103544 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.109569 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.122681 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.128699 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.141742 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.147820 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.160938 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.166926 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.179898 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.185885 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.198761 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.204741 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.217705 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.223821 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.237057 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.243288 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.256635 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.262673 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.275596 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.281581 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.294474 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.300478 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.313359 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:39.319343 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:39.332521 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:39.338500 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:39.351553 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:39.357539 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:39.370422 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:39.376615 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:39.389518 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:39.395626 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:39.408519 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:39.414459 run                             mass: Checking if sockets are in the filesystem
22:48:39.447117 run                osmo-ms-mob/00000: Starting mobile
22:48:39.460149 run       osmo-ms-mob/00000(pid=135): Launched
22:48:39.471122 run                             mass: MS start registered  {at=277545.679440158, delay=0.004922048014122993, ms=00000}
22:48:43.643360 run                osmo-ms-mob/00001: Starting mobile
22:48:43.657348 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.668011 run                             mass: MS start registered  {at=277549.876330312, delay=0.00463491800474003, ms=00001}
22:48:44.599999 run                             mass: MS performed LU  {at=277550.808201399, lu_delay=5.128761240979657, ms=00000}
22:48:45.453516 run                osmo-ms-mob/00002: Starting mobile
22:48:45.469899 run       osmo-ms-mob/00002(pid=137): Launched
22:48:45.480415 run                             mass: MS start registered  {at=277551.688731029, delay=0.00441582896746695, ms=00002}
22:48:46.762823 run                osmo-ms-mob/00003: Starting mobile
22:48:46.779613 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.790242 run                             mass: MS start registered  {at=277552.998559494, delay=0.0046812049695290625, ms=00003}
22:48:47.862073 run                osmo-ms-mob/00004: Starting mobile
22:48:47.879587 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.890222 run                             mass: MS start registered  {at=277554.098542167, delay=0.004537027969490737, ms=00004}
22:48:48.365310 run                             mass: MS performed LU  {at=277554.57351962, lu_delay=4.697189308004454, ms=00001}
22:48:48.830179 run                osmo-ms-mob/00005: Starting mobile
22:48:48.843806 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.854265 run                             mass: MS start registered  {at=277555.062584944, delay=0.004243271017912775, ms=00005}
22:48:49.761940 run                osmo-ms-mob/00006: Starting mobile
22:48:49.779089 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.789751 run                             mass: MS start registered  {at=277555.998071929, delay=0.004515949985943735, ms=00006}
22:48:50.267814 run                             mass: MS performed LU  {at=277556.475996668, lu_delay=4.78726563899545, ms=00002}
22:48:50.667711 run                osmo-ms-mob/00007: Starting mobile
22:48:50.696610 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.707091 run                             mass: MS start registered  {at=277556.915411712, delay=0.0043579990160651505, ms=00007}
22:48:51.436835 run                osmo-ms-mob/00008: Starting mobile
22:48:51.450250 run       osmo-ms-mob/00008(pid=143): Launched
22:48:51.460829 run                             mass: MS start registered  {at=277557.669149412, delay=0.004491755040362477, ms=00008}
22:48:52.161303 run                osmo-ms-mob/00009: Starting mobile
22:48:52.178173 run       osmo-ms-mob/00009(pid=144): Launched
22:48:52.184263 run                             mass: MS performed LU  {at=277558.392590177, lu_delay=5.394030683033634, ms=00003}
22:48:52.190140 run                             mass: MS start registered  {at=277558.39847517, delay=0.005903008044697344, ms=00009}
22:48:52.860460 run                osmo-ms-mob/00010: Starting mobile
22:48:52.873615 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.884518 run                             mass: MS start registered  {at=277559.09283864, delay=0.004674062947742641, ms=00010}
22:48:53.456999 run                osmo-ms-mob/00011: Starting mobile
22:48:53.470340 run       osmo-ms-mob/00011(pid=146): Launched
22:48:53.481047 run                             mass: MS start registered  {at=277559.68936929, delay=0.004591464996337891, ms=00011}
22:48:54.034015 run                osmo-ms-mob/00012: Starting mobile
22:48:54.047334 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.053462 run                             mass: MS performed LU  {at=277560.261789622, lu_delay=6.163247455027886, ms=00004}
22:48:54.059621 run                             mass: MS start registered  {at=277560.267955038, delay=0.006183794001117349, ms=00012}
22:48:54.065576 run                             mass: MS performed LU  {at=277560.273905804, lu_delay=5.211320859962143, ms=00005}
22:48:54.661042 run                osmo-ms-mob/00013: Starting mobile
22:48:54.677793 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.688786 run                             mass: MS start registered  {at=277560.897107385, delay=0.0049058529548347, ms=00013}
22:48:55.230348 run                osmo-ms-mob/00014: Starting mobile
22:48:55.244001 run       osmo-ms-mob/00014(pid=149): Launched
22:48:55.255432 run                             mass: MS start registered  {at=277561.463752602, delay=0.005248402012512088, ms=00014}
22:48:55.842077 run                osmo-ms-mob/00015: Starting mobile
22:48:55.856142 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.867390 run                             mass: MS start registered  {at=277562.075710689, delay=0.004955337033607066, ms=00015}
22:48:55.896414 run                             mass: MS performed LU  {at=277562.104695317, lu_delay=6.10662338801194, ms=00006}
22:48:55.962061 run                             mass: MS performed LU  {at=277562.170273093, lu_delay=5.254861380963121, ms=00007}
22:48:56.266959 run                             mass: MS performed LU  {at=277562.475179005, lu_delay=4.806029592989944, ms=00008}
22:48:56.299912 run                osmo-ms-mob/00016: Starting mobile
22:48:56.314841 run       osmo-ms-mob/00016(pid=151): Launched
22:48:56.325952 run                             mass: MS start registered  {at=277562.534270492, delay=0.004831768979784101, ms=00016}
22:48:56.830472 run                osmo-ms-mob/00017: Starting mobile
22:48:56.844117 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.855426 run                             mass: MS start registered  {at=277563.063747835, delay=0.0052752060000784695, ms=00017}
22:48:57.464758 run                osmo-ms-mob/00018: Starting mobile
22:48:57.485556 run       osmo-ms-mob/00018(pid=153): Launched
22:48:57.496590 run                             mass: MS start registered  {at=277563.704910112, delay=0.00480252702254802, ms=00018}
22:48:57.798497 run                             mass: MS performed LU  {at=277564.006717205, lu_delay=4.913878565013874, ms=00010}
22:48:57.812897 run                osmo-ms-mob/00019: Starting mobile
22:48:57.826366 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.832557 run                             mass: MS performed LU  {at=277564.040887479, lu_delay=5.642412308952771, ms=00009}
22:48:57.838560 run                             mass: MS start registered  {at=277564.046895516, delay=0.006024300004355609, ms=00019}
22:48:58.353028 run                osmo-ms-mob/00020: Starting mobile
22:48:58.369262 run       osmo-ms-mob/00020(pid=155): Launched
22:48:58.380279 run                             mass: MS start registered  {at=277564.58860218, delay=0.004812541010323912, ms=00020}
22:48:58.830158 run                osmo-ms-mob/00021: Starting mobile
22:48:58.843374 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.854714 run                             mass: MS start registered  {at=277565.063034251, delay=0.005239279009401798, ms=00021}
22:48:59.243015 run                osmo-ms-mob/00022: Starting mobile
22:48:59.257498 run       osmo-ms-mob/00022(pid=157): Launched
22:48:59.268794 run                             mass: MS start registered  {at=277565.477112897, delay=0.004942508996464312, ms=00022}
22:48:59.662886 run                             mass: MS performed LU  {at=277565.871111013, lu_delay=5.6031559749972075, ms=00012}
22:48:59.704668 run                osmo-ms-mob/00023: Starting mobile
22:48:59.720472 run       osmo-ms-mob/00023(pid=158): Launched
22:48:59.726817 run                             mass: MS performed LU  {at=277565.935145553, lu_delay=5.038038168044295, ms=00013}
22:48:59.732806 run                             mass: MS start registered  {at=277565.941141053, delay=0.006011985009536147, ms=00023}
22:48:59.797360 run                             mass: MS performed LU  {at=277566.005582592, lu_delay=6.3162133019650355, ms=00011}
22:49:00.051226 run                             mass: MS performed LU  {at=277566.259448162, lu_delay=4.795695559994783, ms=00014}
22:49:00.067150 run                osmo-ms-mob/00024: Starting mobile
22:49:00.080437 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.091906 run                             mass: MS start registered  {at=277566.300223925, delay=0.005112462968099862, ms=00024}
22:49:00.628633 run                osmo-ms-mob/00025: Starting mobile
22:49:00.641786 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.653178 run                             mass: MS start registered  {at=277566.861495687, delay=0.0052706419955939054, ms=00025}
22:49:01.070073 run                osmo-ms-mob/00026: Starting mobile
22:49:01.086723 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.098479 run                             mass: MS start registered  {at=277567.306798467, delay=0.005398850014898926, ms=00026}
22:49:01.447890 run                osmo-ms-mob/00027: Starting mobile
22:49:01.464119 run       osmo-ms-mob/00027(pid=162): Launched
22:49:01.475414 run                             mass: MS start registered  {at=277567.683727742, delay=0.005046515027061105, ms=00027}
22:49:01.482200 run                             mass: MS performed LU  {at=277567.69053007, lu_delay=5.614819380978588, ms=00015}
22:49:01.564622 run                             mass: MS performed LU  {at=277567.772845697, lu_delay=5.238575205032248, ms=00016}
22:49:01.590599 run                             mass: MS performed LU  {at=277567.798912865, lu_delay=4.735165029997006, ms=00017}
22:49:01.602922 run                osmo-ms-mob/00028: Starting mobile
22:49:01.616054 run       osmo-ms-mob/00028(pid=163): Launched
22:49:01.627074 run                             mass: MS start registered  {at=277567.835398833, delay=0.0048583889729343355, ms=00028}
22:49:02.263148 run                osmo-ms-mob/00029: Starting mobile
22:49:02.280689 run       osmo-ms-mob/00029(pid=164): Launched
22:49:02.291756 run                             mass: MS start registered  {at=277568.500075755, delay=0.004875526006799191, ms=00029}
22:49:02.633326 run                osmo-ms-mob/00030: Starting mobile
22:49:02.646918 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.658344 run                             mass: MS start registered  {at=277568.866663286, delay=0.0050038929912261665, ms=00030}
22:49:03.053221 run                osmo-ms-mob/00031: Starting mobile
22:49:03.069635 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.080720 run                             mass: MS start registered  {at=277569.289037203, delay=0.004964528023265302, ms=00031}
22:49:03.329752 run                osmo-ms-mob/00032: Starting mobile
22:49:03.343393 run       osmo-ms-mob/00032(pid=167): Launched
22:49:03.354973 run                             mass: MS start registered  {at=277569.563285519, delay=0.005217695026658475, ms=00032}
22:49:03.429585 run                             mass: MS performed LU  {at=277569.637806644, lu_delay=5.5909111280343495, ms=00019}
22:49:03.494179 run                             mass: MS performed LU  {at=277569.702400502, lu_delay=5.9974903899710625, ms=00018}
22:49:03.563475 run                             mass: MS performed LU  {at=277569.771698394, lu_delay=5.183096213964745, ms=00020}
22:49:03.592577 run                osmo-ms-mob/00033: Starting mobile
22:49:03.605967 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.612250 run                             mass: MS performed LU  {at=277569.82057854, lu_delay=4.757544288993813, ms=00021}
22:49:03.618543 run                             mass: MS start registered  {at=277569.826876334, delay=0.006315102975349873, ms=00033}
22:49:04.168621 run                osmo-ms-mob/00034: Starting mobile
22:49:04.187896 run       osmo-ms-mob/00034(pid=169): Launched
22:49:04.200449 run                             mass: MS start registered  {at=277570.408769605, delay=0.006432076974306256, ms=00034}
22:49:04.430725 run                osmo-ms-mob/00035: Starting mobile
22:49:04.444245 run       osmo-ms-mob/00035(pid=170): Launched
22:49:04.455496 run                             mass: MS start registered  {at=277570.6638175, delay=0.005129190976731479, ms=00035}
22:49:04.860140 run                osmo-ms-mob/00036: Starting mobile
22:49:04.875294 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.886516 run                             mass: MS start registered  {at=277571.094827454, delay=0.005163885012734681, ms=00036}
22:49:05.255085 run                osmo-ms-mob/00037: Starting mobile
22:49:05.271383 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.277470 run                             mass: MS performed LU  {at=277571.48579676, lu_delay=6.0086838630377315, ms=00022}
22:49:05.283696 run                             mass: MS start registered  {at=277571.49202857, delay=0.006249960977584124, ms=00037}
22:49:05.330960 run                             mass: MS performed LU  {at=277571.539180185, lu_delay=4.6776844980195165, ms=00025}
22:49:05.353985 run                osmo-ms-mob/00038: Starting mobile
22:49:05.367298 run       osmo-ms-mob/00038(pid=173): Launched
22:49:05.378494 run                             mass: MS start registered  {at=277571.586816018, delay=0.005086647986900061, ms=00038}
22:49:05.853090 run                osmo-ms-mob/00039: Starting mobile
22:49:05.869210 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.880961 run                             mass: MS start registered  {at=277572.089280795, delay=0.005117054039146751, ms=00039}
22:49:06.231014 run                osmo-ms-mob/00040: Starting mobile
22:49:06.244591 run       osmo-ms-mob/00040(pid=175): Launched
22:49:06.257294 run                             mass: MS start registered  {at=277572.465602445, delay=0.006517014990095049, ms=00040}
22:49:06.530660 run                osmo-ms-mob/00041: Starting mobile
22:49:06.544225 run       osmo-ms-mob/00041(pid=176): Launched
22:49:06.555682 run                             mass: MS start registered  {at=277572.763989723, delay=0.005158790969289839, ms=00041}
22:49:06.852704 run                osmo-ms-mob/00042: Starting mobile
22:49:06.869397 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.880803 run                             mass: MS start registered  {at=277573.089122211, delay=0.005138952983543277, ms=00042}
22:49:07.195429 run                             mass: MS performed LU  {at=277573.403652868, lu_delay=4.90357711300021, ms=00029}
22:49:07.209903 run                osmo-ms-mob/00043: Starting mobile
22:49:07.223209 run       osmo-ms-mob/00043(pid=178): Launched
22:49:07.234417 run                             mass: MS start registered  {at=277573.44274108, delay=0.005087645025923848, ms=00043}
22:49:07.258193 run                             mass: MS performed LU  {at=277573.466499287, lu_delay=5.782771544996649, ms=00027}
22:49:07.329018 run                             mass: MS performed LU  {at=277573.537236299, lu_delay=6.230437832011376, ms=00026}
22:49:07.385406 run                osmo-ms-mob/00044: Starting mobile
22:49:07.400700 run       osmo-ms-mob/00044(pid=179): Launched
22:49:07.407163 run                             mass: MS performed LU  {at=277573.615490372, lu_delay=5.780091539025307, ms=00028}
22:49:07.413130 run                             mass: MS start registered  {at=277573.621465665, delay=0.0059937029727734625, ms=00044}
22:49:07.638944 run                             mass: MS performed LU  {at=277573.847162502, lu_delay=4.980499216006137, ms=00030}
22:49:07.683773 run                osmo-ms-mob/00045: Starting mobile
22:49:07.697960 run       osmo-ms-mob/00045(pid=180): Launched
22:49:07.709258 run                             mass: MS start registered  {at=277573.917572064, delay=0.0051668050000444055, ms=00045}
22:49:08.134850 run                osmo-ms-mob/00046: Starting mobile
22:49:08.148619 run       osmo-ms-mob/00046(pid=181): Launched
22:49:08.159975 run                             mass: MS start registered  {at=277574.36828921, delay=0.005046228994615376, ms=00046}
22:49:08.443337 run                osmo-ms-mob/00047: Starting mobile
22:49:08.457342 run       osmo-ms-mob/00047(pid=182): Launched
22:49:08.468685 run                             mass: MS start registered  {at=277574.677005737, delay=0.0050307169440202415, ms=00047}
22:49:08.730132 run                osmo-ms-mob/00048: Starting mobile
22:49:08.743258 run       osmo-ms-mob/00048(pid=183): Launched
22:49:08.754753 run                             mass: MS start registered  {at=277574.963074898, delay=0.005053438013419509, ms=00048}
22:49:09.012720 run                             mass: MS performed LU  {at=277575.220951439, lu_delay=5.9319142359890975, ms=00031}
22:49:09.041005 run                osmo-ms-mob/00049: Starting mobile
22:49:09.054404 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.066962 run                             mass: MS performed LU  {at=277575.27526322, lu_delay=5.44838688604068, ms=00033}
22:49:09.073750 run                             mass: MS start registered  {at=277575.28208006, delay=0.013171874976251274, ms=00049}
22:49:09.085862 run                             mass: MS performed LU  {at=277575.294162081, lu_delay=4.885392475989647, ms=00034}
22:49:09.097061 run                osmo-ms-mob/00050: Starting mobile
22:49:09.110385 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.121555 run                             mass: MS start registered  {at=277575.329878503, delay=0.0050965980044566095, ms=00050}
22:49:09.341195 run                             mass: MS performed LU  {at=277575.549411289, lu_delay=4.885593788989354, ms=00035}
22:49:09.739778 run                osmo-ms-mob/00051: Starting mobile
22:49:09.755612 run       osmo-ms-mob/00051(pid=186): Launched
22:49:09.768958 run                             mass: MS start registered  {at=277575.977274684, delay=0.007089385006111115, ms=00051}
22:49:10.019278 run                             mass: MS performed LU  {at=277576.22750456, lu_delay=6.664219041005708, ms=00032}
22:49:10.048835 run                osmo-ms-mob/00052: Starting mobile
22:49:10.062096 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.073885 run                             mass: MS start registered  {at=277576.28220411, delay=0.005191443022340536, ms=00052}
22:49:10.143419 run                             mass: MS performed LU  {at=277576.351655821, lu_delay=3.886053376016207, ms=00040}
22:49:10.344178 run                osmo-ms-mob/00053: Starting mobile
22:49:10.358220 run       osmo-ms-mob/00053(pid=188): Launched
22:49:10.369825 run                             mass: MS start registered  {at=277576.578142605, delay=0.005166563030797988, ms=00053}
22:49:10.383059 run                             mass: MS performed LU  {at=277576.591380793, lu_delay=3.8273910700227134, ms=00041}
22:49:10.631486 run                osmo-ms-mob/00054: Starting mobile
22:49:10.645139 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.657821 run                             mass: MS start registered  {at=277576.866138882, delay=0.005978287023026496, ms=00054}
22:49:10.859488 run                             mass: MS performed LU  {at=277577.067688208, lu_delay=4.978407413000241, ms=00039}
22:49:10.894106 run                osmo-ms-mob/00055: Starting mobile
22:49:10.907886 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.914406 run                             mass: MS performed LU  {at=277577.12273309, lu_delay=5.630704520037398, ms=00037}
22:49:10.920471 run                             mass: MS start registered  {at=277577.128805756, delay=0.006092727999202907, ms=00055}
22:49:10.931304 run                             mass: MS performed LU  {at=277577.139627309, lu_delay=6.044799854978919, ms=00036}
22:49:10.942538 run                osmo-ms-mob/00056: Starting mobile
22:49:10.956216 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.967620 run                             mass: MS start registered  {at=277577.175937693, delay=0.005010496010072529, ms=00056}
22:49:11.530100 run                osmo-ms-mob/00057: Starting mobile
22:49:11.543542 run       osmo-ms-mob/00057(pid=192): Launched
22:49:11.554778 run                             mass: MS start registered  {at=277577.763095537, delay=0.00521663500694558, ms=00057}
22:49:11.837282 run                             mass: MS performed LU  {at=277578.045503914, lu_delay=6.458687896025367, ms=00038}
22:49:11.867644 run                osmo-ms-mob/00058: Starting mobile
22:49:11.881207 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.894618 run                             mass: MS start registered  {at=277578.102933942, delay=0.007056807982735336, ms=00058}
22:49:12.240456 run                osmo-ms-mob/00059: Starting mobile
22:49:12.254376 run       osmo-ms-mob/00059(pid=194): Launched
22:49:12.266381 run                             mass: MS start registered  {at=277578.474700581, delay=0.005635970970615745, ms=00059}
22:49:12.544700 run                osmo-ms-mob/00060: Starting mobile
22:49:12.558600 run       osmo-ms-mob/00060(pid=195): Launched
22:49:12.570119 run                             mass: MS start registered  {at=277578.778439202, delay=0.0049089890089817345, ms=00060}
22:49:12.796471 run                             mass: MS performed LU  {at=277579.004698713, lu_delay=5.915576502040494, ms=00042}
22:49:12.834605 run                             mass: MS performed LU  {at=277579.042826001, lu_delay=5.600084920995869, ms=00043}
22:49:12.886368 run                osmo-ms-mob/00061: Starting mobile
22:49:12.901876 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.908053 run                             mass: MS performed LU  {at=277579.116383213, lu_delay=5.494917548028752, ms=00044}
22:49:12.914217 run                             mass: MS start registered  {at=277579.122552029, delay=0.006185217993333936, ms=00061}
22:49:13.088421 run                             mass: MS performed LU  {at=277579.296641011, lu_delay=5.3790689470479265, ms=00045}
22:49:13.103134 run                osmo-ms-mob/00062: Starting mobile
22:49:13.116362 run       osmo-ms-mob/00062(pid=197): Launched
22:49:13.122473 run                             mass: MS performed LU  {at=277579.330803811, lu_delay=4.96251460100757, ms=00046}
22:49:13.128591 run                             mass: MS start registered  {at=277579.33692526, delay=0.006137241027317941, ms=00062}
22:49:13.545356 run                osmo-ms-mob/00063: Starting mobile
22:49:13.559908 run       osmo-ms-mob/00063(pid=198): Launched
22:49:13.571503 run                             mass: MS start registered  {at=277579.779818418, delay=0.00525620102416724, ms=00063}
22:49:13.945004 run                osmo-ms-mob/00064: Starting mobile
22:49:13.959926 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.966371 run                             mass: MS performed LU  {at=277580.174697798, lu_delay=4.844819294987246, ms=00050}
22:49:13.972472 run                             mass: MS start registered  {at=277580.180799196, delay=0.006120308011304587, ms=00064}
22:49:14.103450 run                             mass: MS performed LU  {at=277580.311675206, lu_delay=3.7335326009779237, ms=00053}
22:49:14.348263 run                osmo-ms-mob/00065: Starting mobile
22:49:14.361797 run       osmo-ms-mob/00065(pid=200): Launched
22:49:14.372987 run                             mass: MS start registered  {at=277580.581306966, delay=0.004958203993737698, ms=00065}
22:49:14.666057 run                osmo-ms-mob/00066: Starting mobile
22:49:14.684365 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.690434 run                             mass: MS performed LU  {at=277580.898761779, lu_delay=4.92148709500907, ms=00051}
22:49:14.696498 run                             mass: MS performed LU  {at=277580.904832693, lu_delay=4.622628582990728, ms=00052}
22:49:14.702919 run                             mass: MS performed LU  {at=277580.911253243, lu_delay=6.234247506014071, ms=00047}
22:49:14.708762 run                             mass: MS start registered  {at=277580.917097303, delay=0.018353684048634022, ms=00066}
22:49:14.719770 run                osmo-ms-mob/00067: Starting mobile
22:49:14.733628 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.744967 run                             mass: MS start registered  {at=277580.953283695, delay=0.005143939983099699, ms=00067}
22:49:14.934376 run                             mass: MS performed LU  {at=277581.142597086, lu_delay=6.179522187972907, ms=00048}
22:49:15.372481 run                osmo-ms-mob/00068: Starting mobile
22:49:15.388296 run       osmo-ms-mob/00068(pid=203): Launched
22:49:15.399124 run                             mass: MS start registered  {at=277581.607445514, delay=0.004781150026246905, ms=00068}
22:49:15.713931 run                             mass: MS performed LU  {at=277581.922151413, lu_delay=6.640071353001986, ms=00049}
22:49:15.743777 run                osmo-ms-mob/00069: Starting mobile
22:49:15.756938 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.773137 run                             mass: MS start registered  {at=277581.981437878, delay=0.009515226003713906, ms=00069}
22:49:16.147554 run                osmo-ms-mob/00070: Starting mobile
22:49:16.161836 run       osmo-ms-mob/00070(pid=205): Launched
22:49:16.178574 run                             mass: MS start registered  {at=277582.386890758, delay=0.010386838985141367, ms=00070}
22:49:16.530531 run                osmo-ms-mob/00071: Starting mobile
22:49:16.544066 run       osmo-ms-mob/00071(pid=206): Launched
22:49:16.555239 run                             mass: MS start registered  {at=277582.763561846, delay=0.005096787994261831, ms=00071}
22:49:16.562899 run                             mass: MS performed LU  {at=277582.771211307, lu_delay=5.008115769946016, ms=00057}
22:49:16.599762 run                             mass: MS performed LU  {at=277582.807991831, lu_delay=5.941852948977612, ms=00054}
22:49:16.627239 run                             mass: MS performed LU  {at=277582.835516824, lu_delay=4.732582881988492, ms=00058}
22:49:16.644650 run                osmo-ms-mob/00072: Starting mobile
22:49:16.658020 run       osmo-ms-mob/00072(pid=207): Launched
22:49:16.668953 run                             mass: MS start registered  {at=277582.877269266, delay=0.004807656980119646, ms=00072}
22:49:16.872763 run                             mass: MS performed LU  {at=277583.080982531, lu_delay=5.952176775026601, ms=00055}
22:49:17.343927 run                osmo-ms-mob/00073: Starting mobile
22:49:17.357712 run       osmo-ms-mob/00073(pid=208): Launched
22:49:17.369056 run                             mass: MS start registered  {at=277583.577377037, delay=0.005015237024053931, ms=00073}
22:49:17.703902 run                             mass: MS performed LU  {at=277583.912116683, lu_delay=5.133677480975166, ms=00060}
22:49:17.734406 run                osmo-ms-mob/00074: Starting mobile
22:49:17.748028 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.760406 run                             mass: MS start registered  {at=277583.968714155, delay=0.006184056052006781, ms=00074}
22:49:18.159864 run                osmo-ms-mob/00075: Starting mobile
22:49:18.176214 run       osmo-ms-mob/00075(pid=210): Launched
22:49:18.187782 run                             mass: MS start registered  {at=277584.396102534, delay=0.005090682010632008, ms=00075}
22:49:18.390949 run                             mass: MS performed LU  {at=277584.599165586, lu_delay=6.124465005006641, ms=00059}
22:49:18.416599 run                             mass: MS performed LU  {at=277584.62492943, lu_delay=5.2880041699972935, ms=00062}
22:49:18.557116 run                             mass: MS performed LU  {at=277584.765339303, lu_delay=4.584540106996428, ms=00064}
22:49:18.587976 run                osmo-ms-mob/00076: Starting mobile
22:49:18.602981 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.614272 run                             mass: MS start registered  {at=277584.822591417, delay=0.005175783997401595, ms=00076}
22:49:18.662499 run                             mass: MS performed LU  {at=277584.870755676, lu_delay=5.748203647031914, ms=00061}
22:49:18.701361 run                             mass: MS performed LU  {at=277584.909592546, lu_delay=5.12977412797045, ms=00063}
22:49:19.061626 run                osmo-ms-mob/00077: Starting mobile
22:49:19.079547 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.090864 run                             mass: MS start registered  {at=277585.299184159, delay=0.005075281020253897, ms=00077}
22:49:19.542098 run                osmo-ms-mob/00078: Starting mobile
22:49:19.556717 run       osmo-ms-mob/00078(pid=213): Launched
22:49:19.568231 run                             mass: MS start registered  {at=277585.776549839, delay=0.0052544259815476835, ms=00078}
22:49:19.953508 run                osmo-ms-mob/00079: Starting mobile
22:49:19.969571 run       osmo-ms-mob/00079(pid=214): Launched
22:49:19.980707 run                             mass: MS start registered  {at=277586.189029273, delay=0.004968193999957293, ms=00079}
22:49:20.330273 run                             mass: MS performed LU  {at=277586.538470865, lu_delay=5.585187170014251, ms=00067}
22:49:20.376399 run                osmo-ms-mob/00080: Starting mobile
22:49:20.390349 run       osmo-ms-mob/00080(pid=215): Launched
22:49:20.396703 run                             mass: MS performed LU  {at=277586.605030871, lu_delay=6.023723904974759, ms=00065}
22:49:20.402946 run                             mass: MS start registered  {at=277586.61127927, delay=0.006264916970394552, ms=00080}
22:49:20.420415 run                             mass: MS performed LU  {at=277586.628738567, lu_delay=5.7116412639734335, ms=00066}
22:49:20.601606 run                             mass: MS performed LU  {at=277586.80982629, lu_delay=5.202380775997881, ms=00068}
22:49:20.638409 run                             mass: MS performed LU  {at=277586.846654104, lu_delay=4.86521622602595, ms=00069}
22:49:20.663296 run                osmo-ms-mob/00081: Starting mobile
22:49:20.676498 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.687542 run                             mass: MS start registered  {at=277586.895865486, delay=0.0049201230285689235, ms=00081}
22:49:21.339220 run                osmo-ms-mob/00082: Starting mobile
22:49:21.353130 run       osmo-ms-mob/00082(pid=217): Launched
22:49:21.364927 run                             mass: MS start registered  {at=277587.573236647, delay=0.005609053012449294, ms=00082}
22:49:21.681210 run                             mass: MS performed LU  {at=277587.889429877, lu_delay=3.9207157219643705, ms=00074}
22:49:21.966875 run                osmo-ms-mob/00083: Starting mobile
22:49:21.987067 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.998505 run                             mass: MS start registered  {at=277588.20682182, delay=0.005013970017898828, ms=00083}
22:49:22.258542 run                             mass: MS performed LU  {at=277588.466745117, lu_delay=6.0798543589771725, ms=00070}
22:49:22.322486 run                             mass: MS performed LU  {at=277588.5307244, lu_delay=4.953347362985369, ms=00073}
22:49:22.348934 run                osmo-ms-mob/00084: Starting mobile
22:49:22.362128 run       osmo-ms-mob/00084(pid=219): Launched
22:49:22.373141 run                             mass: MS start registered  {at=277588.581461819, delay=0.004656083008740097, ms=00084}
22:49:22.390963 run                             mass: MS performed LU  {at=277588.599284782, lu_delay=5.722015516017564, ms=00072}
22:49:22.409863 run                             mass: MS performed LU  {at=277588.618172505, lu_delay=5.854610659007449, ms=00071}
22:49:22.428009 run                             mass: MS performed LU  {at=277588.636310322, lu_delay=22.336086397001054, ms=00024}
22:49:22.466532 run                             mass: MS performed LU  {at=277588.674763119, lu_delay=22.733622066036332, ms=00023}
22:49:22.486427 run                osmo-ms-mob/00085: Starting mobile
22:49:22.500192 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.511449 run                             mass: MS start registered  {at=277588.719770876, delay=0.004711313988082111, ms=00085}
22:49:23.544976 run                osmo-ms-mob/00086: Starting mobile
22:49:23.558968 run       osmo-ms-mob/00086(pid=221): Launched
22:49:23.570776 run                             mass: MS start registered  {at=277589.779094876, delay=0.005380115006119013, ms=00086}
22:49:24.095514 run                             mass: MS performed LU  {at=277590.303627445, lu_delay=5.004443285986781, ms=00077}
22:49:24.135955 run                osmo-ms-mob/00087: Starting mobile
22:49:24.151298 run       osmo-ms-mob/00087(pid=222): Launched
22:49:24.158633 run                             mass: MS performed LU  {at=277590.366952414, lu_delay=5.544360996980686, ms=00076}
22:49:24.164642 run                             mass: MS start registered  {at=277590.372976949, delay=0.0071189209702424705, ms=00087}
22:49:24.185710 run                             mass: MS performed LU  {at=277590.394030535, lu_delay=5.997928000986576, ms=00075}
22:49:24.366672 run                             mass: MS performed LU  {at=277590.574891197, lu_delay=4.798341357964091, ms=00078}
22:49:24.762137 run                osmo-ms-mob/00088: Starting mobile
22:49:24.780029 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.790866 run                             mass: MS start registered  {at=277590.999187684, delay=0.004756658978294581, ms=00088}
22:49:25.344050 run                osmo-ms-mob/00089: Starting mobile
22:49:25.358122 run       osmo-ms-mob/00089(pid=224): Launched
22:49:25.369012 run                             mass: MS start registered  {at=277591.577333481, delay=0.004520637972746044, ms=00089}
22:49:25.929949 run                osmo-ms-mob/00090: Starting mobile
22:49:25.943847 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.955024 run                             mass: MS start registered  {at=277592.163344759, delay=0.004727984021883458, ms=00090}
22:49:26.024282 run                             mass: MS performed LU  {at=277592.232512839, lu_delay=6.043483566027135, ms=00079}
22:49:26.088440 run                             mass: MS performed LU  {at=277592.296660214, lu_delay=5.6853809440508485, ms=00080}
22:49:26.158541 run                             mass: MS performed LU  {at=277592.366763416, lu_delay=4.7935267689754255, ms=00082}
22:49:26.182374 run                             mass: MS performed LU  {at=277592.390704547, lu_delay=5.4948390609933995, ms=00081}
22:49:26.662256 run                osmo-ms-mob/00091: Starting mobile
22:49:26.679365 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.691428 run                             mass: MS start registered  {at=277592.899744015, delay=0.005614123016130179, ms=00091}
22:49:27.329818 run                osmo-ms-mob/00092: Starting mobile
22:49:27.343497 run       osmo-ms-mob/00092(pid=227): Launched
22:49:27.354948 run                             mass: MS start registered  {at=277593.563263554, delay=0.005243447027169168, ms=00092}
22:49:27.841726 run                             mass: MS performed LU  {at=277594.049949812, lu_delay=5.843127992004156, ms=00083}
22:49:27.925224 run                             mass: MS performed LU  {at=277594.133451716, lu_delay=5.551989896979649, ms=00084}
22:49:27.952663 run                             mass: MS performed LU  {at=277594.160949986, lu_delay=5.441179110028315, ms=00085}
22:49:27.990047 run                osmo-ms-mob/00093: Starting mobile
22:49:28.004907 run       osmo-ms-mob/00093(pid=228): Launched
22:49:28.015961 run                             mass: MS start registered  {at=277594.224282527, delay=0.004964375984854996, ms=00093}
22:49:29.044154 run                osmo-ms-mob/00094: Starting mobile
22:49:29.058520 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.069859 run                             mass: MS start registered  {at=277595.278178846, delay=0.005117942986544222, ms=00094}
22:49:29.789687 run                             mass: MS performed LU  {at=277595.997851707, lu_delay=6.2187568309600465, ms=00086}
22:49:29.854814 run                             mass: MS performed LU  {at=277596.063035692, lu_delay=5.063848007994238, ms=00088}
22:49:29.906497 run                osmo-ms-mob/00095: Starting mobile
22:49:29.921936 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.933706 run                             mass: MS start registered  {at=277596.142016349, delay=0.004990307032130659, ms=00095}
22:49:30.177100 run                             mass: MS performed LU  {at=277596.385321575, lu_delay=4.807988093991298, ms=00089}
22:49:30.929490 run                osmo-ms-mob/00096: Starting mobile
22:49:30.942942 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.954147 run                             mass: MS start registered  {at=277597.162468778, delay=0.00501373503357172, ms=00096}
22:49:31.691419 run                             mass: MS performed LU  {at=277597.899639931, lu_delay=4.999895915971138, ms=00091}
22:49:31.718932 run                             mass: MS performed LU  {at=277597.927178547, lu_delay=5.763833787990734, ms=00090}
22:49:32.029710 run                osmo-ms-mob/00097: Starting mobile
22:49:32.042709 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.054119 run                             mass: MS start registered  {at=277598.262429237, delay=0.005277079006191343, ms=00097}
22:49:33.364683 run                osmo-ms-mob/00098: Starting mobile
22:49:33.390213 run       osmo-ms-mob/00098(pid=233): Launched
22:49:33.401391 run                             mass: MS start registered  {at=277599.60971155, delay=0.005049178027547896, ms=00098}
22:49:33.555070 run                             mass: MS performed LU  {at=277599.76312284, lu_delay=6.199859286018182, ms=00092}
22:49:33.620470 run                             mass: MS performed LU  {at=277599.828691167, lu_delay=5.604408640007023, ms=00093}
22:49:33.707990 run                             mass: MS performed LU  {at=277599.91621366, lu_delay=22.740275966993067, ms=00056}
22:49:33.961932 run                             mass: MS performed LU  {at=277600.170152776, lu_delay=4.891973930003587, ms=00094}
22:49:35.133878 run                osmo-ms-mob/00099: Starting mobile
22:49:35.147442 run       osmo-ms-mob/00099(pid=234): Launched
22:49:35.153555 run                             mass: All started... {duration=55.73347375396406, too_slow=0}
22:49:35.159650 run                             mass: MS start registered  {at=277601.367978004, delay=0.0060889520100317895, ms=00099}
22:49:35.456521 run                             mass: MS performed LU  {at=277601.664739329, lu_delay=5.522722980007529, ms=00095}
22:49:35.954983 run                             mass: MS performed LU  {at=277602.16320352, lu_delay=5.000734741974156, ms=00096}
22:49:37.322005 run                             mass: MS performed LU  {at=277603.530181985, lu_delay=5.26775274798274, ms=00097}
22:49:39.223141 run                             mass: MS performed LU  {at=277605.43136139, lu_delay=5.821649839985184, ms=00098}
22:49:41.087889 run                             mass: MS performed LU  {at=277607.296105157, lu_delay=5.9281271530198865, ms=00099}
22:49:46.971161 run                             mass: MS performed LU  {at=277613.17937513, lu_delay=22.8063981810119, ms=00087}
22:49:46.980306 run                             mass: Tests done {all_completed=True, max=22.8063981810119, min=3.7335326009779237}
22:49:46.985768 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:46.991171 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.994469 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.997730 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.001007 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.004286 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.007585 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.010908 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.014265 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.017601 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.020906 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.024211 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.027520 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.030833 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.034139 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.037467 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.041341 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.044807 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.048240 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.051676 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.054994 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.058291 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.061638 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.064991 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.068377 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.071668 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.074991 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.078875 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.082199 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.085553 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.089295 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.092835 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.096157 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.100060 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.103354 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.106747 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.110040 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.113443 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.116924 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.120248 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.123549 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.126829 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.130123 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.133694 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.136995 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.140321 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.143592 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.146919 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.150219 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.153588 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.156897 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.160362 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.163647 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.166950 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.170362 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.173782 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.177197 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.180830 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.184200 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.187530 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.190866 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.194158 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.197945 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.201330 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.204689 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.209594 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.213126 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.216660 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.220165 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.223719 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.227193 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.230675 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.234176 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.237662 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.241181 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.244628 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.248146 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.251592 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.255026 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.258494 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.261967 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.265421 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.268877 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.272338 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.275761 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.279120 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.282482 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.285831 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.289275 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.292653 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.296057 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.299422 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.302815 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.306206 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.309619 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.313028 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.316442 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.320346 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.323743 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.327045 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.330469 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.333821 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.337265 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.340696 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.344130 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.347568 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.350974 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.354417 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.357853 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.361265 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.364871 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.368470 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.372433 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.375837 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.379268 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.383286 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.386603 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.389918 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.393205 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.396507 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.399810 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.403090 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.406334 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.409557 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.412779 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.415998 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.419205 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.422428 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.425666 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.428897 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.432127 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.435344 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.438576 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.441798 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.445025 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.448244 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.451461 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.454688 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.457905 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.461145 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.464377 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.467591 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.470828 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.474060 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.477267 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.480504 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.483724 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.486956 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.490188 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.493409 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.496647 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.499862 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.503077 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.506306 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.509518 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.512745 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.515972 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.519202 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.522427 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.525635 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.528849 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.532070 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.535270 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.538477 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.541697 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.544906 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.548115 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.551331 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.554539 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.557775 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.561015 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.564246 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.567449 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.570684 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.573908 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.577127 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.580334 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.583533 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.586740 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.589971 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.593193 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.596407 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.599604 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.602839 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.606062 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.609293 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.612510 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.615730 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.618932 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.622159 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.625386 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.628612 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.631844 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.635064 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.638280 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.641502 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.644714 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.647954 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.651152 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.654374 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.657571 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.660782 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.663994 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.667203 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.670415 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.673636 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.676854 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.680071 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.683279 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.686534 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.689749 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.692987 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.696205 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.699423 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.702658 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.704121 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.707680 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.709135 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.712677 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.714131 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.717742 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.719196 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.722781 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.724243 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.727849 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.729316 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.732917 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.734372 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.737965 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.739420 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.743045 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.744517 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.748144 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.749609 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.753218 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.754681 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.758311 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.759813 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.763434 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.764915 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.768516 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.769974 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.773594 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.775062 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.778674 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.780142 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.783758 ---      ParallelTerminationStrategy: PID 39 died...
22:49:47.785219 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.788821 ---      ParallelTerminationStrategy: PID 40 died...
22:49:47.790295 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.793905 ---      ParallelTerminationStrategy: PID 41 died...
22:49:47.795375 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.798975 ---      ParallelTerminationStrategy: PID 42 died...
22:49:47.800460 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.804046 ---      ParallelTerminationStrategy: PID 43 died...
22:49:47.805499 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.809070 ---      ParallelTerminationStrategy: PID 44 died...
22:49:47.810518 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.814100 ---      ParallelTerminationStrategy: PID 45 died...
22:49:47.815553 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.819131 ---      ParallelTerminationStrategy: PID 46 died...
22:49:47.820588 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.824181 ---      ParallelTerminationStrategy: PID 47 died...
22:49:47.825619 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.829223 ---      ParallelTerminationStrategy: PID 48 died...
22:49:47.830667 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.834273 ---      ParallelTerminationStrategy: PID 49 died...
22:49:47.835731 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.839307 ---      ParallelTerminationStrategy: PID 50 died...
22:49:47.840773 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.844357 ---      ParallelTerminationStrategy: PID 51 died...
22:49:47.845809 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.849411 ---      ParallelTerminationStrategy: PID 52 died...
22:49:47.850864 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.854466 ---      ParallelTerminationStrategy: PID 53 died...
22:49:47.855930 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.859517 ---      ParallelTerminationStrategy: PID 54 died...
22:49:47.860987 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.864581 ---      ParallelTerminationStrategy: PID 55 died...
22:49:47.866048 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.869621 ---      ParallelTerminationStrategy: PID 56 died...
22:49:47.871084 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.874677 ---      ParallelTerminationStrategy: PID 57 died...
22:49:47.876138 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.879736 ---      ParallelTerminationStrategy: PID 58 died...
22:49:47.881200 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.884777 ---      ParallelTerminationStrategy: PID 59 died...
22:49:47.886228 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.889808 ---      ParallelTerminationStrategy: PID 60 died...
22:49:47.891268 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.894852 ---      ParallelTerminationStrategy: PID 61 died...
22:49:47.896330 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.899919 ---      ParallelTerminationStrategy: PID 62 died...
22:49:47.901367 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.904967 ---      ParallelTerminationStrategy: PID 63 died...
22:49:47.906428 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.910012 ---      ParallelTerminationStrategy: PID 64 died...
22:49:47.911461 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.915059 ---      ParallelTerminationStrategy: PID 65 died...
22:49:47.916522 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.920109 ---      ParallelTerminationStrategy: PID 66 died...
22:49:47.921561 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.925159 ---      ParallelTerminationStrategy: PID 67 died...
22:49:47.926622 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.930212 ---      ParallelTerminationStrategy: PID 68 died...
22:49:47.931663 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.935241 ---      ParallelTerminationStrategy: PID 69 died...
22:49:47.936717 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.940307 ---      ParallelTerminationStrategy: PID 70 died...
22:49:47.941770 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.945336 ---      ParallelTerminationStrategy: PID 71 died...
22:49:47.946793 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.950382 ---      ParallelTerminationStrategy: PID 72 died...
22:49:47.951857 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.955444 ---      ParallelTerminationStrategy: PID 73 died...
22:49:47.956909 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.960526 ---      ParallelTerminationStrategy: PID 74 died...
22:49:47.961984 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.965594 ---      ParallelTerminationStrategy: PID 75 died...
22:49:47.967050 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.970637 ---      ParallelTerminationStrategy: PID 76 died...
22:49:47.972130 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.975723 ---      ParallelTerminationStrategy: PID 77 died...
22:49:47.977189 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.980777 ---      ParallelTerminationStrategy: PID 78 died...
22:49:47.982230 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.985814 ---      ParallelTerminationStrategy: PID 79 died...
22:49:47.987267 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.990871 ---      ParallelTerminationStrategy: PID 80 died...
22:49:47.992332 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.995921 ---      ParallelTerminationStrategy: PID 81 died...
22:49:47.997368 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.000951 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.002412 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.006017 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.007477 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.011056 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.012535 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.016129 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.017594 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.021189 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.022645 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.026228 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.027684 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.031276 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.032731 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.036344 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.037811 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.041417 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.042869 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.046480 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.047945 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.051529 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.053008 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.056604 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.058076 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.061700 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.063165 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.066837 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.068351 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.072022 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.073508 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.077170 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.078666 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.082311 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.083811 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.087460 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.088947 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.092620 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.094106 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.097763 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.099240 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.102892 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.104378 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.108025 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.109519 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.113181 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.114655 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.118317 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.119810 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.123459 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.124945 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.128600 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.130081 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.133755 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.135230 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.138883 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.140383 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.144039 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.145519 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.149155 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.150645 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.154286 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.155787 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.159438 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.160938 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.164594 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.166076 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.169735 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.171219 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.174896 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.176384 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.180057 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.181538 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.185189 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.186669 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.190330 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.191815 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.195475 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.196982 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.200638 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.202111 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.205791 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.207272 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.210928 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.212429 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.216079 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.217569 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.221264 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.222750 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.226423 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.227944 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.231605 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.233096 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.236751 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.238230 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.241892 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.243380 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.247055 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.248551 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.252200 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.253683 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.257340 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.258818 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.262484 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.263979 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.267635 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.269126 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.272761 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.274244 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.277956 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.279443 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.283137 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.284629 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.288313 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.289804 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.293491 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.294974 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.298661 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.300159 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.303844 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.305322 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.309020 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.310503 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.314207 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.315701 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.319352 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.320837 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.324518 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.325996 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.329684 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.331165 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.334847 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.336344 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.340008 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.341481 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.345170 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.346660 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.350340 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.351850 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.355519 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.357003 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.360680 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.362153 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.365820 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.367310 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.370994 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.372485 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.376146 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.377626 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.381288 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.382749 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.386365 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.387828 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.391422 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.392909 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.396515 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.397967 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.401566 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.403017 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.406633 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.408098 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.411701 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.413169 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.416778 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.418238 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.421838 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.423283 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.426904 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.428387 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.432001 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.433457 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.437064 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.438540 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.442144 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.443593 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.447212 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.448681 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.452292 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.453752 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.457342 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.458804 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.462403 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.463883 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.467473 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.468936 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.472553 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.474018 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.477627 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.479092 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.482690 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.484161 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.487785 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.489253 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.492864 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.494323 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.497950 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.499412 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.503012 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.504531 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.508267 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.509780 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.513510 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.515020 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.518757 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.520261 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.523975 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.525447 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.529078 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.530529 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.534145 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.535604 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.539249 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.540757 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.544462 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.545913 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.549538 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.551001 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.554606 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.556085 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.559718 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.561176 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.564778 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.566237 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.569883 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.571365 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.575046 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.576520 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.580200 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.581700 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.585384 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.586876 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.590579 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.592095 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.595786 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.597281 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.600969 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.602447 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.606123 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.607602 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.611281 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.612778 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.616482 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.617956 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.621643 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.623127 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.626795 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.628291 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.631989 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.633477 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.637158 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.638637 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.642321 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.643809 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.647502 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.649016 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.652694 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.654178 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.657852 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.659334 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.663026 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.664528 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.668217 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.669702 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.673395 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.674879 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.678558 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.680048 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.683721 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.685209 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.688896 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.690381 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.694062 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.695558 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.699264 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.700758 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.704463 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.705940 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.709639 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.711131 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.714836 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.716331 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.720015 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.721497 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.725197 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.726670 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.730362 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.731855 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.735536 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.737022 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.740704 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.742199 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.745892 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.747381 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.751067 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.752557 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.756248 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.757736 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.761442 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.762926 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.766634 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.768138 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.771815 ---      ParallelTerminationStrategy: PID 232 died...
22:49:48.773307 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.776990 ---      ParallelTerminationStrategy: PID 233 died...
22:49:48.778478 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.782175 ---      ParallelTerminationStrategy: PID 234 died...
22:49:48.783676 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.188123 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.194349 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8226 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.271643 tst                       trial-8226: Storing JUnit report in /build/trial-8226/run.2026-01-29_22-48-19/trial-8226.xml

--------------------------------------------------------------------------------------------
trial-8226 PASS
--------------------------------------------------------------------------------------------
22:49:52.282964 tst                       trial-8226: trial-8226: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8226/inst
+ cd trial-8226
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-29 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8226-run.tgz run.2026-01-29_22-48-19
+ tar czf /build/trial-8226-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-29_13_27_20.tgz osmo-bts-oc2g.build-2026-01-29_00_51_25.tgz osmo-bts-sysmo.build-2026-01-29_00_51_23.tgz osmo-bts.build-2026-01-29_00_51_27.tgz osmo-ggsn.build-2026-01-29_20_42_39.tgz osmo-hlr.build-2026-01-29_16_36_49.tgz osmo-hnbgw.build-2026-01-29_13_31_12.tgz osmo-mgw.build-2026-01-29_08_33_09.tgz osmo-msc.build-2026-01-29_13_35_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-29_07_34_58.tgz osmo-pcu-sysmo.build-2026-01-29_07_35_00.tgz osmo-pcu.build-2026-01-29_07_35_07.tgz osmo-sgsn.build-2026-01-29_20_48_16.tgz osmo-stp.build-2026-01-29_13_26_02.tgz osmo-trx.build-2026-01-29_14_21_32.tgz osmocom-bb.build-2026-01-29_21_17_35.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