Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16605796237401164212.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-8194
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED

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

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

#10 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#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 [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
#12 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:03f86cc807c1e9fd9b595f1f8baa887cb20eade245ed52d8dae929041f7ff576 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=8195 -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=2025-12-29 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8195
+ mkdir -p trial-8195
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-29_13_31_29.tgz osmo-bts-oc2g.build-2025-12-29_00_52_47.tgz osmo-bts-sysmo.build-2025-12-29_00_52_49.tgz osmo-bts.build-2025-12-29_00_52_38.tgz osmo-ggsn.build-2025-12-29_20_59_36.tgz osmo-hlr.build-2025-12-29_16_37_01.tgz osmo-hnbgw.build-2025-12-29_13_33_39.tgz osmo-mgw.build-2025-12-29_08_34_52.tgz osmo-msc.build-2025-12-29_13_39_57.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-29_07_35_26.tgz osmo-pcu-sysmo.build-2025-12-29_07_37_54.tgz osmo-pcu.build-2025-12-29_07_35_30.tgz osmo-sgsn.build-2025-12-29_21_17_41.tgz osmo-stp.build-2025-12-29_13_30_17.tgz osmo-trx.build-2025-12-29_14_38_43.tgz osmocom-bb.build-2025-12-29_21_18_44.tgz srslte.build-19.tgz trial-8195
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-29_13_31_29.md5 osmo-bts-oc2g.build-2025-12-29_00_52_47.md5 osmo-bts-sysmo.build-2025-12-29_00_52_49.md5 osmo-bts.build-2025-12-29_00_52_38.md5 osmo-ggsn.build-2025-12-29_20_59_36.md5 osmo-hlr.build-2025-12-29_16_37_01.md5 osmo-hnbgw.build-2025-12-29_13_33_39.md5 osmo-mgw.build-2025-12-29_08_34_52.md5 osmo-msc.build-2025-12-29_13_39_57.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-29_07_35_26.md5 osmo-pcu-sysmo.build-2025-12-29_07_37_54.md5 osmo-pcu.build-2025-12-29_07_35_30.md5 osmo-sgsn.build-2025-12-29_21_17_41.md5 osmo-stp.build-2025-12-29_13_30_17.md5 osmo-trx.build-2025-12-29_14_38_43.md5 osmocom-bb.build-2025-12-29_21_18_44.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-29_13_31_29.md5 osmo-bts-oc2g.build-2025-12-29_00_52_47.md5 osmo-bts-sysmo.build-2025-12-29_00_52_49.md5 osmo-bts.build-2025-12-29_00_52_38.md5 osmo-ggsn.build-2025-12-29_20_59_36.md5 osmo-hlr.build-2025-12-29_16_37_01.md5 osmo-hnbgw.build-2025-12-29_13_33_39.md5 osmo-mgw.build-2025-12-29_08_34_52.md5 osmo-msc.build-2025-12-29_13_39_57.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-29_07_35_26.md5 osmo-pcu-sysmo.build-2025-12-29_07_37_54.md5 osmo-pcu.build-2025-12-29_07_35_30.md5 osmo-sgsn.build-2025-12-29_21_17_41.md5 osmo-stp.build-2025-12-29_13_30_17.md5 osmo-trx.build-2025-12-29_14_38_43.md5 osmocom-bb.build-2025-12-29_21_18_44.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-8195 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8195'
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-8195
--------------------------------------------------------------------------------------------
22:48:20.480835 tst                       trial-8195: Detailed log at /build/trial-8195/run.2025-12-29_22-48-20/log

---------------------------------------------------------------------
trial-8195 netreg_mass
---------------------------------------------------------------------
22:48:20.685881 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.686258 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.687017 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.688158 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.721420 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.722158 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.723238 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.803657 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-8195 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.804403 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.819408 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.819913 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.820367 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.820801 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.821220 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.821670 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.822105 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.852434 tst         register_default_mass.py: using LAC 2
22:48:20.874630 tst         register_default_mass.py: using RAC 2
22:48:20.901396 tst         register_default_mass.py: using CellId 2
22:48:20.930804 tst         register_default_mass.py: using BVCI 3
22:48:20.944566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.945272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.945854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.946363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.946874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.947373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.947856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.948384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.948911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.949417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.949922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.950435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.950991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.951532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.952047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.952536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.953028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.953534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.954023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.954506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.955008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.955522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.956031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.956558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.957070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.957577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.958100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.958604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.959108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.959616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.960125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.960635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.961145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.961676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.962188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.962690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.963209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.963727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.964234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.964752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.965263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.965768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.966284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.966793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.967294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.967790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.968290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.968809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.969311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.969832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.970348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.970849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.971370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.971879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.972387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.972907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.973412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.973911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.974427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.974927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.975421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.975935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.976444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.976948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.977444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.977958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.978461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.978984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.979492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.979989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.980501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.981014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.981590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.982105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.982600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.983093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.983598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.984104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.984600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.985115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.985618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.986108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.986619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.987122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.987609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.988094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.988604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.989110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.989599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.990093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.990599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.991094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.991598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.992117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.992617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.993109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.993603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.994120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.994627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.995141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.995644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.996196 tst      register_default_mass.py:21: Launching a simple network
22:48:21.006025 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.125121 run            create_hlr_db(pid=20): Launched
22:48:22.139298 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.163231 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.178354 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.184027 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.372076 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.386875 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.392388 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.810972 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.825797 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.840400 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.954496 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.969470 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.974991 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.009432 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.024333 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.029877 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.342954 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.357992 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.384219 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.556967 run         osmo-bts-virtual(pid=34): Launched
22:48:33.592573 tst         register_default_mass.py: using MSISDN 1001
22:48:33.606670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.645743 tst         register_default_mass.py: using MSISDN 1002
22:48:33.663231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.693555 tst         register_default_mass.py: using MSISDN 1003
22:48:33.708028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.738422 tst         register_default_mass.py: using MSISDN 1004
22:48:33.752810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.783250 tst         register_default_mass.py: using MSISDN 1005
22:48:33.797685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.828394 tst         register_default_mass.py: using MSISDN 1006
22:48:33.843015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.873324 tst         register_default_mass.py: using MSISDN 1007
22:48:33.887592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.917898 tst         register_default_mass.py: using MSISDN 1008
22:48:33.932176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.962715 tst         register_default_mass.py: using MSISDN 1009
22:48:33.977066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.007179 tst         register_default_mass.py: using MSISDN 1010
22:48:34.021424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.051837 tst         register_default_mass.py: using MSISDN 1011
22:48:34.066321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.096932 tst         register_default_mass.py: using MSISDN 1012
22:48:34.111362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.141908 tst         register_default_mass.py: using MSISDN 1013
22:48:34.156239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.187053 tst         register_default_mass.py: using MSISDN 1014
22:48:34.201570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.232229 tst         register_default_mass.py: using MSISDN 1015
22:48:34.246713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.277221 tst         register_default_mass.py: using MSISDN 1016
22:48:34.291629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.321794 tst         register_default_mass.py: using MSISDN 1017
22:48:34.335976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.366621 tst         register_default_mass.py: using MSISDN 1018
22:48:34.381106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.411621 tst         register_default_mass.py: using MSISDN 1019
22:48:34.426227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.456729 tst         register_default_mass.py: using MSISDN 1020
22:48:34.471147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.501703 tst         register_default_mass.py: using MSISDN 1021
22:48:34.516023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.554882 tst         register_default_mass.py: using MSISDN 1022
22:48:34.572480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.603223 tst         register_default_mass.py: using MSISDN 1023
22:48:34.618166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.648786 tst         register_default_mass.py: using MSISDN 1024
22:48:34.663247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.693541 tst         register_default_mass.py: using MSISDN 1025
22:48:34.707934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.738510 tst         register_default_mass.py: using MSISDN 1026
22:48:34.753004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.783703 tst         register_default_mass.py: using MSISDN 1027
22:48:34.798302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.828944 tst         register_default_mass.py: using MSISDN 1028
22:48:34.843350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.874015 tst         register_default_mass.py: using MSISDN 1029
22:48:34.888393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.918952 tst         register_default_mass.py: using MSISDN 1030
22:48:34.933406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.963958 tst         register_default_mass.py: using MSISDN 1031
22:48:34.978404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.008901 tst         register_default_mass.py: using MSISDN 1032
22:48:35.023397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.053919 tst         register_default_mass.py: using MSISDN 1033
22:48:35.068391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.098844 tst         register_default_mass.py: using MSISDN 1034
22:48:35.113179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.143686 tst         register_default_mass.py: using MSISDN 1035
22:48:35.158166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.188792 tst         register_default_mass.py: using MSISDN 1036
22:48:35.203249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.233666 tst         register_default_mass.py: using MSISDN 1037
22:48:35.247937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.278425 tst         register_default_mass.py: using MSISDN 1038
22:48:35.292751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.322896 tst         register_default_mass.py: using MSISDN 1039
22:48:35.337186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.367456 tst         register_default_mass.py: using MSISDN 1040
22:48:35.381669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.412051 tst         register_default_mass.py: using MSISDN 1041
22:48:35.426274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.456600 tst         register_default_mass.py: using MSISDN 1042
22:48:35.470868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.501082 tst         register_default_mass.py: using MSISDN 1043
22:48:35.515334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.545668 tst         register_default_mass.py: using MSISDN 1044
22:48:35.559970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.590250 tst         register_default_mass.py: using MSISDN 1045
22:48:35.604555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.634957 tst         register_default_mass.py: using MSISDN 1046
22:48:35.649334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.680200 tst         register_default_mass.py: using MSISDN 1047
22:48:35.694925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.725539 tst         register_default_mass.py: using MSISDN 1048
22:48:35.739996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.770667 tst         register_default_mass.py: using MSISDN 1049
22:48:35.785163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.815879 tst         register_default_mass.py: using MSISDN 1050
22:48:35.830367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.861659 tst         register_default_mass.py: using MSISDN 1051
22:48:35.876343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.907067 tst         register_default_mass.py: using MSISDN 1052
22:48:35.921449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.952467 tst         register_default_mass.py: using MSISDN 1053
22:48:35.967147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.997843 tst         register_default_mass.py: using MSISDN 1054
22:48:36.012412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.043466 tst         register_default_mass.py: using MSISDN 1055
22:48:36.058141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.088787 tst         register_default_mass.py: using MSISDN 1056
22:48:36.103283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.133948 tst         register_default_mass.py: using MSISDN 1057
22:48:36.148408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.179254 tst         register_default_mass.py: using MSISDN 1058
22:48:36.193823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.224369 tst         register_default_mass.py: using MSISDN 1059
22:48:36.238819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.269686 tst         register_default_mass.py: using MSISDN 1060
22:48:36.284395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.315252 tst         register_default_mass.py: using MSISDN 1061
22:48:36.329828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.360664 tst         register_default_mass.py: using MSISDN 1062
22:48:36.375385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.414714 tst         register_default_mass.py: using MSISDN 1063
22:48:36.432558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.463245 tst         register_default_mass.py: using MSISDN 1064
22:48:36.477954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.508560 tst         register_default_mass.py: using MSISDN 1065
22:48:36.523061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.553632 tst         register_default_mass.py: using MSISDN 1066
22:48:36.568150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.606956 tst         register_default_mass.py: using MSISDN 1067
22:48:36.624471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.654912 tst         register_default_mass.py: using MSISDN 1068
22:48:36.669638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.700270 tst         register_default_mass.py: using MSISDN 1069
22:48:36.714802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.745029 tst         register_default_mass.py: using MSISDN 1070
22:48:36.759362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.789871 tst         register_default_mass.py: using MSISDN 1071
22:48:36.804286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.834762 tst         register_default_mass.py: using MSISDN 1072
22:48:36.849168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.879926 tst         register_default_mass.py: using MSISDN 1073
22:48:36.894495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.925148 tst         register_default_mass.py: using MSISDN 1074
22:48:36.939502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.969943 tst         register_default_mass.py: using MSISDN 1075
22:48:36.984277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.014564 tst         register_default_mass.py: using MSISDN 1076
22:48:37.028831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.059152 tst         register_default_mass.py: using MSISDN 1077
22:48:37.073455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.103898 tst         register_default_mass.py: using MSISDN 1078
22:48:37.118445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.149009 tst         register_default_mass.py: using MSISDN 1079
22:48:37.163373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.193844 tst         register_default_mass.py: using MSISDN 1080
22:48:37.208337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.238866 tst         register_default_mass.py: using MSISDN 1081
22:48:37.253317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.283630 tst         register_default_mass.py: using MSISDN 1082
22:48:37.298038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.327905 tst         register_default_mass.py: using MSISDN 1083
22:48:37.342085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.376019 tst         register_default_mass.py: using MSISDN 1084
22:48:37.392142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.422660 tst         register_default_mass.py: using MSISDN 1085
22:48:37.437231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.467631 tst         register_default_mass.py: using MSISDN 1086
22:48:37.482091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.512726 tst         register_default_mass.py: using MSISDN 1087
22:48:37.527228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.557248 tst         register_default_mass.py: using MSISDN 1088
22:48:37.571454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.610230 tst         register_default_mass.py: using MSISDN 1089
22:48:37.627814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.658002 tst         register_default_mass.py: using MSISDN 1090
22:48:37.672459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.703041 tst         register_default_mass.py: using MSISDN 1091
22:48:37.717557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.747714 tst         register_default_mass.py: using MSISDN 1092
22:48:37.761954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.792254 tst         register_default_mass.py: using MSISDN 1093
22:48:37.806605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.837349 tst         register_default_mass.py: using MSISDN 1094
22:48:37.851691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:37.882247 tst         register_default_mass.py: using MSISDN 1095
22:48:37.896637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:37.926918 tst         register_default_mass.py: using MSISDN 1096
22:48:37.941377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:37.971527 tst         register_default_mass.py: using MSISDN 1097
22:48:37.985803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.015938 tst         register_default_mass.py: using MSISDN 1098
22:48:38.030128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.060087 tst         register_default_mass.py: using MSISDN 1099
22:48:38.074312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.104738 tst         register_default_mass.py: using MSISDN 1100
22:48:38.119062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.210931 run                             mass: Starting testcase
22:48:38.216444 run                             mass: Pre-launching all virtphy's
22:48:38.221937 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.235000 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.240951 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.253669 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.259644 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.272291 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.278192 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.290936 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.296884 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.309651 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.315588 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.328275 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.334192 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.347007 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.352963 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.365768 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.371682 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.384463 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.390451 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.403244 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.409278 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.422230 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.428412 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.441923 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.448247 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.461821 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.468076 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.481135 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.487137 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.499911 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.505957 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.518783 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.524925 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.538077 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.544161 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.556866 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:38.562909 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:38.575881 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:38.581969 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:38.594901 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:38.600921 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:38.613690 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:38.619790 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:38.632528 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:38.638480 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:38.651167 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:38.657051 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:38.669842 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:38.675842 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:38.688770 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:38.694812 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:38.707751 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:38.713653 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:38.726552 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:38.732474 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:38.745264 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:38.751260 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:38.764190 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:38.770239 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:38.783082 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:38.789027 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:38.801827 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:38.807740 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:38.820512 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:38.826464 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:38.839264 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:38.845161 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:38.857974 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:38.863948 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:38.876805 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:38.882870 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:38.895721 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:38.901715 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:38.914596 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:38.920683 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:38.933518 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:38.939552 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:38.952366 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:38.958378 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:38.971167 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:38.977098 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:38.989959 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:38.995853 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.008823 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.014801 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.027549 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.033495 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.046263 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.052213 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.064939 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.070841 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.083576 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.089549 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.102279 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.108241 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.120994 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.126924 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.139685 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.145581 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.158333 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.164253 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.177184 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.183129 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.196045 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.202025 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.214816 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.220894 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.233675 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.239691 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.252452 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.258423 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.271262 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.277152 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.289906 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.296002 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.308877 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.314790 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.327557 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.333445 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.346216 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.352154 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:39.364946 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:39.370830 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:39.383551 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:39.389474 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:39.402278 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:39.408342 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:39.421140 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:39.427169 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:39.439923 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:39.445855 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:39.458767 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:39.464707 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:39.477623 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:39.483564 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:39.496364 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:39.502332 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:39.515068 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:39.521021 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:39.533829 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:39.539808 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:39.552571 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:39.558517 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:39.571277 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:39.577273 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:39.590173 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:39.596088 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:39.608902 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:39.614827 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:39.627616 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:39.633607 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:39.646561 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:39.652440 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:39.665331 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:39.671233 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:39.684003 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:39.690121 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:39.702995 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:39.709065 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:39.721845 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:39.727750 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:39.740572 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:39.746556 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:39.759376 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:39.765290 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:39.778083 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:39.784052 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:39.796843 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:39.802771 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:39.815519 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:39.821430 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:39.834178 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:39.840071 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:39.852845 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:39.858794 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:39.871508 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.877408 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.890349 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.896388 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.909173 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.915134 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.928069 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.933970 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.946880 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.952797 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.965604 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.971510 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.984213 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.990159 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.002958 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.008894 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.021695 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.027606 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.040338 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.046251 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:40.058970 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:40.064923 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:40.077703 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:40.083612 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:40.096337 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:40.102241 run                             mass: Checking if sockets are in the filesystem
22:48:40.134052 run                osmo-ms-mob/00000: Starting mobile
22:48:40.147083 run       osmo-ms-mob/00000(pid=135): Launched
22:48:40.157763 run                             mass: MS start registered  {at=30279425.861109722, delay=0.004704784601926804, ms=00000}
22:48:44.349193 run                osmo-ms-mob/00001: Starting mobile
22:48:44.366382 run       osmo-ms-mob/00001(pid=136): Launched
22:48:44.377248 run                             mass: MS start registered  {at=30279430.08059804, delay=0.004645250737667084, ms=00001}
22:48:45.385536 run                             mass: MS performed LU  {at=30279431.088767905, lu_delay=5.227658182382584, ms=00000}
22:48:46.149072 run                osmo-ms-mob/00002: Starting mobile
22:48:46.166009 run       osmo-ms-mob/00002(pid=137): Launched
22:48:46.176364 run                             mass: MS start registered  {at=30279431.879712474, delay=0.004313770681619644, ms=00002}
22:48:47.449989 run                osmo-ms-mob/00003: Starting mobile
22:48:47.467048 run       osmo-ms-mob/00003(pid=138): Launched
22:48:47.477726 run                             mass: MS start registered  {at=30279433.18107286, delay=0.004541642963886261, ms=00003}
22:48:48.545029 run                osmo-ms-mob/00004: Starting mobile
22:48:48.561274 run       osmo-ms-mob/00004(pid=139): Launched
22:48:48.571664 run                             mass: MS start registered  {at=30279434.27501405, delay=0.004441250115633011, ms=00004}
22:48:49.151460 run                             mass: MS performed LU  {at=30279434.854703315, lu_delay=4.7741052731871605, ms=00001}
22:48:49.549768 run                osmo-ms-mob/00005: Starting mobile
22:48:49.565862 run       osmo-ms-mob/00005(pid=140): Launched
22:48:49.576618 run                             mass: MS start registered  {at=30279435.279968776, delay=0.004805169999599457, ms=00005}
22:48:50.441248 run                osmo-ms-mob/00006: Starting mobile
22:48:50.457341 run       osmo-ms-mob/00006(pid=141): Launched
22:48:50.467726 run                             mass: MS start registered  {at=30279436.17108116, delay=0.004452720284461975, ms=00006}
22:48:51.052678 run                             mass: MS performed LU  {at=30279436.755885888, lu_delay=4.876173414289951, ms=00002}
22:48:51.349931 run                osmo-ms-mob/00007: Starting mobile
22:48:51.366710 run       osmo-ms-mob/00007(pid=142): Launched
22:48:51.377168 run                             mass: MS start registered  {at=30279437.080522783, delay=0.004438921809196472, ms=00007}
22:48:52.119132 run                osmo-ms-mob/00008: Starting mobile
22:48:52.132131 run       osmo-ms-mob/00008(pid=143): Launched
22:48:52.142935 run                             mass: MS start registered  {at=30279437.846286327, delay=0.004666976630687714, ms=00008}
22:48:52.850458 run                osmo-ms-mob/00009: Starting mobile
22:48:52.867117 run       osmo-ms-mob/00009(pid=144): Launched
22:48:52.877857 run                             mass: MS start registered  {at=30279438.581207935, delay=0.004530545324087143, ms=00009}
22:48:52.916660 run                             mass: MS performed LU  {at=30279438.61990577, lu_delay=5.43883290886879, ms=00003}
22:48:53.550697 run                osmo-ms-mob/00010: Starting mobile
22:48:53.567339 run       osmo-ms-mob/00010(pid=145): Launched
22:48:53.578216 run                             mass: MS start registered  {at=30279439.28156914, delay=0.004848115146160126, ms=00010}
22:48:54.118086 run                osmo-ms-mob/00011: Starting mobile
22:48:54.131214 run       osmo-ms-mob/00011(pid=146): Launched
22:48:54.141971 run                             mass: MS start registered  {at=30279439.845321883, delay=0.004709791392087936, ms=00011}
22:48:54.758863 run                osmo-ms-mob/00012: Starting mobile
22:48:54.775880 run       osmo-ms-mob/00012(pid=147): Launched
22:48:54.786512 run                             mass: MS start registered  {at=30279440.489865545, delay=0.004632033407688141, ms=00012}
22:48:54.818596 run                             mass: MS performed LU  {at=30279440.521857075, lu_delay=5.241888299584389, ms=00005}
22:48:54.845006 run                             mass: MS performed LU  {at=30279440.548327852, lu_delay=6.27331380173564, ms=00004}
22:48:55.349522 run                osmo-ms-mob/00013: Starting mobile
22:48:55.366508 run       osmo-ms-mob/00013(pid=148): Launched
22:48:55.377164 run                             mass: MS start registered  {at=30279441.08051825, delay=0.004514865577220917, ms=00013}
22:48:55.930978 run                osmo-ms-mob/00014: Starting mobile
22:48:55.944617 run       osmo-ms-mob/00014(pid=149): Launched
22:48:55.955969 run                             mass: MS start registered  {at=30279441.65932193, delay=0.004868965595960617, ms=00014}
22:48:56.517988 run                osmo-ms-mob/00015: Starting mobile
22:48:56.530947 run       osmo-ms-mob/00015(pid=150): Launched
22:48:56.541621 run                             mass: MS start registered  {at=30279442.244973026, delay=0.004654817283153534, ms=00015}
22:48:56.682733 run                             mass: MS performed LU  {at=30279442.38597682, lu_delay=6.214895661920309, ms=00006}
22:48:56.747421 run                             mass: MS performed LU  {at=30279442.450663008, lu_delay=5.370140224695206, ms=00007}
22:48:57.050413 run                osmo-ms-mob/00016: Starting mobile
22:48:57.068230 run       osmo-ms-mob/00016(pid=151): Launched
22:48:57.074242 run                             mass: MS performed LU  {at=30279442.77760074, lu_delay=4.931314412504435, ms=00008}
22:48:57.080423 run                             mass: MS start registered  {at=30279442.783789493, delay=0.006206627935171127, ms=00016}
22:48:57.518001 run                osmo-ms-mob/00017: Starting mobile
22:48:57.531516 run       osmo-ms-mob/00017(pid=152): Launched
22:48:57.542632 run                             mass: MS start registered  {at=30279443.24598183, delay=0.005017843097448349, ms=00017}
22:48:58.149578 run                osmo-ms-mob/00018: Starting mobile
22:48:58.166231 run       osmo-ms-mob/00018(pid=153): Launched
22:48:58.176882 run                             mass: MS start registered  {at=30279443.880233858, delay=0.004619479179382324, ms=00018}
22:48:58.546946 run                osmo-ms-mob/00019: Starting mobile
22:48:58.560067 run       osmo-ms-mob/00019(pid=154): Launched
22:48:58.570835 run                             mass: MS start registered  {at=30279444.27418838, delay=0.004751015454530716, ms=00019}
22:48:58.583249 run                             mass: MS performed LU  {at=30279444.28660397, lu_delay=5.70539603382349, ms=00009}
22:48:58.611055 run                             mass: MS performed LU  {at=30279444.314350422, lu_delay=5.032781284302473, ms=00010}
22:48:58.718319 run                             mass: MS performed LU  {at=30279444.421572827, lu_delay=4.576250944286585, ms=00011}
22:48:59.041194 run                osmo-ms-mob/00020: Starting mobile
22:48:59.057521 run       osmo-ms-mob/00020(pid=155): Launched
22:48:59.068212 run                             mass: MS start registered  {at=30279444.771567404, delay=0.004735782742500305, ms=00020}
22:48:59.531227 run                osmo-ms-mob/00021: Starting mobile
22:48:59.545026 run       osmo-ms-mob/00021(pid=156): Launched
22:48:59.556074 run                             mass: MS start registered  {at=30279445.259426698, delay=0.00502004474401474, ms=00021}
22:48:59.931712 run                osmo-ms-mob/00022: Starting mobile
22:48:59.945605 run       osmo-ms-mob/00022(pid=157): Launched
22:48:59.956608 run                             mass: MS start registered  {at=30279445.65996318, delay=0.004685055464506149, ms=00022}
22:49:00.440656 run                osmo-ms-mob/00023: Starting mobile
22:49:00.457123 run       osmo-ms-mob/00023(pid=158): Launched
22:49:00.463152 run                             mass: MS performed LU  {at=30279446.166512903, lu_delay=5.676647357642651, ms=00012}
22:49:00.468915 run                             mass: MS start registered  {at=30279446.172282986, delay=0.005787115544080734, ms=00023}
22:49:00.513623 run                             mass: MS performed LU  {at=30279446.216875546, lu_delay=5.136357296258211, ms=00013}
22:49:00.840403 run                osmo-ms-mob/00024: Starting mobile
22:49:00.856215 run       osmo-ms-mob/00024(pid=159): Launched
22:49:00.862224 run                             mass: MS performed LU  {at=30279446.565584656, lu_delay=4.9062627255916595, ms=00014}
22:49:00.868032 run                             mass: MS start registered  {at=30279446.571399767, delay=0.005831919610500336, ms=00024}
22:49:01.330130 run                osmo-ms-mob/00025: Starting mobile
22:49:01.343784 run       osmo-ms-mob/00025(pid=160): Launched
22:49:01.354543 run                             mass: MS start registered  {at=30279447.057897158, delay=0.004758749157190323, ms=00025}
22:49:01.717900 run                osmo-ms-mob/00026: Starting mobile
22:49:01.730913 run       osmo-ms-mob/00026(pid=161): Launched
22:49:01.741606 run                             mass: MS start registered  {at=30279447.44495936, delay=0.004712600260972977, ms=00026}
22:49:02.149391 run                osmo-ms-mob/00027: Starting mobile
22:49:02.166389 run       osmo-ms-mob/00027(pid=162): Launched
22:49:02.177202 run                             mass: MS start registered  {at=30279447.88055349, delay=0.004797704517841339, ms=00027}
22:49:02.248087 run                             mass: MS performed LU  {at=30279447.951323304, lu_delay=5.706350278109312, ms=00015}
22:49:02.350591 run                             mass: MS performed LU  {at=30279448.0538412, lu_delay=4.807859368622303, ms=00017}
22:49:02.377290 run                             mass: MS performed LU  {at=30279448.080571737, lu_delay=5.296782243996859, ms=00016}
22:49:02.397833 run                osmo-ms-mob/00028: Starting mobile
22:49:02.410647 run       osmo-ms-mob/00028(pid=163): Launched
22:49:02.421450 run                             mass: MS start registered  {at=30279448.124806173, delay=0.004888415336608887, ms=00028}
22:49:02.940797 run                osmo-ms-mob/00029: Starting mobile
22:49:02.954146 run       osmo-ms-mob/00029(pid=164): Launched
22:49:02.965193 run                             mass: MS start registered  {at=30279448.668543387, delay=0.005019690841436386, ms=00029}
22:49:03.318720 run                osmo-ms-mob/00030: Starting mobile
22:49:03.331829 run       osmo-ms-mob/00030(pid=165): Launched
22:49:03.342884 run                             mass: MS start registered  {at=30279449.046235517, delay=0.0047507137060165405, ms=00030}
22:49:03.740495 run                osmo-ms-mob/00031: Starting mobile
22:49:03.757156 run       osmo-ms-mob/00031(pid=166): Launched
22:49:03.768075 run                             mass: MS start registered  {at=30279449.471428502, delay=0.0049631670117378235, ms=00031}
22:49:04.017921 run                osmo-ms-mob/00032: Starting mobile
22:49:04.030703 run       osmo-ms-mob/00032(pid=167): Launched
22:49:04.041445 run                             mass: MS start registered  {at=30279449.74480078, delay=0.004708621650934219, ms=00032}
22:49:04.213941 run                             mass: MS performed LU  {at=30279449.917196084, lu_delay=6.036962226033211, ms=00018}
22:49:04.279498 run                             mass: MS performed LU  {at=30279449.982750658, lu_delay=5.7085622772574425, ms=00019}
22:49:04.306338 run                osmo-ms-mob/00033: Starting mobile
22:49:04.319060 run       osmo-ms-mob/00033(pid=168): Launched
22:49:04.329829 run                             mass: MS start registered  {at=30279450.033186466, delay=0.00479763001203537, ms=00033}
22:49:04.347019 run                             mass: MS performed LU  {at=30279450.050374035, lu_delay=4.790947336703539, ms=00021}
22:49:04.384951 run                             mass: MS performed LU  {at=30279450.08822255, lu_delay=5.316655144095421, ms=00020}
22:49:04.852691 run                osmo-ms-mob/00034: Starting mobile
22:49:04.871352 run       osmo-ms-mob/00034(pid=169): Launched
22:49:04.882329 run                             mass: MS start registered  {at=30279450.585682116, delay=0.0046606287360191345, ms=00034}
22:49:05.131726 run                osmo-ms-mob/00035: Starting mobile
22:49:05.145465 run       osmo-ms-mob/00035(pid=170): Launched
22:49:05.156803 run                             mass: MS start registered  {at=30279450.86014483, delay=0.005358763039112091, ms=00035}
22:49:05.517660 run                osmo-ms-mob/00036: Starting mobile
22:49:05.530858 run       osmo-ms-mob/00036(pid=171): Launched
22:49:05.542164 run                             mass: MS start registered  {at=30279451.245517496, delay=0.005067817866802216, ms=00036}
22:49:05.940612 run                osmo-ms-mob/00037: Starting mobile
22:49:05.956642 run       osmo-ms-mob/00037(pid=172): Launched
22:49:05.967430 run                             mass: MS start registered  {at=30279451.67078599, delay=0.004935052245855331, ms=00037}
22:49:06.014371 run                             mass: MS performed LU  {at=30279451.717640728, lu_delay=4.659743569791317, ms=00025}
22:49:06.115489 run                             mass: MS performed LU  {at=30279451.818741977, lu_delay=6.158778797835112, ms=00022}
22:49:06.144229 run                osmo-ms-mob/00038: Starting mobile
22:49:06.157249 run       osmo-ms-mob/00038(pid=173): Launched
22:49:06.163242 run                             mass: MS performed LU  {at=30279451.866604816, lu_delay=5.295205049216747, ms=00024}
22:49:06.169000 run                             mass: MS start registered  {at=30279451.87236718, delay=0.005777332931756973, ms=00038}
22:49:06.287671 run                             mass: MS performed LU  {at=30279451.990927152, lu_delay=5.818644165992737, ms=00023}
22:49:06.301163 run                osmo-ms-mob/00039: Starting mobile
22:49:06.314536 run       osmo-ms-mob/00039(pid=174): Launched
22:49:06.325405 run                             mass: MS start registered  {at=30279452.02876111, delay=0.004877839237451553, ms=00039}
22:49:06.918235 run                osmo-ms-mob/00040: Starting mobile
22:49:06.931240 run       osmo-ms-mob/00040(pid=175): Launched
22:49:06.942333 run                             mass: MS start registered  {at=30279452.64568478, delay=0.004736687988042831, ms=00040}
22:49:07.231947 run                osmo-ms-mob/00041: Starting mobile
22:49:07.245793 run       osmo-ms-mob/00041(pid=176): Launched
22:49:07.256592 run                             mass: MS start registered  {at=30279452.959939264, delay=0.004730891436338425, ms=00041}
22:49:07.547334 run                osmo-ms-mob/00042: Starting mobile
22:49:07.562233 run       osmo-ms-mob/00042(pid=177): Launched
22:49:07.573819 run                             mass: MS start registered  {at=30279453.277170256, delay=0.00560920313000679, ms=00042}
22:49:07.954214 run                osmo-ms-mob/00043: Starting mobile
22:49:07.971333 run       osmo-ms-mob/00043(pid=178): Launched
22:49:07.978938 run                             mass: MS performed LU  {at=30279453.68228755, lu_delay=6.237328190356493, ms=00026}
22:49:07.984876 run                             mass: MS start registered  {at=30279453.688243482, delay=0.00749458372592926, ms=00043}
22:49:08.044603 run                             mass: MS performed LU  {at=30279453.747860566, lu_delay=4.701625049114227, ms=00030}
22:49:08.070342 run                osmo-ms-mob/00044: Starting mobile
22:49:08.083308 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.093884 run                             mass: MS start registered  {at=30279453.797242004, delay=0.004430714994668961, ms=00044}
22:49:08.112556 run                             mass: MS performed LU  {at=30279453.815910015, lu_delay=5.147366628050804, ms=00029}
22:49:08.150429 run                             mass: MS performed LU  {at=30279453.853695188, lu_delay=5.973141696304083, ms=00027}
22:49:08.164735 run                osmo-ms-mob/00045: Starting mobile
22:49:08.178234 run       osmo-ms-mob/00045(pid=180): Launched
22:49:08.186777 run                             mass: MS performed LU  {at=30279453.890128464, lu_delay=5.765322290360928, ms=00028}
22:49:08.193043 run                             mass: MS start registered  {at=30279453.896410156, delay=0.00882599875330925, ms=00045}
22:49:08.845343 run                osmo-ms-mob/00046: Starting mobile
22:49:08.864976 run       osmo-ms-mob/00046(pid=181): Launched
22:49:08.876154 run                             mass: MS start registered  {at=30279454.57949922, delay=0.005098868161439896, ms=00046}
22:49:09.133018 run                osmo-ms-mob/00047: Starting mobile
22:49:09.147020 run       osmo-ms-mob/00047(pid=182): Launched
22:49:09.158435 run                             mass: MS start registered  {at=30279454.861782305, delay=0.005355969071388245, ms=00047}
22:49:09.418482 run                osmo-ms-mob/00048: Starting mobile
22:49:09.431591 run       osmo-ms-mob/00048(pid=183): Launched
22:49:09.442831 run                             mass: MS start registered  {at=30279455.14618054, delay=0.004933435469865799, ms=00048}
22:49:09.754674 run                osmo-ms-mob/00049: Starting mobile
22:49:09.771892 run       osmo-ms-mob/00049(pid=184): Launched
22:49:09.778613 run                             mass: MS performed LU  {at=30279455.48196642, lu_delay=4.896284304559231, ms=00034}
22:49:09.784434 run                             mass: MS start registered  {at=30279455.48780099, delay=0.006566360592842102, ms=00049}
22:49:09.881759 run                             mass: MS performed LU  {at=30279455.585013665, lu_delay=6.113585162907839, ms=00031}
22:49:09.910533 run                osmo-ms-mob/00050: Starting mobile
22:49:09.923736 run       osmo-ms-mob/00050(pid=185): Launched
22:49:09.929815 run                             mass: MS performed LU  {at=30279455.633178003, lu_delay=4.773033171892166, ms=00035}
22:49:09.935653 run                             mass: MS start registered  {at=30279455.639021266, delay=0.005858827382326126, ms=00050}
22:49:10.052788 run                             mass: MS performed LU  {at=30279455.75604125, lu_delay=5.722854785621166, ms=00033}
22:49:10.089393 run                             mass: MS performed LU  {at=30279455.79267111, lu_delay=6.047870330512524, ms=00032}
22:49:10.107070 run                osmo-ms-mob/00051: Starting mobile
22:49:10.120202 run       osmo-ms-mob/00051(pid=186): Launched
22:49:10.130889 run                             mass: MS start registered  {at=30279455.834242906, delay=0.004654262214899063, ms=00051}
22:49:10.733792 run                osmo-ms-mob/00052: Starting mobile
22:49:10.747815 run       osmo-ms-mob/00052(pid=187): Launched
22:49:10.758851 run                             mass: MS start registered  {at=30279456.46219702, delay=0.005010385066270828, ms=00052}
22:49:11.018182 run                osmo-ms-mob/00053: Starting mobile
22:49:11.031434 run       osmo-ms-mob/00053(pid=188): Launched
22:49:11.042468 run                             mass: MS start registered  {at=30279456.745818008, delay=0.0048692673444747925, ms=00053}
22:49:11.328661 run                osmo-ms-mob/00054: Starting mobile
22:49:11.342377 run       osmo-ms-mob/00054(pid=189): Launched
22:49:11.353176 run                             mass: MS start registered  {at=30279457.05652859, delay=0.004770264029502869, ms=00054}
22:49:11.627703 run                osmo-ms-mob/00055: Starting mobile
22:49:11.641036 run       osmo-ms-mob/00055(pid=190): Launched
22:49:11.652505 run                             mass: MS start registered  {at=30279457.35584275, delay=0.005177125334739685, ms=00055}
22:49:11.746809 run                             mass: MS performed LU  {at=30279457.450059928, lu_delay=5.779273938387632, ms=00037}
22:49:11.811293 run                             mass: MS performed LU  {at=30279457.51454612, lu_delay=4.868861339986324, ms=00040}
22:49:11.837251 run                osmo-ms-mob/00056: Starting mobile
22:49:11.850513 run       osmo-ms-mob/00056(pid=191): Launched
22:49:11.861244 run                             mass: MS start registered  {at=30279457.564602096, delay=0.004649296402931213, ms=00056}
22:49:11.878606 run                             mass: MS performed LU  {at=30279457.581958093, lu_delay=5.553196981549263, ms=00039}
22:49:11.916216 run                             mass: MS performed LU  {at=30279457.619495455, lu_delay=6.373977959156036, ms=00036}
22:49:11.936844 run                osmo-ms-mob/00057: Starting mobile
22:49:11.950012 run       osmo-ms-mob/00057(pid=192): Launched
22:49:11.961038 run                             mass: MS start registered  {at=30279457.66439005, delay=0.004328940063714981, ms=00057}
22:49:12.226364 run                             mass: MS performed LU  {at=30279457.929184448, lu_delay=4.969245184212923, ms=00041}
22:49:12.637952 run                osmo-ms-mob/00058: Starting mobile
22:49:12.653342 run       osmo-ms-mob/00058(pid=193): Launched
22:49:12.664403 run                             mass: MS start registered  {at=30279458.367756173, delay=0.004692785441875458, ms=00058}
22:49:12.932771 run                osmo-ms-mob/00059: Starting mobile
22:49:12.946719 run       osmo-ms-mob/00059(pid=194): Launched
22:49:12.957832 run                             mass: MS start registered  {at=30279458.661184628, delay=0.004828833043575287, ms=00059}
22:49:13.262238 run                osmo-ms-mob/00060: Starting mobile
22:49:13.279147 run       osmo-ms-mob/00060(pid=195): Launched
22:49:13.289847 run                             mass: MS start registered  {at=30279458.993200563, delay=0.004611920565366745, ms=00060}
22:49:13.545921 run                             mass: MS performed LU  {at=30279459.24917116, lu_delay=5.972000904381275, ms=00042}
22:49:13.571839 run                osmo-ms-mob/00061: Starting mobile
22:49:13.585257 run       osmo-ms-mob/00061(pid=196): Launched
22:49:13.591307 run                             mass: MS performed LU  {at=30279459.29466749, lu_delay=5.497425485402346, ms=00044}
22:49:13.597122 run                             mass: MS start registered  {at=30279459.30048977, delay=0.005839250981807709, ms=00061}
22:49:13.675306 run                             mass: MS performed LU  {at=30279459.37856784, lu_delay=5.482157684862614, ms=00045}
22:49:13.703702 run                osmo-ms-mob/00062: Starting mobile
22:49:13.716636 run       osmo-ms-mob/00062(pid=197): Launched
22:49:13.727740 run                             mass: MS start registered  {at=30279459.431092642, delay=0.00478753075003624, ms=00062}
22:49:13.855241 run                             mass: MS performed LU  {at=30279459.558493536, lu_delay=5.870250053703785, ms=00043}
22:49:13.891535 run                             mass: MS performed LU  {at=30279459.594838485, lu_delay=4.733056180179119, ms=00047}
22:49:13.908014 run                osmo-ms-mob/00063: Starting mobile
22:49:13.921339 run       osmo-ms-mob/00063(pid=198): Launched
22:49:13.932123 run                             mass: MS start registered  {at=30279459.635480218, delay=0.004746653139591217, ms=00063}
22:49:14.570396 run                             mass: MS performed LU  {at=30279460.273634125, lu_delay=5.694134905934334, ms=00046}
22:49:14.600161 run                osmo-ms-mob/00064: Starting mobile
22:49:14.613391 run       osmo-ms-mob/00064(pid=199): Launched
22:49:14.627996 run                             mass: MS start registered  {at=30279460.331347805, delay=0.008414294570684433, ms=00064}
22:49:14.930996 run                             mass: MS performed LU  {at=30279460.634251133, lu_delay=3.888433124870062, ms=00053}
22:49:14.961424 run                osmo-ms-mob/00065: Starting mobile
22:49:14.975192 run       osmo-ms-mob/00065(pid=200): Launched
22:49:14.986055 run                             mass: MS start registered  {at=30279460.689409748, delay=0.004866596311330795, ms=00065}
22:49:15.348573 run                osmo-ms-mob/00066: Starting mobile
22:49:15.364381 run       osmo-ms-mob/00066(pid=201): Launched
22:49:15.375529 run                             mass: MS start registered  {at=30279461.078882433, delay=0.004970841109752655, ms=00066}
22:49:15.410325 run                             mass: MS performed LU  {at=30279461.113572966, lu_delay=5.279330059885979, ms=00051}
22:49:15.446497 run                             mass: MS performed LU  {at=30279461.1495923, lu_delay=5.661791309714317, ms=00049}
22:49:15.575934 run                             mass: MS performed LU  {at=30279461.27919717, lu_delay=4.817000150680542, ms=00052}
22:49:15.604788 run                osmo-ms-mob/00067: Starting mobile
22:49:15.617944 run       osmo-ms-mob/00067(pid=202): Launched
22:49:15.629061 run                             mass: MS start registered  {at=30279461.332412027, delay=0.005144461989402771, ms=00067}
22:49:16.033202 run                osmo-ms-mob/00068: Starting mobile
22:49:16.047293 run       osmo-ms-mob/00068(pid=203): Launched
22:49:16.058409 run                             mass: MS start registered  {at=30279461.76176035, delay=0.004844188690185547, ms=00068}
22:49:16.431935 run                osmo-ms-mob/00069: Starting mobile
22:49:16.445479 run       osmo-ms-mob/00069(pid=204): Launched
22:49:16.456554 run                             mass: MS start registered  {at=30279462.159903076, delay=0.004893295466899872, ms=00069}
22:49:16.831869 run                osmo-ms-mob/00070: Starting mobile
22:49:16.845741 run       osmo-ms-mob/00070(pid=205): Launched
22:49:16.856743 run                             mass: MS start registered  {at=30279462.560095422, delay=0.004576336592435837, ms=00070}
22:49:17.217966 run                osmo-ms-mob/00071: Starting mobile
22:49:17.230930 run       osmo-ms-mob/00071(pid=206): Launched
22:49:17.241576 run                             mass: MS start registered  {at=30279462.944930688, delay=0.004633098840713501, ms=00071}
22:49:17.311655 run                             mass: MS performed LU  {at=30279463.01491022, lu_delay=5.659067470580339, ms=00055}
22:49:17.441018 run                             mass: MS performed LU  {at=30279463.144276425, lu_delay=4.776520252227783, ms=00058}
22:49:17.632642 run                osmo-ms-mob/00072: Starting mobile
22:49:17.646292 run       osmo-ms-mob/00072(pid=207): Launched
22:49:17.652365 run                             mass: MS performed LU  {at=30279463.355725408, lu_delay=5.791123311966658, ms=00056}
22:49:17.658425 run                             mass: MS performed LU  {at=30279463.36179144, lu_delay=4.700606811791658, ms=00059}
22:49:17.664190 run                             mass: MS performed LU  {at=30279463.367557026, lu_delay=6.311028435826302, ms=00054}
22:49:17.669943 run                             mass: MS start registered  {at=30279463.373310886, delay=0.017602935433387756, ms=00072}
22:49:17.680861 run                osmo-ms-mob/00073: Starting mobile
22:49:17.694106 run       osmo-ms-mob/00073(pid=208): Launched
22:49:17.704687 run                             mass: MS start registered  {at=30279463.408043623, delay=0.004632994532585144, ms=00073}
22:49:18.431988 run                osmo-ms-mob/00074: Starting mobile
22:49:18.446254 run       osmo-ms-mob/00074(pid=209): Launched
22:49:18.457046 run                             mass: MS start registered  {at=30279464.16039769, delay=0.004662737250328064, ms=00074}
22:49:18.469138 run                             mass: MS performed LU  {at=30279464.17248207, lu_delay=4.87199230119586, ms=00061}
22:49:18.830551 run                osmo-ms-mob/00075: Starting mobile
22:49:18.844203 run       osmo-ms-mob/00075(pid=210): Launched
22:49:18.855214 run                             mass: MS start registered  {at=30279464.558563255, delay=0.00476209819316864, ms=00075}
22:49:19.176276 run                             mass: MS performed LU  {at=30279464.879508566, lu_delay=5.886308003216982, ms=00060}
22:49:19.212336 run                             mass: MS performed LU  {at=30279464.91558621, lu_delay=5.280105993151665, ms=00063}
22:49:19.241873 run                osmo-ms-mob/00076: Starting mobile
22:49:19.256078 run       osmo-ms-mob/00076(pid=211): Launched
22:49:19.267005 run                             mass: MS start registered  {at=30279464.970357753, delay=0.004900660365819931, ms=00076}
22:49:19.342665 run                             mass: MS performed LU  {at=30279465.04591802, lu_delay=4.714570216834545, ms=00064}
22:49:19.486046 run                             mass: MS performed LU  {at=30279465.189298812, lu_delay=5.75820617005229, ms=00062}
22:49:19.761581 run                osmo-ms-mob/00077: Starting mobile
22:49:19.781378 run       osmo-ms-mob/00077(pid=212): Launched
22:49:19.792414 run                             mass: MS start registered  {at=30279465.495766547, delay=0.004929039627313614, ms=00077}
22:49:20.232904 run                osmo-ms-mob/00078: Starting mobile
22:49:20.246926 run       osmo-ms-mob/00078(pid=213): Launched
22:49:20.257639 run                             mass: MS start registered  {at=30279465.960987996, delay=0.004594273865222931, ms=00078}
22:49:20.630074 run                osmo-ms-mob/00079: Starting mobile
22:49:20.643970 run       osmo-ms-mob/00079(pid=214): Launched
22:49:20.654655 run                             mass: MS start registered  {at=30279466.358004443, delay=0.00458754226565361, ms=00079}
22:49:21.077767 run                             mass: MS performed LU  {at=30279466.781020705, lu_delay=4.621117629110813, ms=00069}
22:49:21.092481 run                osmo-ms-mob/00080: Starting mobile
22:49:21.105515 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.116486 run                             mass: MS start registered  {at=30279466.819835354, delay=0.004851944744586945, ms=00080}
22:49:21.178444 run                             mass: MS performed LU  {at=30279466.881704263, lu_delay=5.549292236566544, ms=00067}
22:49:21.206066 run                             mass: MS performed LU  {at=30279466.909326106, lu_delay=6.219916358590126, ms=00065}
22:49:21.386047 run                             mass: MS performed LU  {at=30279467.089301717, lu_delay=5.327541366219521, ms=00068}
22:49:21.657636 run                osmo-ms-mob/00081: Starting mobile
22:49:21.673549 run       osmo-ms-mob/00081(pid=216): Launched
22:49:21.684304 run                             mass: MS start registered  {at=30279467.387658898, delay=0.0044946447014808655, ms=00081}
22:49:22.000672 run                             mass: MS performed LU  {at=30279467.703893006, lu_delay=6.625010572373867, ms=00066}
22:49:22.032245 run                osmo-ms-mob/00082: Starting mobile
22:49:22.045532 run       osmo-ms-mob/00082(pid=217): Launched
22:49:22.056613 run                             mass: MS start registered  {at=30279467.75995963, delay=0.005055122077465057, ms=00082}
22:49:22.618359 run                osmo-ms-mob/00083: Starting mobile
22:49:22.631335 run       osmo-ms-mob/00083(pid=218): Launched
22:49:22.642310 run                             mass: MS start registered  {at=30279468.34566384, delay=0.004684995859861374, ms=00083}
22:49:22.978294 run                             mass: MS performed LU  {at=30279468.681587216, lu_delay=5.308276329189539, ms=00072}
22:49:23.016383 run                             mass: MS performed LU  {at=30279468.719648693, lu_delay=5.774718005210161, ms=00071}
22:49:23.054346 run                osmo-ms-mob/00084: Starting mobile
22:49:23.068168 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.078897 run                             mass: MS start registered  {at=30279468.782248396, delay=0.004622053354978561, ms=00084}
22:49:23.106954 run                             mass: MS performed LU  {at=30279468.8102324, lu_delay=5.402188777923584, ms=00073}
22:49:23.288109 run                             mass: MS performed LU  {at=30279468.991364017, lu_delay=4.830966327339411, ms=00074}
22:49:23.312041 run                             mass: MS performed LU  {at=30279469.01540307, lu_delay=6.455307647585869, ms=00070}
22:49:23.649223 run                osmo-ms-mob/00085: Starting mobile
22:49:23.666712 run       osmo-ms-mob/00085(pid=220): Launched
22:49:23.677644 run                             mass: MS start registered  {at=30279469.380986508, delay=0.004878278821706772, ms=00085}
22:49:24.230452 run                osmo-ms-mob/00086: Starting mobile
22:49:24.244293 run       osmo-ms-mob/00086(pid=221): Launched
22:49:24.255080 run                             mass: MS start registered  {at=30279469.958433177, delay=0.0046813711524009705, ms=00086}
22:49:24.849312 run                osmo-ms-mob/00087: Starting mobile
22:49:24.866616 run       osmo-ms-mob/00087(pid=222): Launched
22:49:24.877555 run                             mass: MS start registered  {at=30279470.580909226, delay=0.004925105720758438, ms=00087}
22:49:24.944493 run                             mass: MS performed LU  {at=30279470.6477251, lu_delay=5.151958554983139, ms=00077}
22:49:24.971999 run                             mass: MS performed LU  {at=30279470.675313156, lu_delay=4.714325159788132, ms=00078}
22:49:25.059864 run                             mass: MS performed LU  {at=30279470.763118774, lu_delay=5.792761020362377, ms=00076}
22:49:25.077755 run                             mass: MS performed LU  {at=30279470.78106422, lu_delay=6.222500964999199, ms=00075}
22:49:25.449663 run                osmo-ms-mob/00088: Starting mobile
22:49:25.466343 run       osmo-ms-mob/00088(pid=223): Launched
22:49:25.477100 run                             mass: MS start registered  {at=30279471.18045403, delay=0.004750166088342667, ms=00088}
22:49:26.018517 run                osmo-ms-mob/00089: Starting mobile
22:49:26.031939 run       osmo-ms-mob/00089(pid=224): Launched
22:49:26.042777 run                             mass: MS start registered  {at=30279471.74612709, delay=0.004645057022571564, ms=00089}
22:49:26.617624 run                osmo-ms-mob/00090: Starting mobile
22:49:26.630672 run       osmo-ms-mob/00090(pid=225): Launched
22:49:26.641469 run                             mass: MS start registered  {at=30279472.34481366, delay=0.004690669476985931, ms=00090}
22:49:26.744783 run                             mass: MS performed LU  {at=30279472.448037714, lu_delay=5.628202360123396, ms=00080}
22:49:26.769249 run                             mass: MS performed LU  {at=30279472.47261092, lu_delay=5.084952022880316, ms=00081}
22:49:26.873665 run                             mass: MS performed LU  {at=30279472.576918542, lu_delay=4.816958911716938, ms=00082}
22:49:27.017582 run                             mass: MS performed LU  {at=30279472.72086027, lu_delay=6.362855825573206, ms=00079}
22:49:27.317981 run                osmo-ms-mob/00091: Starting mobile
22:49:27.330966 run       osmo-ms-mob/00091(pid=226): Launched
22:49:27.341368 run                             mass: MS start registered  {at=30279473.04472292, delay=0.004400637000799179, ms=00091}
22:49:28.030141 run                osmo-ms-mob/00092: Starting mobile
22:49:28.043997 run       osmo-ms-mob/00092(pid=227): Launched
22:49:28.054780 run                             mass: MS start registered  {at=30279473.758134674, delay=0.0046877264976501465, ms=00092}
22:49:28.692918 run                             mass: MS performed LU  {at=30279474.3961452, lu_delay=5.613896802067757, ms=00084}
22:49:28.717165 run                             mass: MS performed LU  {at=30279474.42052698, lu_delay=6.074863139539957, ms=00083}
22:49:28.752503 run                osmo-ms-mob/00093: Starting mobile
22:49:28.766800 run       osmo-ms-mob/00093(pid=228): Launched
22:49:28.772794 run                             mass: MS performed LU  {at=30279474.47615344, lu_delay=5.0951669327914715, ms=00085}
22:49:28.778512 run                             mass: MS start registered  {at=30279474.481880125, delay=0.0057420432567596436, ms=00093}
22:49:28.825904 run                             mass: MS performed LU  {at=30279474.52915711, lu_delay=22.656789928674698, ms=00038}
22:49:29.079687 run                             mass: MS performed LU  {at=30279474.782941602, lu_delay=4.824508424848318, ms=00086}
22:49:29.731052 run                osmo-ms-mob/00094: Starting mobile
22:49:29.744965 run       osmo-ms-mob/00094(pid=229): Launched
22:49:29.755612 run                             mass: MS start registered  {at=30279475.45896592, delay=0.004637323319911957, ms=00094}
22:49:30.510209 run                             mass: MS performed LU  {at=30279476.21346372, lu_delay=5.632554493844509, ms=00087}
22:49:30.566405 run                osmo-ms-mob/00095: Starting mobile
22:49:30.581295 run       osmo-ms-mob/00095(pid=230): Launched
22:49:30.592041 run                             mass: MS start registered  {at=30279476.295394927, delay=0.004659976810216904, ms=00095}
22:49:30.640227 run                             mass: MS performed LU  {at=30279476.34347858, lu_delay=5.163024548441172, ms=00088}
22:49:30.764561 run                             mass: MS performed LU  {at=30279476.46781901, lu_delay=4.72169191762805, ms=00089}
22:49:31.618205 run                osmo-ms-mob/00096: Starting mobile
22:49:31.631708 run       osmo-ms-mob/00096(pid=231): Launched
22:49:31.642503 run                             mass: MS start registered  {at=30279477.345857777, delay=0.004670880734920502, ms=00096}
22:49:32.458230 run                             mass: MS performed LU  {at=30279478.161487997, lu_delay=5.8166743367910385, ms=00090}
22:49:32.475826 run                             mass: MS performed LU  {at=30279478.17909425, lu_delay=5.13437133282423, ms=00091}
22:49:32.503378 run                             mass: MS performed LU  {at=30279478.206658706, lu_delay=22.56763743981719, ms=00050}
22:49:32.520990 run                osmo-ms-mob/00097: Starting mobile
22:49:32.533946 run       osmo-ms-mob/00097(pid=232): Launched
22:49:32.544664 run                             mass: MS start registered  {at=30279478.248019364, delay=0.004772614687681198, ms=00097}
22:49:32.591938 run                             mass: MS performed LU  {at=30279478.295187403, lu_delay=23.149006862193346, ms=00048}
22:49:32.845103 run                             mass: MS performed LU  {at=30279478.54835501, lu_delay=4.790220335125923, ms=00092}
22:49:34.049567 run                osmo-ms-mob/00098: Starting mobile
22:49:34.066761 run       osmo-ms-mob/00098(pid=233): Launched
22:49:34.078520 run                             mass: MS start registered  {at=30279479.781865127, delay=0.005633115768432617, ms=00098}
22:49:34.276841 run                             mass: MS performed LU  {at=30279479.98008522, lu_delay=22.31569517031312, ms=00057}
22:49:34.405646 run                             mass: MS performed LU  {at=30279480.10890148, lu_delay=5.627021353691816, ms=00093}
22:49:34.530979 run                             mass: MS performed LU  {at=30279480.234239135, lu_delay=4.775273215025663, ms=00094}
22:49:35.849404 run                osmo-ms-mob/00099: Starting mobile
22:49:35.866362 run       osmo-ms-mob/00099(pid=234): Launched
22:49:35.872360 run                             mass: All started... {duration=55.76455123722553, too_slow=0}
22:49:35.878010 run                             mass: MS start registered  {at=30279481.58137147, delay=0.005643986165523529, ms=00099}
22:49:36.224185 run                             mass: MS performed LU  {at=30279481.92739188, lu_delay=5.63199695199728, ms=00095}
22:49:36.241651 run                             mass: MS performed LU  {at=30279481.94497001, lu_delay=4.59911223500967, ms=00096}
22:49:38.153187 run                             mass: MS performed LU  {at=30279483.8564409, lu_delay=5.608421538025141, ms=00097}
22:49:39.989703 run                             mass: MS performed LU  {at=30279485.692916933, lu_delay=5.91105180606246, ms=00098}
22:49:41.892111 run                             mass: MS performed LU  {at=30279487.595365956, lu_delay=6.013994485139847, ms=00099}
22:49:41.902791 run                             mass: Tests done {all_completed=True, max=23.149006862193346, min=3.888433124870062}
22:49:41.908113 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:41.913428 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:41.916694 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:41.919895 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:41.923106 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:41.926318 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:41.929541 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:41.932792 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:41.936110 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:41.939405 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:41.942677 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:41.945967 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:41.949317 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:41.952606 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:41.955901 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:41.959231 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:41.962611 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:41.965949 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:41.969389 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:41.972768 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:41.976194 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:41.979535 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:41.982852 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:41.986247 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:41.989671 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:41.993040 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:41.996393 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:41.999797 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.003175 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.006582 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.009909 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.013337 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.017022 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.020344 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.023684 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.027104 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.030472 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.034070 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.037510 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.041463 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.044907 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.048246 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.051580 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.055013 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.058395 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.061986 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.065374 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.068801 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.072063 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.075401 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.078879 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.082346 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.086003 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.089400 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.092690 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.096052 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.099427 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.102764 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.106179 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.109551 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.112869 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.116230 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.119629 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.122984 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.126361 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.130162 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.133583 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.137192 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.140558 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.143991 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.147358 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.150771 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.154126 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.157502 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.160890 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.164202 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.167516 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.170830 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.174221 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.177533 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.180944 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.184231 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.187572 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.190930 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.194227 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.197527 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.201346 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.204685 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.208002 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.211379 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.214693 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.218056 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.221369 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.224788 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.228693 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.231969 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.235361 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.238723 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.242107 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.245435 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.249008 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.252943 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.256234 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.259767 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.263208 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.266921 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.270278 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.273587 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.276943 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.280263 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.283631 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.286958 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.290362 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.293660 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.296946 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.300261 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.303583 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.306871 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.310120 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.313327 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.316518 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.319719 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.322936 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.326141 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.329342 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.332542 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.335744 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.338974 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.342176 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.345380 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.348569 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.351782 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.355002 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.358213 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.361425 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.364612 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.367829 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.371044 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.374258 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.377459 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.380652 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.383874 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.387073 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.390271 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.393457 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.396663 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.399867 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.403096 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.406297 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.409504 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.412698 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.415901 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.419088 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.422296 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.425499 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.428704 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.431885 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.435077 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.438281 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.441480 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.444683 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.447886 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:42.451086 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:42.454293 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:42.457498 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:42.460711 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:42.463914 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:42.467117 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:42.470310 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:42.473516 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:42.476720 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:42.479900 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:42.483104 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:42.486316 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:42.489517 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:42.492718 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:42.495911 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:42.499115 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:42.502321 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:42.505522 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:42.508715 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:42.511925 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:42.515128 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:42.518340 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:42.521559 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:42.524770 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:42.527972 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:42.531178 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:42.534381 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:42.537575 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:42.540782 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:42.543966 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:42.547172 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:42.550388 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:42.553587 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:42.556790 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:42.559987 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:42.563187 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:42.566394 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:42.569601 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:42.572801 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:42.575995 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:42.579207 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:42.582413 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:42.585607 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:42.588810 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:42.592012 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:42.595221 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:42.598427 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:42.601631 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:42.604820 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:42.608013 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:42.611208 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:42.614419 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:42.617645 ---      ParallelTerminationStrategy: PID 22 died...
22:49:42.619102 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:42.622658 ---      ParallelTerminationStrategy: PID 23 died...
22:49:42.624097 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:42.627619 ---      ParallelTerminationStrategy: PID 24 died...
22:49:42.629056 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:42.632617 ---      ParallelTerminationStrategy: PID 25 died...
22:49:42.634092 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:42.637695 ---      ParallelTerminationStrategy: PID 26 died...
22:49:42.639144 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:42.642773 ---      ParallelTerminationStrategy: PID 27 died...
22:49:42.644255 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:42.647864 ---      ParallelTerminationStrategy: PID 28 died...
22:49:42.649324 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:42.652958 ---      ParallelTerminationStrategy: PID 29 died...
22:49:42.654432 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:42.658053 ---      ParallelTerminationStrategy: PID 30 died...
22:49:42.659520 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:42.663158 ---      ParallelTerminationStrategy: PID 31 died...
22:49:42.664630 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:42.668266 ---      ParallelTerminationStrategy: PID 32 died...
22:49:42.669753 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:42.673386 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.674861 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:42.678500 ---      ParallelTerminationStrategy: PID 35 died...
22:49:42.679970 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:42.683600 ---      ParallelTerminationStrategy: PID 36 died...
22:49:42.685075 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:42.688714 ---      ParallelTerminationStrategy: PID 37 died...
22:49:42.690184 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:42.693801 ---      ParallelTerminationStrategy: PID 38 died...
22:49:42.695268 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:42.698905 ---      ParallelTerminationStrategy: PID 39 died...
22:49:42.700374 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:42.704008 ---      ParallelTerminationStrategy: PID 40 died...
22:49:42.705488 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:42.709154 ---      ParallelTerminationStrategy: PID 41 died...
22:49:42.710632 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:42.714246 ---      ParallelTerminationStrategy: PID 42 died...
22:49:42.715710 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:42.719327 ---      ParallelTerminationStrategy: PID 43 died...
22:49:42.720826 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:42.724432 ---      ParallelTerminationStrategy: PID 44 died...
22:49:42.725909 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:42.729517 ---      ParallelTerminationStrategy: PID 45 died...
22:49:42.730986 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:42.734615 ---      ParallelTerminationStrategy: PID 46 died...
22:49:42.736081 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:42.739693 ---      ParallelTerminationStrategy: PID 47 died...
22:49:42.741159 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:42.744784 ---      ParallelTerminationStrategy: PID 48 died...
22:49:42.746247 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:42.749856 ---      ParallelTerminationStrategy: PID 49 died...
22:49:42.751310 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:42.754920 ---      ParallelTerminationStrategy: PID 50 died...
22:49:42.756385 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:42.760007 ---      ParallelTerminationStrategy: PID 51 died...
22:49:42.761468 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:42.765095 ---      ParallelTerminationStrategy: PID 52 died...
22:49:42.766565 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:42.770172 ---      ParallelTerminationStrategy: PID 53 died...
22:49:42.771628 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:42.775235 ---      ParallelTerminationStrategy: PID 54 died...
22:49:42.776698 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:42.780295 ---      ParallelTerminationStrategy: PID 55 died...
22:49:42.781755 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:42.785370 ---      ParallelTerminationStrategy: PID 56 died...
22:49:42.786819 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:42.790459 ---      ParallelTerminationStrategy: PID 57 died...
22:49:42.791925 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:42.795540 ---      ParallelTerminationStrategy: PID 58 died...
22:49:42.797005 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:42.800621 ---      ParallelTerminationStrategy: PID 59 died...
22:49:42.802083 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:42.805706 ---      ParallelTerminationStrategy: PID 60 died...
22:49:42.807173 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:42.810808 ---      ParallelTerminationStrategy: PID 61 died...
22:49:42.812265 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:42.815871 ---      ParallelTerminationStrategy: PID 62 died...
22:49:42.817339 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:42.820957 ---      ParallelTerminationStrategy: PID 63 died...
22:49:42.822418 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:42.826039 ---      ParallelTerminationStrategy: PID 64 died...
22:49:42.827503 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:42.831137 ---      ParallelTerminationStrategy: PID 65 died...
22:49:42.832596 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:42.836203 ---      ParallelTerminationStrategy: PID 66 died...
22:49:42.837663 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:42.841276 ---      ParallelTerminationStrategy: PID 67 died...
22:49:42.842739 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:42.846343 ---      ParallelTerminationStrategy: PID 68 died...
22:49:42.847799 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:42.851437 ---      ParallelTerminationStrategy: PID 69 died...
22:49:42.852905 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:42.856517 ---      ParallelTerminationStrategy: PID 70 died...
22:49:42.857993 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:42.861603 ---      ParallelTerminationStrategy: PID 71 died...
22:49:42.863061 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:42.866662 ---      ParallelTerminationStrategy: PID 72 died...
22:49:42.868120 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:42.871735 ---      ParallelTerminationStrategy: PID 73 died...
22:49:42.873197 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:42.876806 ---      ParallelTerminationStrategy: PID 74 died...
22:49:42.878267 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:42.881903 ---      ParallelTerminationStrategy: PID 75 died...
22:49:42.883370 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:42.886976 ---      ParallelTerminationStrategy: PID 76 died...
22:49:42.888424 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:42.892079 ---      ParallelTerminationStrategy: PID 77 died...
22:49:42.893553 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:42.897162 ---      ParallelTerminationStrategy: PID 78 died...
22:49:42.898615 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:42.902224 ---      ParallelTerminationStrategy: PID 79 died...
22:49:42.903683 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:42.907296 ---      ParallelTerminationStrategy: PID 80 died...
22:49:42.908775 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:42.912377 ---      ParallelTerminationStrategy: PID 81 died...
22:49:42.913839 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:42.917443 ---      ParallelTerminationStrategy: PID 82 died...
22:49:42.918904 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:42.922529 ---      ParallelTerminationStrategy: PID 83 died...
22:49:42.923990 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:42.927625 ---      ParallelTerminationStrategy: PID 84 died...
22:49:42.929090 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:42.932691 ---      ParallelTerminationStrategy: PID 85 died...
22:49:42.934149 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:42.937745 ---      ParallelTerminationStrategy: PID 86 died...
22:49:42.939201 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:42.942825 ---      ParallelTerminationStrategy: PID 87 died...
22:49:42.944291 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:42.947898 ---      ParallelTerminationStrategy: PID 88 died...
22:49:42.949377 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:42.952993 ---      ParallelTerminationStrategy: PID 89 died...
22:49:42.954447 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:42.958080 ---      ParallelTerminationStrategy: PID 90 died...
22:49:42.959548 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:42.963193 ---      ParallelTerminationStrategy: PID 91 died...
22:49:42.964676 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:42.968276 ---      ParallelTerminationStrategy: PID 92 died...
22:49:42.969744 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:42.973359 ---      ParallelTerminationStrategy: PID 93 died...
22:49:42.974813 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:42.978428 ---      ParallelTerminationStrategy: PID 94 died...
22:49:42.979892 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:42.983538 ---      ParallelTerminationStrategy: PID 95 died...
22:49:42.985004 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:42.988621 ---      ParallelTerminationStrategy: PID 96 died...
22:49:42.990098 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:42.993715 ---      ParallelTerminationStrategy: PID 97 died...
22:49:42.995165 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:42.998779 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.000236 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.003874 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.005338 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.008962 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.010423 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.014056 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.015507 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.019108 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.020560 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.024171 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.025648 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.029261 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.030730 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.034345 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.035798 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.039411 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.040887 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.044469 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.045934 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.049550 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.051012 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.054656 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.056120 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.059738 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.061212 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.064841 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.066304 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.069912 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.071385 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.074976 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.076433 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.080062 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.081533 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.085135 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.086588 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.090188 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.091652 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.095274 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.096741 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.100361 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.101854 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.105477 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.106938 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.110570 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.112034 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.115648 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.117134 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.120739 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.122206 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.125812 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.127277 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.130901 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.132366 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.135972 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.137434 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.141042 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.142497 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.146128 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.147589 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.151227 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.152700 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.156311 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.157811 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.161443 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.162905 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.166527 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.167995 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.171619 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.173097 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.176697 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.178172 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.181784 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.183246 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.186862 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.188321 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.191973 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.193451 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.197092 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.198557 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.202206 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.203663 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.207334 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.208794 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.212429 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.213892 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.217519 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.218979 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.222618 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.224081 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.227721 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.229203 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.232833 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.234300 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.237930 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.239394 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.243044 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.244504 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.248138 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.249604 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.253243 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.254711 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.258346 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.259805 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.263440 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.264952 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.268585 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.270061 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.273693 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.275160 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.278808 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.280267 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.283908 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.285385 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.289049 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.290514 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.294174 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.295635 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.299250 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.300727 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.304337 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.305795 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.309430 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.310897 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.314547 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.316017 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.319652 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.321123 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.324748 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.326203 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.329846 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.331303 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.334939 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.336399 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.340022 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.341492 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.345112 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.346566 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.350196 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.351655 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.355279 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.356777 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.360409 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.361876 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.365513 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.366972 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.370674 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.372147 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.375785 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.377264 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.380909 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.382366 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.386027 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.387473 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.391128 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.392598 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.396243 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.397715 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.401356 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.402814 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.406439 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.407907 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.411537 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.413023 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.416639 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.418112 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.421744 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.423204 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.426845 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.428309 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.431946 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.433416 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.437059 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.438523 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.442162 ---      ParallelTerminationStrategy: PID 185 died...
22:49:43.443618 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:43.447270 ---      ParallelTerminationStrategy: PID 186 died...
22:49:43.448770 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:43.452398 ---      ParallelTerminationStrategy: PID 187 died...
22:49:43.453879 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:43.457521 ---      ParallelTerminationStrategy: PID 188 died...
22:49:43.458981 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:43.462637 ---      ParallelTerminationStrategy: PID 189 died...
22:49:43.464100 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:43.467734 ---      ParallelTerminationStrategy: PID 190 died...
22:49:43.469199 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:43.472827 ---      ParallelTerminationStrategy: PID 191 died...
22:49:43.474287 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:43.477917 ---      ParallelTerminationStrategy: PID 192 died...
22:49:43.479377 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:43.483014 ---      ParallelTerminationStrategy: PID 193 died...
22:49:43.484481 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:43.488141 ---      ParallelTerminationStrategy: PID 194 died...
22:49:43.489620 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:43.493259 ---      ParallelTerminationStrategy: PID 195 died...
22:49:43.494720 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:43.498354 ---      ParallelTerminationStrategy: PID 196 died...
22:49:43.499823 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:43.503472 ---      ParallelTerminationStrategy: PID 197 died...
22:49:43.504946 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:43.508595 ---      ParallelTerminationStrategy: PID 198 died...
22:49:43.510080 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:43.513738 ---      ParallelTerminationStrategy: PID 199 died...
22:49:43.515205 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:43.518838 ---      ParallelTerminationStrategy: PID 200 died...
22:49:43.520300 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:43.523929 ---      ParallelTerminationStrategy: PID 201 died...
22:49:43.525412 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:43.529039 ---      ParallelTerminationStrategy: PID 202 died...
22:49:43.530497 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:43.534151 ---      ParallelTerminationStrategy: PID 203 died...
22:49:43.535616 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:43.539273 ---      ParallelTerminationStrategy: PID 204 died...
22:49:43.540740 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:43.544376 ---      ParallelTerminationStrategy: PID 205 died...
22:49:43.545840 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:43.549492 ---      ParallelTerminationStrategy: PID 206 died...
22:49:43.550954 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:43.554585 ---      ParallelTerminationStrategy: PID 207 died...
22:49:43.556051 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:43.559684 ---      ParallelTerminationStrategy: PID 208 died...
22:49:43.561174 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:43.564815 ---      ParallelTerminationStrategy: PID 209 died...
22:49:43.566275 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:43.569962 ---      ParallelTerminationStrategy: PID 210 died...
22:49:43.571421 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:43.575072 ---      ParallelTerminationStrategy: PID 211 died...
22:49:43.576532 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:43.580179 ---      ParallelTerminationStrategy: PID 212 died...
22:49:43.581660 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:43.585290 ---      ParallelTerminationStrategy: PID 213 died...
22:49:43.586756 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:43.590414 ---      ParallelTerminationStrategy: PID 214 died...
22:49:43.591873 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:43.595512 ---      ParallelTerminationStrategy: PID 215 died...
22:49:43.596979 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:43.600601 ---      ParallelTerminationStrategy: PID 216 died...
22:49:43.602081 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:43.605718 ---      ParallelTerminationStrategy: PID 217 died...
22:49:43.607182 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:43.610806 ---      ParallelTerminationStrategy: PID 218 died...
22:49:43.612273 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:43.615920 ---      ParallelTerminationStrategy: PID 219 died...
22:49:43.617403 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:43.621057 ---      ParallelTerminationStrategy: PID 220 died...
22:49:43.622516 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:43.626188 ---      ParallelTerminationStrategy: PID 221 died...
22:49:43.627648 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:43.631290 ---      ParallelTerminationStrategy: PID 222 died...
22:49:43.632756 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:43.636385 ---      ParallelTerminationStrategy: PID 223 died...
22:49:43.637875 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:43.641516 ---      ParallelTerminationStrategy: PID 224 died...
22:49:43.642982 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:43.646627 ---      ParallelTerminationStrategy: PID 225 died...
22:49:43.648097 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:43.651743 ---      ParallelTerminationStrategy: PID 226 died...
22:49:43.653235 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:43.656871 ---      ParallelTerminationStrategy: PID 227 died...
22:49:43.658345 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:43.661996 ---      ParallelTerminationStrategy: PID 228 died...
22:49:43.663466 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:43.667121 ---      ParallelTerminationStrategy: PID 229 died...
22:49:43.668582 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:43.672243 ---      ParallelTerminationStrategy: PID 230 died...
22:49:43.673729 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:43.677371 ---      ParallelTerminationStrategy: PID 231 died...
22:49:43.678837 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:43.682488 ---      ParallelTerminationStrategy: PID 232 died...
22:49:43.683955 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:43.687604 ---      ParallelTerminationStrategy: PID 233 died...
22:49:43.689087 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:43.692758 ---      ParallelTerminationStrategy: PID 234 died...
22:49:43.694231 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.098641 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.104875 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8195 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.183818 tst                       trial-8195: Storing JUnit report in /build/trial-8195/run.2025-12-29_22-48-20/trial-8195.xml

--------------------------------------------------------------------------------------------
trial-8195 PASS
--------------------------------------------------------------------------------------------
22:49:47.194538 tst                       trial-8195: trial-8195: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8195/inst
+ cd trial-8195
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-29 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8195-run.tgz run.2025-12-29_22-48-20
+ tar czf /build/trial-8195-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-29_13_31_29.tgz osmo-bts-oc2g.build-2025-12-29_00_52_47.tgz osmo-bts-sysmo.build-2025-12-29_00_52_49.tgz osmo-bts.build-2025-12-29_00_52_38.tgz osmo-ggsn.build-2025-12-29_20_59_36.tgz osmo-hlr.build-2025-12-29_16_37_01.tgz osmo-hnbgw.build-2025-12-29_13_33_39.tgz osmo-mgw.build-2025-12-29_08_34_52.tgz osmo-msc.build-2025-12-29_13_39_57.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-29_07_35_26.tgz osmo-pcu-sysmo.build-2025-12-29_07_37_54.tgz osmo-pcu.build-2025-12-29_07_35_30.tgz osmo-sgsn.build-2025-12-29_21_17_41.tgz osmo-stp.build-2025-12-29_13_30_17.tgz osmo-trx.build-2025-12-29_14_38_43.tgz osmocom-bb.build-2025-12-29_21_18_44.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