Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7749
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13500237564904943723.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-8284
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#20 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#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 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#22 CACHED

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5c49021600ac1708ab7f7f136d58d0240aba225978ceeacae89b753c7b26a993 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=8285 -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-03-29 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8285
+ mkdir -p trial-8285
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-29_13_29_32.tgz osmo-bts-oc2g.build-2026-03-29_00_51_35.tgz osmo-bts-sysmo.build-2026-03-29_00_51_35.tgz osmo-bts.build-2026-03-29_00_51_41.tgz osmo-ggsn.build-2026-03-29_20_42_49.tgz osmo-hlr.build-2026-03-29_16_36_53.tgz osmo-hnbgw.build-2026-03-29_13_30_49.tgz osmo-mgw.build-2026-03-29_08_33_07.tgz osmo-msc.build-2026-03-29_13_35_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-29_07_35_03.tgz osmo-pcu-sysmo.build-2026-03-29_07_34_59.tgz osmo-pcu.build-2026-03-29_07_35_00.tgz osmo-sgsn.build-2026-03-29_20_48_26.tgz osmo-stp.build-2026-03-29_13_25_27.tgz osmo-trx.build-2026-03-29_14_21_31.tgz osmocom-bb.build-2026-03-29_21_17_07.tgz srslte.build-19.tgz trial-8285
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-29_13_29_32.md5 osmo-bts-oc2g.build-2026-03-29_00_51_35.md5 osmo-bts-sysmo.build-2026-03-29_00_51_35.md5 osmo-bts.build-2026-03-29_00_51_41.md5 osmo-ggsn.build-2026-03-29_20_42_49.md5 osmo-hlr.build-2026-03-29_16_36_53.md5 osmo-hnbgw.build-2026-03-29_13_30_49.md5 osmo-mgw.build-2026-03-29_08_33_07.md5 osmo-msc.build-2026-03-29_13_35_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-29_07_35_03.md5 osmo-pcu-sysmo.build-2026-03-29_07_34_59.md5 osmo-pcu.build-2026-03-29_07_35_00.md5 osmo-sgsn.build-2026-03-29_20_48_26.md5 osmo-stp.build-2026-03-29_13_25_27.md5 osmo-trx.build-2026-03-29_14_21_31.md5 osmocom-bb.build-2026-03-29_21_17_07.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-29_13_29_32.md5 osmo-bts-oc2g.build-2026-03-29_00_51_35.md5 osmo-bts-sysmo.build-2026-03-29_00_51_35.md5 osmo-bts.build-2026-03-29_00_51_41.md5 osmo-ggsn.build-2026-03-29_20_42_49.md5 osmo-hlr.build-2026-03-29_16_36_53.md5 osmo-hnbgw.build-2026-03-29_13_30_49.md5 osmo-mgw.build-2026-03-29_08_33_07.md5 osmo-msc.build-2026-03-29_13_35_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-29_07_35_03.md5 osmo-pcu-sysmo.build-2026-03-29_07_34_59.md5 osmo-pcu.build-2026-03-29_07_35_00.md5 osmo-sgsn.build-2026-03-29_20_48_26.md5 osmo-stp.build-2026-03-29_13_25_27.md5 osmo-trx.build-2026-03-29_14_21_31.md5 osmocom-bb.build-2026-03-29_21_17_07.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-8285 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8285'
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-8285
--------------------------------------------------------------------------------------------
22:48:18.516581 tst                       trial-8285: Detailed log at /build/trial-8285/run.2026-03-29_22-48-18/log

---------------------------------------------------------------------
trial-8285 netreg_mass
---------------------------------------------------------------------
22:48:18.723416 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.723803 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.724602 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.725754 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.767567 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.768457 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.769655 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.831985 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-8285 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.832778 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.848069 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.848590 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.849041 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.849480 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.849910 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.850364 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.850807 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.882008 tst         register_default_mass.py: using LAC 2
22:48:18.903964 tst         register_default_mass.py: using RAC 2
22:48:18.930661 tst         register_default_mass.py: using CellId 2
22:48:18.959987 tst         register_default_mass.py: using BVCI 3
22:48:18.973840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.002042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.002554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.003063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.003591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.005136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.005645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.008206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.008708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.010222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.010740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.013316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.013818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.014325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.014827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.015340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.015845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.016347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.016854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.017362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.017863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.018372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.018873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.019366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.019890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.020395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.020904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.021422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.021925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.022418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.022916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.023423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.023927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.024427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.024935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.025982 tst      register_default_mass.py:21: Launching a simple network
22:48:19.036009 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.155519 run            create_hlr_db(pid=20): Launched
22:48:20.169728 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.193758 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.208950 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.214699 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.402144 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.419200 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.424666 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.843348 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.858793 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.873494 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.987864 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.002947 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.008568 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.031810 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.046590 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.052168 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.366299 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.381542 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.407902 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.582091 run         osmo-bts-virtual(pid=34): Launched
22:48:31.618726 tst         register_default_mass.py: using MSISDN 1001
22:48:31.633343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.673554 tst         register_default_mass.py: using MSISDN 1002
22:48:31.691517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.722947 tst         register_default_mass.py: using MSISDN 1003
22:48:31.738108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.769289 tst         register_default_mass.py: using MSISDN 1004
22:48:31.784128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.815192 tst         register_default_mass.py: using MSISDN 1005
22:48:31.829838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.860904 tst         register_default_mass.py: using MSISDN 1006
22:48:31.875568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.906725 tst         register_default_mass.py: using MSISDN 1007
22:48:31.921599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.952933 tst         register_default_mass.py: using MSISDN 1008
22:48:31.967704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.999122 tst         register_default_mass.py: using MSISDN 1009
22:48:32.014082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.045406 tst         register_default_mass.py: using MSISDN 1010
22:48:32.060241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.091435 tst         register_default_mass.py: using MSISDN 1011
22:48:32.106254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.137817 tst         register_default_mass.py: using MSISDN 1012
22:48:32.152939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.184047 tst         register_default_mass.py: using MSISDN 1013
22:48:32.198781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.230150 tst         register_default_mass.py: using MSISDN 1014
22:48:32.245125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.276515 tst         register_default_mass.py: using MSISDN 1015
22:48:32.291442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.322810 tst         register_default_mass.py: using MSISDN 1016
22:48:32.337904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.369315 tst         register_default_mass.py: using MSISDN 1017
22:48:32.384086 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.415397 tst         register_default_mass.py: using MSISDN 1018
22:48:32.430345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.461902 tst         register_default_mass.py: using MSISDN 1019
22:48:32.476823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.508300 tst         register_default_mass.py: using MSISDN 1020
22:48:32.523071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.554541 tst         register_default_mass.py: using MSISDN 1021
22:48:32.569442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.600373 tst         register_default_mass.py: using MSISDN 1022
22:48:32.615058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.646528 tst         register_default_mass.py: using MSISDN 1023
22:48:32.661427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.692917 tst         register_default_mass.py: using MSISDN 1024
22:48:32.707874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.739328 tst         register_default_mass.py: using MSISDN 1025
22:48:32.754200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.785837 tst         register_default_mass.py: using MSISDN 1026
22:48:32.800861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.832421 tst         register_default_mass.py: using MSISDN 1027
22:48:32.847292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.878613 tst         register_default_mass.py: using MSISDN 1028
22:48:32.893529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.925101 tst         register_default_mass.py: using MSISDN 1029
22:48:32.940026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.971781 tst         register_default_mass.py: using MSISDN 1030
22:48:32.986580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.017984 tst         register_default_mass.py: using MSISDN 1031
22:48:33.032823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.064336 tst         register_default_mass.py: using MSISDN 1032
22:48:33.079237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.110599 tst         register_default_mass.py: using MSISDN 1033
22:48:33.125583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.157151 tst         register_default_mass.py: using MSISDN 1034
22:48:33.172097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.203522 tst         register_default_mass.py: using MSISDN 1035
22:48:33.218437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.249643 tst         register_default_mass.py: using MSISDN 1036
22:48:33.264356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.296060 tst         register_default_mass.py: using MSISDN 1037
22:48:33.310783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.342139 tst         register_default_mass.py: using MSISDN 1038
22:48:33.356800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.388112 tst         register_default_mass.py: using MSISDN 1039
22:48:33.402801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.443018 tst         register_default_mass.py: using MSISDN 1040
22:48:33.461029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.492429 tst         register_default_mass.py: using MSISDN 1041
22:48:33.507580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.538847 tst         register_default_mass.py: using MSISDN 1042
22:48:33.553741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.585152 tst         register_default_mass.py: using MSISDN 1043
22:48:33.599921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.631444 tst         register_default_mass.py: using MSISDN 1044
22:48:33.646392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.677860 tst         register_default_mass.py: using MSISDN 1045
22:48:33.692788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.724112 tst         register_default_mass.py: using MSISDN 1046
22:48:33.739055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.770324 tst         register_default_mass.py: using MSISDN 1047
22:48:33.785228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.820432 tst         register_default_mass.py: using MSISDN 1048
22:48:33.836920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.868339 tst         register_default_mass.py: using MSISDN 1049
22:48:33.883398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.914453 tst         register_default_mass.py: using MSISDN 1050
22:48:33.929127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.960336 tst         register_default_mass.py: using MSISDN 1051
22:48:33.974991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.006094 tst         register_default_mass.py: using MSISDN 1052
22:48:34.020867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.052414 tst         register_default_mass.py: using MSISDN 1053
22:48:34.067288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.106502 tst         register_default_mass.py: using MSISDN 1054
22:48:34.124345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.155575 tst         register_default_mass.py: using MSISDN 1055
22:48:34.170571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.201700 tst         register_default_mass.py: using MSISDN 1056
22:48:34.216520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.247479 tst         register_default_mass.py: using MSISDN 1057
22:48:34.262313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.293441 tst         register_default_mass.py: using MSISDN 1058
22:48:34.308233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.339536 tst         register_default_mass.py: using MSISDN 1059
22:48:34.354332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.385723 tst         register_default_mass.py: using MSISDN 1060
22:48:34.400628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.431790 tst         register_default_mass.py: using MSISDN 1061
22:48:34.446635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.477945 tst         register_default_mass.py: using MSISDN 1062
22:48:34.492793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.523354 tst         register_default_mass.py: using MSISDN 1063
22:48:34.537953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.568550 tst         register_default_mass.py: using MSISDN 1064
22:48:34.582872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.613680 tst         register_default_mass.py: using MSISDN 1065
22:48:34.628330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.659488 tst         register_default_mass.py: using MSISDN 1066
22:48:34.674254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.705194 tst         register_default_mass.py: using MSISDN 1067
22:48:34.719803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.750406 tst         register_default_mass.py: using MSISDN 1068
22:48:34.764896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.796516 tst         register_default_mass.py: using MSISDN 1069
22:48:34.811490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.843139 tst         register_default_mass.py: using MSISDN 1070
22:48:34.858068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.889367 tst         register_default_mass.py: using MSISDN 1071
22:48:34.904228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.935286 tst         register_default_mass.py: using MSISDN 1072
22:48:34.950003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.981840 tst         register_default_mass.py: using MSISDN 1073
22:48:34.996747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.028111 tst         register_default_mass.py: using MSISDN 1074
22:48:35.042785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.073907 tst         register_default_mass.py: using MSISDN 1075
22:48:35.088625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.120157 tst         register_default_mass.py: using MSISDN 1076
22:48:35.135063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.166161 tst         register_default_mass.py: using MSISDN 1077
22:48:35.180911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.211796 tst         register_default_mass.py: using MSISDN 1078
22:48:35.226400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.258008 tst         register_default_mass.py: using MSISDN 1079
22:48:35.272789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.304162 tst         register_default_mass.py: using MSISDN 1080
22:48:35.318927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.350327 tst         register_default_mass.py: using MSISDN 1081
22:48:35.365191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.396488 tst         register_default_mass.py: using MSISDN 1082
22:48:35.411240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.442528 tst         register_default_mass.py: using MSISDN 1083
22:48:35.457430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.488722 tst         register_default_mass.py: using MSISDN 1084
22:48:35.503592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.534899 tst         register_default_mass.py: using MSISDN 1085
22:48:35.549756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.580942 tst         register_default_mass.py: using MSISDN 1086
22:48:35.595738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.626991 tst         register_default_mass.py: using MSISDN 1087
22:48:35.641770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.673044 tst         register_default_mass.py: using MSISDN 1088
22:48:35.687825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.719335 tst         register_default_mass.py: using MSISDN 1089
22:48:35.734378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.765709 tst         register_default_mass.py: using MSISDN 1090
22:48:35.780523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.811478 tst         register_default_mass.py: using MSISDN 1091
22:48:35.826095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.857110 tst         register_default_mass.py: using MSISDN 1092
22:48:35.871871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.903117 tst         register_default_mass.py: using MSISDN 1093
22:48:35.917730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.948914 tst         register_default_mass.py: using MSISDN 1094
22:48:35.963609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.994846 tst         register_default_mass.py: using MSISDN 1095
22:48:36.009615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.040559 tst         register_default_mass.py: using MSISDN 1096
22:48:36.055312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.086385 tst         register_default_mass.py: using MSISDN 1097
22:48:36.101048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.131823 tst         register_default_mass.py: using MSISDN 1098
22:48:36.146423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.177649 tst         register_default_mass.py: using MSISDN 1099
22:48:36.192434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.223519 tst         register_default_mass.py: using MSISDN 1100
22:48:36.238275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.330025 run                             mass: Starting testcase
22:48:36.335611 run                             mass: Pre-launching all virtphy's
22:48:36.341073 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.354206 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.360456 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.373551 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.379609 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.392503 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.398650 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.411819 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.417926 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.431099 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.437305 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.450474 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.456616 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.469469 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.475510 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.488397 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.494366 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.507251 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.513265 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.526188 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.532261 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.545118 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.551224 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.564150 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.570187 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.583281 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.589384 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.602538 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.608535 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.621484 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.627491 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.640438 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.646411 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.659345 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.665377 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.678305 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.684293 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.697229 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.703188 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.716132 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.722097 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.735075 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.741095 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.754178 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.760153 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.773107 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.779089 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.792123 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.798131 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.811177 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.817159 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.830083 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.836073 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.849044 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.855078 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.868014 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.873997 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.886883 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.892882 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.905847 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.911830 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.924749 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.930710 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.943663 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.949664 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.962620 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.968674 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.981732 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.987712 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.000747 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.006733 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.019988 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.026009 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.039065 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.045101 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.058147 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.064200 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.077188 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.083282 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.096325 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.102351 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.115291 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.121254 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.134136 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.140128 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.153101 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.159090 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.172083 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.178045 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.190961 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.196939 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.209992 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.215973 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.229033 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.234993 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.247919 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.254074 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.267039 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.273167 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.286177 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.292152 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.305136 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.311102 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.324069 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.330070 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.342980 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.348952 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.361859 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.367876 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.380822 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.386772 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.399723 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.405668 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.418555 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.424505 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.437362 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.443495 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.456412 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.462461 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.475344 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.481299 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.494332 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.500324 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.513591 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.519596 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.532510 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.538476 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.551440 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.557464 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.570357 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.576342 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.589274 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.595238 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.608187 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.614172 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.627156 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.633198 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.646248 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.652338 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.665466 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.671479 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.684612 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.690616 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.703723 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.709794 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.722881 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.728924 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.742016 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.748013 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.761060 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.767122 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.779980 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.785895 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.798748 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.804731 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.817580 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.823560 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.836406 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.842382 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.855171 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.861121 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.873978 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.879939 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.892807 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.898781 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.911781 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.917831 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.930947 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.936967 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.950005 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.956014 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.969150 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.975201 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.988414 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.994406 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.007366 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.013389 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.026323 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.032334 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.045232 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.051213 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.064176 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.070168 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.083043 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.088985 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.101903 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.107928 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.120886 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.126884 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.139840 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.145838 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.159160 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.165243 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.178574 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.184674 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.198000 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.204061 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.217297 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.223285 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.236282 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.242230 run                             mass: Checking if sockets are in the filesystem
22:48:38.274789 run                osmo-ms-mob/00000: Starting mobile
22:48:38.287863 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.299132 run                             mass: MS start registered  {at=5375144.507449398, delay=0.005234412848949432, ms=00000}
22:48:42.458441 run                osmo-ms-mob/00001: Starting mobile
22:48:42.471451 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.484090 run                             mass: MS start registered  {at=5375148.692394745, delay=0.006386256776750088, ms=00001}
22:48:43.418856 run                             mass: MS performed LU  {at=5375149.627057247, lu_delay=5.119607849046588, ms=00000}
22:48:44.281356 run                osmo-ms-mob/00002: Starting mobile
22:48:44.297814 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.308343 run                             mass: MS start registered  {at=5375150.516656369, delay=0.004334807395935059, ms=00002}
22:48:45.589631 run                osmo-ms-mob/00003: Starting mobile
22:48:45.606659 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.617112 run                             mass: MS start registered  {at=5375151.825431981, delay=0.004340967163443565, ms=00003}
22:48:46.687795 run                osmo-ms-mob/00004: Starting mobile
22:48:46.703180 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.714356 run                             mass: MS start registered  {at=5375152.922674064, delay=0.0050383396446704865, ms=00004}
22:48:47.184378 run                             mass: MS performed LU  {at=5375153.392585643, lu_delay=4.700190898030996, ms=00001}
22:48:47.670937 run                osmo-ms-mob/00005: Starting mobile
22:48:47.684873 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.695418 run                             mass: MS start registered  {at=5375153.903735152, delay=0.004297163337469101, ms=00005}
22:48:48.598969 run                osmo-ms-mob/00006: Starting mobile
22:48:48.615150 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.625646 run                             mass: MS start registered  {at=5375154.833965151, delay=0.004419285804033279, ms=00006}
22:48:49.086358 run                             mass: MS performed LU  {at=5375155.294563817, lu_delay=4.777907447889447, ms=00002}
22:48:49.489737 run                osmo-ms-mob/00007: Starting mobile
22:48:49.507203 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.517978 run                             mass: MS start registered  {at=5375155.726299033, delay=0.004432567395269871, ms=00007}
22:48:50.274749 run                osmo-ms-mob/00008: Starting mobile
22:48:50.287856 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.298426 run                             mass: MS start registered  {at=5375156.506748472, delay=0.004527173936367035, ms=00008}
22:48:50.991107 run                osmo-ms-mob/00009: Starting mobile
22:48:51.008088 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.014095 run                             mass: MS performed LU  {at=5375157.222422648, lu_delay=5.3969906670972705, ms=00003}
22:48:51.019871 run                             mass: MS start registered  {at=5375157.228206694, delay=0.005802378989756107, ms=00009}
22:48:51.675375 run                osmo-ms-mob/00010: Starting mobile
22:48:51.688856 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.699609 run                             mass: MS start registered  {at=5375157.907931421, delay=0.004576494917273521, ms=00010}
22:48:52.291597 run                osmo-ms-mob/00011: Starting mobile
22:48:52.308583 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.319476 run                             mass: MS start registered  {at=5375158.527795567, delay=0.004850256256759167, ms=00011}
22:48:52.889887 run                osmo-ms-mob/00012: Starting mobile
22:48:52.906909 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.913161 run                             mass: MS performed LU  {at=5375159.121487291, lu_delay=6.198813227005303, ms=00004}
22:48:52.919093 run                             mass: MS performed LU  {at=5375159.127426533, lu_delay=5.22369138058275, ms=00005}
22:48:52.924964 run                             mass: MS start registered  {at=5375159.133299949, delay=0.011830054223537445, ms=00012}
22:48:53.488928 run                osmo-ms-mob/00013: Starting mobile
22:48:53.506384 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.517943 run                             mass: MS start registered  {at=5375159.726261605, delay=0.005213571712374687, ms=00013}
22:48:54.058331 run                osmo-ms-mob/00014: Starting mobile
22:48:54.071557 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.086813 run                             mass: MS start registered  {at=5375160.295128197, delay=0.008833518251776695, ms=00014}
22:48:54.657842 run                osmo-ms-mob/00015: Starting mobile
22:48:54.671320 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.682179 run                             mass: MS start registered  {at=5375160.890498787, delay=0.004725529812276363, ms=00015}
22:48:54.715866 run                             mass: MS performed LU  {at=5375160.924101141, lu_delay=6.090135990642011, ms=00006}
22:48:54.781305 run                             mass: MS performed LU  {at=5375160.989515448, lu_delay=5.263216415420175, ms=00007}
22:48:55.188742 run                osmo-ms-mob/00016: Starting mobile
22:48:55.205617 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.216290 run                             mass: MS start registered  {at=5375161.424612265, delay=0.004550043493509293, ms=00016}
22:48:55.669618 run                osmo-ms-mob/00017: Starting mobile
22:48:55.683768 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.694661 run                             mass: MS start registered  {at=5375161.902981892, delay=0.004691372625529766, ms=00017}
22:48:56.288981 run                osmo-ms-mob/00018: Starting mobile
22:48:56.305319 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.316106 run                             mass: MS start registered  {at=5375162.524424786, delay=0.004660045728087425, ms=00018}
22:48:56.617619 run                             mass: MS performed LU  {at=5375162.825839077, lu_delay=5.59763238299638, ms=00009}
22:48:56.633130 run                osmo-ms-mob/00019: Starting mobile
22:48:56.646603 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.652778 run                             mass: MS performed LU  {at=5375162.861109183, lu_delay=4.95317776221782, ms=00010}
22:48:56.658629 run                             mass: MS start registered  {at=5375162.866964922, delay=0.005870976485311985, ms=00019}
22:48:56.733536 run                             mass: MS performed LU  {at=5375162.941753475, lu_delay=6.435005002655089, ms=00008}
22:48:57.188678 run                osmo-ms-mob/00020: Starting mobile
22:48:57.205836 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.216709 run                             mass: MS start registered  {at=5375163.425033443, delay=0.004430903121829033, ms=00020}
22:48:57.657422 run                osmo-ms-mob/00021: Starting mobile
22:48:57.670501 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.681526 run                             mass: MS start registered  {at=5375163.889847044, delay=0.004640704952180386, ms=00021}
22:48:58.058313 run                osmo-ms-mob/00022: Starting mobile
22:48:58.071312 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.082717 run                             mass: MS start registered  {at=5375164.291038182, delay=0.005108397454023361, ms=00022}
22:48:58.399293 run                             mass: MS performed LU  {at=5375164.607512197, lu_delay=6.079716630280018, ms=00011}
22:48:58.482996 run                             mass: MS performed LU  {at=5375164.691218095, lu_delay=5.557918146252632, ms=00012}
22:48:58.526876 run                osmo-ms-mob/00023: Starting mobile
22:48:58.540785 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.547155 run                             mass: MS performed LU  {at=5375164.75548492, lu_delay=5.029223315417767, ms=00013}
22:48:58.553116 run                             mass: MS start registered  {at=5375164.761451679, delay=0.005982797592878342, ms=00023}
22:48:58.653081 run                             mass: MS performed LU  {at=5375164.861300402, lu_delay=4.566172204911709, ms=00014}
22:48:58.990181 run                osmo-ms-mob/00024: Starting mobile
22:48:59.007139 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.018096 run                             mass: MS start registered  {at=5375165.226413057, delay=0.004807173274457455, ms=00024}
22:48:59.470835 run                osmo-ms-mob/00025: Starting mobile
22:48:59.484605 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.495687 run                             mass: MS start registered  {at=5375165.703998986, delay=0.004834750667214394, ms=00025}
22:48:59.887104 run                osmo-ms-mob/00026: Starting mobile
22:48:59.902554 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.913444 run                             mass: MS start registered  {at=5375166.121764588, delay=0.004815477877855301, ms=00026}
22:49:00.286721 run                osmo-ms-mob/00027: Starting mobile
22:49:00.304633 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.315467 run                             mass: MS start registered  {at=5375166.523789462, delay=0.004561456851661205, ms=00027}
22:49:00.384089 run                             mass: MS performed LU  {at=5375166.592307615, lu_delay=4.68932572286576, ms=00017}
22:49:00.410753 run                             mass: MS performed LU  {at=5375166.619000939, lu_delay=5.194388673640788, ms=00016}
22:49:00.498911 run                             mass: MS performed LU  {at=5375166.707131989, lu_delay=5.816633202135563, ms=00015}
22:49:00.528714 run                osmo-ms-mob/00028: Starting mobile
22:49:00.541820 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.552533 run                             mass: MS start registered  {at=5375166.760855911, delay=0.00467334222048521, ms=00028}
22:49:01.096102 run                osmo-ms-mob/00029: Starting mobile
22:49:01.111406 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.122411 run                             mass: MS start registered  {at=5375167.330729732, delay=0.0048802560195326805, ms=00029}
22:49:01.459017 run                osmo-ms-mob/00030: Starting mobile
22:49:01.472596 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.483258 run                             mass: MS start registered  {at=5375167.6915806, delay=0.004525898024439812, ms=00030}
22:49:01.895132 run                osmo-ms-mob/00031: Starting mobile
22:49:01.911129 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.922337 run                             mass: MS start registered  {at=5375168.130656276, delay=0.005155352875590324, ms=00031}
22:49:02.158687 run                osmo-ms-mob/00032: Starting mobile
22:49:02.172005 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.178480 run                             mass: MS performed LU  {at=5375168.3868054, lu_delay=5.862380614504218, ms=00018}
22:49:02.185379 run                             mass: MS start registered  {at=5375168.3937129, delay=0.006925263442099094, ms=00032}
22:49:02.248573 run                             mass: MS performed LU  {at=5375168.456793427, lu_delay=5.031759983859956, ms=00020}
22:49:02.313141 run                             mass: MS performed LU  {at=5375168.521360595, lu_delay=5.654395672492683, ms=00019}
22:49:02.339997 run                osmo-ms-mob/00033: Starting mobile
22:49:02.353228 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.363862 run                             mass: MS start registered  {at=5375168.5721885, delay=0.004588535986840725, ms=00033}
22:49:02.419231 run                             mass: MS performed LU  {at=5375168.627458778, lu_delay=4.737611734308302, ms=00021}
22:49:02.987984 run                osmo-ms-mob/00034: Starting mobile
22:49:03.004703 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.015403 run                             mass: MS start registered  {at=5375169.223726534, delay=0.004652759060263634, ms=00034}
22:49:03.271814 run                osmo-ms-mob/00035: Starting mobile
22:49:03.285500 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.296430 run                             mass: MS start registered  {at=5375169.504749491, delay=0.00450994074344635, ms=00035}
22:49:03.678172 run                osmo-ms-mob/00036: Starting mobile
22:49:03.693556 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.704228 run                             mass: MS start registered  {at=5375169.912549516, delay=0.00468023493885994, ms=00036}
22:49:04.058301 run                osmo-ms-mob/00037: Starting mobile
22:49:04.071349 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.082078 run                             mass: MS start registered  {at=5375170.290400635, delay=0.004701530560851097, ms=00037}
22:49:04.149563 run                             mass: MS performed LU  {at=5375170.35778066, lu_delay=4.653781673870981, ms=00025}
22:49:04.176136 run                             mass: MS performed LU  {at=5375170.38444419, lu_delay=5.158031133003533, ms=00024}
22:49:04.200310 run                osmo-ms-mob/00038: Starting mobile
22:49:04.213391 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.223984 run                             mass: MS start registered  {at=5375170.432309054, delay=0.004632347263395786, ms=00038}
22:49:04.264406 run                             mass: MS performed LU  {at=5375170.472649465, lu_delay=5.7111977860331535, ms=00023}
22:49:04.321312 run                             mass: MS performed LU  {at=5375170.529528057, lu_delay=6.23848987556994, ms=00022}
22:49:04.361960 run                osmo-ms-mob/00039: Starting mobile
22:49:04.375308 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.386288 run                             mass: MS start registered  {at=5375170.594609647, delay=0.004789481870830059, ms=00039}
22:49:05.070036 run                osmo-ms-mob/00040: Starting mobile
22:49:05.084424 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.096383 run                             mass: MS start registered  {at=5375171.304701927, delay=0.00563131645321846, ms=00040}
22:49:05.371760 run                osmo-ms-mob/00041: Starting mobile
22:49:05.385608 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.396377 run                             mass: MS start registered  {at=5375171.604699801, delay=0.004612825810909271, ms=00041}
22:49:05.669882 run                osmo-ms-mob/00042: Starting mobile
22:49:05.683262 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.694536 run                             mass: MS start registered  {at=5375171.902854332, delay=0.004949302412569523, ms=00042}
22:49:05.931398 run                             mass: MS performed LU  {at=5375172.13961707, lu_delay=5.615827607922256, ms=00027}
22:49:06.013583 run                             mass: MS performed LU  {at=5375172.221803148, lu_delay=4.891073415987194, ms=00029}
22:49:06.056624 run                osmo-ms-mob/00043: Starting mobile
22:49:06.070575 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.077590 run                             mass: MS performed LU  {at=5375172.285911317, lu_delay=5.5250554056838155, ms=00028}
22:49:06.083670 run                             mass: MS start registered  {at=5375172.292004479, delay=0.006949415430426598, ms=00043}
22:49:06.185414 run                             mass: MS performed LU  {at=5375172.393634766, lu_delay=6.271870178170502, ms=00026}
22:49:06.214706 run                osmo-ms-mob/00044: Starting mobile
22:49:06.228269 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.234251 run                             mass: MS performed LU  {at=5375172.442578884, lu_delay=4.750998283736408, ms=00030}
22:49:06.240032 run                             mass: MS start registered  {at=5375172.448368226, delay=0.0058059049770236015, ms=00044}
22:49:06.688050 run                osmo-ms-mob/00045: Starting mobile
22:49:06.703845 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.717369 run                             mass: MS start registered  {at=5375172.925685637, delay=0.00721477996557951, ms=00045}
22:49:06.975737 run                osmo-ms-mob/00046: Starting mobile
22:49:06.990464 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.001476 run                             mass: MS start registered  {at=5375173.209789905, delay=0.004746759310364723, ms=00046}
22:49:07.259499 run                osmo-ms-mob/00047: Starting mobile
22:49:07.272938 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.284106 run                             mass: MS start registered  {at=5375173.492423554, delay=0.004972808063030243, ms=00047}
22:49:07.558276 run                osmo-ms-mob/00048: Starting mobile
22:49:07.572092 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.582834 run                             mass: MS start registered  {at=5375173.79115552, delay=0.004598445259034634, ms=00048}
22:49:07.899691 run                osmo-ms-mob/00049: Starting mobile
22:49:07.916232 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.922309 run                             mass: MS performed LU  {at=5375174.130636139, lu_delay=5.558447638526559, ms=00033}
22:49:07.928344 run                             mass: MS start registered  {at=5375174.13667945, delay=0.006061156280338764, ms=00049}
22:49:07.941485 run                             mass: MS performed LU  {at=5375174.149806956, lu_delay=6.019150679931045, ms=00031}
22:49:07.952814 run                osmo-ms-mob/00050: Starting mobile
22:49:07.966236 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.977045 run                             mass: MS start registered  {at=5375174.18537025, delay=0.00453202985227108, ms=00050}
22:49:08.031068 run                             mass: MS performed LU  {at=5375174.239287127, lu_delay=5.8455742271617055, ms=00032}
22:49:08.086662 run                             mass: MS performed LU  {at=5375174.294902221, lu_delay=4.790152730420232, ms=00035}
22:49:08.122931 run                             mass: MS performed LU  {at=5375174.331178974, lu_delay=5.107452440075576, ms=00034}
22:49:08.141853 run                osmo-ms-mob/00051: Starting mobile
22:49:08.155249 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.165935 run                             mass: MS start registered  {at=5375174.374258311, delay=0.004495574161410332, ms=00051}
22:49:08.871039 run                osmo-ms-mob/00052: Starting mobile
22:49:08.885145 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.895912 run                             mass: MS start registered  {at=5375175.104229684, delay=0.004637314006686211, ms=00052}
22:49:09.158758 run                osmo-ms-mob/00053: Starting mobile
22:49:09.172018 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.182700 run                             mass: MS start registered  {at=5375175.391023381, delay=0.004521633498370647, ms=00053}
22:49:09.458381 run                osmo-ms-mob/00054: Starting mobile
22:49:09.472010 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.482908 run                             mass: MS start registered  {at=5375175.691228333, delay=0.004657397978007793, ms=00054}
22:49:09.758438 run                osmo-ms-mob/00055: Starting mobile
22:49:09.771837 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.778648 run                             mass: MS performed LU  {at=5375175.986923105, lu_delay=5.3923134580254555, ms=00039}
22:49:09.784857 run                             mass: MS start registered  {at=5375175.993191972, delay=0.006832403130829334, ms=00055}
22:49:09.844761 run                             mass: MS performed LU  {at=5375176.052955097, lu_delay=5.620646042749286, ms=00038}
22:49:09.872246 run                osmo-ms-mob/00056: Starting mobile
22:49:09.885412 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.896009 run                             mass: MS start registered  {at=5375176.104329768, delay=0.004530921578407288, ms=00056}
22:49:09.950212 run                             mass: MS performed LU  {at=5375176.158441072, lu_delay=4.853739145211875, ms=00040}
22:49:09.988942 run                             mass: MS performed LU  {at=5375176.197175776, lu_delay=6.284626259468496, ms=00036}
22:49:10.013833 run                osmo-ms-mob/00057: Starting mobile
22:49:10.027487 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.033529 run                             mass: MS performed LU  {at=5375176.24185708, lu_delay=4.6371572790667415, ms=00041}
22:49:10.039416 run                             mass: MS start registered  {at=5375176.247751609, delay=0.005911859683692455, ms=00057}
22:49:10.771128 run                osmo-ms-mob/00058: Starting mobile
22:49:10.785116 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.795986 run                             mass: MS start registered  {at=5375177.004307118, delay=0.0046407124027609825, ms=00058}
22:49:11.079374 run                osmo-ms-mob/00059: Starting mobile
22:49:11.096093 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.107344 run                             mass: MS start registered  {at=5375177.315664408, delay=0.004806254059076309, ms=00059}
22:49:11.358563 run                osmo-ms-mob/00060: Starting mobile
22:49:11.371821 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.383188 run                             mass: MS start registered  {at=5375177.591502785, delay=0.004959387704730034, ms=00060}
22:49:11.681573 run                             mass: MS performed LU  {at=5375177.889791582, lu_delay=4.680001677013934, ms=00046}
22:49:11.713583 run                osmo-ms-mob/00061: Starting mobile
22:49:11.728130 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.734241 run                             mass: MS performed LU  {at=5375177.942570578, lu_delay=6.039716246537864, ms=00042}
22:49:11.740149 run                             mass: MS start registered  {at=5375177.948485303, delay=0.0059321848675608635, ms=00061}
22:49:11.796855 run                             mass: MS performed LU  {at=5375178.005073616, lu_delay=5.079387979581952, ms=00045}
22:49:11.823623 run                osmo-ms-mob/00062: Starting mobile
22:49:11.837004 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.847676 run                             mass: MS start registered  {at=5375178.055995006, delay=0.0045044273138046265, ms=00062}
22:49:11.853911 run                             mass: MS performed LU  {at=5375178.062239667, lu_delay=5.613871441222727, ms=00044}
22:49:11.888349 run                             mass: MS performed LU  {at=5375178.096574184, lu_delay=5.8045697044581175, ms=00043}
22:49:11.904799 run                osmo-ms-mob/00063: Starting mobile
22:49:11.917853 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.928598 run                             mass: MS start registered  {at=5375178.136915852, delay=0.0047697266563773155, ms=00063}
22:49:12.161157 run                             mass: MS performed LU  {at=5375178.36938284, lu_delay=4.876959285698831, ms=00047}
22:49:12.771511 run                osmo-ms-mob/00064: Starting mobile
22:49:12.785704 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.797601 run                             mass: MS start registered  {at=5375179.005918531, delay=0.005620255134999752, ms=00064}
22:49:13.180509 run                osmo-ms-mob/00065: Starting mobile
22:49:13.196734 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.207485 run                             mass: MS start registered  {at=5375179.415808117, delay=0.0047016991302371025, ms=00065}
22:49:13.459287 run                osmo-ms-mob/00066: Starting mobile
22:49:13.472856 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.479810 run                             mass: MS performed LU  {at=5375179.688131781, lu_delay=5.5514523312449455, ms=00049}
22:49:13.485716 run                             mass: MS start registered  {at=5375179.694051944, delay=0.006742484867572784, ms=00066}
22:49:13.546073 run                             mass: MS performed LU  {at=5375179.754254988, lu_delay=5.5688847387209535, ms=00050}
22:49:13.610631 run                             mass: MS performed LU  {at=5375179.818853186, lu_delay=6.0276976665481925, ms=00048}
22:49:13.636791 run                osmo-ms-mob/00067: Starting mobile
22:49:13.649847 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.660363 run                             mass: MS start registered  {at=5375179.868688829, delay=0.004351167939603329, ms=00067}
22:49:13.754607 run                             mass: MS performed LU  {at=5375179.962830035, lu_delay=4.858600351028144, ms=00052}
22:49:13.790503 run                             mass: MS performed LU  {at=5375179.998739563, lu_delay=5.624481251463294, ms=00051}
22:49:13.813801 run                osmo-ms-mob/00068: Starting mobile
22:49:13.826795 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.837518 run                             mass: MS start registered  {at=5375180.045841196, delay=0.004511309787631035, ms=00068}
22:49:14.571750 run                osmo-ms-mob/00069: Starting mobile
22:49:14.585900 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.597493 run                             mass: MS start registered  {at=5375180.805812403, delay=0.0052160536870360374, ms=00069}
22:49:14.824624 run                             mass: MS performed LU  {at=5375181.032844752, lu_delay=3.71718034427613, ms=00059}
22:49:14.971496 run                osmo-ms-mob/00070: Starting mobile
22:49:14.985907 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.996775 run                             mass: MS start registered  {at=5375181.205094152, delay=0.004713021218776703, ms=00070}
22:49:15.327049 run                             mass: MS performed LU  {at=5375181.535271855, lu_delay=5.844043522141874, ms=00054}
22:49:15.357968 run                osmo-ms-mob/00071: Starting mobile
22:49:15.371373 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.381262 run                             mass: MS performed LU  {at=5375181.589574446, lu_delay=5.59638247359544, ms=00055}
22:49:15.387256 run                             mass: MS start registered  {at=5375181.595591322, delay=0.009751494973897934, ms=00071}
22:49:15.474089 run                             mass: MS performed LU  {at=5375181.682311139, lu_delay=6.291287758387625, ms=00053}
22:49:15.654480 run                             mass: MS performed LU  {at=5375181.862701014, lu_delay=5.758371246047318, ms=00056}
22:49:15.682993 run                osmo-ms-mob/00072: Starting mobile
22:49:15.696321 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.702473 run                             mass: MS performed LU  {at=5375181.910800653, lu_delay=4.906493534334004, ms=00058}
22:49:15.708286 run                             mass: MS start registered  {at=5375181.916621613, delay=0.005838597193360329, ms=00072}
22:49:16.171443 run                osmo-ms-mob/00073: Starting mobile
22:49:16.185638 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.196510 run                             mass: MS start registered  {at=5375182.404830574, delay=0.004853416234254837, ms=00073}
22:49:16.370264 run                             mass: MS performed LU  {at=5375182.578485787, lu_delay=6.330734177492559, ms=00057}
22:49:16.572096 run                osmo-ms-mob/00074: Starting mobile
22:49:16.586757 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.598166 run                             mass: MS start registered  {at=5375182.806481378, delay=0.005342046730220318, ms=00074}
22:49:16.958789 run                osmo-ms-mob/00075: Starting mobile
22:49:16.971888 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.983117 run                             mass: MS start registered  {at=5375183.191431645, delay=0.00514721404761076, ms=00075}
22:49:17.228429 run                             mass: MS performed LU  {at=5375183.436630592, lu_delay=5.3806355856359005, ms=00062}
22:49:17.246285 run                             mass: MS performed LU  {at=5375183.454552855, lu_delay=5.863050070591271, ms=00060}
22:49:17.375927 run                             mass: MS performed LU  {at=5375183.584147023, lu_delay=5.447231170721352, ms=00063}
22:49:17.405953 run                osmo-ms-mob/00076: Starting mobile
22:49:17.420584 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.431445 run                             mass: MS start registered  {at=5375183.639767564, delay=0.004693642258644104, ms=00076}
22:49:17.519731 run                             mass: MS performed LU  {at=5375183.727936782, lu_delay=5.779451479203999, ms=00061}
22:49:17.556016 run                             mass: MS performed LU  {at=5375183.764254818, lu_delay=4.758336286991835, ms=00064}
22:49:17.881385 run                osmo-ms-mob/00077: Starting mobile
22:49:17.895050 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.905785 run                             mass: MS start registered  {at=5375184.114105357, delay=0.004703722894191742, ms=00077}
22:49:18.369912 run                osmo-ms-mob/00078: Starting mobile
22:49:18.383410 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.394672 run                             mass: MS start registered  {at=5375184.602992299, delay=0.00503126997500658, ms=00078}
22:49:18.772003 run                osmo-ms-mob/00079: Starting mobile
22:49:18.785852 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.796822 run                             mass: MS start registered  {at=5375185.005143215, delay=0.0049159955233335495, ms=00079}
22:49:19.194796 run                             mass: MS performed LU  {at=5375185.403002922, lu_delay=5.3571617268025875, ms=00068}
22:49:19.236565 run                osmo-ms-mob/00080: Starting mobile
22:49:19.252638 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.258702 run                             mass: MS performed LU  {at=5375185.467031494, lu_delay=6.051223376765847, ms=00065}
22:49:19.264570 run                             mass: MS start registered  {at=5375185.472904981, delay=0.005890365689992905, ms=00080}
22:49:19.328711 run                             mass: MS performed LU  {at=5375185.536929138, lu_delay=5.668240308761597, ms=00067}
22:49:19.384333 run                             mass: MS performed LU  {at=5375185.592567433, lu_delay=5.898515488952398, ms=00066}
22:49:19.420610 run                             mass: MS performed LU  {at=5375185.628855954, lu_delay=4.823043551295996, ms=00069}
22:49:19.440805 run                osmo-ms-mob/00081: Starting mobile
22:49:19.454188 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.464979 run                             mass: MS start registered  {at=5375185.673301803, delay=0.00477962289005518, ms=00081}
22:49:20.171192 run                osmo-ms-mob/00082: Starting mobile
22:49:20.185317 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.196371 run                             mass: MS start registered  {at=5375186.404692853, delay=0.005008501000702381, ms=00082}
22:49:20.789508 run                osmo-ms-mob/00083: Starting mobile
22:49:20.806833 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.818262 run                             mass: MS start registered  {at=5375187.026576201, delay=0.005187281407415867, ms=00083}
22:49:20.994321 run                             mass: MS performed LU  {at=5375187.202537527, lu_delay=5.28591591399163, ms=00072}
22:49:21.019190 run                             mass: MS performed LU  {at=5375187.227519047, lu_delay=5.631927725858986, ms=00071}
22:49:21.141927 run                             mass: MS performed LU  {at=5375187.350149165, lu_delay=4.945318590849638, ms=00073}
22:49:21.198393 run                osmo-ms-mob/00084: Starting mobile
22:49:21.213582 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.224804 run                             mass: MS start registered  {at=5375187.433125024, delay=0.004843452014029026, ms=00084}
22:49:21.285396 run                             mass: MS performed LU  {at=5375187.493618297, lu_delay=6.288524145260453, ms=00070}
22:49:21.321008 run                             mass: MS performed LU  {at=5375187.529250441, lu_delay=4.722769062966108, ms=00074}
22:49:21.798358 run                osmo-ms-mob/00085: Starting mobile
22:49:21.814675 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.825592 run                             mass: MS start registered  {at=5375188.033912508, delay=0.004796087741851807, ms=00085}
22:49:22.358066 run                osmo-ms-mob/00086: Starting mobile
22:49:22.371154 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.382040 run                             mass: MS start registered  {at=5375188.590360614, delay=0.004827868193387985, ms=00086}
22:49:22.989802 run                osmo-ms-mob/00087: Starting mobile
22:49:23.006582 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.012609 run                             mass: MS performed LU  {at=5375189.220937127, lu_delay=4.617944828234613, ms=00078}
22:49:23.018417 run                             mass: MS performed LU  {at=5375189.226752245, lu_delay=5.112646888010204, ms=00077}
22:49:23.024123 run                             mass: MS performed LU  {at=5375189.232458724, lu_delay=5.592691159807146, ms=00076}
22:49:23.029781 run                             mass: MS start registered  {at=5375189.238118044, delay=0.017197929322719574, ms=00087}
22:49:23.093760 run                             mass: MS performed LU  {at=5375189.301980558, lu_delay=6.110548912547529, ms=00075}
22:49:23.590095 run                osmo-ms-mob/00088: Starting mobile
22:49:23.607845 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.619696 run                             mass: MS start registered  {at=5375189.827977885, delay=0.005756317637860775, ms=00088}
22:49:24.170048 run                osmo-ms-mob/00089: Starting mobile
22:49:24.183822 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.194651 run                             mass: MS start registered  {at=5375190.402974625, delay=0.004715699702501297, ms=00089}
22:49:24.759447 run                osmo-ms-mob/00090: Starting mobile
22:49:24.772878 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.779189 run                             mass: MS performed LU  {at=5375190.987515892, lu_delay=5.3142140889540315, ms=00081}
22:49:24.785213 run                             mass: MS performed LU  {at=5375190.993546528, lu_delay=5.5206415466964245, ms=00080}
22:49:24.791066 run                             mass: MS start registered  {at=5375190.99940149, delay=0.011903553269803524, ms=00090}
22:49:24.908675 run                             mass: MS performed LU  {at=5375191.11689375, lu_delay=6.11175053473562, ms=00079}
22:49:25.033743 run                             mass: MS performed LU  {at=5375191.241965848, lu_delay=4.837272995151579, ms=00082}
22:49:25.472296 run                osmo-ms-mob/00091: Starting mobile
22:49:25.486897 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.497873 run                             mass: MS start registered  {at=5375191.706195337, delay=0.004907332360744476, ms=00091}
22:49:26.172107 run                osmo-ms-mob/00092: Starting mobile
22:49:26.186325 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.197195 run                             mass: MS start registered  {at=5375192.405518877, delay=0.0047251759096980095, ms=00092}
22:49:26.726192 run                             mass: MS performed LU  {at=5375192.934376565, lu_delay=5.907800363376737, ms=00083}
22:49:26.751516 run                             mass: MS performed LU  {at=5375192.959842932, lu_delay=4.925930424593389, ms=00085}
22:49:26.771138 run                             mass: MS performed LU  {at=5375192.979384904, lu_delay=5.546259880065918, ms=00084}
22:49:26.809912 run                osmo-ms-mob/00093: Starting mobile
22:49:26.824695 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.835388 run                             mass: MS start registered  {at=5375193.043712972, delay=0.004500453360378742, ms=00093}
22:49:26.859720 run                             mass: MS performed LU  {at=5375193.06793599, lu_delay=22.777535354718566, ms=00037}
22:49:27.170097 run                             mass: MS performed LU  {at=5375193.378260784, lu_delay=4.787900170311332, ms=00086}
22:49:27.872194 run                osmo-ms-mob/00094: Starting mobile
22:49:27.887171 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.898216 run                             mass: MS start registered  {at=5375194.106537768, delay=0.0049742115661501884, ms=00094}
22:49:28.673866 run                             mass: MS performed LU  {at=5375194.882034888, lu_delay=5.0540570029988885, ms=00088}
22:49:28.714848 run                osmo-ms-mob/00095: Starting mobile
22:49:28.730521 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.741464 run                             mass: MS start registered  {at=5375194.949786654, delay=0.004819592460989952, ms=00095}
22:49:28.780329 run                             mass: MS performed LU  {at=5375194.9885683, lu_delay=4.585593675263226, ms=00089}
22:49:29.771892 run                osmo-ms-mob/00096: Starting mobile
22:49:29.786122 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.796932 run                             mass: MS start registered  {at=5375196.005254228, delay=0.004845289513468742, ms=00096}
22:49:30.492487 run                             mass: MS performed LU  {at=5375196.700671233, lu_delay=5.7012697430327535, ms=00090}
22:49:30.519532 run                             mass: MS performed LU  {at=5375196.727861068, lu_delay=5.021665731444955, ms=00091}
22:49:30.887905 run                osmo-ms-mob/00097: Starting mobile
22:49:30.905091 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.916824 run                             mass: MS start registered  {at=5375197.125139245, delay=0.0055630998685956, ms=00097}
22:49:32.179711 run                osmo-ms-mob/00098: Starting mobile
22:49:32.196435 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.208256 run                             mass: MS start registered  {at=5375198.416576265, delay=0.005598115734755993, ms=00098}
22:49:32.421560 run                             mass: MS performed LU  {at=5375198.629776563, lu_delay=6.224257685244083, ms=00092}
22:49:32.438632 run                             mass: MS performed LU  {at=5375198.646889014, lu_delay=5.603176042437553, ms=00093}
22:49:32.744497 run                             mass: MS performed LU  {at=5375198.952717572, lu_delay=4.846179804764688, ms=00094}
22:49:33.998439 run                osmo-ms-mob/00099: Starting mobile
22:49:34.014719 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.020762 run                             mass: All started... {duration=55.772858107462525, too_slow=0}
22:49:34.026983 run                             mass: MS start registered  {at=5375200.235310895, delay=0.006212656386196613, ms=00099}
22:49:34.258605 run                             mass: MS performed LU  {at=5375200.466828473, lu_delay=5.517041819170117, ms=00095}
22:49:34.511091 run                             mass: MS performed LU  {at=5375200.719309183, lu_delay=4.7140549551695585, ms=00096}
22:49:36.187355 run                             mass: MS performed LU  {at=5375202.39557463, lu_delay=5.270435385406017, ms=00097}
22:49:38.023478 run                             mass: MS performed LU  {at=5375204.231701637, lu_delay=5.815125371329486, ms=00098}
22:49:39.925718 run                             mass: MS performed LU  {at=5375206.133939259, lu_delay=5.8986283633857965, ms=00099}
22:49:45.791260 run                             mass: MS performed LU  {at=5375211.99948056, lu_delay=22.761362516321242, ms=00087}
22:49:45.800725 run                             mass: Tests done {all_completed=True, max=22.777535354718566, min=3.71718034427613}
22:49:45.806207 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:45.811608 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.814913 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.818192 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.821474 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.824752 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.828045 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.831323 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.834616 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.837963 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.841318 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.844616 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.847970 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.851312 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:45.854794 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:45.858220 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:45.861621 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:45.865089 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:45.868590 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:45.871995 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:45.875811 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:45.879638 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:45.883003 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:45.886390 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:45.889787 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:45.893148 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:45.896503 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:45.899832 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:45.903202 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:45.906744 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:45.910084 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:45.913987 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:45.917336 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:45.920696 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:45.924060 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:45.927383 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:45.930713 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:45.934392 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:45.937917 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:45.941387 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:45.944847 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:45.948340 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:45.951990 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:45.955369 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:45.958733 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:45.962104 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:45.965450 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:45.968828 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:45.972182 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:45.975487 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:45.979091 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:45.982488 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:45.986128 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:45.989547 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:45.993328 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:45.996861 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.000238 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.003609 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.006976 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.010323 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.013668 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.017059 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.020430 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.023765 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.027236 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.030608 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.033968 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.037303 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.040645 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.044014 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.047354 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.050724 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.054055 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.057624 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.061497 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.064858 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.068190 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.071556 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.074922 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.078277 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.081644 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.085021 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.088476 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.091877 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.095628 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.098974 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.102323 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.105723 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.109077 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.112409 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.115801 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.119141 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.122475 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.125855 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.129224 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.132563 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.135927 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.139644 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.143310 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.146822 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.150464 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.153825 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.157165 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.160520 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.163879 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.167246 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.170594 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.173936 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.177261 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.180605 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.183959 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.187299 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.190655 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.194007 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.197352 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.200716 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.203994 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.207256 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.210541 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.213835 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.217110 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.220377 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.223655 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.226937 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.230211 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.233483 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.236882 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.240258 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.243588 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.246930 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.250272 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.253613 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.256956 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.260307 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.263655 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.267005 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.270339 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.273705 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.277048 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.280396 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.283725 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.287063 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.290404 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.293734 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.297063 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.300396 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.303727 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.307080 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.310422 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.313746 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.317078 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.320406 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.323735 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.327069 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.330404 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.333741 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.337092 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.340427 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.343758 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.347090 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.350434 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.353774 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.357113 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.360447 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.363774 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.367120 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.370513 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.373864 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.377215 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.380558 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.383902 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.387244 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.390585 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.393924 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.397266 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.400618 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.403957 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.407297 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.410635 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.413984 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.417324 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.420677 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.424016 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.427354 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.430690 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.434033 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.437388 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.440740 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.444133 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.447474 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.450830 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.454181 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.457528 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.460868 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.464205 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.467547 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.470897 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.474239 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.477591 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.480928 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.484270 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.487604 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.490948 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.494294 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.497620 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.500968 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.504300 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.507622 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.510953 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.514289 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.517639 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.520972 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.524308 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.527636 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.530982 ---      ParallelTerminationStrategy: PID 22 died...
22:49:46.532506 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.536213 ---      ParallelTerminationStrategy: PID 23 died...
22:49:46.537721 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.541417 ---      ParallelTerminationStrategy: PID 24 died...
22:49:46.542920 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.546627 ---      ParallelTerminationStrategy: PID 25 died...
22:49:46.548136 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.551849 ---      ParallelTerminationStrategy: PID 26 died...
22:49:46.553355 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.557068 ---      ParallelTerminationStrategy: PID 27 died...
22:49:46.558559 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.562251 ---      ParallelTerminationStrategy: PID 28 died...
22:49:46.563766 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.567482 ---      ParallelTerminationStrategy: PID 29 died...
22:49:46.568991 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.572705 ---      ParallelTerminationStrategy: PID 30 died...
22:49:46.574199 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.577894 ---      ParallelTerminationStrategy: PID 31 died...
22:49:46.579382 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.583118 ---      ParallelTerminationStrategy: PID 32 died...
22:49:46.584628 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.588350 ---      ParallelTerminationStrategy: PID 33 died...
22:49:46.589849 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.593579 ---      ParallelTerminationStrategy: PID 35 died...
22:49:46.595080 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.598823 ---      ParallelTerminationStrategy: PID 36 died...
22:49:46.600340 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.604072 ---      ParallelTerminationStrategy: PID 37 died...
22:49:46.605573 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.609295 ---      ParallelTerminationStrategy: PID 38 died...
22:49:46.610801 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.614524 ---      ParallelTerminationStrategy: PID 39 died...
22:49:46.616059 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.619785 ---      ParallelTerminationStrategy: PID 40 died...
22:49:46.621292 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.625007 ---      ParallelTerminationStrategy: PID 41 died...
22:49:46.626513 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.630251 ---      ParallelTerminationStrategy: PID 42 died...
22:49:46.631752 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.635442 ---      ParallelTerminationStrategy: PID 43 died...
22:49:46.636940 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.640648 ---      ParallelTerminationStrategy: PID 44 died...
22:49:46.642141 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.645854 ---      ParallelTerminationStrategy: PID 45 died...
22:49:46.647345 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.651050 ---      ParallelTerminationStrategy: PID 46 died...
22:49:46.652564 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.656267 ---      ParallelTerminationStrategy: PID 47 died...
22:49:46.657768 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.661475 ---      ParallelTerminationStrategy: PID 48 died...
22:49:46.662972 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.666705 ---      ParallelTerminationStrategy: PID 49 died...
22:49:46.668208 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.671909 ---      ParallelTerminationStrategy: PID 50 died...
22:49:46.673399 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.677119 ---      ParallelTerminationStrategy: PID 51 died...
22:49:46.678612 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.682309 ---      ParallelTerminationStrategy: PID 52 died...
22:49:46.683798 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.687483 ---      ParallelTerminationStrategy: PID 53 died...
22:49:46.688993 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.692695 ---      ParallelTerminationStrategy: PID 54 died...
22:49:46.694187 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.697880 ---      ParallelTerminationStrategy: PID 55 died...
22:49:46.699372 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.703082 ---      ParallelTerminationStrategy: PID 56 died...
22:49:46.704578 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.708276 ---      ParallelTerminationStrategy: PID 57 died...
22:49:46.709764 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.713479 ---      ParallelTerminationStrategy: PID 58 died...
22:49:46.714978 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.718675 ---      ParallelTerminationStrategy: PID 59 died...
22:49:46.720176 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.723903 ---      ParallelTerminationStrategy: PID 60 died...
22:49:46.725406 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.729097 ---      ParallelTerminationStrategy: PID 61 died...
22:49:46.730585 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.734285 ---      ParallelTerminationStrategy: PID 62 died...
22:49:46.735797 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.739499 ---      ParallelTerminationStrategy: PID 63 died...
22:49:46.741003 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.744700 ---      ParallelTerminationStrategy: PID 64 died...
22:49:46.746204 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.749919 ---      ParallelTerminationStrategy: PID 65 died...
22:49:46.751420 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.755115 ---      ParallelTerminationStrategy: PID 66 died...
22:49:46.756623 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.760348 ---      ParallelTerminationStrategy: PID 67 died...
22:49:46.761851 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.765573 ---      ParallelTerminationStrategy: PID 68 died...
22:49:46.767072 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.770786 ---      ParallelTerminationStrategy: PID 69 died...
22:49:46.772314 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.776017 ---      ParallelTerminationStrategy: PID 70 died...
22:49:46.777520 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.781223 ---      ParallelTerminationStrategy: PID 71 died...
22:49:46.782717 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.786422 ---      ParallelTerminationStrategy: PID 72 died...
22:49:46.787928 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.791630 ---      ParallelTerminationStrategy: PID 73 died...
22:49:46.793136 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.796854 ---      ParallelTerminationStrategy: PID 74 died...
22:49:46.798360 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.802054 ---      ParallelTerminationStrategy: PID 75 died...
22:49:46.803547 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.807254 ---      ParallelTerminationStrategy: PID 76 died...
22:49:46.808771 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.812465 ---      ParallelTerminationStrategy: PID 77 died...
22:49:46.813954 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.817650 ---      ParallelTerminationStrategy: PID 78 died...
22:49:46.819146 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.822835 ---      ParallelTerminationStrategy: PID 79 died...
22:49:46.824322 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.828016 ---      ParallelTerminationStrategy: PID 80 died...
22:49:46.829510 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.833239 ---      ParallelTerminationStrategy: PID 81 died...
22:49:46.834739 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.838458 ---      ParallelTerminationStrategy: PID 82 died...
22:49:46.839944 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.843641 ---      ParallelTerminationStrategy: PID 83 died...
22:49:46.845144 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.848846 ---      ParallelTerminationStrategy: PID 84 died...
22:49:46.850341 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.854045 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.855532 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.859257 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.860772 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.864472 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.865970 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.869690 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.871175 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.874891 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.876389 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.880107 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.881598 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.885296 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.886802 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.890491 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.891998 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.895695 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.897189 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.900880 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.902379 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.906106 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.907605 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.911292 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.912783 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.916481 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.917968 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.921673 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.923162 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.926866 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.928363 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.932063 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.933562 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.937272 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.938763 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.942462 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.943967 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.947687 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.949177 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.952870 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.954368 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.958069 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.959559 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.963258 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.964756 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.968460 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.969950 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.973666 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.975156 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.978866 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.980364 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.984056 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.985553 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.989242 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.990740 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.994438 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.995949 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.999645 ---      ParallelTerminationStrategy: PID 113 died...
22:49:47.001137 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.004830 ---      ParallelTerminationStrategy: PID 114 died...
22:49:47.006318 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.010017 ---      ParallelTerminationStrategy: PID 115 died...
22:49:47.011502 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.015192 ---      ParallelTerminationStrategy: PID 116 died...
22:49:47.016751 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.020447 ---      ParallelTerminationStrategy: PID 117 died...
22:49:47.021950 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.025646 ---      ParallelTerminationStrategy: PID 118 died...
22:49:47.027135 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.030835 ---      ParallelTerminationStrategy: PID 119 died...
22:49:47.032324 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.036016 ---      ParallelTerminationStrategy: PID 120 died...
22:49:47.037519 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.041239 ---      ParallelTerminationStrategy: PID 121 died...
22:49:47.042738 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.046438 ---      ParallelTerminationStrategy: PID 122 died...
22:49:47.047947 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.051648 ---      ParallelTerminationStrategy: PID 123 died...
22:49:47.053164 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.056868 ---      ParallelTerminationStrategy: PID 124 died...
22:49:47.058356 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.062074 ---      ParallelTerminationStrategy: PID 125 died...
22:49:47.063566 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.067279 ---      ParallelTerminationStrategy: PID 126 died...
22:49:47.068788 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.072469 ---      ParallelTerminationStrategy: PID 127 died...
22:49:47.073968 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.077700 ---      ParallelTerminationStrategy: PID 128 died...
22:49:47.079187 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.082894 ---      ParallelTerminationStrategy: PID 129 died...
22:49:47.084399 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.088124 ---      ParallelTerminationStrategy: PID 130 died...
22:49:47.089631 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.093338 ---      ParallelTerminationStrategy: PID 131 died...
22:49:47.094838 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.098544 ---      ParallelTerminationStrategy: PID 132 died...
22:49:47.100045 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.103726 ---      ParallelTerminationStrategy: PID 133 died...
22:49:47.105221 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.108929 ---      ParallelTerminationStrategy: PID 134 died...
22:49:47.110425 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.114141 ---      ParallelTerminationStrategy: PID 135 died...
22:49:47.115640 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.119374 ---      ParallelTerminationStrategy: PID 136 died...
22:49:47.120877 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.124592 ---      ParallelTerminationStrategy: PID 137 died...
22:49:47.126088 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.129803 ---      ParallelTerminationStrategy: PID 138 died...
22:49:47.131295 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.135033 ---      ParallelTerminationStrategy: PID 139 died...
22:49:47.136548 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.140273 ---      ParallelTerminationStrategy: PID 140 died...
22:49:47.141773 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.145494 ---      ParallelTerminationStrategy: PID 141 died...
22:49:47.146984 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.150722 ---      ParallelTerminationStrategy: PID 142 died...
22:49:47.152216 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.155922 ---      ParallelTerminationStrategy: PID 143 died...
22:49:47.157424 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.161122 ---      ParallelTerminationStrategy: PID 144 died...
22:49:47.162615 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.166339 ---      ParallelTerminationStrategy: PID 145 died...
22:49:47.167844 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.171555 ---      ParallelTerminationStrategy: PID 146 died...
22:49:47.173086 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.176795 ---      ParallelTerminationStrategy: PID 147 died...
22:49:47.178294 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.182000 ---      ParallelTerminationStrategy: PID 148 died...
22:49:47.183509 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.187231 ---      ParallelTerminationStrategy: PID 149 died...
22:49:47.188728 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.192442 ---      ParallelTerminationStrategy: PID 150 died...
22:49:47.193933 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.197682 ---      ParallelTerminationStrategy: PID 151 died...
22:49:47.199182 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.202911 ---      ParallelTerminationStrategy: PID 152 died...
22:49:47.204416 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.208160 ---      ParallelTerminationStrategy: PID 153 died...
22:49:47.209659 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.213392 ---      ParallelTerminationStrategy: PID 154 died...
22:49:47.214891 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.218620 ---      ParallelTerminationStrategy: PID 155 died...
22:49:47.220131 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.223861 ---      ParallelTerminationStrategy: PID 156 died...
22:49:47.225355 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.229080 ---      ParallelTerminationStrategy: PID 157 died...
22:49:47.230577 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.234296 ---      ParallelTerminationStrategy: PID 158 died...
22:49:47.235803 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.239508 ---      ParallelTerminationStrategy: PID 159 died...
22:49:47.241006 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.244754 ---      ParallelTerminationStrategy: PID 160 died...
22:49:47.246252 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.249963 ---      ParallelTerminationStrategy: PID 161 died...
22:49:47.251464 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.255195 ---      ParallelTerminationStrategy: PID 162 died...
22:49:47.256693 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.260441 ---      ParallelTerminationStrategy: PID 163 died...
22:49:47.261947 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.265682 ---      ParallelTerminationStrategy: PID 164 died...
22:49:47.267188 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.270918 ---      ParallelTerminationStrategy: PID 165 died...
22:49:47.272424 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.276154 ---      ParallelTerminationStrategy: PID 166 died...
22:49:47.277662 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.281434 ---      ParallelTerminationStrategy: PID 167 died...
22:49:47.282934 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.286645 ---      ParallelTerminationStrategy: PID 168 died...
22:49:47.288146 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.291864 ---      ParallelTerminationStrategy: PID 169 died...
22:49:47.293369 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.297094 ---      ParallelTerminationStrategy: PID 170 died...
22:49:47.298597 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.302356 ---      ParallelTerminationStrategy: PID 171 died...
22:49:47.303857 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.307574 ---      ParallelTerminationStrategy: PID 172 died...
22:49:47.309068 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.312781 ---      ParallelTerminationStrategy: PID 173 died...
22:49:47.314277 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.318018 ---      ParallelTerminationStrategy: PID 174 died...
22:49:47.319517 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.323238 ---      ParallelTerminationStrategy: PID 175 died...
22:49:47.324742 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.328469 ---      ParallelTerminationStrategy: PID 176 died...
22:49:47.329973 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.333702 ---      ParallelTerminationStrategy: PID 177 died...
22:49:47.335198 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.338949 ---      ParallelTerminationStrategy: PID 178 died...
22:49:47.340449 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.344186 ---      ParallelTerminationStrategy: PID 179 died...
22:49:47.345680 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.349420 ---      ParallelTerminationStrategy: PID 180 died...
22:49:47.350911 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.354641 ---      ParallelTerminationStrategy: PID 181 died...
22:49:47.356149 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.359875 ---      ParallelTerminationStrategy: PID 182 died...
22:49:47.361382 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.365108 ---      ParallelTerminationStrategy: PID 183 died...
22:49:47.366607 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.370348 ---      ParallelTerminationStrategy: PID 184 died...
22:49:47.371862 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.375583 ---      ParallelTerminationStrategy: PID 185 died...
22:49:47.377088 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.380802 ---      ParallelTerminationStrategy: PID 186 died...
22:49:47.382308 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.386041 ---      ParallelTerminationStrategy: PID 187 died...
22:49:47.387538 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.391291 ---      ParallelTerminationStrategy: PID 188 died...
22:49:47.392796 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.396516 ---      ParallelTerminationStrategy: PID 189 died...
22:49:47.398008 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.401732 ---      ParallelTerminationStrategy: PID 190 died...
22:49:47.403226 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.406966 ---      ParallelTerminationStrategy: PID 191 died...
22:49:47.408495 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.412218 ---      ParallelTerminationStrategy: PID 192 died...
22:49:47.413717 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.417452 ---      ParallelTerminationStrategy: PID 193 died...
22:49:47.418960 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.422686 ---      ParallelTerminationStrategy: PID 194 died...
22:49:47.424181 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.427906 ---      ParallelTerminationStrategy: PID 195 died...
22:49:47.429403 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.433136 ---      ParallelTerminationStrategy: PID 196 died...
22:49:47.434622 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.438345 ---      ParallelTerminationStrategy: PID 197 died...
22:49:47.439840 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.443571 ---      ParallelTerminationStrategy: PID 198 died...
22:49:47.445099 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.448817 ---      ParallelTerminationStrategy: PID 199 died...
22:49:47.450309 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.454022 ---      ParallelTerminationStrategy: PID 200 died...
22:49:47.455516 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.459267 ---      ParallelTerminationStrategy: PID 201 died...
22:49:47.460784 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.464519 ---      ParallelTerminationStrategy: PID 202 died...
22:49:47.466021 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.469750 ---      ParallelTerminationStrategy: PID 203 died...
22:49:47.471242 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.474974 ---      ParallelTerminationStrategy: PID 204 died...
22:49:47.476477 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.480216 ---      ParallelTerminationStrategy: PID 205 died...
22:49:47.481714 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.485439 ---      ParallelTerminationStrategy: PID 206 died...
22:49:47.486945 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.490669 ---      ParallelTerminationStrategy: PID 207 died...
22:49:47.492187 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.495948 ---      ParallelTerminationStrategy: PID 208 died...
22:49:47.497456 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.501182 ---      ParallelTerminationStrategy: PID 209 died...
22:49:47.502685 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.506421 ---      ParallelTerminationStrategy: PID 210 died...
22:49:47.507917 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.511635 ---      ParallelTerminationStrategy: PID 211 died...
22:49:47.513157 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.516882 ---      ParallelTerminationStrategy: PID 212 died...
22:49:47.518386 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.522126 ---      ParallelTerminationStrategy: PID 213 died...
22:49:47.523622 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.527340 ---      ParallelTerminationStrategy: PID 214 died...
22:49:47.528851 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.532586 ---      ParallelTerminationStrategy: PID 215 died...
22:49:47.534082 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.537814 ---      ParallelTerminationStrategy: PID 216 died...
22:49:47.539312 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.543038 ---      ParallelTerminationStrategy: PID 217 died...
22:49:47.544554 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.548274 ---      ParallelTerminationStrategy: PID 218 died...
22:49:47.549771 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.553492 ---      ParallelTerminationStrategy: PID 219 died...
22:49:47.554994 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.558708 ---      ParallelTerminationStrategy: PID 220 died...
22:49:47.560211 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.563933 ---      ParallelTerminationStrategy: PID 221 died...
22:49:47.565427 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.569188 ---      ParallelTerminationStrategy: PID 222 died...
22:49:47.570679 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.574414 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.575921 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.579641 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.581144 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.584861 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.586353 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.590076 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.591575 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.595305 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.596803 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.600520 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.602018 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.605752 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.607254 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.610970 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.612489 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.616235 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.617728 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.621459 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.622957 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.626695 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.628195 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.631919 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.633421 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.037783 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.043738 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8285 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.108369 tst                       trial-8285: Storing JUnit report in /build/trial-8285/run.2026-03-29_22-48-18/trial-8285.xml

--------------------------------------------------------------------------------------------
trial-8285 PASS
--------------------------------------------------------------------------------------------
22:49:51.118978 tst                       trial-8285: trial-8285: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8285/inst
+ cd trial-8285
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-29 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8285-run.tgz run.2026-03-29_22-48-18
+ tar czf /build/trial-8285-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-29_13_29_32.tgz osmo-bts-oc2g.build-2026-03-29_00_51_35.tgz osmo-bts-sysmo.build-2026-03-29_00_51_35.tgz osmo-bts.build-2026-03-29_00_51_41.tgz osmo-ggsn.build-2026-03-29_20_42_49.tgz osmo-hlr.build-2026-03-29_16_36_53.tgz osmo-hnbgw.build-2026-03-29_13_30_49.tgz osmo-mgw.build-2026-03-29_08_33_07.tgz osmo-msc.build-2026-03-29_13_35_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-29_07_35_03.tgz osmo-pcu-sysmo.build-2026-03-29_07_34_59.tgz osmo-pcu.build-2026-03-29_07_35_00.tgz osmo-sgsn.build-2026-03-29_20_48_26.tgz osmo-stp.build-2026-03-29_13_25_27.tgz osmo-trx.build-2026-03-29_14_21_31.tgz osmocom-bb.build-2026-03-29_21_17_07.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