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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#30 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f6c204d8793ea82c66ad6fa82c91a1d8610b898fd84634756642bdd7955c0750 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8362 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-06-14 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8362
+ mkdir -p trial-8362
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-14_13_26_45.tgz osmo-bts-oc2g.build-2026-06-14_00_51_58.tgz osmo-bts-sysmo.build-2026-06-14_00_52_04.tgz osmo-bts.build-2026-06-14_00_52_11.tgz osmo-ggsn.build-2026-06-14_20_43_09.tgz osmo-hlr.build-2026-06-14_16_36_55.tgz osmo-hnbgw.build-2026-06-14_13_30_59.tgz osmo-mgw.build-2026-06-14_08_33_06.tgz osmo-msc.build-2026-06-14_13_35_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-14_07_34_51.tgz osmo-pcu-sysmo.build-2026-06-14_07_34_54.tgz osmo-pcu.build-2026-06-14_07_35_02.tgz osmo-sgsn.build-2026-06-14_20_48_24.tgz osmo-stp.build-2026-06-14_13_25_51.tgz osmo-trx.build-2026-06-14_14_22_02.tgz osmocom-bb.build-2026-06-14_21_17_23.tgz srslte.build-19.tgz trial-8362
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-14_13_26_45.md5 osmo-bts-oc2g.build-2026-06-14_00_51_58.md5 osmo-bts-sysmo.build-2026-06-14_00_52_04.md5 osmo-bts.build-2026-06-14_00_52_11.md5 osmo-ggsn.build-2026-06-14_20_43_09.md5 osmo-hlr.build-2026-06-14_16_36_55.md5 osmo-hnbgw.build-2026-06-14_13_30_59.md5 osmo-mgw.build-2026-06-14_08_33_06.md5 osmo-msc.build-2026-06-14_13_35_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-14_07_34_51.md5 osmo-pcu-sysmo.build-2026-06-14_07_34_54.md5 osmo-pcu.build-2026-06-14_07_35_02.md5 osmo-sgsn.build-2026-06-14_20_48_24.md5 osmo-stp.build-2026-06-14_13_25_51.md5 osmo-trx.build-2026-06-14_14_22_02.md5 osmocom-bb.build-2026-06-14_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-14_13_26_45.md5 osmo-bts-oc2g.build-2026-06-14_00_51_58.md5 osmo-bts-sysmo.build-2026-06-14_00_52_04.md5 osmo-bts.build-2026-06-14_00_52_11.md5 osmo-ggsn.build-2026-06-14_20_43_09.md5 osmo-hlr.build-2026-06-14_16_36_55.md5 osmo-hnbgw.build-2026-06-14_13_30_59.md5 osmo-mgw.build-2026-06-14_08_33_06.md5 osmo-msc.build-2026-06-14_13_35_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-14_07_34_51.md5 osmo-pcu-sysmo.build-2026-06-14_07_34_54.md5 osmo-pcu.build-2026-06-14_07_35_02.md5 osmo-sgsn.build-2026-06-14_20_48_24.md5 osmo-stp.build-2026-06-14_13_25_51.md5 osmo-trx.build-2026-06-14_14_22_02.md5 osmocom-bb.build-2026-06-14_21_17_23.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-8362 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8362'
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-8362
--------------------------------------------------------------------------------------------
22:48:16.531510 tst                       trial-8362: Detailed log at /build/trial-8362/run.2026-06-14_22-48-16/log

---------------------------------------------------------------------
trial-8362 netreg_mass
---------------------------------------------------------------------
22:48:16.736275 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.736617 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.737386 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.738545 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.780151 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.781027 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.782234 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.845819 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-8362 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.846556 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.861550 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.862065 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.862525 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.862963 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.863386 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.863837 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.864280 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.894818 tst         register_default_mass.py: using LAC 2
22:48:16.916816 tst         register_default_mass.py: using RAC 2
22:48:16.943136 tst         register_default_mass.py: using CellId 2
22:48:16.972107 tst         register_default_mass.py: using BVCI 3
22:48:16.985661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.986361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.986953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.987492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.987995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.988522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.989023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.989545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.990080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.990611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.991130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.991634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.992175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.992712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.993237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.993780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.994309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.994823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.995358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.995881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.996397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.996935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.997463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.997992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.998520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.999040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.999559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.000085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.000606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.001122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.001646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.002176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.002707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.003230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.003753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.004290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.004798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.005318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.005851 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.006374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.006877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.007383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.007909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.008418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.008930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.009442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.009949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.010464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.010990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.011511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.012024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.012547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.013056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.013571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.014090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.014606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.015129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.015646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.016163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.016681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.017189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.017697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.018230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.018757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.019260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.019767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.020289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.020803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.024450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.024965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.026486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.028005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.028508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.033081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.033609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.034117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.034639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.035147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.035648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.036156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.036676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.037185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.037702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.038280 tst      register_default_mass.py:21: Launching a simple network
22:48:17.048272 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.166910 run            create_hlr_db(pid=20): Launched
22:48:18.181338 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.197167 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.211918 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.217447 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.402166 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.416790 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.422304 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.839539 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.854139 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.868638 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.996139 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.010801 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.016365 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.039559 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.054105 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.059554 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.375254 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.390097 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.416291 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.590055 run         osmo-bts-virtual(pid=34): Launched
22:48:29.625759 tst         register_default_mass.py: using MSISDN 1001
22:48:29.640363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.679776 tst         register_default_mass.py: using MSISDN 1002
22:48:29.689918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.719967 tst         register_default_mass.py: using MSISDN 1003
22:48:29.735380 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.766035 tst         register_default_mass.py: using MSISDN 1004
22:48:29.780643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.810730 tst         register_default_mass.py: using MSISDN 1005
22:48:29.820312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.850765 tst         register_default_mass.py: using MSISDN 1006
22:48:29.866563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.897103 tst         register_default_mass.py: using MSISDN 1007
22:48:29.911739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.942296 tst         register_default_mass.py: using MSISDN 1008
22:48:29.956776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.987592 tst         register_default_mass.py: using MSISDN 1009
22:48:30.002206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.033004 tst         register_default_mass.py: using MSISDN 1010
22:48:30.047649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.078276 tst         register_default_mass.py: using MSISDN 1011
22:48:30.092828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.123576 tst         register_default_mass.py: using MSISDN 1012
22:48:30.138089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.168904 tst         register_default_mass.py: using MSISDN 1013
22:48:30.183572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.214635 tst         register_default_mass.py: using MSISDN 1014
22:48:30.229365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.260429 tst         register_default_mass.py: using MSISDN 1015
22:48:30.275191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.306126 tst         register_default_mass.py: using MSISDN 1016
22:48:30.320877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.351818 tst         register_default_mass.py: using MSISDN 1017
22:48:30.366510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.397442 tst         register_default_mass.py: using MSISDN 1018
22:48:30.412175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.443263 tst         register_default_mass.py: using MSISDN 1019
22:48:30.457899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.488834 tst         register_default_mass.py: using MSISDN 1020
22:48:30.503599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.534575 tst         register_default_mass.py: using MSISDN 1021
22:48:30.548923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.588188 tst         register_default_mass.py: using MSISDN 1022
22:48:30.606014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.645951 tst         register_default_mass.py: using MSISDN 1023
22:48:30.663133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.694007 tst         register_default_mass.py: using MSISDN 1024
22:48:30.708949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.739935 tst         register_default_mass.py: using MSISDN 1025
22:48:30.754785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.785806 tst         register_default_mass.py: using MSISDN 1026
22:48:30.800727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.831621 tst         register_default_mass.py: using MSISDN 1027
22:48:30.846311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.877168 tst         register_default_mass.py: using MSISDN 1028
22:48:30.891893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.922642 tst         register_default_mass.py: using MSISDN 1029
22:48:30.937259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.968111 tst         register_default_mass.py: using MSISDN 1030
22:48:30.982815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.013627 tst         register_default_mass.py: using MSISDN 1031
22:48:31.028250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.059232 tst         register_default_mass.py: using MSISDN 1032
22:48:31.073950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.104780 tst         register_default_mass.py: using MSISDN 1033
22:48:31.119428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.150248 tst         register_default_mass.py: using MSISDN 1034
22:48:31.164996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.195829 tst         register_default_mass.py: using MSISDN 1035
22:48:31.210539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.241351 tst         register_default_mass.py: using MSISDN 1036
22:48:31.256033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.286734 tst         register_default_mass.py: using MSISDN 1037
22:48:31.301274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.332014 tst         register_default_mass.py: using MSISDN 1038
22:48:31.346611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.377588 tst         register_default_mass.py: using MSISDN 1039
22:48:31.392283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.423227 tst         register_default_mass.py: using MSISDN 1040
22:48:31.437340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.468100 tst         register_default_mass.py: using MSISDN 1041
22:48:31.482694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.513733 tst         register_default_mass.py: using MSISDN 1042
22:48:31.528564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.567720 tst         register_default_mass.py: using MSISDN 1043
22:48:31.585576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.616286 tst         register_default_mass.py: using MSISDN 1044
22:48:31.630509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.661179 tst         register_default_mass.py: using MSISDN 1045
22:48:31.675653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.706029 tst         register_default_mass.py: using MSISDN 1046
22:48:31.720419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.750947 tst         register_default_mass.py: using MSISDN 1047
22:48:31.765438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.796116 tst         register_default_mass.py: using MSISDN 1048
22:48:31.810571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.841115 tst         register_default_mass.py: using MSISDN 1049
22:48:31.855675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.886489 tst         register_default_mass.py: using MSISDN 1050
22:48:31.901108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.931816 tst         register_default_mass.py: using MSISDN 1051
22:48:31.946314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.977021 tst         register_default_mass.py: using MSISDN 1052
22:48:31.991681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.022110 tst         register_default_mass.py: using MSISDN 1053
22:48:32.036565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.067428 tst         register_default_mass.py: using MSISDN 1054
22:48:32.082110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.112817 tst         register_default_mass.py: using MSISDN 1055
22:48:32.127405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.158253 tst         register_default_mass.py: using MSISDN 1056
22:48:32.172924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.203060 tst         register_default_mass.py: using MSISDN 1057
22:48:32.217327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.247888 tst         register_default_mass.py: using MSISDN 1058
22:48:32.262302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.292927 tst         register_default_mass.py: using MSISDN 1059
22:48:32.307488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.338198 tst         register_default_mass.py: using MSISDN 1060
22:48:32.352872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.383416 tst         register_default_mass.py: using MSISDN 1061
22:48:32.397799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.428103 tst         register_default_mass.py: using MSISDN 1062
22:48:32.441862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.472231 tst         register_default_mass.py: using MSISDN 1063
22:48:32.486614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.517181 tst         register_default_mass.py: using MSISDN 1064
22:48:32.531625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.562452 tst         register_default_mass.py: using MSISDN 1065
22:48:32.576857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.607338 tst         register_default_mass.py: using MSISDN 1066
22:48:32.621638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.652160 tst         register_default_mass.py: using MSISDN 1067
22:48:32.666568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.697114 tst         register_default_mass.py: using MSISDN 1068
22:48:32.711608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.742196 tst         register_default_mass.py: using MSISDN 1069
22:48:32.756661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.787398 tst         register_default_mass.py: using MSISDN 1070
22:48:32.796921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.827295 tst         register_default_mass.py: using MSISDN 1071
22:48:32.842735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.873394 tst         register_default_mass.py: using MSISDN 1072
22:48:32.887532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.918134 tst         register_default_mass.py: using MSISDN 1073
22:48:32.932514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.962918 tst         register_default_mass.py: using MSISDN 1074
22:48:32.977120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.007658 tst         register_default_mass.py: using MSISDN 1075
22:48:33.021900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.052212 tst         register_default_mass.py: using MSISDN 1076
22:48:33.066325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.096919 tst         register_default_mass.py: using MSISDN 1077
22:48:33.111148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.141379 tst         register_default_mass.py: using MSISDN 1078
22:48:33.155443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.186269 tst         register_default_mass.py: using MSISDN 1079
22:48:33.200637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.230885 tst         register_default_mass.py: using MSISDN 1080
22:48:33.245044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.275663 tst         register_default_mass.py: using MSISDN 1081
22:48:33.289975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.320427 tst         register_default_mass.py: using MSISDN 1082
22:48:33.334599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.365108 tst         register_default_mass.py: using MSISDN 1083
22:48:33.379562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.409709 tst         register_default_mass.py: using MSISDN 1084
22:48:33.423709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.453920 tst         register_default_mass.py: using MSISDN 1085
22:48:33.468036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.502623 tst         register_default_mass.py: using MSISDN 1086
22:48:33.518696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.549133 tst         register_default_mass.py: using MSISDN 1087
22:48:33.563490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.593542 tst         register_default_mass.py: using MSISDN 1088
22:48:33.607584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.646257 tst         register_default_mass.py: using MSISDN 1089
22:48:33.663609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.694266 tst         register_default_mass.py: using MSISDN 1090
22:48:33.708839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.739069 tst         register_default_mass.py: using MSISDN 1091
22:48:33.753178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.782942 tst         register_default_mass.py: using MSISDN 1092
22:48:33.796832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.827158 tst         register_default_mass.py: using MSISDN 1093
22:48:33.841217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.871262 tst         register_default_mass.py: using MSISDN 1094
22:48:33.885386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.916082 tst         register_default_mass.py: using MSISDN 1095
22:48:33.930434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.960666 tst         register_default_mass.py: using MSISDN 1096
22:48:33.974758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.004912 tst         register_default_mass.py: using MSISDN 1097
22:48:34.018936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.049298 tst         register_default_mass.py: using MSISDN 1098
22:48:34.063461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.093891 tst         register_default_mass.py: using MSISDN 1099
22:48:34.108016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.138180 tst         register_default_mass.py: using MSISDN 1100
22:48:34.152244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.243455 run                             mass: Starting testcase
22:48:34.248952 run                             mass: Pre-launching all virtphy's
22:48:34.254324 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.267216 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.273302 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.286059 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.291986 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.304775 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.310743 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.323471 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.329351 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.341860 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.347747 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.360486 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.366353 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.379099 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.384972 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.397627 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.403767 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.416547 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.422446 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.435067 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.440961 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.453642 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.459575 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.472278 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.478142 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.490747 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.496653 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.509307 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.515197 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.527708 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.533554 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.546192 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.552111 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.564813 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.570677 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.583276 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.589133 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.601800 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.607665 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.620443 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.626451 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.639257 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.645191 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.657784 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.663667 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.676467 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.682389 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.695045 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.700983 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.713570 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.719376 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.731969 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.737837 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.750573 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.756492 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.769193 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.775049 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.787739 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.793585 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.806413 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.812317 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.824958 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.830855 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.843539 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.849473 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.862165 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.868051 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.880701 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.886581 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.899232 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.905095 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.917755 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.923596 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.936282 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.942144 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.954847 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.960697 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.973554 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.979413 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.992193 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.998073 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.010766 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.016749 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.029429 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.035406 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.048124 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.054000 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.066654 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.072538 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.085212 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.091099 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.103784 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.109650 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.122373 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.128252 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.140961 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.146830 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.159453 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.165360 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.178000 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.183869 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.196504 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.202374 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.215214 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.221095 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.233863 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.239821 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.252584 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.258470 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.271201 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.277096 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.289887 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.295773 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.308661 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.314516 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.327249 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.333115 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.345812 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.351651 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.364295 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.370165 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.382810 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.388658 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.401299 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.407209 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.419872 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.426001 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.438950 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.445046 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.457796 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.463768 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.476497 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.482345 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.495143 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.500973 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.513736 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.519660 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.532293 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.538173 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.550872 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.556751 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.569407 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.575292 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.587934 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.593825 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.606504 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.612358 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.625105 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.630983 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.643632 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.649460 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.662125 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.668017 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.680810 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.686686 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.699439 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.705302 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.717962 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.724001 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.736755 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.742729 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.755496 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.761376 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.774036 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.779949 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.792592 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.798470 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.811155 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.817065 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.829759 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.835622 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.848332 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.854213 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.866896 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.872852 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.885616 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.891514 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.904197 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.910040 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.922898 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.928764 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.941625 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.947508 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.960281 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.966145 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.978965 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.984850 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.997610 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.003542 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.016242 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.022112 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.034849 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.040684 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.053293 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.059171 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.071883 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.077719 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.090425 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.096265 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.108957 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.114804 run                             mass: Checking if sockets are in the filesystem
22:48:36.147088 run                osmo-ms-mob/00000: Starting mobile
22:48:36.160006 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.171981 run                             mass: MS start registered  {at=2388244.465803412, delay=0.005916711874306202, ms=00000}
22:48:40.361778 run                osmo-ms-mob/00001: Starting mobile
22:48:40.378610 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.389545 run                             mass: MS start registered  {at=2388248.683367011, delay=0.004751528147608042, ms=00001}
22:48:41.419037 run                             mass: MS performed LU  {at=2388249.712741236, lu_delay=5.24693782441318, ms=00000}
22:48:42.162637 run                osmo-ms-mob/00002: Starting mobile
22:48:42.179248 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.189677 run                             mass: MS start registered  {at=2388250.483500439, delay=0.004576702136546373, ms=00002}
22:48:43.461200 run                osmo-ms-mob/00003: Starting mobile
22:48:43.478263 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.488836 run                             mass: MS start registered  {at=2388251.782659527, delay=0.004582921043038368, ms=00003}
22:48:44.530765 run                osmo-ms-mob/00004: Starting mobile
22:48:44.543449 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.554083 run                             mass: MS start registered  {at=2388252.847911305, delay=0.004716112744063139, ms=00004}
22:48:45.184209 run                             mass: MS performed LU  {at=2388253.477902634, lu_delay=4.794535622932017, ms=00001}
22:48:45.530618 run                osmo-ms-mob/00005: Starting mobile
22:48:45.543477 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.554081 run                             mass: MS start registered  {at=2388253.847908399, delay=0.0047315629199147224, ms=00005}
22:48:46.430763 run                osmo-ms-mob/00006: Starting mobile
22:48:46.443588 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.454245 run                             mass: MS start registered  {at=2388254.748074469, delay=0.004685447085648775, ms=00006}
22:48:47.086026 run                             mass: MS performed LU  {at=2388255.379739224, lu_delay=4.896238784771413, ms=00002}
22:48:47.361586 run                osmo-ms-mob/00007: Starting mobile
22:48:47.378106 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.388717 run                             mass: MS start registered  {at=2388255.682542333, delay=0.00475039379671216, ms=00007}
22:48:48.131084 run                osmo-ms-mob/00008: Starting mobile
22:48:48.143865 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.154802 run                             mass: MS start registered  {at=2388256.448628887, delay=0.005019049160182476, ms=00008}
22:48:48.862583 run                osmo-ms-mob/00009: Starting mobile
22:48:48.879593 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.890464 run                             mass: MS start registered  {at=2388257.184291664, delay=0.004893481265753508, ms=00009}
22:48:48.950397 run                             mass: MS performed LU  {at=2388257.244139189, lu_delay=5.461479661986232, ms=00003}
22:48:49.549659 run                osmo-ms-mob/00010: Starting mobile
22:48:49.562939 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.573762 run                             mass: MS start registered  {at=2388257.867590902, delay=0.0045783668756484985, ms=00010}
22:48:50.176054 run                osmo-ms-mob/00011: Starting mobile
22:48:50.193511 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.204306 run                             mass: MS start registered  {at=2388258.498133977, delay=0.004788300022482872, ms=00011}
22:48:50.729718 run                osmo-ms-mob/00012: Starting mobile
22:48:50.742878 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.753828 run                             mass: MS start registered  {at=2388259.047655791, delay=0.0049293311312794685, ms=00012}
22:48:50.851414 run                             mass: MS performed LU  {at=2388259.145133245, lu_delay=6.297221940010786, ms=00004}
22:48:50.878251 run                             mass: MS performed LU  {at=2388259.172037504, lu_delay=5.324129105079919, ms=00005}
22:48:51.361728 run                osmo-ms-mob/00013: Starting mobile
22:48:51.378823 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.389570 run                             mass: MS start registered  {at=2388259.683398737, delay=0.004813865292817354, ms=00013}
22:48:51.931008 run                osmo-ms-mob/00014: Starting mobile
22:48:51.944053 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.954820 run                             mass: MS start registered  {at=2388260.248645651, delay=0.004851260222494602, ms=00014}
22:48:52.530486 run                osmo-ms-mob/00015: Starting mobile
22:48:52.543273 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.554459 run                             mass: MS start registered  {at=2388260.848285922, delay=0.004920132923871279, ms=00015}
22:48:52.716112 run                             mass: MS performed LU  {at=2388261.00982771, lu_delay=6.26175324106589, ms=00006}
22:48:52.780929 run                             mass: MS performed LU  {at=2388261.074643272, lu_delay=5.392100939061493, ms=00007}
22:48:53.061977 run                osmo-ms-mob/00016: Starting mobile
22:48:53.078615 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.084873 run                             mass: MS performed LU  {at=2388261.378707995, lu_delay=4.93007910810411, ms=00008}
22:48:53.090675 run                             mass: MS start registered  {at=2388261.384517584, delay=0.005826061125844717, ms=00016}
22:48:53.543019 run                osmo-ms-mob/00017: Starting mobile
22:48:53.556986 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.568315 run                             mass: MS start registered  {at=2388261.862138927, delay=0.005236207041889429, ms=00017}
22:48:54.153891 run                osmo-ms-mob/00018: Starting mobile
22:48:54.169967 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.181095 run                             mass: MS start registered  {at=2388262.474919474, delay=0.005010707303881645, ms=00018}
22:48:54.516081 run                             mass: MS performed LU  {at=2388262.809807377, lu_delay=5.625515712890774, ms=00009}
22:48:54.559269 run                osmo-ms-mob/00019: Starting mobile
22:48:54.574939 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.585815 run                             mass: MS start registered  {at=2388262.879645613, delay=0.00496628088876605, ms=00019}
22:48:54.617175 run                             mass: MS performed LU  {at=2388262.910899567, lu_delay=5.043308665044606, ms=00010}
22:48:54.644940 run                             mass: MS performed LU  {at=2388262.938662711, lu_delay=4.440528734121472, ms=00011}
22:48:55.062307 run                osmo-ms-mob/00020: Starting mobile
22:48:55.078829 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.090415 run                             mass: MS start registered  {at=2388263.384239209, delay=0.005647143814712763, ms=00020}
22:48:55.544426 run                osmo-ms-mob/00021: Starting mobile
22:48:55.558146 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.569010 run                             mass: MS start registered  {at=2388263.862837331, delay=0.004876764956861734, ms=00021}
22:48:55.929946 run                osmo-ms-mob/00022: Starting mobile
22:48:55.943006 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.953843 run                             mass: MS start registered  {at=2388264.24766962, delay=0.004927425179630518, ms=00022}
22:48:56.460523 run                osmo-ms-mob/00023: Starting mobile
22:48:56.477228 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.483460 run                             mass: MS performed LU  {at=2388264.77729296, lu_delay=5.09389422275126, ms=00013}
22:48:56.489283 run                             mass: MS start registered  {at=2388264.783125406, delay=0.00585089810192585, ms=00023}
22:48:56.547276 run                             mass: MS performed LU  {at=2388264.841000844, lu_delay=5.7933450527489185, ms=00012}
22:48:56.830701 run                osmo-ms-mob/00024: Starting mobile
22:48:56.843439 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.849721 run                             mass: MS performed LU  {at=2388265.143555216, lu_delay=4.894909564871341, ms=00014}
22:48:56.855584 run                             mass: MS start registered  {at=2388265.149426571, delay=0.0059396191500127316, ms=00024}
22:48:57.343878 run                osmo-ms-mob/00025: Starting mobile
22:48:57.357467 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.368461 run                             mass: MS start registered  {at=2388265.662289012, delay=0.005043850280344486, ms=00025}
22:48:57.735204 run                osmo-ms-mob/00026: Starting mobile
22:48:57.747880 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.759361 run                             mass: MS start registered  {at=2388266.053187297, delay=0.005309296306222677, ms=00026}
22:48:58.153683 run                osmo-ms-mob/00027: Starting mobile
22:48:58.169837 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.181012 run                             mass: MS start registered  {at=2388266.474840202, delay=0.004986734129488468, ms=00027}
22:48:58.282013 run                             mass: MS performed LU  {at=2388266.575736486, lu_delay=5.7274505640380085, ms=00015}
22:48:58.383369 run                             mass: MS performed LU  {at=2388266.677114823, lu_delay=5.292597238905728, ms=00016}
22:48:58.410789 run                             mass: MS performed LU  {at=2388266.704542093, lu_delay=4.842403165996075, ms=00017}
22:48:58.432582 run                osmo-ms-mob/00028: Starting mobile
22:48:58.445350 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.456159 run                             mass: MS start registered  {at=2388266.749990253, delay=0.004821778740733862, ms=00028}
22:48:58.961176 run                osmo-ms-mob/00029: Starting mobile
22:48:58.974213 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.985378 run                             mass: MS start registered  {at=2388267.279205411, delay=0.004875042010098696, ms=00029}
22:48:59.331233 run                osmo-ms-mob/00030: Starting mobile
22:48:59.344216 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.355718 run                             mass: MS start registered  {at=2388267.649540397, delay=0.005510512739419937, ms=00030}
22:48:59.754071 run                osmo-ms-mob/00031: Starting mobile
22:48:59.769879 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.781160 run                             mass: MS start registered  {at=2388268.074987972, delay=0.005117051303386688, ms=00031}
22:49:00.031008 run                osmo-ms-mob/00032: Starting mobile
22:49:00.043921 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.054863 run                             mass: MS start registered  {at=2388268.348690751, delay=0.004967648070305586, ms=00032}
22:49:00.247647 run                             mass: MS performed LU  {at=2388268.541378492, lu_delay=5.157139283139259, ms=00020}
22:49:00.312446 run                             mass: MS performed LU  {at=2388268.606173942, lu_delay=5.726528328843415, ms=00019}
22:49:00.354228 run                osmo-ms-mob/00033: Starting mobile
22:49:00.368038 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.378951 run                             mass: MS start registered  {at=2388268.672781266, delay=0.004886501934379339, ms=00033}
22:49:00.417944 run                             mass: MS performed LU  {at=2388268.711689064, lu_delay=4.848851732909679, ms=00021}
22:49:00.853894 run                osmo-ms-mob/00034: Starting mobile
22:49:00.870533 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.881634 run                             mass: MS start registered  {at=2388269.175457604, delay=0.00513264536857605, ms=00034}
22:49:01.141540 run                osmo-ms-mob/00035: Starting mobile
22:49:01.155746 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.167266 run                             mass: MS start registered  {at=2388269.461091822, delay=0.005289243068546057, ms=00035}
22:49:01.546073 run                osmo-ms-mob/00036: Starting mobile
22:49:01.560075 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.571320 run                             mass: MS start registered  {at=2388269.865144332, delay=0.005252112168818712, ms=00036}
22:49:01.961965 run                osmo-ms-mob/00037: Starting mobile
22:49:01.978556 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.989232 run                             mass: MS start registered  {at=2388270.283059127, delay=0.004725810140371323, ms=00037}
22:49:02.048022 run                             mass: MS performed LU  {at=2388270.341749899, lu_delay=5.192323327995837, ms=00024}
22:49:02.149683 run                             mass: MS performed LU  {at=2388270.443410903, lu_delay=4.781121890991926, ms=00025}
22:49:02.163877 run                osmo-ms-mob/00038: Starting mobile
22:49:02.176943 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.183240 run                             mass: MS performed LU  {at=2388270.477075191, lu_delay=6.229405571240932, ms=00022}
22:49:02.189109 run                             mass: MS start registered  {at=2388270.482951515, delay=0.0058945599012076855, ms=00038}
22:49:02.320626 run                             mass: MS performed LU  {at=2388270.614352451, lu_delay=5.831227045040578, ms=00023}
22:49:02.349660 run                osmo-ms-mob/00039: Starting mobile
22:49:02.362614 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.373402 run                             mass: MS start registered  {at=2388270.667232548, delay=0.004791427869349718, ms=00039}
22:49:02.943167 run                osmo-ms-mob/00040: Starting mobile
22:49:02.957066 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.967922 run                             mass: MS start registered  {at=2388271.261750413, delay=0.004807916935533285, ms=00040}
22:49:03.231093 run                osmo-ms-mob/00041: Starting mobile
22:49:03.244593 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.255524 run                             mass: MS start registered  {at=2388271.549342428, delay=0.004947208799421787, ms=00041}
22:49:03.544131 run                osmo-ms-mob/00042: Starting mobile
22:49:03.557654 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.568593 run                             mass: MS start registered  {at=2388271.862421427, delay=0.004994906950742006, ms=00042}
22:49:03.960780 run                osmo-ms-mob/00043: Starting mobile
22:49:03.977786 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.983715 run                             mass: MS performed LU  {at=2388272.277550586, lu_delay=5.527560333255678, ms=00028}
22:49:03.989746 run                             mass: MS start registered  {at=2388272.283586986, delay=0.006053304765373468, ms=00043}
22:49:04.012301 run                             mass: MS performed LU  {at=2388272.306120624, lu_delay=4.656580226961523, ms=00030}
22:49:04.024323 run                osmo-ms-mob/00044: Starting mobile
22:49:04.037080 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.047806 run                             mass: MS start registered  {at=2388272.341636715, delay=0.00477632787078619, ms=00044}
22:49:04.078253 run                             mass: MS performed LU  {at=2388272.371955977, lu_delay=5.092750565614551, ms=00029}
22:49:04.222344 run                             mass: MS performed LU  {at=2388272.516077735, lu_delay=6.041237533092499, ms=00027}
22:49:04.251923 run                osmo-ms-mob/00045: Starting mobile
22:49:04.264947 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.270896 run                             mass: MS performed LU  {at=2388272.564732704, lu_delay=6.511545406654477, ms=00026}
22:49:04.276657 run                             mass: MS start registered  {at=2388272.570499648, delay=0.005783857777714729, ms=00045}
22:49:04.827634 run                osmo-ms-mob/00046: Starting mobile
22:49:04.840761 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.851758 run                             mass: MS start registered  {at=2388273.145585795, delay=0.005004798993468285, ms=00046}
22:49:05.144184 run                osmo-ms-mob/00047: Starting mobile
22:49:05.157955 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.169225 run                             mass: MS start registered  {at=2388273.463052207, delay=0.0050155483186244965, ms=00047}
22:49:05.452671 run                osmo-ms-mob/00048: Starting mobile
22:49:05.468579 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.479700 run                             mass: MS start registered  {at=2388273.773524712, delay=0.004944488871842623, ms=00048}
22:49:05.729743 run                osmo-ms-mob/00049: Starting mobile
22:49:05.742417 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.753400 run                             mass: MS start registered  {at=2388274.047225661, delay=0.004801675211638212, ms=00049}
22:49:05.813164 run                             mass: MS performed LU  {at=2388274.106888606, lu_delay=5.758197855204344, ms=00032}
22:49:05.851387 run                             mass: MS performed LU  {at=2388274.145134446, lu_delay=5.4723531804047525, ms=00033}
22:49:05.870743 run                osmo-ms-mob/00050: Starting mobile
22:49:05.883535 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.894358 run                             mass: MS start registered  {at=2388274.18818585, delay=0.0049521890468895435, ms=00050}
22:49:05.942031 run                             mass: MS performed LU  {at=2388274.23578337, lu_delay=4.7746915481984615, ms=00035}
22:49:06.471448 run                osmo-ms-mob/00051: Starting mobile
22:49:06.488685 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.499423 run                             mass: MS start registered  {at=2388274.793252662, delay=0.004746582824736834, ms=00051}
22:49:06.743446 run                osmo-ms-mob/00052: Starting mobile
22:49:06.757863 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.769110 run                             mass: MS start registered  {at=2388275.062938274, delay=0.005106952972710133, ms=00052}
22:49:06.837984 run                             mass: MS performed LU  {at=2388275.131725434, lu_delay=7.056737462058663, ms=00031}
22:49:07.031483 run                osmo-ms-mob/00053: Starting mobile
22:49:07.044788 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.055745 run                             mass: MS start registered  {at=2388275.34957015, delay=0.004847520962357521, ms=00053}
22:49:07.344079 run                osmo-ms-mob/00054: Starting mobile
22:49:07.357735 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.368658 run                             mass: MS start registered  {at=2388275.662486969, delay=0.004947007168084383, ms=00054}
22:49:07.630587 run                osmo-ms-mob/00055: Starting mobile
22:49:07.643669 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.654866 run                             mass: MS start registered  {at=2388275.948691877, delay=0.004790915176272392, ms=00055}
22:49:07.677701 run                             mass: MS performed LU  {at=2388275.971481573, lu_delay=5.488530057948083, ms=00038}
22:49:07.714585 run                             mass: MS performed LU  {at=2388276.008326787, lu_delay=6.143182455096394, ms=00036}
22:49:07.736292 run                osmo-ms-mob/00056: Starting mobile
22:49:07.749501 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.755890 run                             mass: MS performed LU  {at=2388276.049724069, lu_delay=5.76666494179517, ms=00037}
22:49:07.761808 run                             mass: MS start registered  {at=2388276.055649934, delay=0.005943523719906807, ms=00056}
22:49:08.261755 run                osmo-ms-mob/00057: Starting mobile
22:49:08.279052 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.285291 run                             mass: MS performed LU  {at=2388276.579126111, lu_delay=5.029783683363348, ms=00041}
22:49:08.291044 run                             mass: MS start registered  {at=2388276.584886466, delay=0.005778501275926828, ms=00057}
22:49:08.647030 run                osmo-ms-mob/00058: Starting mobile
22:49:08.661089 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.672080 run                             mass: MS start registered  {at=2388276.965907255, delay=0.004915803205221891, ms=00058}
22:49:08.682777 run                             mass: MS performed LU  {at=2388276.976587309, lu_delay=3.8310015141032636, ms=00046}
22:49:08.767048 run                             mass: MS performed LU  {at=2388277.060780007, lu_delay=5.799029593821615, ms=00040}
22:49:08.793410 run                osmo-ms-mob/00059: Starting mobile
22:49:08.806694 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.817910 run                             mass: MS start registered  {at=2388277.111735227, delay=0.004957234021276236, ms=00059}
22:49:08.839588 run                             mass: MS performed LU  {at=2388277.133396959, lu_delay=4.849809973035008, ms=00043}
22:49:08.884586 run                             mass: MS performed LU  {at=2388277.178333414, lu_delay=3.715281206648797, ms=00047}
22:49:08.909012 run                osmo-ms-mob/00060: Starting mobile
22:49:08.922620 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.933604 run                             mass: MS start registered  {at=2388277.227437179, delay=0.0027290680445730686, ms=00060}
22:49:09.579550 run                             mass: MS performed LU  {at=2388277.873273985, lu_delay=5.531637270003557, ms=00044}
22:49:09.636264 run                osmo-ms-mob/00061: Starting mobile
22:49:09.651119 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.657136 run                             mass: MS performed LU  {at=2388277.950969907, lu_delay=5.3804702591151, ms=00045}
22:49:09.663328 run                             mass: MS start registered  {at=2388277.957168675, delay=0.006215899251401424, ms=00061}
22:49:09.898246 run                             mass: MS performed LU  {at=2388278.191945414, lu_delay=6.329523987136781, ms=00042}
22:49:09.944381 run                osmo-ms-mob/00062: Starting mobile
22:49:09.958499 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.970056 run                             mass: MS start registered  {at=2388278.263882846, delay=0.0050840191543102264, ms=00062}
22:49:10.244145 run                osmo-ms-mob/00063: Starting mobile
22:49:10.257789 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.269392 run                             mass: MS start registered  {at=2388278.563214383, delay=0.0051018730737268925, ms=00063}
22:49:10.645385 run                osmo-ms-mob/00064: Starting mobile
22:49:10.659576 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.671132 run                             mass: MS start registered  {at=2388278.964964383, delay=0.005061287898570299, ms=00064}
22:49:10.783154 run                             mass: MS performed LU  {at=2388279.076878349, lu_delay=4.283625687006861, ms=00051}
22:49:11.044320 run                osmo-ms-mob/00065: Starting mobile
22:49:11.058725 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.069853 run                             mass: MS start registered  {at=2388279.363680571, delay=0.0050435676239430904, ms=00065}
22:49:11.343933 run                osmo-ms-mob/00066: Starting mobile
22:49:11.357760 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.370270 run                             mass: MS start registered  {at=2388279.664095536, delay=0.0051969606429338455, ms=00066}
22:49:11.444425 run                             mass: MS performed LU  {at=2388279.738155321, lu_delay=5.964630609378219, ms=00048}
22:49:11.480239 run                             mass: MS performed LU  {at=2388279.773984002, lu_delay=5.585798151791096, ms=00050}
22:49:11.518803 run                             mass: MS performed LU  {at=2388279.812565476, lu_delay=5.765339815057814, ms=00049}
22:49:11.571272 run                osmo-ms-mob/00067: Starting mobile
22:49:11.586483 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.597253 run                             mass: MS start registered  {at=2388279.89108273, delay=0.004667724948376417, ms=00067}
22:49:11.808650 run                             mass: MS performed LU  {at=2388280.102375591, lu_delay=4.752805441152304, ms=00053}
22:49:11.832638 run                             mass: MS performed LU  {at=2388280.12647635, lu_delay=5.063538075890392, ms=00052}
22:49:11.843722 run                osmo-ms-mob/00068: Starting mobile
22:49:11.856604 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.867449 run                             mass: MS start registered  {at=2388280.161279748, delay=0.004781611263751984, ms=00068}
22:49:12.446269 run                osmo-ms-mob/00069: Starting mobile
22:49:12.460484 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.471907 run                             mass: MS start registered  {at=2388280.765731544, delay=0.005014541558921337, ms=00069}
22:49:12.620679 run                             mass: MS performed LU  {at=2388280.914397482, lu_delay=3.8026622547768056, ms=00059}
22:49:12.643418 run                             mass: MS performed LU  {at=2388280.937254995, lu_delay=3.7098178160376847, ms=00060}
22:49:12.844698 run                osmo-ms-mob/00070: Starting mobile
22:49:12.858487 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.869942 run                             mass: MS start registered  {at=2388281.163769167, delay=0.005018556956201792, ms=00070}
22:49:13.244534 run                osmo-ms-mob/00071: Starting mobile
22:49:13.258167 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.272198 run                             mass: MS start registered  {at=2388281.566022539, delay=0.0077928202226758, ms=00071}
22:49:13.345604 run                             mass: MS performed LU  {at=2388281.639336028, lu_delay=5.690644151065499, ms=00055}
22:49:13.382986 run                             mass: MS performed LU  {at=2388281.676736911, lu_delay=5.091850444674492, ms=00057}
22:49:13.446531 run                             mass: MS performed LU  {at=2388281.740265594, lu_delay=5.684615659993142, ms=00056}
22:49:13.474478 run                osmo-ms-mob/00072: Starting mobile
22:49:13.487716 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.498749 run                             mass: MS start registered  {at=2388281.792577287, delay=0.00491527933627367, ms=00072}
22:49:13.672914 run                             mass: MS performed LU  {at=2388281.966638509, lu_delay=6.304151540156454, ms=00054}
22:49:14.071440 run                osmo-ms-mob/00073: Starting mobile
22:49:14.087875 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.098987 run                             mass: MS start registered  {at=2388282.392815688, delay=0.005097509361803532, ms=00073}
22:49:14.267767 run                             mass: MS performed LU  {at=2388282.561491843, lu_delay=5.595584587659687, ms=00058}
22:49:14.443440 run                osmo-ms-mob/00074: Starting mobile
22:49:14.457096 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.468882 run                             mass: MS start registered  {at=2388282.762703281, delay=0.005442972760647535, ms=00074}
22:49:14.863688 run                osmo-ms-mob/00075: Starting mobile
22:49:14.881958 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.893249 run                             mass: MS start registered  {at=2388283.187072292, delay=0.0051219407469034195, ms=00075}
22:49:15.246322 run                             mass: MS performed LU  {at=2388283.540054604, lu_delay=5.27617175783962, ms=00062}
22:49:15.290589 run                osmo-ms-mob/00076: Starting mobile
22:49:15.304387 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.315324 run                             mass: MS start registered  {at=2388283.609150051, delay=0.004975856281816959, ms=00076}
22:49:15.357804 run                             mass: MS performed LU  {at=2388283.651552146, lu_delay=5.08833776274696, ms=00063}
22:49:15.375140 run                             mass: MS performed LU  {at=2388283.668976351, lu_delay=4.704011968336999, ms=00064}
22:49:15.519489 run                             mass: MS performed LU  {at=2388283.813214865, lu_delay=5.856046190019697, ms=00061}
22:49:15.547458 run                osmo-ms-mob/00077: Starting mobile
22:49:15.560458 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.571546 run                             mass: MS start registered  {at=2388283.865372336, delay=0.005091724917292595, ms=00077}
22:49:16.245265 run                osmo-ms-mob/00078: Starting mobile
22:49:16.258971 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.270121 run                             mass: MS start registered  {at=2388284.563944459, delay=0.0050513967871665955, ms=00078}
22:49:16.630764 run                osmo-ms-mob/00079: Starting mobile
22:49:16.643770 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.655627 run                             mass: MS start registered  {at=2388284.949446746, delay=0.0056044249795377254, ms=00079}
22:49:17.093159 run                             mass: MS performed LU  {at=2388285.386868368, lu_delay=4.621136824134737, ms=00069}
22:49:17.125565 run                osmo-ms-mob/00080: Starting mobile
22:49:17.140107 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.146049 run                             mass: MS performed LU  {at=2388285.439884611, lu_delay=5.278604862745851, ms=00068}
22:49:17.152245 run                             mass: MS start registered  {at=2388285.446085296, delay=0.006218072026968002, ms=00080}
22:49:17.211721 run                             mass: MS performed LU  {at=2388285.50544625, lu_delay=5.614363519940525, ms=00067}
22:49:17.383972 run                             mass: MS performed LU  {at=2388285.677701996, lu_delay=6.013606460299343, ms=00066}
22:49:17.420057 run                             mass: MS performed LU  {at=2388285.713802042, lu_delay=6.3501214710995555, ms=00065}
22:49:17.449233 run                osmo-ms-mob/00081: Starting mobile
22:49:17.462296 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.468320 run                             mass: MS performed LU  {at=2388285.762156307, lu_delay=23.287236833013594, ms=00018}
22:49:17.474142 run                             mass: MS start registered  {at=2388285.767983484, delay=0.005843129009008408, ms=00081}
22:49:17.692041 run                             mass: MS performed LU  {at=2388285.985763436, lu_delay=4.821994269266725, ms=00070}
22:49:18.030869 run                osmo-ms-mob/00082: Starting mobile
22:49:18.044559 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.056030 run                             mass: MS start registered  {at=2388286.349857035, delay=0.005089052952826023, ms=00082}
22:49:18.669419 run                osmo-ms-mob/00083: Starting mobile
22:49:18.685766 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.696751 run                             mass: MS start registered  {at=2388286.990576823, delay=0.005119297653436661, ms=00083}
22:49:19.011682 run                             mass: MS performed LU  {at=2388287.305403548, lu_delay=5.5128262606449425, ms=00072}
22:49:19.153202 run                osmo-ms-mob/00084: Starting mobile
22:49:19.169411 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.175336 run                             mass: MS performed LU  {at=2388287.46917065, lu_delay=4.706467369105667, ms=00074}
22:49:19.181082 run                             mass: MS performed LU  {at=2388287.474924071, lu_delay=5.082108383066952, ms=00073}
22:49:19.186716 run                             mass: MS start registered  {at=2388287.480559398, delay=0.011405890807509422, ms=00084}
22:49:19.285768 run                             mass: MS performed LU  {at=2388287.579497829, lu_delay=6.013475290033966, ms=00071}
22:49:19.661756 run                osmo-ms-mob/00085: Starting mobile
22:49:19.677967 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.689179 run                             mass: MS start registered  {at=2388287.983004467, delay=0.005162305198609829, ms=00085}
22:49:20.244869 run                osmo-ms-mob/00086: Starting mobile
22:49:20.258972 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.270007 run                             mass: MS start registered  {at=2388288.563835774, delay=0.005101281218230724, ms=00086}
22:49:20.853271 run                osmo-ms-mob/00087: Starting mobile
22:49:20.870451 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.881838 run                             mass: MS start registered  {at=2388289.175666294, delay=0.005193972960114479, ms=00087}
22:49:20.960274 run                             mass: MS performed LU  {at=2388289.253997327, lu_delay=4.6900528678670526, ms=00078}
22:49:20.983173 run                             mass: MS performed LU  {at=2388289.277013083, lu_delay=5.667863031849265, ms=00076}
22:49:21.093502 run                             mass: MS performed LU  {at=2388289.387225827, lu_delay=5.5218534911982715, ms=00077}
22:49:21.111217 run                             mass: MS performed LU  {at=2388289.405000641, lu_delay=6.217928349040449, ms=00075}
22:49:21.386426 run                             mass: MS performed LU  {at=2388289.680136989, lu_delay=4.7306902427226305, ms=00079}
22:49:21.441562 run                osmo-ms-mob/00088: Starting mobile
22:49:21.456500 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.467489 run                             mass: MS start registered  {at=2388289.761314585, delay=0.00498991971835494, ms=00088}
22:49:22.030642 run                osmo-ms-mob/00089: Starting mobile
22:49:22.043980 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.055185 run                             mass: MS start registered  {at=2388290.349010911, delay=0.00529741495847702, ms=00089}
22:49:22.631561 run                osmo-ms-mob/00090: Starting mobile
22:49:22.644279 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.655884 run                             mass: MS start registered  {at=2388290.949700727, delay=0.005662092007696629, ms=00090}
22:49:22.778051 run                             mass: MS performed LU  {at=2388291.071739925, lu_delay=4.721882889978588, ms=00082}
22:49:22.889476 run                             mass: MS performed LU  {at=2388291.183202568, lu_delay=5.737117271870375, ms=00080}
22:49:22.913428 run                             mass: MS performed LU  {at=2388291.207266225, lu_delay=5.439282740931958, ms=00081}
22:49:23.051826 run                             mass: MS performed LU  {at=2388291.345559609, lu_delay=22.170102004893124, ms=00034}
22:49:23.330473 run                osmo-ms-mob/00091: Starting mobile
22:49:23.343557 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.354822 run                             mass: MS start registered  {at=2388291.64864525, delay=0.005336748901754618, ms=00091}
22:49:24.043877 run                osmo-ms-mob/00092: Starting mobile
22:49:24.057551 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.069222 run                             mass: MS start registered  {at=2388292.363018293, delay=0.0055799828842282295, ms=00092}
22:49:24.725766 run                             mass: MS performed LU  {at=2388293.01949068, lu_delay=5.538931282237172, ms=00084}
22:49:24.782393 run                osmo-ms-mob/00093: Starting mobile
22:49:24.797529 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.803588 run                             mass: MS performed LU  {at=2388293.097425338, lu_delay=5.11442087078467, ms=00085}
22:49:24.809392 run                             mass: MS start registered  {at=2388293.103235477, delay=0.005827279295772314, ms=00093}
22:49:24.859798 run                             mass: MS performed LU  {at=2388293.153548342, lu_delay=6.162971519399434, ms=00083}
22:49:24.879770 run                             mass: MS performed LU  {at=2388293.173608855, lu_delay=22.506376306992024, ms=00039}
22:49:25.150562 run                             mass: MS performed LU  {at=2388293.444283716, lu_delay=4.880447941832244, ms=00086}
22:49:25.731404 run                osmo-ms-mob/00094: Starting mobile
22:49:25.744224 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.755582 run                             mass: MS start registered  {at=2388294.049409523, delay=0.005292700137943029, ms=00094}
22:49:26.544395 run                             mass: MS performed LU  {at=2388294.838119702, lu_delay=4.4891087911091745, ms=00089}
22:49:26.600269 run                osmo-ms-mob/00095: Starting mobile
22:49:26.614931 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.626007 run                             mass: MS start registered  {at=2388294.919836425, delay=0.005212462041527033, ms=00095}
22:49:26.654408 run                             mass: MS performed LU  {at=2388294.948157948, lu_delay=5.772491653915495, ms=00087}
22:49:26.672022 run                             mass: MS performed LU  {at=2388294.965840472, lu_delay=5.204525887034833, ms=00088}
22:49:27.630214 run                osmo-ms-mob/00096: Starting mobile
22:49:27.643525 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.654600 run                             mass: MS start registered  {at=2388295.948427115, delay=0.005014360882341862, ms=00096}
22:49:28.491238 run                             mass: MS performed LU  {at=2388296.784933716, lu_delay=5.136288465932012, ms=00091}
22:49:28.517337 run                             mass: MS performed LU  {at=2388296.811173921, lu_delay=5.861473193857819, ms=00090}
22:49:28.769795 run                osmo-ms-mob/00097: Starting mobile
22:49:28.785757 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.797062 run                             mass: MS start registered  {at=2388297.090890055, delay=0.005423481110483408, ms=00097}
22:49:28.861039 run                             mass: MS performed LU  {at=2388297.154746475, lu_delay=4.791728182230145, ms=00092}
22:49:30.053903 run                osmo-ms-mob/00098: Starting mobile
22:49:30.067013 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.078092 run                             mass: MS start registered  {at=2388298.37191803, delay=0.005060696043074131, ms=00098}
22:49:30.421164 run                             mass: MS performed LU  {at=2388298.714890641, lu_delay=4.66548111801967, ms=00094}
22:49:30.438638 run                             mass: MS performed LU  {at=2388298.732400598, lu_delay=5.629165120888501, ms=00093}
22:49:31.869992 run                osmo-ms-mob/00099: Starting mobile
22:49:31.886377 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.892324 run                             mass: All started... {duration=55.771940466947854, too_slow=0}
22:49:31.897896 run                             mass: MS start registered  {at=2388300.191733535, delay=0.005566417705267668, ms=00099}
22:49:32.257746 run                             mass: MS performed LU  {at=2388300.551476252, lu_delay=5.631639826577157, ms=00095}
22:49:32.275212 run                             mass: MS performed LU  {at=2388300.569000193, lu_delay=4.620573077816516, ms=00096}
22:49:34.186144 run                             mass: MS performed LU  {at=2388302.479870286, lu_delay=5.388980230782181, ms=00097}
22:49:36.022595 run                             mass: MS performed LU  {at=2388304.316303793, lu_delay=5.944385762792081, ms=00098}
22:49:37.925125 run                             mass: MS performed LU  {at=2388306.218852839, lu_delay=6.027119304053485, ms=00099}
22:49:37.935112 run                             mass: Tests done {all_completed=True, max=23.287236833013594, min=3.7098178160376847}
22:49:37.940485 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.945664 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.948857 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.952016 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.955235 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.958457 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.961731 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.965038 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.968300 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.971572 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.974758 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.977959 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.981188 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.984460 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.987713 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.990966 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.994312 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.997855 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.001377 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.005144 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.008387 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.011685 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.015009 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.018298 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.021650 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.025024 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.028372 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.031669 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.035040 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.038384 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.041694 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.044992 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.048616 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.052062 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.055435 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.058811 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.062171 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.065518 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.069705 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.073133 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.076573 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.079992 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.083407 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.086809 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.090238 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.093652 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.097239 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.100649 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.104061 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.107486 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.110889 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.114456 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.117851 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.121249 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.124661 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.128073 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.131456 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.134864 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.138720 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.142133 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.145542 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.148960 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.152364 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.155773 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.159261 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.162665 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.166071 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.169414 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.172717 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.176722 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.180126 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.183521 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.186807 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.190225 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.193500 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.196854 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.200171 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.203485 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.206761 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.210060 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.213419 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.216671 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.219982 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.223225 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.226536 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.229747 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.232978 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.236317 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.239559 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.242928 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.246166 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.249440 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.252675 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.256199 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.259602 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.263371 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.266625 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.269909 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.273580 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.276822 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.280641 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.283960 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.287191 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.290421 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.293627 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.296889 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.300124 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.303396 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.306631 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.309903 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.313090 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.316307 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.319549 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.322798 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.326018 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.329311 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.332516 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.335649 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.338796 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.341921 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.345063 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.348206 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.351331 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.354461 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.357585 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.360738 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.363888 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.367026 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.370138 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.373269 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.376413 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.379555 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.382694 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.385825 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.388941 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.392080 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.395214 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.398349 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.401473 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.404602 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.407731 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.410861 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.413987 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.417123 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.420266 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.423390 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.426516 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.429633 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.432762 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.435899 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.439038 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.442172 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.445300 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.448430 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.451650 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.454780 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.457899 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.461062 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.464196 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.467328 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.470458 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.473580 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.476713 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.479855 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.482988 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.486098 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.489218 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.492343 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.495479 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.498624 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.501758 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.504895 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.508033 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.511159 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.514298 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.517454 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.520622 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.523810 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.526999 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.530190 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.533363 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.536546 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.539747 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.542931 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.546115 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.549304 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.552498 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.555692 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.558877 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.562064 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.565251 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.568438 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.571635 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.574831 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.578007 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.581201 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.584385 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.587570 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.590755 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.593937 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.597137 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.600344 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.603531 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.606725 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.609901 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.613092 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.616283 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.619462 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.622671 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.625865 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.629062 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.632255 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.635448 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.638645 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.641844 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.643298 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.646835 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.648271 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.651784 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.653214 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.656747 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.658195 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.661720 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.663149 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.666719 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.668154 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.671702 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.673133 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.676687 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.678119 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.681668 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.683112 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.686642 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.688070 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.691659 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.693098 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.696662 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.698108 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.701675 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.703122 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.706681 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.708120 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.711682 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.713121 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.716686 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.718141 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.721691 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.723152 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.726736 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.728182 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.731764 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.733208 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.736769 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.738218 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.741755 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.743203 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.746750 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.748184 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.751736 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.753168 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.756713 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.758173 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.761706 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.763141 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.766674 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.768104 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.771644 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.773073 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.776636 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.778066 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.781597 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.783035 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.786573 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.788004 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.791533 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.792962 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.796522 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.797961 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.801520 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.802958 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.806522 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.807950 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.811485 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.812918 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.816483 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.817920 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.821480 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.822943 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.826480 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.827917 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.831446 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.832882 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.836422 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.837848 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.841418 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.842876 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.846442 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.847879 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.851432 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.852868 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.856441 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.857875 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.861439 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.862890 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.866453 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.867888 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.871453 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.872887 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.876436 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.877871 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.881432 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.882875 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.886422 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.887866 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.891401 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.892839 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.896410 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.897850 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.901413 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.902869 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.906426 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.907858 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.911421 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.912853 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.916421 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.917857 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.921409 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.922846 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.926417 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.927865 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.931441 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.932879 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.936441 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.937877 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.941445 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.942889 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.946478 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.947915 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.951462 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.952914 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.956474 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.957911 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.961464 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.962912 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.966468 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.967915 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.971487 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.972927 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.976479 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.977916 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.981479 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.982916 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.986477 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.987909 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.991451 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.992886 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.996463 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.997899 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.001456 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.002908 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.006462 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.007901 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.011460 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.012901 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.016449 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.017888 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.021445 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.022885 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.026445 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.027888 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.031421 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.032846 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.036421 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.037844 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.041384 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.042823 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.046366 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.047798 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.051346 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.052774 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.056326 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.057754 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.061317 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.062758 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.066294 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.067732 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.071299 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.072746 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.076277 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.077715 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.081269 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.082706 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.086251 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.087681 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.091216 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.092644 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.096185 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.097611 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.101157 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.102595 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.106143 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.107599 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.111157 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.112588 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.116154 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.117592 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.121142 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.122613 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.126163 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.127613 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.131154 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.132591 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.136135 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.137570 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.141127 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.142570 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.146108 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.147557 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.151118 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.152546 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.156108 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.157547 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.161118 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.162574 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.166121 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.167572 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.171128 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.172569 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.176122 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.177553 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.181125 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.182561 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.186126 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.187581 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.191129 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.192572 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.196116 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.197555 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.201108 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.202566 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.206147 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.207589 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.211189 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.212638 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.216219 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.217660 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.221266 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.222721 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.226284 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.227715 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.231288 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.232725 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.236342 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.237772 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.241329 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.242790 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.246366 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.247803 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.251368 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.252813 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.256389 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.257830 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.261390 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.262849 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.266412 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.267848 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.271403 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.272833 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.276412 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.277841 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.281397 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.282841 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.286420 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.287852 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.291444 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.292877 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.296453 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.297888 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.301476 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.302930 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.306498 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.307933 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.311477 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.312912 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.316471 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.317911 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.321479 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.322929 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.326491 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.327926 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.331488 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.332922 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.336488 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.337917 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.341460 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.342907 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.346486 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.347919 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.351491 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.352932 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.356494 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.357926 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.361478 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.362938 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.366493 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.367933 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.371497 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.372938 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.376507 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.377943 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.381522 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.382964 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.386533 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.387968 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.391534 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.392971 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.396556 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.397985 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.401556 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.403007 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.406576 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.408019 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.411581 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.413012 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.416580 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.418013 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.421595 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.423037 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.426612 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.428055 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.431611 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.433043 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.436606 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.438048 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.441612 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.443058 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.446614 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.448049 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.451599 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.453027 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.456605 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.458035 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.461611 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.463059 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.466630 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.468063 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.471627 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.473062 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.476649 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.478102 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.481676 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.483123 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.486686 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.488128 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.491695 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.493127 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.496683 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.498116 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.501685 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.503126 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.506721 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.508153 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.511730 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.513158 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.516716 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.518147 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.521735 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.523214 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.526802 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.528235 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.531799 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.533233 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.536790 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.538231 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.541792 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.543289 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.546857 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.548297 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.551867 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.553302 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.556870 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.558311 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.561876 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.563314 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.566927 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.568364 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.571929 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.573366 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.576923 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.578380 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.581933 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.583384 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.586956 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.588388 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.591979 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.593423 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.596986 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.598436 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.601988 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.603450 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.607050 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.608500 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.612093 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.613517 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.617186 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.618687 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.622308 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.623820 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.627575 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.629085 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.632820 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.634328 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.638060 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.639569 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.643320 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.644828 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.648572 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.650083 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.653867 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.655379 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.659118 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.660623 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.664373 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.665846 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.669435 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.670882 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.674470 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.675911 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.679509 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.680956 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.684550 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.685998 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.689617 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.691082 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.694678 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.696132 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.699741 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.701194 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.105380 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.111774 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8362 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.177464 tst                       trial-8362: Storing JUnit report in /build/trial-8362/run.2026-06-14_22-48-16/trial-8362.xml

--------------------------------------------------------------------------------------------
trial-8362 PASS
--------------------------------------------------------------------------------------------
22:49:43.189540 tst                       trial-8362: trial-8362: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8362/inst
+ cd trial-8362
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-14 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8362-run.tgz run.2026-06-14_22-48-16
+ tar czf /build/trial-8362-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-14_13_26_45.tgz osmo-bts-oc2g.build-2026-06-14_00_51_58.tgz osmo-bts-sysmo.build-2026-06-14_00_52_04.tgz osmo-bts.build-2026-06-14_00_52_11.tgz osmo-ggsn.build-2026-06-14_20_43_09.tgz osmo-hlr.build-2026-06-14_16_36_55.tgz osmo-hnbgw.build-2026-06-14_13_30_59.tgz osmo-mgw.build-2026-06-14_08_33_06.tgz osmo-msc.build-2026-06-14_13_35_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-14_07_34_51.tgz osmo-pcu-sysmo.build-2026-06-14_07_34_54.tgz osmo-pcu.build-2026-06-14_07_35_02.tgz osmo-sgsn.build-2026-06-14_20_48_24.tgz osmo-stp.build-2026-06-14_13_25_51.tgz osmo-trx.build-2026-06-14_14_22_02.tgz osmocom-bb.build-2026-06-14_21_17_23.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