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 7938
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7251025090134949701.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-8376
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
2e9b710 debian-trixie-build: add tshark
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s

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

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

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

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

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

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

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

#13 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#13 CACHED

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

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

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

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

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

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

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

#21 [20/28] WORKDIR	/TMP
#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 [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
#23 CACHED

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:609a07669fa06e31dfa1f89728ca95a612519f4abcf57616c5afac4ee279677c done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8377 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-29 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8377
+ mkdir -p trial-8377
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-29_13_26_47.tgz osmo-bts-oc2g.build-2026-06-29_00_51_54.tgz osmo-bts-sysmo.build-2026-06-29_00_52_00.tgz osmo-bts.build-2026-06-29_00_52_06.tgz osmo-ggsn.build-2026-06-29_20_42_50.tgz osmo-hlr.build-2026-06-29_16_36_53.tgz osmo-hnbgw.build-2026-06-29_13_30_52.tgz osmo-mgw.build-2026-06-29_08_33_08.tgz osmo-msc.build-2026-06-29_13_35_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-29_07_34_39.tgz osmo-pcu-sysmo.build-2026-06-29_07_34_41.tgz osmo-pcu.build-2026-06-29_07_34_48.tgz osmo-sgsn.build-2026-06-29_20_48_25.tgz osmo-stp.build-2026-06-29_13_25_33.tgz osmo-trx.build-2026-06-29_14_22_14.tgz osmocom-bb.build-2026-06-29_21_18_03.tgz srslte.build-19.tgz trial-8377
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-29_13_26_47.md5 osmo-bts-oc2g.build-2026-06-29_00_51_54.md5 osmo-bts-sysmo.build-2026-06-29_00_52_00.md5 osmo-bts.build-2026-06-29_00_52_06.md5 osmo-ggsn.build-2026-06-29_20_42_50.md5 osmo-hlr.build-2026-06-29_16_36_53.md5 osmo-hnbgw.build-2026-06-29_13_30_52.md5 osmo-mgw.build-2026-06-29_08_33_08.md5 osmo-msc.build-2026-06-29_13_35_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-29_07_34_39.md5 osmo-pcu-sysmo.build-2026-06-29_07_34_41.md5 osmo-pcu.build-2026-06-29_07_34_48.md5 osmo-sgsn.build-2026-06-29_20_48_25.md5 osmo-stp.build-2026-06-29_13_25_33.md5 osmo-trx.build-2026-06-29_14_22_14.md5 osmocom-bb.build-2026-06-29_21_18_03.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-29_13_26_47.md5 osmo-bts-oc2g.build-2026-06-29_00_51_54.md5 osmo-bts-sysmo.build-2026-06-29_00_52_00.md5 osmo-bts.build-2026-06-29_00_52_06.md5 osmo-ggsn.build-2026-06-29_20_42_50.md5 osmo-hlr.build-2026-06-29_16_36_53.md5 osmo-hnbgw.build-2026-06-29_13_30_52.md5 osmo-mgw.build-2026-06-29_08_33_08.md5 osmo-msc.build-2026-06-29_13_35_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-29_07_34_39.md5 osmo-pcu-sysmo.build-2026-06-29_07_34_41.md5 osmo-pcu.build-2026-06-29_07_34_48.md5 osmo-sgsn.build-2026-06-29_20_48_25.md5 osmo-stp.build-2026-06-29_13_25_33.md5 osmo-trx.build-2026-06-29_14_22_14.md5 osmocom-bb.build-2026-06-29_21_18_03.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-8377 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8377'
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-8377
--------------------------------------------------------------------------------------------
22:48:16.339244 tst                       trial-8377: Detailed log at /build/trial-8377/run.2026-06-29_22-48-16/log

---------------------------------------------------------------------
trial-8377 netreg_mass
---------------------------------------------------------------------
22:48:16.546107 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.546479 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.547282 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.548472 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.590728 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.591611 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.592805 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.655690 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-8377 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.656436 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.671390 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.671887 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.672328 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.672759 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.673187 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.673648 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.674079 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.704930 tst         register_default_mass.py: using LAC 2
22:48:16.727318 tst         register_default_mass.py: using RAC 2
22:48:16.754298 tst         register_default_mass.py: using CellId 2
22:48:16.784162 tst         register_default_mass.py: using BVCI 3
22:48:16.798122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.798822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.799410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.799933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.800951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.801945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.802989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.803978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.804485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.804999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.805515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.806563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.807611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.808125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.808633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.809680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.810712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.811231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.811743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.812786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.813817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.814870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.815402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.815928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.816964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.817993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.818514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.819532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.820568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.821072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.821574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.822608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.823628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.824140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.824644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.825664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.826689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.827206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.827713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.828234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.828742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.829255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.829773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.830341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.830884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.831921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.832429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.832962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.833483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.833988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.834543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.835062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.835647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.836677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.837192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.837702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.838721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.839234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.839740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.840763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.841262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.841758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.842267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.842770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.843267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.843768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.844280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.844782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.845802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.846321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.846823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.847348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.847862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.848369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.848887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.849404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.849909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.850491 tst      register_default_mass.py:21: Launching a simple network
22:48:16.860434 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.979191 run            create_hlr_db(pid=20): Launched
22:48:17.993711 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.009439 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.024105 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.029687 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.223815 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.238615 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.244087 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.666054 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.680815 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.695581 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.810105 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.824701 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.830230 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.865756 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.880249 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.885806 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.201364 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.216225 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.242925 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.417791 run         osmo-bts-virtual(pid=34): Launched
22:48:29.453321 tst         register_default_mass.py: using MSISDN 1001
22:48:29.467886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.507222 tst         register_default_mass.py: using MSISDN 1002
22:48:29.524850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.555616 tst         register_default_mass.py: using MSISDN 1003
22:48:29.570422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.601312 tst         register_default_mass.py: using MSISDN 1004
22:48:29.615842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.646111 tst         register_default_mass.py: using MSISDN 1005
22:48:29.660461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.691206 tst         register_default_mass.py: using MSISDN 1006
22:48:29.705778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.736478 tst         register_default_mass.py: using MSISDN 1007
22:48:29.750993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.782036 tst         register_default_mass.py: using MSISDN 1008
22:48:29.796719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.827342 tst         register_default_mass.py: using MSISDN 1009
22:48:29.841836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.872228 tst         register_default_mass.py: using MSISDN 1010
22:48:29.886567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.917219 tst         register_default_mass.py: using MSISDN 1011
22:48:29.931809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.962576 tst         register_default_mass.py: using MSISDN 1012
22:48:29.977127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.007681 tst         register_default_mass.py: using MSISDN 1013
22:48:30.022185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.052816 tst         register_default_mass.py: using MSISDN 1014
22:48:30.067320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.098080 tst         register_default_mass.py: using MSISDN 1015
22:48:30.112766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.143525 tst         register_default_mass.py: using MSISDN 1016
22:48:30.158127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.188570 tst         register_default_mass.py: using MSISDN 1017
22:48:30.202975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.233363 tst         register_default_mass.py: using MSISDN 1018
22:48:30.247738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.278442 tst         register_default_mass.py: using MSISDN 1019
22:48:30.292941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.323194 tst         register_default_mass.py: using MSISDN 1020
22:48:30.337434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.368121 tst         register_default_mass.py: using MSISDN 1021
22:48:30.382678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.413178 tst         register_default_mass.py: using MSISDN 1022
22:48:30.427717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.467043 tst         register_default_mass.py: using MSISDN 1023
22:48:30.484845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.515153 tst         register_default_mass.py: using MSISDN 1024
22:48:30.529761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.559806 tst         register_default_mass.py: using MSISDN 1025
22:48:30.574020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.604944 tst         register_default_mass.py: using MSISDN 1026
22:48:30.619661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.650623 tst         register_default_mass.py: using MSISDN 1027
22:48:30.665249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.695888 tst         register_default_mass.py: using MSISDN 1028
22:48:30.710311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.740767 tst         register_default_mass.py: using MSISDN 1029
22:48:30.755170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.785950 tst         register_default_mass.py: using MSISDN 1030
22:48:30.800451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.831026 tst         register_default_mass.py: using MSISDN 1031
22:48:30.845362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.875935 tst         register_default_mass.py: using MSISDN 1032
22:48:30.890372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.921252 tst         register_default_mass.py: using MSISDN 1033
22:48:30.935993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.966461 tst         register_default_mass.py: using MSISDN 1034
22:48:30.980856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.011510 tst         register_default_mass.py: using MSISDN 1035
22:48:31.025948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.056710 tst         register_default_mass.py: using MSISDN 1036
22:48:31.071275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.101917 tst         register_default_mass.py: using MSISDN 1037
22:48:31.116396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.147256 tst         register_default_mass.py: using MSISDN 1038
22:48:31.161738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.192357 tst         register_default_mass.py: using MSISDN 1039
22:48:31.206762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.237201 tst         register_default_mass.py: using MSISDN 1040
22:48:31.251641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.282551 tst         register_default_mass.py: using MSISDN 1041
22:48:31.296986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.327848 tst         register_default_mass.py: using MSISDN 1042
22:48:31.342143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.372732 tst         register_default_mass.py: using MSISDN 1043
22:48:31.387248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.417989 tst         register_default_mass.py: using MSISDN 1044
22:48:31.432632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.471762 tst         register_default_mass.py: using MSISDN 1045
22:48:31.489478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.519723 tst         register_default_mass.py: using MSISDN 1046
22:48:31.534293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.564180 tst         register_default_mass.py: using MSISDN 1047
22:48:31.578305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.608812 tst         register_default_mass.py: using MSISDN 1048
22:48:31.623386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.653301 tst         register_default_mass.py: using MSISDN 1049
22:48:31.667501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.698108 tst         register_default_mass.py: using MSISDN 1050
22:48:31.712613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.742881 tst         register_default_mass.py: using MSISDN 1051
22:48:31.757171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.787667 tst         register_default_mass.py: using MSISDN 1052
22:48:31.802060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.832611 tst         register_default_mass.py: using MSISDN 1053
22:48:31.847105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.877495 tst         register_default_mass.py: using MSISDN 1054
22:48:31.891841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.922541 tst         register_default_mass.py: using MSISDN 1055
22:48:31.937058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.967815 tst         register_default_mass.py: using MSISDN 1056
22:48:31.982388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.012994 tst         register_default_mass.py: using MSISDN 1057
22:48:32.027596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.058590 tst         register_default_mass.py: using MSISDN 1058
22:48:32.073055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.103592 tst         register_default_mass.py: using MSISDN 1059
22:48:32.118022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.148627 tst         register_default_mass.py: using MSISDN 1060
22:48:32.163041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.193699 tst         register_default_mass.py: using MSISDN 1061
22:48:32.208261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.238672 tst         register_default_mass.py: using MSISDN 1062
22:48:32.252952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.283393 tst         register_default_mass.py: using MSISDN 1063
22:48:32.297817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.328314 tst         register_default_mass.py: using MSISDN 1064
22:48:32.342755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.373175 tst         register_default_mass.py: using MSISDN 1065
22:48:32.387499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.418031 tst         register_default_mass.py: using MSISDN 1066
22:48:32.432510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.471708 tst         register_default_mass.py: using MSISDN 1067
22:48:32.489414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.520433 tst         register_default_mass.py: using MSISDN 1068
22:48:32.535387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.566133 tst         register_default_mass.py: using MSISDN 1069
22:48:32.580826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.611495 tst         register_default_mass.py: using MSISDN 1070
22:48:32.626021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.656890 tst         register_default_mass.py: using MSISDN 1071
22:48:32.671434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.702136 tst         register_default_mass.py: using MSISDN 1072
22:48:32.716755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.747498 tst         register_default_mass.py: using MSISDN 1073
22:48:32.762074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.792698 tst         register_default_mass.py: using MSISDN 1074
22:48:32.807244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.837701 tst         register_default_mass.py: using MSISDN 1075
22:48:32.852084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.882834 tst         register_default_mass.py: using MSISDN 1076
22:48:32.897410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.928138 tst         register_default_mass.py: using MSISDN 1077
22:48:32.942691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.973491 tst         register_default_mass.py: using MSISDN 1078
22:48:32.988020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.019164 tst         register_default_mass.py: using MSISDN 1079
22:48:33.033633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.064418 tst         register_default_mass.py: using MSISDN 1080
22:48:33.078947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.109715 tst         register_default_mass.py: using MSISDN 1081
22:48:33.124310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.155047 tst         register_default_mass.py: using MSISDN 1082
22:48:33.169636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.200323 tst         register_default_mass.py: using MSISDN 1083
22:48:33.214918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.245588 tst         register_default_mass.py: using MSISDN 1084
22:48:33.260175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.291153 tst         register_default_mass.py: using MSISDN 1085
22:48:33.305916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.336647 tst         register_default_mass.py: using MSISDN 1086
22:48:33.351238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.382002 tst         register_default_mass.py: using MSISDN 1087
22:48:33.396499 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.435565 tst         register_default_mass.py: using MSISDN 1088
22:48:33.453276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.484358 tst         register_default_mass.py: using MSISDN 1089
22:48:33.499441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.529919 tst         register_default_mass.py: using MSISDN 1090
22:48:33.544267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.574920 tst         register_default_mass.py: using MSISDN 1091
22:48:33.589462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.619800 tst         register_default_mass.py: using MSISDN 1092
22:48:33.634146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.664938 tst         register_default_mass.py: using MSISDN 1093
22:48:33.679525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.710424 tst         register_default_mass.py: using MSISDN 1094
22:48:33.725106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.756078 tst         register_default_mass.py: using MSISDN 1095
22:48:33.770799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.801579 tst         register_default_mass.py: using MSISDN 1096
22:48:33.816217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.847172 tst         register_default_mass.py: using MSISDN 1097
22:48:33.861845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.892780 tst         register_default_mass.py: using MSISDN 1098
22:48:33.907428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.938183 tst         register_default_mass.py: using MSISDN 1099
22:48:33.952789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.983649 tst         register_default_mass.py: using MSISDN 1100
22:48:33.998347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.089993 run                             mass: Starting testcase
22:48:34.095465 run                             mass: Pre-launching all virtphy's
22:48:34.100812 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.113801 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.119844 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.132675 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.138645 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.151363 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.157305 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.170016 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.175918 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.188711 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.194641 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.207264 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.213160 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.225767 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.231675 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.244257 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.250028 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.262539 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.268346 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.280822 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.286661 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.299130 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.304928 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.317394 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.323211 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.335825 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.341690 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.354323 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.360205 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.372814 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.379439 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.392115 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.397957 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.410734 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.416604 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.429187 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.435054 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.447711 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.453587 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.466210 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.472058 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.484671 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.490458 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.503084 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.508872 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.521450 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.527271 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.539971 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.545832 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.558602 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.564557 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.577144 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.583015 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.595595 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.601400 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.614050 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.619904 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.632601 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.638403 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.651067 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.656891 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.669509 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.675349 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.687904 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.693747 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.706382 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.712185 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.724803 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.730661 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.743288 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.749080 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.761728 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.767543 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.780151 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.785957 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.798751 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.804597 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.817287 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.823127 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.835783 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.841601 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.854303 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.860138 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.872902 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.878735 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.891377 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.897181 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.909804 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.915670 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.928257 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.934096 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.946715 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.952583 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.965159 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.970950 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.983533 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.989361 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.001990 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.007827 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.020451 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.026288 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.039121 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.044978 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.057701 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.063520 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.076129 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.082000 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.094740 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.100710 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.113342 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.119206 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.131851 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.137706 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.150324 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.156108 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.168726 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.174521 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.187109 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.192912 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.205535 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.211355 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.223941 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.229720 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.242321 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.248167 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.260715 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.266521 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.279163 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.284994 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.297712 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.303514 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.316226 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.322106 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.334858 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.340660 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.353187 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.359003 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.371568 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.377405 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.389964 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.395799 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.408401 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.414172 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.427113 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.432981 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.445505 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.451275 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.463749 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.469492 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.481960 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.487842 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.500371 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.506352 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.519018 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.524974 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.537599 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.543405 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.556094 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.561877 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.574574 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.580379 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.593034 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.598829 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.611387 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.617198 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.629745 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.635559 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.648105 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.653925 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.666524 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.672348 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.684905 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.690718 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.703296 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.709081 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.721620 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.727407 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.740109 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.745920 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.758605 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.764425 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.777087 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.782958 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.795719 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.801565 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.814380 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.820255 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.832922 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.838845 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.851480 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.857311 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.869981 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.875865 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.888479 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.894296 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.906885 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.912686 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.925285 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.931097 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.943723 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.949461 run                             mass: Checking if sockets are in the filesystem
22:48:35.981824 run                osmo-ms-mob/00000: Starting mobile
22:48:35.994668 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.006195 run                             mass: MS start registered  {at=3684244.300020945, delay=0.005597003735601902, ms=00000}
22:48:40.197176 run                osmo-ms-mob/00001: Starting mobile
22:48:40.213979 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.224659 run                             mass: MS start registered  {at=3684248.518477235, delay=0.004836616106331348, ms=00001}
22:48:41.246730 run                             mass: MS performed LU  {at=3684249.540437241, lu_delay=5.240416296292096, ms=00000}
22:48:41.997412 run                osmo-ms-mob/00002: Starting mobile
22:48:42.014017 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.024394 run                             mass: MS start registered  {at=3684250.318216799, delay=0.004535255953669548, ms=00002}
22:48:43.296920 run                osmo-ms-mob/00003: Starting mobile
22:48:43.313479 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.324254 run                             mass: MS start registered  {at=3684251.618080037, delay=0.004707579966634512, ms=00003}
22:48:44.364732 run                osmo-ms-mob/00004: Starting mobile
22:48:44.377457 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.387840 run                             mass: MS start registered  {at=3684252.681668219, delay=0.004507767036557198, ms=00004}
22:48:45.012281 run                             mass: MS performed LU  {at=3684253.305997335, lu_delay=4.787520099896938, ms=00001}
22:48:45.397955 run                osmo-ms-mob/00005: Starting mobile
22:48:45.414822 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.425422 run                             mass: MS start registered  {at=3684253.719247156, delay=0.0047371466644108295, ms=00005}
22:48:46.287938 run                osmo-ms-mob/00006: Starting mobile
22:48:46.303798 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.314242 run                             mass: MS start registered  {at=3684254.608072248, delay=0.004579738713800907, ms=00006}
22:48:46.913877 run                             mass: MS performed LU  {at=3684255.207588784, lu_delay=4.889371985103935, ms=00002}
22:48:47.195904 run                osmo-ms-mob/00007: Starting mobile
22:48:47.212585 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.223133 run                             mass: MS start registered  {at=3684255.516960804, delay=0.004657234996557236, ms=00007}
22:48:47.965623 run                osmo-ms-mob/00008: Starting mobile
22:48:47.978432 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.988951 run                             mass: MS start registered  {at=3684256.282778966, delay=0.004651022609323263, ms=00008}
22:48:48.697261 run                osmo-ms-mob/00009: Starting mobile
22:48:48.714198 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.724691 run                             mass: MS start registered  {at=3684257.018516688, delay=0.00465192599222064, ms=00009}
22:48:48.777957 run                             mass: MS performed LU  {at=3684257.071663601, lu_delay=5.453583563677967, ms=00003}
22:48:49.395959 run                osmo-ms-mob/00010: Starting mobile
22:48:49.412770 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.423403 run                             mass: MS start registered  {at=3684257.717231844, delay=0.004716725088655949, ms=00010}
22:48:49.965106 run                osmo-ms-mob/00011: Starting mobile
22:48:49.978000 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.988682 run                             mass: MS start registered  {at=3684258.282508133, delay=0.004855015780776739, ms=00011}
22:48:50.597236 run                osmo-ms-mob/00012: Starting mobile
22:48:50.613924 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.624614 run                             mass: MS start registered  {at=3684258.918442003, delay=0.0048127081245183945, ms=00012}
22:48:50.679357 run                             mass: MS performed LU  {at=3684258.973073285, lu_delay=5.253826129250228, ms=00005}
22:48:50.706951 run                             mass: MS performed LU  {at=3684259.000709515, lu_delay=6.3190412959083915, ms=00004}
22:48:51.199619 run                osmo-ms-mob/00013: Starting mobile
22:48:51.217354 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.228403 run                             mass: MS start registered  {at=3684259.522230955, delay=0.004760548938065767, ms=00013}
22:48:51.764413 run                osmo-ms-mob/00014: Starting mobile
22:48:51.777263 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.787922 run                             mass: MS start registered  {at=3684260.08175105, delay=0.0046709091402590275, ms=00014}
22:48:52.378289 run                osmo-ms-mob/00015: Starting mobile
22:48:52.391154 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.402023 run                             mass: MS start registered  {at=3684260.695851344, delay=0.004789944272488356, ms=00015}
22:48:52.543305 run                             mass: MS performed LU  {at=3684260.837022097, lu_delay=5.320061292964965, ms=00007}
22:48:52.608191 run                             mass: MS performed LU  {at=3684260.9018918, lu_delay=6.293819552287459, ms=00006}
22:48:52.865709 run                osmo-ms-mob/00016: Starting mobile
22:48:52.878503 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.889175 run                             mass: MS start registered  {at=3684261.183006367, delay=0.0047117602080106735, ms=00016}
22:48:52.912863 run                             mass: MS performed LU  {at=3684261.206637649, lu_delay=4.923858683090657, ms=00008}
22:48:53.365475 run                osmo-ms-mob/00017: Starting mobile
22:48:53.378298 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.389861 run                             mass: MS start registered  {at=3684261.683686265, delay=0.005300749558955431, ms=00017}
22:48:54.006008 run                osmo-ms-mob/00018: Starting mobile
22:48:54.021717 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.032352 run                             mass: MS start registered  {at=3684262.326180985, delay=0.004774615168571472, ms=00018}
22:48:54.343738 run                             mass: MS performed LU  {at=3684262.637440077, lu_delay=5.618923388887197, ms=00009}
22:48:54.364108 run                osmo-ms-mob/00019: Starting mobile
22:48:54.376736 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.387451 run                             mass: MS start registered  {at=3684262.681279011, delay=0.0044893668964505196, ms=00019}
22:48:54.445907 run                             mass: MS performed LU  {at=3684262.739625033, lu_delay=4.457116900011897, ms=00011}
22:48:54.471924 run                             mass: MS performed LU  {at=3684262.765738019, lu_delay=5.048506174702197, ms=00010}
22:48:54.896362 run                osmo-ms-mob/00020: Starting mobile
22:48:54.913026 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.923744 run                             mass: MS start registered  {at=3684263.217570682, delay=0.0042595891281962395, ms=00020}
22:48:55.377766 run                osmo-ms-mob/00021: Starting mobile
22:48:55.391644 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.402337 run                             mass: MS start registered  {at=3684263.696159513, delay=0.004805819131433964, ms=00021}
22:48:55.775995 run                osmo-ms-mob/00022: Starting mobile
22:48:55.789298 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.800025 run                             mass: MS start registered  {at=3684264.093851618, delay=0.004586357157677412, ms=00022}
22:48:56.286699 run                osmo-ms-mob/00023: Starting mobile
22:48:56.303236 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.309473 run                             mass: MS performed LU  {at=3684264.603306932, lu_delay=5.684864928945899, ms=00012}
22:48:56.315212 run                             mass: MS start registered  {at=3684264.609054691, delay=0.005764364264905453, ms=00023}
22:48:56.374772 run                             mass: MS performed LU  {at=3684264.668521448, lu_delay=5.146290493197739, ms=00013}
22:48:56.688650 run                osmo-ms-mob/00024: Starting mobile
22:48:56.705040 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.711089 run                             mass: MS performed LU  {at=3684265.004923746, lu_delay=4.923172696027905, ms=00014}
22:48:56.716766 run                             mass: MS start registered  {at=3684265.010608543, delay=0.005702393129467964, ms=00024}
22:48:57.165127 run                osmo-ms-mob/00025: Starting mobile
22:48:57.178492 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.189082 run                             mass: MS start registered  {at=3684265.482911685, delay=0.004654393065720797, ms=00025}
22:48:57.596182 run                osmo-ms-mob/00026: Starting mobile
22:48:57.612895 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.624279 run                             mass: MS start registered  {at=3684265.918106395, delay=0.005259258672595024, ms=00026}
22:48:57.996683 run                osmo-ms-mob/00027: Starting mobile
22:48:58.013466 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.024150 run                             mass: MS start registered  {at=3684266.31797885, delay=0.004752619192004204, ms=00027}
22:48:58.109183 run                             mass: MS performed LU  {at=3684266.402910723, lu_delay=5.219904355704784, ms=00016}
22:48:58.211491 run                             mass: MS performed LU  {at=3684266.505215886, lu_delay=4.821529621258378, ms=00017}
22:48:58.238314 run                             mass: MS performed LU  {at=3684266.532068164, lu_delay=5.836216819938272, ms=00015}
22:48:58.287308 run                osmo-ms-mob/00028: Starting mobile
22:48:58.302444 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.312960 run                             mass: MS start registered  {at=3684266.6067921, delay=0.004640357568860054, ms=00028}
22:48:58.788467 run                osmo-ms-mob/00029: Starting mobile
22:48:58.804818 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.816225 run                             mass: MS start registered  {at=3684267.110051062, delay=0.005217810161411762, ms=00029}
22:48:59.165434 run                osmo-ms-mob/00030: Starting mobile
22:48:59.178184 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.189951 run                             mass: MS start registered  {at=3684267.483773683, delay=0.0035134609788656235, ms=00030}
22:48:59.595837 run                osmo-ms-mob/00031: Starting mobile
22:48:59.611221 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.622023 run                             mass: MS start registered  {at=3684267.91585286, delay=0.0048480890691280365, ms=00031}
22:48:59.864299 run                osmo-ms-mob/00032: Starting mobile
22:48:59.877142 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.888374 run                             mass: MS start registered  {at=3684268.182199634, delay=0.0052796402014791965, ms=00032}
22:49:00.075590 run                             mass: MS performed LU  {at=3684268.369319663, lu_delay=4.673160149715841, ms=00021}
22:49:00.140681 run                             mass: MS performed LU  {at=3684268.434412351, lu_delay=5.753133339807391, ms=00019}
22:49:00.168771 run                osmo-ms-mob/00033: Starting mobile
22:49:00.181575 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.192234 run                             mass: MS start registered  {at=3684268.486066396, delay=0.0047150286845862865, ms=00033}
22:49:00.208059 run                             mass: MS performed LU  {at=3684268.501890852, lu_delay=5.2843201700598, ms=00020}
22:49:00.245982 run                             mass: MS performed LU  {at=3684268.539730247, lu_delay=6.2135492619127035, ms=00018}
22:49:00.698074 run                osmo-ms-mob/00034: Starting mobile
22:49:00.714880 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.725682 run                             mass: MS start registered  {at=3684269.019510056, delay=0.004723878111690283, ms=00034}
22:49:00.977924 run                osmo-ms-mob/00035: Starting mobile
22:49:00.991531 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.002181 run                             mass: MS start registered  {at=3684269.296009728, delay=0.004755043424665928, ms=00035}
22:49:01.375286 run                osmo-ms-mob/00036: Starting mobile
22:49:01.388727 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.399556 run                             mass: MS start registered  {at=3684269.693383553, delay=0.004660022910684347, ms=00036}
22:49:01.764416 run                osmo-ms-mob/00037: Starting mobile
22:49:01.777453 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.788135 run                             mass: MS start registered  {at=3684270.0819623, delay=0.004723806865513325, ms=00037}
22:49:01.874688 run                             mass: MS performed LU  {at=3684270.168395825, lu_delay=6.074544207192957, ms=00022}
22:49:01.976845 run                             mass: MS performed LU  {at=3684270.270572886, lu_delay=5.25996434269473, ms=00024}
22:49:02.005612 run                osmo-ms-mob/00038: Starting mobile
22:49:02.018486 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.024396 run                             mass: MS performed LU  {at=3684270.318233554, lu_delay=5.709178862627596, ms=00023}
22:49:02.030075 run                             mass: MS start registered  {at=3684270.323917604, delay=0.005699777044355869, ms=00038}
22:49:02.147832 run                             mass: MS performed LU  {at=3684270.441559317, lu_delay=4.958647632040083, ms=00025}
22:49:02.160841 run                osmo-ms-mob/00039: Starting mobile
22:49:02.173820 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.184530 run                             mass: MS start registered  {at=3684270.478360223, delay=0.0047670211642980576, ms=00039}
22:49:02.765124 run                osmo-ms-mob/00040: Starting mobile
22:49:02.778484 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.789471 run                             mass: MS start registered  {at=3684271.083298177, delay=0.005039586219936609, ms=00040}
22:49:03.065503 run                osmo-ms-mob/00041: Starting mobile
22:49:03.078596 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.090254 run                             mass: MS start registered  {at=3684271.38407349, delay=0.0056714569218456745, ms=00041}
22:49:03.403726 run                osmo-ms-mob/00042: Starting mobile
22:49:03.419591 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.430167 run                             mass: MS start registered  {at=3684271.723991098, delay=0.004600153770297766, ms=00042}
22:49:03.765528 run                osmo-ms-mob/00043: Starting mobile
22:49:03.778831 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.789524 run                             mass: MS start registered  {at=3684272.083354627, delay=0.004734376911073923, ms=00043}
22:49:03.841025 run                             mass: MS performed LU  {at=3684272.134768165, lu_delay=4.650994481984526, ms=00030}
22:49:03.905811 run                             mass: MS performed LU  {at=3684272.199538056, lu_delay=6.281431660987437, ms=00026}
22:49:03.959182 run                osmo-ms-mob/00044: Starting mobile
22:49:03.974772 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.980696 run                             mass: MS performed LU  {at=3684272.274534205, lu_delay=5.956555354874581, ms=00027}
22:49:03.986799 run                             mass: MS start registered  {at=3684272.280640656, delay=0.0061225323006510735, ms=00044}
22:49:04.011659 run                             mass: MS performed LU  {at=3684272.305413407, lu_delay=5.6986213070340455, ms=00028}
22:49:04.026771 run                osmo-ms-mob/00045: Starting mobile
22:49:04.039820 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.048194 run                             mass: MS performed LU  {at=3684272.342020372, lu_delay=5.2319693099707365, ms=00029}
22:49:04.054124 run                             mass: MS start registered  {at=3684272.347966226, delay=0.008412170689553022, ms=00045}
22:49:04.666170 run                osmo-ms-mob/00046: Starting mobile
22:49:04.679027 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.690634 run                             mass: MS start registered  {at=3684272.98445057, delay=0.005366320721805096, ms=00046}
22:49:04.979091 run                osmo-ms-mob/00047: Starting mobile
22:49:04.993030 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.003811 run                             mass: MS start registered  {at=3684273.297639841, delay=0.0047704922035336494, ms=00047}
22:49:05.277893 run                osmo-ms-mob/00048: Starting mobile
22:49:05.291570 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.302705 run                             mass: MS start registered  {at=3684273.596528048, delay=0.005034217145293951, ms=00048}
22:49:05.565482 run                osmo-ms-mob/00049: Starting mobile
22:49:05.578294 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.589021 run                             mass: MS start registered  {at=3684273.882848913, delay=0.004864789079874754, ms=00049}
22:49:05.640767 run                             mass: MS performed LU  {at=3684273.934492973, lu_delay=4.638483244925737, ms=00035}
22:49:05.678864 run                             mass: MS performed LU  {at=3684273.972609844, lu_delay=4.953099788166583, ms=00034}
22:49:05.697939 run                osmo-ms-mob/00050: Starting mobile
22:49:05.710768 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.721511 run                             mass: MS start registered  {at=3684274.015339352, delay=0.004692849237471819, ms=00050}
22:49:05.770247 run                             mass: MS performed LU  {at=3684274.063951896, lu_delay=5.881752261891961, ms=00032}
22:49:05.950844 run                             mass: MS performed LU  {at=3684274.244572941, lu_delay=5.758506545331329, ms=00033}
22:49:06.305963 run                osmo-ms-mob/00051: Starting mobile
22:49:06.321986 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.332827 run                             mass: MS start registered  {at=3684274.626653586, delay=0.004759978968650103, ms=00051}
22:49:06.564649 run                osmo-ms-mob/00052: Starting mobile
22:49:06.577823 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.590642 run                             mass: MS start registered  {at=3684274.884462819, delay=0.006731351837515831, ms=00052}
22:49:06.665214 run                             mass: MS performed LU  {at=3684274.958947964, lu_delay=7.043095103930682, ms=00031}
22:49:06.879084 run                osmo-ms-mob/00053: Starting mobile
22:49:06.892785 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.903978 run                             mass: MS start registered  {at=3684275.197798855, delay=0.005264352075755596, ms=00053}
22:49:07.178503 run                osmo-ms-mob/00054: Starting mobile
22:49:07.192208 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.203156 run                             mass: MS start registered  {at=3684275.496972607, delay=0.005049163941293955, ms=00054}
22:49:07.465265 run                osmo-ms-mob/00055: Starting mobile
22:49:07.478315 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.488884 run                             mass: MS start registered  {at=3684275.782713495, delay=0.004653430078178644, ms=00055}
22:49:07.504024 run                             mass: MS performed LU  {at=3684275.797853072, lu_delay=5.319492849055678, ms=00039}
22:49:07.541851 run                             mass: MS performed LU  {at=3684275.835599255, lu_delay=6.142215701751411, ms=00036}
22:49:07.563071 run                osmo-ms-mob/00056: Starting mobile
22:49:07.576034 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.587469 run                             mass: MS start registered  {at=3684275.88129729, delay=0.005148736760020256, ms=00056}
22:49:07.672126 run                             mass: MS performed LU  {at=3684275.965848846, lu_delay=4.882550668902695, ms=00040}
22:49:07.815916 run                             mass: MS performed LU  {at=3684276.109643854, lu_delay=5.78572625014931, ms=00038}
22:49:07.844034 run                osmo-ms-mob/00057: Starting mobile
22:49:07.857135 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.863155 run                             mass: MS performed LU  {at=3684276.156989476, lu_delay=6.075027176178992, ms=00037}
22:49:07.869091 run                             mass: MS start registered  {at=3684276.162933161, delay=0.005960265174508095, ms=00057}
22:49:08.105686 run                             mass: MS performed LU  {at=3684276.399392145, lu_delay=5.015318655408919, ms=00041}
22:49:08.479278 run                osmo-ms-mob/00058: Starting mobile
22:49:08.493031 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.504029 run                             mass: MS start registered  {at=3684276.797842229, delay=0.004962611012160778, ms=00058}
22:49:08.631561 run                             mass: MS performed LU  {at=3684276.925291624, lu_delay=4.841936997137964, ms=00043}
22:49:08.778677 run                osmo-ms-mob/00059: Starting mobile
22:49:08.792771 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.803482 run                             mass: MS start registered  {at=3684277.097310739, delay=0.004802356008440256, ms=00059}
22:49:09.115827 run                osmo-ms-mob/00060: Starting mobile
22:49:09.132626 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.143386 run                             mass: MS start registered  {at=3684277.437214691, delay=0.004869003314524889, ms=00060}
22:49:09.407082 run                             mass: MS performed LU  {at=3684277.700808137, lu_delay=5.352841911371797, ms=00045}
22:49:09.435191 run                osmo-ms-mob/00061: Starting mobile
22:49:09.448501 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.454535 run                             mass: MS performed LU  {at=3684277.748369306, lu_delay=6.024378207977861, ms=00042}
22:49:09.460333 run                             mass: MS start registered  {at=3684277.754176097, delay=0.005824611987918615, ms=00061}
22:49:09.479048 run                             mass: MS performed LU  {at=3684277.772876604, lu_delay=5.492235947865993, ms=00044}
22:49:09.490239 run                osmo-ms-mob/00062: Starting mobile
22:49:09.503178 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.514049 run                             mass: MS start registered  {at=3684277.807879523, delay=0.004690380766987801, ms=00062}
22:49:09.725321 run                             mass: MS performed LU  {at=3684278.01904859, lu_delay=4.721408748999238, ms=00047}
22:49:10.105802 run                osmo-ms-mob/00063: Starting mobile
22:49:10.122351 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.133203 run                             mass: MS start registered  {at=3684278.427029704, delay=0.004900684114545584, ms=00063}
22:49:10.478783 run                osmo-ms-mob/00064: Starting mobile
22:49:10.492469 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.498747 run                             mass: MS performed LU  {at=3684278.792580637, lu_delay=5.808130067307502, ms=00046}
22:49:10.504548 run                             mass: MS start registered  {at=3684278.798390653, delay=0.005828863941133022, ms=00064}
22:49:10.550914 run                             mass: MS performed LU  {at=3684278.844637883, lu_delay=3.6468390277586877, ms=00053}
22:49:10.879691 run                osmo-ms-mob/00065: Starting mobile
22:49:10.893427 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.904308 run                             mass: MS start registered  {at=3684279.198130906, delay=0.004857480991631746, ms=00065}
22:49:11.178893 run                osmo-ms-mob/00066: Starting mobile
22:49:11.192630 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.203635 run                             mass: MS start registered  {at=3684279.497461342, delay=0.005127263721078634, ms=00066}
22:49:11.308033 run                             mass: MS performed LU  {at=3684279.601738283, lu_delay=4.975084696896374, ms=00051}
22:49:11.345655 run                             mass: MS performed LU  {at=3684279.639404374, lu_delay=5.756555461324751, ms=00049}
22:49:11.382178 run                             mass: MS performed LU  {at=3684279.675908545, lu_delay=6.079380496870726, ms=00048}
22:49:11.407362 run                osmo-ms-mob/00067: Starting mobile
22:49:11.420562 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.431321 run                             mass: MS start registered  {at=3684279.725148439, delay=0.0048501258715987206, ms=00067}
22:49:11.636178 run                             mass: MS performed LU  {at=3684279.929902569, lu_delay=5.9145632167346776, ms=00050}
22:49:11.904427 run                osmo-ms-mob/00068: Starting mobile
22:49:11.920653 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.931784 run                             mass: MS start registered  {at=3684280.22560642, delay=0.005209449212998152, ms=00068}
22:49:12.231741 run                             mass: MS performed LU  {at=3684280.525448156, lu_delay=5.640985337086022, ms=00052}
22:49:12.262041 run                osmo-ms-mob/00069: Starting mobile
22:49:12.275154 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.286432 run                             mass: MS start registered  {at=3684280.580251306, delay=0.005372446030378342, ms=00069}
22:49:12.448674 run                             mass: MS performed LU  {at=3684280.742384429, lu_delay=4.959670933894813, ms=00055}
22:49:12.678958 run                osmo-ms-mob/00070: Starting mobile
22:49:12.693030 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.704162 run                             mass: MS start registered  {at=3684280.997989535, delay=0.005137879867106676, ms=00070}
22:49:13.078677 run                osmo-ms-mob/00071: Starting mobile
22:49:13.092539 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.103227 run                             mass: MS start registered  {at=3684281.397053345, delay=0.004780347924679518, ms=00071}
22:49:13.210751 run                             mass: MS performed LU  {at=3684281.504488895, lu_delay=5.623191605322063, ms=00056}
22:49:13.255666 run                             mass: MS performed LU  {at=3684281.549413938, lu_delay=4.751571709290147, ms=00058}
22:49:13.273141 run                             mass: MS performed LU  {at=3684281.566973432, lu_delay=5.404040270950645, ms=00057}
22:49:13.283936 run                osmo-ms-mob/00072: Starting mobile
22:49:13.296822 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.307444 run                             mass: MS start registered  {at=3684281.601274746, delay=0.0047067562118172646, ms=00072}
22:49:13.481442 run                             mass: MS performed LU  {at=3684281.775169207, lu_delay=6.27819659980014, ms=00054}
22:49:13.555483 run                             mass: MS performed LU  {at=3684281.849231563, lu_delay=4.751920823939145, ms=00059}
22:49:13.865267 run                osmo-ms-mob/00073: Starting mobile
22:49:13.878623 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.889512 run                             mass: MS start registered  {at=3684282.183334677, delay=0.004964025225490332, ms=00073}
22:49:14.278714 run                osmo-ms-mob/00074: Starting mobile
22:49:14.292532 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.303463 run                             mass: MS start registered  {at=3684282.597291894, delay=0.004900979809463024, ms=00074}
22:49:14.700245 run                osmo-ms-mob/00075: Starting mobile
22:49:14.719933 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.730557 run                             mass: MS start registered  {at=3684283.024383072, delay=0.00465381471440196, ms=00075}
22:49:15.055880 run                             mass: MS performed LU  {at=3684283.349591642, lu_delay=5.5954155451618135, ms=00061}
22:49:15.100503 run                osmo-ms-mob/00076: Starting mobile
22:49:15.114511 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.120445 run                             mass: MS performed LU  {at=3684283.414280439, lu_delay=5.606400915887207, ms=00062}
22:49:15.126257 run                             mass: MS start registered  {at=3684283.420099988, delay=0.005836828146129847, ms=00076}
22:49:15.382792 run                             mass: MS performed LU  {at=3684283.676519576, lu_delay=4.878128923010081, ms=00064}
22:49:15.401636 run                             mass: MS performed LU  {at=3684283.695389351, lu_delay=5.268359646666795, ms=00063}
22:49:15.433611 run                osmo-ms-mob/00077: Starting mobile
22:49:15.447194 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.457922 run                             mass: MS start registered  {at=3684283.751751417, delay=0.004847387783229351, ms=00077}
22:49:16.077744 run                osmo-ms-mob/00078: Starting mobile
22:49:16.092208 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.103263 run                             mass: MS start registered  {at=3684284.397084854, delay=0.004989027976989746, ms=00078}
22:49:16.466039 run                osmo-ms-mob/00079: Starting mobile
22:49:16.479286 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.490045 run                             mass: MS start registered  {at=3684284.783869814, delay=0.00480625219643116, ms=00079}
22:49:17.004735 run                osmo-ms-mob/00080: Starting mobile
22:49:17.021087 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.027056 run                             mass: MS performed LU  {at=3684285.320889676, lu_delay=4.740638370160013, ms=00069}
22:49:17.032722 run                             mass: MS start registered  {at=3684285.326565532, delay=0.005694296211004257, ms=00080}
22:49:17.039087 run                             mass: MS performed LU  {at=3684285.332920421, lu_delay=6.134789514821023, ms=00065}
22:49:17.066922 run                             mass: MS performed LU  {at=3684285.360700839, lu_delay=5.135094419121742, ms=00068}
22:49:17.211673 run                             mass: MS performed LU  {at=3684285.505406645, lu_delay=5.7802582061849535, ms=00067}
22:49:17.225575 run                osmo-ms-mob/00081: Starting mobile
22:49:17.238701 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.249440 run                             mass: MS start registered  {at=3684285.543264184, delay=0.004820503294467926, ms=00081}
22:49:17.322195 run                             mass: MS performed LU  {at=3684285.615898985, lu_delay=6.118437643162906, ms=00066}
22:49:17.483325 run                             mass: MS performed LU  {at=3684285.777035001, lu_delay=4.779045466333628, ms=00070}
22:49:17.865199 run                osmo-ms-mob/00082: Starting mobile
22:49:17.878679 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.889806 run                             mass: MS start registered  {at=3684286.183625266, delay=0.005179868079721928, ms=00082}
22:49:18.496677 run                osmo-ms-mob/00083: Starting mobile
22:49:18.513614 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.524236 run                             mass: MS start registered  {at=3684286.818064087, delay=0.004780248273164034, ms=00083}
22:49:18.802841 run                             mass: MS performed LU  {at=3684287.096568625, lu_delay=4.499276731163263, ms=00074}
22:49:18.820888 run                             mass: MS performed LU  {at=3684287.114646325, lu_delay=5.51337157888338, ms=00072}
22:49:18.839063 run                osmo-ms-mob/00084: Starting mobile
22:49:18.851817 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.857966 run                             mass: MS performed LU  {at=3684287.151800375, lu_delay=4.968465697951615, ms=00073}
22:49:18.863704 run                             mass: MS start registered  {at=3684287.157546715, delay=0.0057629807852208614, ms=00084}
22:49:19.496212 run                osmo-ms-mob/00085: Starting mobile
22:49:19.512887 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.523905 run                             mass: MS start registered  {at=3684287.817731335, delay=0.004765508696436882, ms=00085}
22:49:20.077979 run                osmo-ms-mob/00086: Starting mobile
22:49:20.092605 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.103456 run                             mass: MS start registered  {at=3684288.397283526, delay=0.004848137963563204, ms=00086}
22:49:20.697702 run                osmo-ms-mob/00087: Starting mobile
22:49:20.714654 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.725557 run                             mass: MS start registered  {at=3684289.019384624, delay=0.004894542973488569, ms=00087}
22:49:20.788060 run                             mass: MS performed LU  {at=3684289.08178854, lu_delay=6.0574054680764675, ms=00075}
22:49:20.809653 run                             mass: MS performed LU  {at=3684289.103491128, lu_delay=5.68339113984257, ms=00076}
22:49:20.832733 run                             mass: MS performed LU  {at=3684289.126481414, lu_delay=5.374729997012764, ms=00077}
22:49:21.087853 run                             mass: MS performed LU  {at=3684289.381580419, lu_delay=4.984495564829558, ms=00078}
22:49:21.294020 run                osmo-ms-mob/00088: Starting mobile
22:49:21.308614 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.319315 run                             mass: MS start registered  {at=3684289.61314384, delay=0.004747145809233189, ms=00088}
22:49:21.865536 run                osmo-ms-mob/00089: Starting mobile
22:49:21.878706 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.889980 run                             mass: MS start registered  {at=3684290.183800942, delay=0.0051535749807953835, ms=00089}
22:49:22.464860 run                osmo-ms-mob/00090: Starting mobile
22:49:22.477735 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.488480 run                             mass: MS start registered  {at=3684290.78230766, delay=0.004883869085460901, ms=00090}
22:49:22.568870 run                             mass: MS performed LU  {at=3684290.862594227, lu_delay=5.319330042693764, ms=00081}
22:49:22.605899 run                             mass: MS performed LU  {at=3684290.899642916, lu_delay=6.115773101802915, ms=00079}
22:49:22.822677 run                             mass: MS performed LU  {at=3684291.116383141, lu_delay=4.932757874950767, ms=00082}
22:49:22.859553 run                             mass: MS performed LU  {at=3684291.15331195, lu_delay=5.826746418140829, ms=00080}
22:49:23.164739 run                osmo-ms-mob/00091: Starting mobile
22:49:23.177434 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.188280 run                             mass: MS start registered  {at=3684291.482106251, delay=0.004976997151970863, ms=00091}
22:49:23.877713 run                osmo-ms-mob/00092: Starting mobile
22:49:23.891558 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.902433 run                             mass: MS start registered  {at=3684292.196259696, delay=0.004881794098764658, ms=00092}
22:49:24.553615 run                             mass: MS performed LU  {at=3684292.847309676, lu_delay=5.029578341171145, ms=00085}
22:49:24.571399 run                             mass: MS performed LU  {at=3684292.865171861, lu_delay=5.707625146023929, ms=00084}
22:49:24.613289 run                osmo-ms-mob/00093: Starting mobile
22:49:24.628198 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.638831 run                             mass: MS start registered  {at=3684292.932660319, delay=0.004716118797659874, ms=00093}
22:49:24.834829 run                             mass: MS performed LU  {at=3684293.1285531, lu_delay=6.310489012859762, ms=00083}
22:49:24.858258 run                             mass: MS performed LU  {at=3684293.152094777, lu_delay=4.75481125107035, ms=00086}
22:49:25.566304 run                osmo-ms-mob/00094: Starting mobile
22:49:25.579351 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.590055 run                             mass: MS start registered  {at=3684293.883884311, delay=0.004837109241634607, ms=00094}
22:49:26.334780 run                             mass: MS performed LU  {at=3684294.628504746, lu_delay=5.609120122157037, ms=00087}
22:49:26.371334 run                             mass: MS performed LU  {at=3684294.665078083, lu_delay=5.051934243179858, ms=00088}
22:49:26.421480 run                osmo-ms-mob/00095: Starting mobile
22:49:26.436178 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.446905 run                             mass: MS start registered  {at=3684294.740731728, delay=0.00477244658395648, ms=00095}
22:49:26.588880 run                             mass: MS performed LU  {at=3684294.882605986, lu_delay=4.698805044405162, ms=00089}
22:49:27.465479 run                osmo-ms-mob/00096: Starting mobile
22:49:27.478772 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.489684 run                             mass: MS start registered  {at=3684295.783511731, delay=0.0049730269238352776, ms=00096}
22:49:28.319034 run                             mass: MS performed LU  {at=3684296.612761702, lu_delay=5.830454041715711, ms=00090}
22:49:28.342681 run                             mass: MS performed LU  {at=3684296.636518897, lu_delay=5.154412645846605, ms=00091}
22:49:28.566495 run                osmo-ms-mob/00097: Starting mobile
22:49:28.579377 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.590145 run                             mass: MS start registered  {at=3684296.883975117, delay=0.00487142289057374, ms=00097}
22:49:28.599705 run                             mass: MS performed LU  {at=3684296.893535125, lu_delay=4.697275429032743, ms=00092}
22:49:29.897723 run                osmo-ms-mob/00098: Starting mobile
22:49:29.914510 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.925500 run                             mass: MS start registered  {at=3684298.219325825, delay=0.0047311121597886086, ms=00098}
22:49:30.100365 run                             mass: MS performed LU  {at=3684298.394091912, lu_delay=4.51020760089159, ms=00094}
22:49:30.266664 run                             mass: MS performed LU  {at=3684298.560394317, lu_delay=5.627733998000622, ms=00093}
22:49:31.678739 run                osmo-ms-mob/00099: Starting mobile
22:49:31.692486 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.698400 run                             mass: All started... {duration=55.743424624204636, too_slow=0}
22:49:31.703935 run                             mass: MS start registered  {at=3684299.997771004, delay=0.005529056303203106, ms=00099}
22:49:32.085006 run                             mass: MS performed LU  {at=3684300.378726396, lu_delay=5.63799466798082, ms=00095}
22:49:32.338646 run                             mass: MS performed LU  {at=3684300.63237114, lu_delay=4.848859409336001, ms=00096}
22:49:32.366491 run                             mass: MS performed LU  {at=3684300.660244831, lu_delay=23.223030139692128, ms=00060}
22:49:34.032919 run                             mass: MS performed LU  {at=3684302.326645523, lu_delay=5.442670405842364, ms=00097}
22:49:35.850845 run                             mass: MS performed LU  {at=3684304.144578968, lu_delay=5.925253143068403, ms=00098}
22:49:36.104053 run                             mass: MS performed LU  {at=3684304.3977761, lu_delay=23.000722754746675, ms=00071}
22:49:37.780020 run                             mass: MS performed LU  {at=3684306.07374688, lu_delay=6.075975875835866, ms=00099}
22:49:37.789812 run                             mass: Tests done {all_completed=True, max=23.223030139692128, min=3.6468390277586877}
22:49:37.795093 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.800249 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.803422 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.806580 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.809734 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.812953 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.816246 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.819592 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.822890 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.826246 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.829623 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.832997 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.836385 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.839763 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.843125 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.846509 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.849880 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.853316 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.856642 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.860014 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.863352 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.866724 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.869988 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.873342 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.876881 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.880259 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.883523 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.886898 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.890220 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.893580 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.897288 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.900602 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.903930 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.907220 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.910543 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.913826 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.917148 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.920399 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.923983 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.927287 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.930624 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.933933 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.937291 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.940713 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.944005 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.947732 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.951103 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.954528 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.957854 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.961517 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.965243 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.968867 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.972286 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.975660 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.979001 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.982359 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.985685 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.989249 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.992859 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.996497 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.999902 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.003212 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.006595 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.009978 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.013349 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.016836 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.020263 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.023620 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.027007 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.030396 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.033830 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.037256 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.040626 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.044356 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.047809 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.051228 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.054553 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.057922 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.061273 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.064631 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.068010 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.071402 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.074746 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.078120 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.081415 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.084799 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.088183 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.091501 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.094855 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.098241 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.101554 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.104927 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.108309 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.111747 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.115143 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.118511 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.121856 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.125135 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.128454 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.131863 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.135207 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.139249 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.142857 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.146498 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.149859 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.153174 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.156549 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.159851 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.163242 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.166616 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.169908 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.173266 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.176599 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.179891 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.183284 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.186695 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.190056 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.193329 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.196544 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.199752 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.202976 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.206237 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.209502 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.212710 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.215918 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.219123 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.222332 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.225492 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.228663 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.231832 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.234987 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.238144 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.241308 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.244452 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.247606 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.250774 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.253954 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.257163 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.260384 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.263588 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.266796 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.269977 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.273237 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.276493 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.279748 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.283000 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.286256 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.289503 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.292768 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.296025 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.299278 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.302549 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.305791 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.309043 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.312306 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.315556 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.318815 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.322058 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.325304 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.328555 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.331804 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.335051 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.338301 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.341547 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.344805 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.348050 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.351313 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.354552 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.357796 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.361035 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.364281 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.367539 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.370800 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.374056 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.377313 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.380573 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.383824 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.387073 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.390326 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.393581 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.396837 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.400094 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.403349 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.406599 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.409847 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.413086 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.416342 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.419601 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.422853 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.426096 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.429341 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.432551 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.435742 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.438944 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.442122 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.445328 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.448516 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.451733 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.454971 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.458231 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.461482 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.464744 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.468011 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.471252 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.474433 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.477615 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.480809 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.484002 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.487193 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.490377 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.493570 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.496770 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.499967 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.503164 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.506376 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.507799 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.511296 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.512715 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.516208 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.517624 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.521127 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.522560 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.526070 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.527512 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.531049 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.532476 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.536001 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.537426 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.540961 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.542391 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.545921 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.547354 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.550878 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.552304 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.555872 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.557308 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.560860 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.562307 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.565856 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.567307 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.570876 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.572319 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.575864 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.577307 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.580869 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.582309 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.585844 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.587297 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.590827 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.592258 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.595777 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.597182 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.600675 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.602090 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.605553 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.606984 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.610458 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.611865 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.615341 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.616749 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.620210 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.621603 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.625067 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.626467 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.629928 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.631351 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.634815 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.636218 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.639695 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.641098 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.644560 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.645956 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.649431 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.650847 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.654337 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.655747 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.659223 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.660637 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.664119 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.665531 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.669006 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.670419 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.673891 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.675304 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.678792 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.680198 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.683681 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.685088 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.688584 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.689985 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.693442 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.694846 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.698316 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.699718 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.703185 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.704584 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.708061 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.709459 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.712927 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.714329 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.717791 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.719215 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.722691 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.724094 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.727572 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.728974 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.732450 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.733861 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.737324 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.738741 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.742179 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.743577 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.747037 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.748441 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.751899 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.753297 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.756758 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.758158 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.761619 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.763025 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.766482 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.767885 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.771360 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.772763 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.776223 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.777614 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.781074 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.782482 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.785923 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.787330 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.790781 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.792180 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.795635 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.797028 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.800505 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.801903 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.805366 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.806768 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.810237 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.811642 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.815114 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.816519 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.819988 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.821388 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.824850 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.826261 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.829703 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.831115 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.834584 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.835992 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.839455 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.840860 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.844329 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.845731 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.849193 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.850602 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.854058 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.855464 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.858934 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.860329 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.863790 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.865187 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.868641 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.870032 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.873500 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.874899 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.878360 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.879754 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.883202 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.884597 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.888073 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.889465 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.892926 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.894335 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.897781 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.899186 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.902646 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.904045 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.907505 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.908902 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.912377 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.913786 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.917239 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.918649 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.922100 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.923512 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.926965 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.928370 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.931827 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.933231 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.936698 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.938100 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.941567 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.943003 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.946458 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.947865 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.951331 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.952727 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.956179 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.957571 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.961036 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.962443 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.965877 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.967289 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.970749 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.972147 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.975616 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.977008 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.980491 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.981895 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.985361 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.986761 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.990235 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.991637 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.995092 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.996488 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.000024 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.001450 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.004909 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.006325 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.009772 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.011187 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.014657 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.016059 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.019514 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.020922 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.024406 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.025804 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.029256 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.030667 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.034112 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.035529 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.039022 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.040459 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.043990 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.045421 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.048954 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.050397 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.053915 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.055355 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.058898 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.060329 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.063867 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.065290 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.068836 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.070277 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.073827 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.075262 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.078803 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.080244 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.083795 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.085221 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.088764 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.090191 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.093729 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.095180 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.098715 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.100144 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.103694 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.105114 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.108658 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.110088 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.113633 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.115074 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.118630 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.120057 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.123594 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.125018 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.128556 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.129983 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.133524 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.134959 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.138505 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.139928 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.143477 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.144913 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.148473 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.149911 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.153466 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.154902 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.158491 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.159930 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.163488 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.164914 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.168465 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.169890 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.173445 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.174881 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.178452 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.179885 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.183431 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.184851 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.188403 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.189830 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.193363 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.194798 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.198347 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.199781 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.203326 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.204760 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.208348 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.209778 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.213331 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.214765 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.218306 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.219736 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.223282 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.224720 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.228299 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.229728 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.233281 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.234721 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.238270 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.239692 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.243449 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.244939 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.248529 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.249954 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.253554 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.255013 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.258567 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.260005 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.263566 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.265002 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.268561 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.269994 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.273546 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.274991 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.278550 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.279978 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.283521 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.284939 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.288493 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.289915 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.293461 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.294893 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.298446 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.299873 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.303417 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.304844 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.308388 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.309806 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.313365 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.314795 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.318339 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.319762 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.323325 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.324752 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.328289 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.329716 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.333268 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.334694 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.338248 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.339682 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.343252 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.344673 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.348207 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.349625 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.353177 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.354614 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.358143 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.359577 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.363148 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.364575 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.368138 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.369571 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.373126 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.374562 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.378087 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.379518 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.383051 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.384480 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.388019 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.389446 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.392994 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.394439 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.397976 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.399410 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.402955 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.404389 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.407960 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.409389 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.412946 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.414404 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.417964 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.419400 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.422974 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.424406 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.428051 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.429528 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.433232 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.434725 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.438437 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.439928 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.443638 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.445122 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.448814 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.450315 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.454012 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.455538 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.459250 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.460740 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.464424 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.465906 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.469614 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.471112 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.474684 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.476114 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.479667 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.481104 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.484666 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.486095 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.489660 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.491103 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.494647 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.496077 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.499629 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.501063 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.504643 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.506073 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.509631 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.511105 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.514665 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.516099 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.519661 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.521095 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.524771 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.526260 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.529950 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.531438 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.535140 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.536632 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.540334 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.541823 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.545526 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.547018 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.550726 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.552214 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.956659 ---      ParallelTerminationStrategy: PID 34 died...
22:49:42.963052 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8377 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.039317 tst                       trial-8377: Storing JUnit report in /build/trial-8377/run.2026-06-29_22-48-16/trial-8377.xml

--------------------------------------------------------------------------------------------
trial-8377 PASS
--------------------------------------------------------------------------------------------
22:49:43.049442 tst                       trial-8377: trial-8377: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8377/inst
+ cd trial-8377
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-29 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8377-run.tgz run.2026-06-29_22-48-16
+ tar czf /build/trial-8377-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-29_13_26_47.tgz osmo-bts-oc2g.build-2026-06-29_00_51_54.tgz osmo-bts-sysmo.build-2026-06-29_00_52_00.tgz osmo-bts.build-2026-06-29_00_52_06.tgz osmo-ggsn.build-2026-06-29_20_42_50.tgz osmo-hlr.build-2026-06-29_16_36_53.tgz osmo-hnbgw.build-2026-06-29_13_30_52.tgz osmo-mgw.build-2026-06-29_08_33_08.tgz osmo-msc.build-2026-06-29_13_35_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-29_07_34_39.tgz osmo-pcu-sysmo.build-2026-06-29_07_34_41.tgz osmo-pcu.build-2026-06-29_07_34_48.tgz osmo-sgsn.build-2026-06-29_20_48_25.tgz osmo-stp.build-2026-06-29_13_25_33.tgz osmo-trx.build-2026-06-29_14_22_14.tgz osmocom-bb.build-2026-06-29_21_18_03.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